-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsEnhancementExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.
Description
Follow-up on #27801: that PR added ExtensionArray.argmin()/argmax()
methods, but this is not yet used in the equivalent Series methods (through _reduce
).
When adding this, we will need to decide on the following issues as well:
- API/BUG: Series.argmin/max with all-NaN data returns -1 ? API/BUG: Series.argmin/max with all-NaN data returns -1 ? #33941
- API: argmin/argmax behaviour for nullable dtypes with skipna=False API: argmin/argmax behaviour for nullable dtypes with skipna=False #33942
Metadata
Metadata
Assignees
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsEnhancementExtensionArrayExtending pandas with custom dtypes or arrays.Extending pandas with custom dtypes or arrays.