Skip to content

'kind' and 'order' are ignored by Series.sort #668

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

Closed
craustin opened this issue Jan 23, 2012 · 2 comments
Closed

'kind' and 'order' are ignored by Series.sort #668

craustin opened this issue Jan 23, 2012 · 2 comments
Labels
Milestone

Comments

@craustin
Copy link

Is this desired? Is Series.sort needed when we have Series.order?

@wesm
Copy link
Member

wesm commented Jan 23, 2012

Many NumPy functions rely on the arguments and the in-place sorting behavior. I agree it makes sense to pass them through to order. For example if you wanted a stable sort, quicksort isn't going to do it for you. argsort has the same issue

@wesm
Copy link
Member

wesm commented Jan 23, 2012

Alright I have this one all "sorted" (ha!)

@wesm wesm closed this as completed Jan 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants