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 sequence has an error with date (object) columns #58

Closed jceresearch closed 10 months ago

jceresearch commented 11 months ago

Tries to convert to string, and raises error I need to find a way to find if the column is a date object or maybe convert to datetime first and only treat as string if it yields error Or some other approach to detect if the column is a string

jceresearch commented 10 months ago

Fixed in 1.05