Skip to content
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

Implement sorting functions #31

Merged
merged 5 commits into from
Jul 19, 2017
Merged

Implement sorting functions #31

merged 5 commits into from
Jul 19, 2017

Conversation

sklam
Copy link
Contributor

@sklam sklam commented Jul 19, 2017

Implemented:

  • nlargest, nsmallest for Series and DataFrame
  • sort_values for Series and DataFrame
  • Series.argsort

In addition:

  • Series.take
  • Series.reverse

@sklam sklam requested a review from seibert July 19, 2017 19:57
@seibert seibert merged commit 1fc8416 into rapidsai:master Jul 19, 2017
@sklam sklam deleted the feature/sort branch July 20, 2017 18:34
@sklam sklam mentioned this pull request Aug 1, 2017
trevorsm7 pushed a commit that referenced this pull request Oct 16, 2019
raydouglass pushed a commit that referenced this pull request Nov 7, 2023
Add `cudf.pandas` module and magic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants