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

1498: FutureWarning: is_categorical_dtype is deprecated and will be removed in a future version. #74

Open
MitchellAcoustics opened this issue Sep 27, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MitchellAcoustics
Copy link
Owner

Plotting raises a Pandas warning:

/usr/local/lib/python3.10/dist-packages/seaborn/_oldcore.py:1498: FutureWarning: is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, CategoricalDtype) instead
  if pd.api.types.is_categorical_dtype(vector):
@MitchellAcoustics MitchellAcoustics added the bug Something isn't working label Sep 27, 2023
@MitchellAcoustics MitchellAcoustics self-assigned this Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant