DEPR: groupby.idxmin/idxmax will all NA values #57745
Labels
Deprecate
Functionality to remove in pandas
Groupby
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Reduction Operations
sum, mean, min, max, etc.
Milestone
#54234 deprecated the case of
skipna=False
and any NA value, but for consistency with Series/DataFrame versions, we also want the case ofskipna=True
with all NA values in a group to also raise. E.g. this should raise a ValueErrorThe text was updated successfully, but these errors were encountered: