rapidsai/cudf

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

Open

#10.394 aberto em 7 de mar. de 2022

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

Métricas do repositório

Stars
 (6.000 stars)
Métricas de merge de PR
 (Mesclagem média 17d 21h) (230 fundiu PRs em 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

Guia do colaborador