Series/DataFrame.isna/notna with sparse data densifies #23745
Labels
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Sparse
Sparse Data Type
The result of
isna
/notna
can be of typeSparse[bool, False]
here as well.The text was updated successfully, but these errors were encountered: