You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Nicola Crane (Jira)" <ji...@apache.org> on 2022/09/20 12:20:00 UTC

[jira] [Commented] (ARROW-17780) [R] Add "summarise_all" function from Lubridate Library.

    [ https://issues.apache.org/jira/browse/ARROW-17780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17607153#comment-17607153 ] 

Nicola Crane commented on ARROW-17780:
--------------------------------------

[~nanimesh] There isn't a function {{summarise_all()}} exported from lubridate; are you referring to this tidyverse function: https://dplyr.tidyverse.org/reference/summarise_all.html?  If so, it's now deprecated in favour of using {{across()}} inside {{summarise()}} instead.  The good news is that {{across()}} for {{summarise()}} has recently been implemented in the dev version of Arrow and should be out in the next release.  Will this enable you to do what you need to?

> [R] Add "summarise_all" function from Lubridate Library.
> --------------------------------------------------------
>
>                 Key: ARROW-17780
>                 URL: https://issues.apache.org/jira/browse/ARROW-17780
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: N Gautam Animesh
>            Priority: Major
>
> Function - "summarise_all" from Lubridate Library isn't implemented yet in Arrow. Please look into it and do the needful.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)