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 all libcudf aggregation kinds in pylibcudf #17712

Open
mroeschke opened this issue Jan 10, 2025 · 0 comments
Open

[FEA] Support all libcudf aggregation kinds in pylibcudf #17712

mroeschke opened this issue Jan 10, 2025 · 0 comments
Assignees
Labels
feature request New feature or request pylibcudf Issues specific to the pylibcudf package

Comments

@mroeschke
Copy link
Contributor

Is your feature request related to a problem? Please describe.
pylibcudf currently only supports a subset of all the possible aggregation kinds in libcudf.

24.10 pylibcudf supported aggregations

libcudf support aggregations

Describe the solution you'd like
Ideally pylibcudf should support all libcudf aggregation kinds. The most important ones are:

TDIGEST,         
MERGE_TDIGEST,   
HISTOGRAM,     
MERGE_HISTOGRAM 
MERGE_LISTS,
MERGE_SETS,
MERGE_M2,
COUNT_VALID,     
COUNT_ALL, 
M2, 
@mroeschke mroeschke added feature request New feature or request pylibcudf Issues specific to the pylibcudf package labels Jan 10, 2025
@mroeschke mroeschke self-assigned this Jan 10, 2025
rapids-bot bot pushed a commit that referenced this issue Jan 15, 2025
Adds the aggregation types specifically listed in #17712 but does not include _all_ the available libcudf aggregations

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #17717
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request pylibcudf Issues specific to the pylibcudf package
Projects
Status: Todo
Development

No branches or pull requests

1 participant