Skip to content

ENH: implement efficient sorting methods for SparseArray (argsort/argmin/argmax) #34197

Closed
@jorisvandenbossche

Description

@jorisvandenbossche

xref #27801 (comment)

SparseArray currently does not implement _values_for_argsort or argsort/argmin/argmax` itself, which means it is using the base implementation, which converts the sparse array to a dense numpy array. Room for improvements thus.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions