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

convert_dtype warning due to latest pandas release #3185

Closed
ogencoglu opened this issue Sep 6, 2023 · 1 comment
Closed

convert_dtype warning due to latest pandas release #3185

ogencoglu opened this issue Sep 6, 2023 · 1 comment
Labels

Comments

@ogencoglu
Copy link

Latest pandas version (v2.1.0) throws this warning due to convert_dtype in altair core.

python3.9/site-packages/altair/utils/core.py:384: FutureWarning:

the convert_dtype parameter is deprecated and will be removed in a future version.  Do ``ser.astype(object).apply()`` instead if you want ``convert_dtype=False``.
@ogencoglu ogencoglu added the bug label Sep 6, 2023
@joelostblom
Copy link
Contributor

Closing as duplicate of #3181

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

No branches or pull requests

2 participants