Skip to content

Commit

Permalink
fix(python): Add right to lazyframe join docstring (#17529)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm0000 committed Jul 9, 2024
1 parent 383c48a commit daf2e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -4052,7 +4052,7 @@ def join(
on
Join column of both DataFrames. If set, `left_on` and `right_on` should be
None.
how : {'inner', 'left', 'full', 'semi', 'anti', 'cross'}
how : {'inner', 'left', 'right', 'full', 'semi', 'anti', 'cross'}
Join strategy.
* *inner*
Expand Down

0 comments on commit daf2e49

Please sign in to comment.