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

[Python] Add sort_by helper to Table, RecordBatch, Array #14778

Closed
amol- opened this issue Nov 30, 2022 · 0 comments · Fixed by #14781
Closed

[Python] Add sort_by helper to Table, RecordBatch, Array #14778

amol- opened this issue Nov 30, 2022 · 0 comments · Fixed by #14781

Comments

@amol-
Copy link
Member

amol- commented Nov 30, 2022

Describe the enhancement requested

Sorting is currently inconvenient in PyArrow as it requires chaining multiple compute functions to achieve the expected result. It would be good to provide helpers that make possible to simply perform X.sort_by(...)

Component(s)

Python

@amol- amol- added this to the 11.0.0 milestone Nov 30, 2022
@amol- amol- self-assigned this Nov 30, 2022
jorisvandenbossche added a commit that referenced this issue Dec 15, 2022
* Closes: #14778


Lead-authored-by: Alessandro Molina <amol@turbogears.org>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants