Skip to content

CLN: reorg sorting algos  #9020

Closed
Closed
@jreback

Description

@jreback

currently much of the sorting algorithms are in groupby.py (e.g. _index_from_factorized, _lexsort_indexer), the whole section under 'misc utilities'.

I think it makes sense to move these to algorithms.py. (OR maybe to sorting.py). Likewise might make sense to pull out 'sorting' type cython algos and to add a section / extension (or at least group the code a bit more).

xref #9019

Metadata

Metadata

Assignees

No one assigned

    Labels

    AlgosNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diffInternalsRelated to non-user accessible pandas implementation

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions