Joris Van den Bossche created ARROW-13018:
---------------------------------------------
Summary: [C++][Docs] Use consistent terminology for nulls
(min_count) in scalar aggregate kernels
Key: ARROW-13018
URL: https://issues.apache.org/jira/browse/ARROW-13018
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Joris Van den Bossche
Assignee: Joris Van den Bossche
For example, the current `pc.sum` docstring has
{code}
Null values are ignored. Minimum count of non-NA
values can be set and NAN is returned if too few are present.
This can be changed through ScalarAggregateOptions.
{code}
which uses both NA and NAN in addition to "null".
--
This message was sent by Atlassian Jira
(v8.3.4#803005)