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 91b84b5 commit 156b506Copy full SHA for 156b506
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