cudf
cudf copied to clipboard
Fixed group_by mean with missing values and multiple partitions
This fixes the group_by(...).mean() with the experimental executor when there are missing values. We were using the length of the column, rather than the number of non-NA elements.
Closes https://github.com/rapidsai/cudf/issues/19151
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.
Contributors can view more details about this message here.
/merge