We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c272c52 commit 4c2b044Copy full SHA for 4c2b044
pandas/core/frame.py
@@ -183,7 +183,8 @@
183
the order of the join keys depends on the join type (how keyword).
184
suffixes : 2-length sequence (tuple, list, ...)
185
Suffix to apply to overlapping column names in the left and right
186
- side, respectively.
+ side, respectively. If (False, False), overlapping
187
+ column names raise an error.
188
copy : boolean, default True
189
If False, avoid copy if possible.
190
indicator : boolean or string, default False
0 commit comments