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