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

fix: Don't divide by zero in partitioned group-by #21498

Merged
merged 1 commit into from
Feb 27, 2025
Merged

fix: Don't divide by zero in partitioned group-by #21498

merged 1 commit into from
Feb 27, 2025

Conversation

ritchie46
Copy link
Member

fixes #18467

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Feb 27, 2025
Copy link
Contributor

The uncompressed lib size after this PR is 41.6909 MB.

Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.98%. Comparing base (5e280d9) to head (84185b2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #21498   +/-   ##
=======================================
  Coverage   79.98%   79.98%           
=======================================
  Files        1598     1598           
  Lines      229320   229326    +6     
  Branches     2623     2623           
=======================================
+ Hits       183412   183421    +9     
+ Misses      45303    45300    -3     
  Partials      605      605           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46 ritchie46 merged commit fec5425 into main Feb 27, 2025
23 checks passed
@ritchie46 ritchie46 deleted the zero branch February 27, 2025 13:39
anath2 pushed a commit to anath2/polars that referenced this pull request Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mean introduces NaN values inside agg
1 participant