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

return the original dataframe when there is no duplicates #55

Closed jceresearch closed 1 year ago

jceresearch commented 1 year ago

currently it prints no duplicates and return none, but that breaks any code that expected duplicates

jceresearch commented 1 year ago

Fixed