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: Complete parameters description and add an example for clip() #19875

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

etiennebacher
Copy link
Contributor

Fixes #18345

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars labels Nov 19, 2024
Copy link

codecov bot commented Nov 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.43%. Comparing base (03ba07a) to head (1b9b2b0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19875      +/-   ##
==========================================
- Coverage   79.44%   79.43%   -0.01%     
==========================================
  Files        1550     1550              
  Lines      215192   215192              
  Branches     2447     2447              
==========================================
- Hits       170952   170943       -9     
- Misses      43683    43692       +9     
  Partials      557      557              

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


🚨 Try these New Features:

@ritchie46 ritchie46 merged commit 7c9e626 into pola-rs:main Nov 20, 2024
13 checks passed
@etiennebacher etiennebacher deleted the example-clip branch November 20, 2024 07:32
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 rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parameters in clip() parse strings as column names, which is undocumented
2 participants