Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 7, 2024
1 parent 0cd7540 commit 55d5d6c
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 @@ -4609,7 +4609,7 @@ def join_where(
>>> west,
>>> pl.col("dur") < pl.col("time"),
>>> pl.col("rev") < pl.col("cost"),
>>> )
>>> ).collect()
shape: (5, 8)
┌─────┬─────┬─────┬───────┬──────┬──────┬──────┬─────────────┐
│ id ┆ dur ┆ rev ┆ cores ┆ t_id ┆ time ┆ cost ┆ cores_right │
Expand Down

0 comments on commit 55d5d6c

Please sign in to comment.