Skip to content

Commit acffc0d

Browse files
add default value in docstring
1 parent c9e2976 commit acffc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/merge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def merge_ordered(left, right, on=None,
159159
left DataFrame
160160
fill_method : {'ffill', None}, default None
161161
Interpolation method for data
162-
suffixes : Sequence
162+
suffixes : Sequence, default is ("_x", "_y")
163163
A length-2 sequence where each element is optionally a string
164164
indicating the suffix to add to overlapping column names in
165165
`left` and `right` respectively. Pass a value of `None` instead

0 commit comments

Comments
 (0)