Skip to content

Series.sort_index does not accept kwargs kind and na_position. #13589

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
IamJeffG opened this issue Jul 8, 2016 · 3 comments · Fixed by #14445
Closed

Series.sort_index does not accept kwargs kind and na_position. #13589

IamJeffG opened this issue Jul 8, 2016 · 3 comments · Fixed by #14445
Labels
Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Enhancement
Milestone

Comments

@IamJeffG
Copy link
Contributor

IamJeffG commented Jul 8, 2016

The sort_index method on DataFrame and NDFrame takes kwargs kind and na_position, but Series does not currently support it. (In addition their shared docstring says Series would support it.)

@IamJeffG IamJeffG changed the title Series.sort_index does not accept kwargs kind and na_position. Series.sort_index does not accept kwargs kind and na_position. Jul 8, 2016
@sinhrks sinhrks added API Design Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff labels Jul 9, 2016
@sahildua2305
Copy link
Contributor

Can I take this up? @IamJeffG @jreback

@jreback
Copy link
Contributor

jreback commented Jul 20, 2016

sure

@sahildua2305
Copy link
Contributor

Thanks @jreback

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 Enhancement
Projects
None yet
5 participants