Skip to content

Commit d4564c6

Browse files
committed
documented DataFrame.merge behaviour for suffix=(False, False)
1 parent c272c52 commit d4564c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/frame.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@
183183
the order of the join keys depends on the join type (how keyword).
184184
suffixes : 2-length sequence (tuple, list, ...)
185185
Suffix to apply to overlapping column names in the left and right
186-
side, respectively.
186+
side, respectively. If (False, False), overlapping
187+
column names raise an error.
187188
copy : boolean, default True
188189
If False, avoid copy if possible.
189190
indicator : boolean or string, default False

0 commit comments

Comments
 (0)