Implement min, argmin, max, argmax on ExtensionArrays? (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?