API: Should Index.min and max use nanmin and nanmax? #7261
Labels
Bug
Dtype Conversions
Unexpected or buggy dtype conversions
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Milestone
Index and Series
min
andmax
handlesnan
andNaT
differently. Even thoughmin
andmax
are defined inIndexOpsMixin
,Series
doesn't use them and useNDFrame
definitions.The text was updated successfully, but these errors were encountered: