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
As this emits a FutureWarning and will eventually be removed, could it be replaced with the suggestion?
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``.
Versions: Altair 4.2.2 and Pandas 2.1.0
OS: Darwin 22.6.0
The text was updated successfully, but these errors were encountered:
cdkini
changed the title
sanitize_dataframe utilizes deprecated Pandas SeriesApplysanitize_dataframe utilizes deprecated Pandas convert_dtype param
Aug 30, 2023
This particular utility function uses a deprecated Pandas codepath: https://github.com/altair-viz/altair/blob/ec13a671d53419f371b629d449f719240d1f1756/altair/utils/core.py#L410C1-L410C76
As this emits a
FutureWarning
and will eventually be removed, could it be replaced with the suggestion?Versions: Altair 4.2.2 and Pandas 2.1.0
OS: Darwin 22.6.0
The text was updated successfully, but these errors were encountered: