You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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``.
The text was updated successfully, but these errors were encountered:
Latest pandas version (v2.1.0) throws this warning due to
convert_dtype
in altair core.The text was updated successfully, but these errors were encountered: