-
Couldn't load subscription status.
- Fork 76
Open
Description
Hello! I obtain the following message:
python3.12/site-packages/upsetplot/data.py:303: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is
deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior,
set `pd.set_option('future.no_silent_downcasting', True)`
df.fillna(False, inplace=True)
There is an interesting comment at StackOverflow:
I would not recommend setting pandas.set_option("future.no_silent_downcasting", True) as this may hide issues elsewhere.
SchwarzMarek
Metadata
Metadata
Assignees
Labels
No labels