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/09/17 02:24:00 UTC

[jira] [Updated] (ARROW-14021) [R] Bind median() to exact not approximate median

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

Ian Cook updated ARROW-14021:
-----------------------------
    Description: ARROW-13772 binds {{median()}} to {{tdigest(q=0.5)}} which returns an approximate median. The binding issues a warning saying that the median is approximate. Once ARROW-13309 is implemented, modify the R binding to call the Arrow function that returns an exact median, and remove the warning (which is thrown by code in {{dplyr-summarize.R}}).  (was: ARROW-13772 binds {{median()}} to {{tdigest(q=0.5)}} which returns an approximate median. Once ARROW-13309 is implemented, modify the R binding to call the Arrow function that returns an exact median.)

> [R] Bind median() to exact not approximate median
> -------------------------------------------------
>
>                 Key: ARROW-14021
>                 URL: https://issues.apache.org/jira/browse/ARROW-14021
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: R
>            Reporter: Ian Cook
>            Priority: Major
>             Fix For: 7.0.0
>
>
> ARROW-13772 binds {{median()}} to {{tdigest(q=0.5)}} which returns an approximate median. The binding issues a warning saying that the median is approximate. Once ARROW-13309 is implemented, modify the R binding to call the Arrow function that returns an exact median, and remove the warning (which is thrown by code in {{dplyr-summarize.R}}).



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