alteryx / woodwork

Woodwork is a Python library that provides robust methods for managing and communicating data typing information.
https://woodwork.alteryx.com
BSD 3-Clause "New" or "Revised" License
143 stars 20 forks source link

Deprecation warnings: is_categorical_dtype #1793

Closed gsheni closed 8 months ago

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