apache / apache/arrow

[Python][Acero] Provide method to perform aggregations with acero for datasets

Open
#44,168 1 comment 0 reactions 1 assignee Claimed by @sidneymau View on GitHub
Component: Python Type: enhancement
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

### Describe the enhancement requested

Presently, `Dataset` has methods to perform several actions—`sort_by`, `join`, and `join_asof`—with Acero. It would be especially helpful to provide a method to perform aggregations on datasets using Acero for convenient out of core processing.

The implementation can be modeled off of the existing `Dataset` Acero operations as well as the `aggregate` method of `TableGroupBy`.

### Component(s)

Python

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.