Skip to content

Implement min, argmin, max, argmax on ExtensionArrays? #24382

Closed
@TomAugspurger

Description

@TomAugspurger

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    ExtensionArrayExtending pandas with custom dtypes or arrays.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions