We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36f424 commit bb83a74Copy full SHA for bb83a74
python/datafusion/dataframe.py
@@ -319,8 +319,7 @@ def join(
319
) -> DataFrame:
320
"""Join this :py:class:`DataFrame` with another :py:class:`DataFrame`.
321
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.
+ `on` has to be provided or both `left_on` and `right_on` in conjunction.
324
325
Args:
326
right: Other DataFrame to join with.
0 commit comments