fbdesignpro / sweetviz

Visualize and compare datasets, target values and associations, with one line of code.
MIT License
2.9k stars 273 forks source link

`is_categorical_dtype` is deprecated #162

Closed GegznaV closed 9 months ago

GegznaV commented 9 months ago

I use Sweetviz 2.2.1. I recently updated to Pandas 2.1.3 and started receiving the following message/warning:

is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, CategoricalDtype) instead
fbdesignpro commented 9 months ago

Noted, will look into implementing soon, thank you!

fbdesignpro commented 9 months ago

Fixed in 2.3.0, thanks again @GegznaV!