API: Add Series/Index.unique(dropna=True) #13984
Labels
Closing Candidate
May be closeable, needs more eyeballs
Enhancement
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Uh oh!
There was an error while loading. Please reload this page.
Series/Index.nunique
hasdropna
kw to excludeNaN
. Add the same kw to.unique
also.As #13979 changes
.unique
to always returnIndex
, we can replaceIndex._get_unique_index(dropna)
if this option is added.The text was updated successfully, but these errors were encountered: