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: data type inference for string types in pandas 2 #178

Closed mbelak-dtml closed 1 year ago

mbelak-dtml commented 1 year ago

Pandas 2.x changed the behavior of pd.api.types.is_string_dtype. Previously it would return True for object dtype, now it returns False.