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

[FEA] Support order-preserving groupby option in cudf-polars #16477

Closed
wence- opened this issue Aug 2, 2024 · 1 comment
Closed

[FEA] Support order-preserving groupby option in cudf-polars #16477

wence- opened this issue Aug 2, 2024 · 1 comment
Assignees
Labels
cudf.polars Issues specific to cudf.polars feature request New feature or request

Comments

@wence-
Copy link
Contributor

wence- commented Aug 2, 2024

In polars, a groupby operation by default is not order-preserving. However, one can optionally ask for order-preservation.

Right now, cudf-polars does not support the order-preserving groupby and therefore falls back to the CPU engine.

Since groupby-aggregations are one place where the GPU acceleration really shines, it would be good to support this mode of operation.

This should be possible, once the exact ordering requirements are determined, by a mode that is similar to the way we do order-preservation in the cudf-classic groupby code.

@wence- wence- added feature request New feature or request cudf.polars Issues specific to cudf.polars labels Aug 2, 2024
@lithomas1 lithomas1 self-assigned this Aug 13, 2024
wence- pushed a commit that referenced this issue Aug 22, 2024
@lithomas1
Copy link
Contributor

Done

@github-project-automation github-project-automation bot moved this from Todo to Done in cuDF Python Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf.polars Issues specific to cudf.polars feature request New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants