We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8a0ca4 + 152d5cc commit cae2967Copy full SHA for cae2967
doc/source/merging.rst
@@ -322,7 +322,7 @@ Here's a description of what each argument is for:
322
DataFrames will be inferred to be the join keys
323
- ``left_on``: Columns from the left DataFrame to use as keys. Can either be
324
column names or arrays with length equal to the length of the DataFrame
325
- - ``right_on``: Columns from the left DataFrame to use as keys. Can either be
+ - ``right_on``: Columns from the right DataFrame to use as keys. Can either be
326
327
- ``left_index``: If ``True``, use the index (row labels) from the left
328
DataFrame as its join key(s). In the case of a DataFrame with a MultiIndex
0 commit comments