Skip to content

Commit

Permalink
Fix notes
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed May 29, 2024
1 parent 89c0d6a commit 263315b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py-polars/polars/dataframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -6563,8 +6563,8 @@ def join(
“m:1”: check if join keys are unique in right dataset
.. note::
This is currently not supported by the streaming engine.
- This is currently not supported the streaming engine.
join_nulls
Join on null values. By default null values will never produce matches.
coalesce
Expand Down
2 changes: 1 addition & 1 deletion py-polars/polars/lazyframe/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -3930,8 +3930,8 @@ def join(
“m:1”: check if join keys are unique in right dataset
.. note::
This is currently not supported by the streaming engine.
- This is currently not supported the streaming engine.
join_nulls
Join on null values. By default null values will never produce matches.
coalesce
Expand Down

0 comments on commit 263315b

Please sign in to comment.