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/10/03 19:13:00 UTC

[jira] [Updated] (ARROW-14209) [R] Allow multiple arguments to n_distinct()

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

Ian Cook updated ARROW-14209:
-----------------------------
    Description: 
ARROW-13620 and ARROW-14036 added support for the {{n_distinct()}} in function in the dplyr verb {{summarise()}} but only with a single argument. Add support for multiple arguments to {{n_distinct()}}. This should return the number of unique combinations of values in the specified columns/expressions.

See the comment about this here: https://github.com/apache/arrow/pull/11257#discussion_r720873549

  was:ARROW-13620 and ARROW-14036 added support for the {{n_distinct()}} in function in the dplyr verb {{summarise()}} but only with a single argument. Add support for multiple arguments to {{n_distinct()}}. This should return the number of unique combinations of values in the specified columns/expressions.


> [R] Allow multiple arguments to n_distinct()
> --------------------------------------------
>
>                 Key: ARROW-14209
>                 URL: https://issues.apache.org/jira/browse/ARROW-14209
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Ian Cook
>            Priority: Major
>             Fix For: 7.0.0
>
>
> ARROW-13620 and ARROW-14036 added support for the {{n_distinct()}} in function in the dplyr verb {{summarise()}} but only with a single argument. Add support for multiple arguments to {{n_distinct()}}. This should return the number of unique combinations of values in the specified columns/expressions.
> See the comment about this here: https://github.com/apache/arrow/pull/11257#discussion_r720873549



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