coady commented on issue #14866:
URL: https://github.com/apache/arrow/issues/14866#issuecomment-1426587463

   I think the [current `_group_by` 
interface](https://github.com/apache/arrow/blob/b056e07b8aefe73a26239da481d92a8562c41833/python/pyarrow/_compute.pyx#L2249)
 is awkward, because it requires target "names", which are only used for 
function arity. But it looks like #14867 will replace that anyway.
   
   Also, I've been using `_group_by` for aggregating batches, with out-of-core 
data. Whereas #14867 looks like it will require a table. Just something to 
consider, but I guess I could always wrap a single record batch into a table.
   
   Thanks.
   


-- 
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]

Reply via email to