Skip to content

Commit

Permalink
round: within to in
Browse files Browse the repository at this point in the history
  • Loading branch information
nipsn authored Dec 1, 2023
1 parent 9bed3e9 commit a56c6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pykx/pandas_api/pandas_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def round(self, decimals: Union[int, Dict[str, int]] = 0):
fcols!({(_:';x)}')fcols;
[vdic:fcols!count[fcols]#d;
generate_ops vdic]]];
[vdic:(key[d]i)!value[d]i:where key[d] within fcols;
[vdic:(key[d]i)!value[d]i:where key[d] in fcols;
generate_ops vdic]];
![t;();0b;ops]}""", tab, decimals)

Expand Down

0 comments on commit a56c6c1

Please sign in to comment.