datamole-ai / edvart

An open-source Python library for Data Scientists & Data Analysts designed to simplify the exploratory data analysis process. Using Edvart, you can explore data sets and generate reports with minimal coding.
https://datamole-ai.github.io/edvart/
MIT License
48 stars 7 forks source link

fix: suppress warnings in data type inference #179

Closed mbelak-dtml closed 11 months ago

mbelak-dtml commented 11 months ago

Pandas 2.0 pd.to_datetime warns upon unsuccessful inference of date format. The warning is unwanted since we use the success/failure of conversion to datetime to determine whether a column is a datetime, i.e. knowingly call the function on data which might not contain datetimes.