eitsupi opened a new pull request, #35667: URL: https://github.com/apache/arrow/pull/35667
### Rationale for this change Implement the `.by` argument for `mutate`, `summarise`, `filter` and `slice_*` family. ### What changes are included in this PR? The `.by` argument that matches `dplyr` has been added to some functions. Most of the internal functions, such as `compute_by`, are copied from the existing `dplyr` backends, `dbplyr` and `dtplyr`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. -- 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]
