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
BUG: fix
Series.argsort
#42090BUG: fix
Series.argsort
#42090Changes from all commits
8061f94
f0c4d1a
fa848c0
701d3c8
c86f78d
2d92c34
9d4be70
3146640
482b8ad
228aa1f
2281d8d
28e0c5e
82b6092
94fefdc
944f08b
372a8db
980d1d4
4f5777a
5585d01
1e2f0de
49f9137
b3ae107
da0dcf2
fdf1bac
c1a6e18
9db6f97
82fbb76
2552d8f
40c94e2
0e76ee3
eb6d499
a78b9ff
dfcdad7
0bcacb9
220fc67
560298f
5381a0f
30dee32
ec453af
5d3124e
c8e69d8
4f4e8ce
6004737
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.
would be very clear that we are ordering nulls at the
na_position='last'
(equiv of sort_values). i think its fine not to expose this as an option (as numpy doesn't).