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): Added example for explode mapping strategy in pl.Expr.over #15402

Merged

Conversation

thomaslin2020
Copy link
Contributor

  • Added an example for explode mapping strategy in pl.Expr.over
  • Modified the explanation to clarify the behavior of explode and when sorting by groups is required

Fixes: #15346

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

codecov bot commented Mar 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.13%. Comparing base (345ca75) to head (48006f8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15402      +/-   ##
==========================================
- Coverage   81.13%   81.13%   -0.01%     
==========================================
  Files        1361     1361              
  Lines      174562   174562              
  Branches     2531     2531              
==========================================
- Hits       141635   141630       -5     
- Misses      32444    32448       +4     
- Partials      483      484       +1     

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

@ritchie46 ritchie46 merged commit b1eaff3 into pola-rs:main Apr 1, 2024
13 checks passed
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.Expr.over lacks examples of different mapping strategies
2 participants