amol- commented on pull request #11624:
URL: https://github.com/apache/arrow/pull/11624#issuecomment-971632100
@pitrou moved to multistep api
```
table.group_by("keys").aggregate([
("hash_sum", "values"),
("hash_count", "values")
])
```
at the moment it only has `aggregate` method, but we can grow more helpers
in the future
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]