Skip to content

API: default sort kind #6847

Closed
Closed
@jreback

Description

@jreback

current Series.sort defaults to kind='quicksort' prob because np.sort does.
but Series.order defaults to mergesort (and this is present in DataFrame.sort) as well.

proposal is to make Series.order default to quicksort for some conformity

any objections?

Metadata

Metadata

Assignees

No one assigned

    Labels

    API DesignAlgosNon-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions