Skip to content

Commit

Permalink
docs(python): Remove note about guaranteed left join order (#20048)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Nov 28, 2024
1 parent 83b5042 commit 9f3f012
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -7106,8 +7106,6 @@ def join(
* *anti*
Returns rows from the left table that have no match in the right table.
.. note::
A left join preserves the row order of the left DataFrame.
left_on
Name(s) of the left join column(s).
right_on
Expand Down
2 changes: 0 additions & 2 deletions py-polars/polars/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -4418,8 +4418,6 @@ def join(
* *anti*
Returns rows from the left table that have no match in the right table.
.. note::
A left join preserves the row order of the left DataFrame.
left_on
Join column of the left DataFrame.
right_on
Expand Down

0 comments on commit 9f3f012

Please sign in to comment.