ENH: use EA.argmin/argmax in EA._reduce / Series.argmin/argmax #35178
Labels
Closing Candidate
May be closeable, needs more eyeballs
Enhancement
ExtensionArray
Extending pandas with custom dtypes or arrays.
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:
The text was updated successfully, but these errors were encountered: