Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is_categorical_dtype is deprecated #162

Closed
GegznaV opened this issue Nov 13, 2023 · 2 comments
Closed

is_categorical_dtype is deprecated #162

GegznaV opened this issue Nov 13, 2023 · 2 comments

Comments

@GegznaV
Copy link
Contributor

GegznaV commented Nov 13, 2023

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 fbdesignpro added the working on it A fix/update for this should be coming soon! label Nov 14, 2023
@fbdesignpro
Copy link
Owner

Noted, will look into implementing soon, thank you!

@fbdesignpro fbdesignpro removed the working on it A fix/update for this should be coming soon! label Nov 16, 2023
@fbdesignpro
Copy link
Owner

Fixed in 2.3.0, thanks again @GegznaV!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants