Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #3762: Fix dataframe groupby aggregations when keys contain NaNs #3766

Merged
merged 2 commits into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. Fixes Bears-R-Us#3762: Fix dataframe groupby aggregations when keys c…

    …ontain `NaN`s
    
    This PR (fixes Bears-R-Us#3762) using dataframe groupby with keys that contain `NaN`s would cause the aggregations to fail. To resolve this, we mask out the values that belong to the `NaN` segment
    stress-tess committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5eee07a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc5f4ea View commit details
    Browse the repository at this point in the history