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).

Home Page:https://pypi.org/project/pydit-jceresearch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check sequence has an error with date (object) columns

jceresearch opened this issue · comments

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

Fixed in 1.05