Skip to content

Commit

Permalink
shorten docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdong1991 committed Jan 27, 2019
1 parent f04891a commit ed91045
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/core/reshape/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ def merge_ordered(left, right, on=None,
`left` and `right` respectively. Pass a value of `None` instead
of a string to indicate that the column name from `left` or
`right` should be left as-is, with no suffix. At least one of the
values must not be None. A combination of `''` and `None` is will
raise error for columns which type is string
values must not be None.
how : {'left', 'right', 'outer', 'inner'}, default 'outer'
* left: use only keys from left frame (SQL: left outer join)
* right: use only keys from right frame (SQL: right outer join)
Expand Down

0 comments on commit ed91045

Please sign in to comment.