cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Fixed group_by mean with missing values and multiple partitions

Open TomAugspurger opened this issue 7 months ago • 1 comments

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

TomAugspurger avatar Jun 13 '25 21:06 TomAugspurger

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.

copy-pr-bot[bot] avatar Jun 13 '25 21:06 copy-pr-bot[bot]

/merge

TomAugspurger avatar Jun 17 '25 14:06 TomAugspurger