-
Notifications
You must be signed in to change notification settings - Fork 367
Implemented Series.argsort #1793
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
Conversation
|
The result in the description is different from pandas'. >>> pd.Series([3, 3, 4, 1, 6, 2, 3, 7, 8, 7, 10]).argsort()
0 3
1 5
2 0
3 1
4 6
5 2
6 4
7 7
8 9
9 8
10 10
dtype: int64 |
Oh, sorry I should've updated PR description. |
|
Thanks, @ueshin ! |
|
Anyway, I want to include @ueshin as an author for this work. Maybe merged pull request in my repository is enough, or do I have to do something ?? |
|
Nvm about #1793 (comment) , think I'll be able to address it ! |
ueshin
left a comment
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.
LGTM.
Could you fix the code conflicts?
Co-authored-by: Takuya UESHIN [email protected]
|
Oops. why the co-author didn't applied ? Sorry let me figure out the way. |
This PR proposes
Series.argsort