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

docs(python): Add examples for bitwise expressions #20503

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

IndexSeek
Copy link
Contributor

This PR adds example documentation for bitwise_and, bitwise_or, and bitwise_xor to include select usage and aggregation usage with agg.

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Dec 30, 2024
Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.02%. Comparing base (b430f64) to head (7ba5a38).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #20503   +/-   ##
=======================================
  Coverage   79.02%   79.02%           
=======================================
  Files        1563     1563           
  Lines      220594   220609   +15     
  Branches     2502     2502           
=======================================
+ Hits       174327   174343   +16     
+ Misses      45693    45692    -1     
  Partials      574      574           

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

Copy link
Collaborator

@rodrigogiraoserrao rodrigogiraoserrao left a comment

Choose a reason for hiding this comment

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

Thanks! Looks good to me.

@ritchie46 ritchie46 merged commit 68100f2 into pola-rs:main Dec 31, 2024
14 of 15 checks passed
@IndexSeek IndexSeek deleted the bitwise-examples branch December 31, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants