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

check_duplicates() returning also non duplicates and indicator=True should show which ones had a duplicate that had been dropped #42

Closed jceresearch closed 5 months ago

jceresearch commented 2 years ago

At least a flag, possibly a count Currently all rows have False, pretty useless

jceresearch commented 2 years ago

implemented, possibly worth looking at adding a counter of some sort, keeping open for a while to review if this is possible