BUG: Index.fillna ignores 'downcast' #44048
Labels
Bug
Index
Related to the Index class or subclasses
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Issue Description
In the case with
downcast
not None andself.hasnans
, we fall through to returnself._view()
and ignoreresult
. We don't have any such cases in the test suite.Expected Behavior
Not ignoring
result
ordowncast
.I'd be OK with deprecating the keyword; i expect it is just there to match NDFrame.
The text was updated successfully, but these errors were encountered: