Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: default sort kind #6847

Closed
jreback opened this issue Apr 9, 2014 · 0 comments · Fixed by #6848
Closed

API: default sort kind #6847

jreback opened this issue Apr 9, 2014 · 0 comments · Fixed by #6848
Labels
Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Apr 9, 2014

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff API Design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant