You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@arrow.apache.org by Harshit Gupta <za...@gmail.com> on 2021/10/30 14:05:19 UTC

[Python] Expose group by function

1. The hash_aggregate functions are in pyarrow.compute, but they're not
directly callable. Looks like GroupBy is unavailable in Python.
2. Can you provide an example of hash_sum from pc.compute?

Thanks

Re: [Python] Expose group by function

Posted by Micah Kornfield <em...@gmail.com>.
There is an open pull request (https://github.com/apache/arrow/pull/11624)
to expose these.  They should be accessible in  Arrow 7.0.

On Sat, Oct 30, 2021 at 10:05 AM Harshit Gupta <za...@gmail.com> wrote:

> 1. The hash_aggregate functions are in pyarrow.compute, but they're not
> directly callable. Looks like GroupBy is unavailable in Python.
> 2. Can you provide an example of hash_sum from pc.compute?
>
> Thanks
>