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 more information for cross joins #20753

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

etiennebacher
Copy link
Contributor

Fixes #18111

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars labels Jan 16, 2025
@ritchie46 ritchie46 merged commit 6ce00e1 into pola-rs:main Jan 16, 2025
14 checks passed
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.73%. Comparing base (28a45f2) to head (51d0574).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #20753      +/-   ##
==========================================
- Coverage   79.73%   79.73%   -0.01%     
==========================================
  Files        1561     1561              
  Lines      221910   221910              
  Branches     2530     2530              
==========================================
- Hits       176938   176937       -1     
- Misses      44390    44391       +1     
  Partials      582      582              

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

@etiennebacher etiennebacher deleted the docs-join-cross branch January 16, 2025 17:59
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.

Add example of df.join(df2, how='cross')
2 participants