jceresearch / pydit

Library of data wrangling functions that an internal auditor typically needs (for my own use and learning, if you wish to use or collaborate pls get in touch, or use at your own peril).
https://pypi.org/project/pydit-jceresearch/
MIT License
2 stars 0 forks source link

Warning when sorting duplicates in duplicates.py #53

Closed jceresearch closed 1 year ago

jceresearch commented 1 year ago

Needs to use df.loc[mask] to prevent the warning line 71 or thereabouts