You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/05/05 21:16:00 UTC

[jira] [Updated] (ARROW-11769) [R] Pull groups from grouped_df into RecordBatch or Table

     [ https://issues.apache.org/jira/browse/ARROW-11769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ian Cook updated ARROW-11769:
-----------------------------
    Fix Version/s: 5.0.0

> [R] Pull groups from grouped_df into RecordBatch or Table
> ---------------------------------------------------------
>
>                 Key: ARROW-11769
>                 URL: https://issues.apache.org/jira/browse/ARROW-11769
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>    Affects Versions: 3.0.0
>            Reporter: Ian Cook
>            Assignee: Ian Cook
>            Priority: Minor
>             Fix For: 5.0.0
>
>
> It would be nice if
> {code:java}
> iris %>% group_by(Species) %>% record_batch() {code}
> returned the same thing as
> {code:java}
> iris %>% record_batch() %>% group_by(Species) {code}
> instead of losing the groups.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)