Skip to content

Commit

Permalink
Add supported joins to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnherfst committed Dec 2, 2024
1 parent aa05dc2 commit 41df7c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -7071,6 +7071,7 @@ def join(
Do not rely on any observed ordering without explicitly
setting this parameter, as your code may break in a future release.
Not specifying any ordering can improve performance
Supported for inner, left, right and full joins
* *none*
No specific ordering is desired. The ordering might differ across
Expand Down
1 change: 1 addition & 0 deletions py-polars/polars/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -4457,6 +4457,7 @@ def join(
Do not rely on any observed ordering without explicitly
setting this parameter, as your code may break in a future release.
Not specifying any ordering can improve performance
Supported for inner, left, right and full joins
* *none*
No specific ordering is desired. The ordering might differ across
Expand Down

0 comments on commit 41df7c2

Please sign in to comment.