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 69d1f75 commit ef105e7Copy full SHA for ef105e7
pandas/core/frame.py
@@ -127,11 +127,11 @@
127
right_on : label or list, or array-like
128
Field names to join on in right DataFrame or vector/list of vectors per
129
left_on docs
130
-left_index : boolean, default True
+left_index : boolean, default False
131
Use the index from the left DataFrame as the join key(s). If it is a
132
MultiIndex, the number of keys in the other DataFrame (either the index
133
or a number of columns) must match the number of levels
134
-right_index : boolean, default True
+right_index : boolean, default False
135
Use the index from the right DataFrame as the join key. Same caveats as
136
left_index
137
sort : boolean, default True
0 commit comments