Skip to content

Commit bb83a74

Browse files
committed
chore: add description for on params
1 parent d36f424 commit bb83a74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/datafusion/dataframe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@ def join(
319319
) -> DataFrame:
320320
"""Join this :py:class:`DataFrame` with another :py:class:`DataFrame`.
321321
322-
Join keys are a pair of lists of column names in the left and right
323-
dataframes, respectively. These lists must have the same length.
322+
`on` has to be provided or both `left_on` and `right_on` in conjunction.
324323
325324
Args:
326325
right: Other DataFrame to join with.

0 commit comments

Comments
 (0)