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: Fix mode panicking for String dtype #20458

Merged
merged 3 commits into from
Dec 26, 2024

Conversation

lukemanley
Copy link
Contributor

closes #20448

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Dec 25, 2024
Copy link

codecov bot commented Dec 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.00%. Comparing base (a6fffd4) to head (606e187).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20458   +/-   ##
=======================================
  Coverage   79.00%   79.00%           
=======================================
  Files        1563     1563           
  Lines      220449   220450    +1     
  Branches     2488     2488           
=======================================
+ Hits       174157   174158    +1     
  Misses      45719    45719           
  Partials      573      573           

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

Copy link
Member

@ritchie46 ritchie46 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thank you @lukemanley

@ritchie46 ritchie46 merged commit 53cda2a into pola-rs:main Dec 26, 2024
26 of 27 checks passed
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.

Expr.mode() panicks for String column
2 participants