Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
ENH: Added key option to df/series.sort_values(key=...) and df/series.sort_index(key=...) sorting #27237
ENH: Added key option to df/series.sort_values(key=...) and df/series.sort_index(key=...) sorting #27237
Changes from 57 commits
eddd918
e05462a
0f33c5c
b7d76cd
cf1fb5a
8343f76
94281d3
c505dd9
ecb6910
55c444e
9d6762b
d774b15
64e70b4
03d6573
9f5209e
81c0172
6d0d725
ef72542
0aabf56
210df50
b40a963
90e2cfe
8e12404
447c48f
46171f0
a44a999
94b795c
6e651c0
5a92484
fbdfc1e
c56dbd6
77f44bf
2106d86
620f57a
6a5bc32
5b244fb
6f15e66
7d2037b
5048944
3b2d176
0e239c8
bc44d0d
07d903c
ecdbf4c
c376a74
f5e5808
1058839
c87a527
e6026d6
ab0b887
364cc5e
8db09d0
7477fd1
1d0319c
1f60689
2957e60
7c6c2f0
ad745c4
3ad3358
e87a9a9
a5d5c6d
56f73ba
4250e31
4d5ba53
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from the typo, I find "each column" a bit confusing, as it is of course only applied to those columns that are used for sorting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See if the new version is clearer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New version looks good!