[
https://issues.apache.org/jira/browse/ARROW-12615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17337562#comment-17337562
]
Rok Mihevc commented on ARROW-12615:
------------------------------------
ARROW-12499 is about adding ScalarAggregateOptions to Any and All kernels.
[~apitrou] I suppose we need this to match expected behaviour in
[R|https://stat.ethz.ch/R-manual/R-devel/library/stats/html/sd.html] - na.rm
and
[pandas|https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.std.html]
- skip_na.
> [C++] Add options for handling NAs to stddev and variance
> ---------------------------------------------------------
>
> Key: ARROW-12615
> URL: https://issues.apache.org/jira/browse/ARROW-12615
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Nic Crane
> Priority: Major
>
> Currently the compute kernels `stddev `and `variance` automatically ignore
> NAs, but it would be useful if there was an option to toggle this behaviour
--
This message was sent by Atlassian Jira
(v8.3.4#803005)