In ARROW-13501 and ARROW-13620, the options passed to make_compute_options are named na.min_count and na.rm. For consistency with other options, they should be named min_count and skip_nulls to match the C++ function options.
Reporter: Ian Cook / @ianmcook
Assignee: Neal Richardson / @nealrichardson
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-13820. Please see the migration documentation for further details.
In ARROW-13501 and ARROW-13620, the options passed to
make_compute_optionsare namedna.min_countandna.rm. For consistency with other options, they should be namedmin_countandskip_nullsto match the C++ function options.Reporter: Ian Cook / @ianmcook
Assignee: Neal Richardson / @nealrichardson
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-13820. Please see the migration documentation for further details.