We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda3de2 commit 776ce2fCopy full SHA for 776ce2f
pandas/core/frame.py
@@ -119,7 +119,9 @@
119
* outer: use union of keys from both frames (SQL: full outer join)
120
* inner: use intersection of keys from both frames (SQL: inner join)
121
on : label or list
122
- Field names to join on. Must be found in both DataFrames.
+ Field names to join on. Must be found in both DataFrames. If on is
123
+ None and not merging on indexes, then it merges on the intersection of
124
+ the columns by default.
125
left_on : label or list, or array-like
126
Field names to join on in left DataFrame. Can be a vector or list of
127
vectors of the length of the DataFrame to use a particular vector as
0 commit comments