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 3a8bf8d commit b76b189Copy full SHA for b76b189
pandas/core/frame.py
@@ -226,7 +226,7 @@
226
sort : bool, default False
227
Sort the join keys lexicographically in the result DataFrame. If False,
228
the order of the join keys depends on the join type (how keyword).
229
-suffixes : tuple of (str, str), default ('_x', '_y')
+suffixes : list/tuple of (str, str), default ('_x', '_y')
230
Suffix to apply to overlapping column names in the left and right
231
side, respectively. To raise an exception on overlapping columns use
232
(False, False).
0 commit comments