You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?