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

feat(python): make Series.__bool__ error message Rusttier #15407

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

MarcoGorelli
Copy link
Collaborator

Expr.__bool__ got a lot of love on Discord:

image

Might be good to do the same for Series.__bool__?

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels Mar 31, 2024
Copy link

codecov bot commented Mar 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.12%. Comparing base (7216f9c) to head (4a1457d).
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15407      +/-   ##
==========================================
- Coverage   81.41%   81.12%   -0.30%     
==========================================
  Files        1362     1361       -1     
  Lines      176520   174599    -1921     
  Branches     2531     2531              
==========================================
- Hits       143713   141642    -2071     
- Misses      32322    32472     +150     
  Partials      485      485              

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

@alexander-beedie
Copy link
Collaborator

Might be good to do the same for Series.bool?

Makes sense to me ☝️

@ritchie46
Copy link
Member

Always love more rusty error messages. 🙌

@ritchie46 ritchie46 merged commit 1485fec into pola-rs:main Mar 31, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants