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): Ensure last is never ambiguous with max #17962

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

henryharbeck
Copy link
Contributor

Closes #17826

I have never heard of this being a thing, but one less open accepted issue is always better haha

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

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.40%. Comparing base (66f0026) to head (d079a02).
Report is 70 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17962      +/-   ##
==========================================
- Coverage   80.47%   80.40%   -0.07%     
==========================================
  Files        1503     1494       -9     
  Lines      197115   196480     -635     
  Branches     2794     2817      +23     
==========================================
- Hits       158628   157989     -639     
+ Misses      37973    37971       -2     
- Partials      514      520       +6     

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

@ritchie46 ritchie46 merged commit 5134051 into pola-rs:main Aug 1, 2024
15 checks passed
@henryharbeck henryharbeck deleted the last branch August 1, 2024 06:36
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.

pl.col(col).last() example shows both "max" and "last" behaviour
2 participants