Implement min, argmin, max, argmax on ExtensionArrays? · Issue #24382 · pandas-dev/pandas (original) (raw)

We already have ExtensionArray.argsort as part of the EA interface, so we should be able to to do min, argmin, max, and argmax as a composition of argsort and __getitem__. Do we want to do this?