rapidsai/cudf

[FEA] Cleanup of unneeded functions in Python aggregation types.

Open

#10,394 opened on Mar 7, 2022

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (735 forks)batch import
Pythonfeature requestgood first issue

Repository metrics

Stars
 (6,000 stars)
PR merge metrics
 (Avg merge 17d 21h) (230 merged PRs in 30d)

Description

With this PR https://github.com/rapidsai/cudf/pull/10357 all aggregations in cudf are now represented as algorithm-specific aggregation classes. There is some followup cleanup work to be done in the python bindings. See:

https://github.com/rapidsai/cudf/pull/10357#issuecomment-1054204554

Contributor guide