Skip to content

PR09 batch 4 #29466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Nov 8, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo and remove text before list.
  • Loading branch information
HughKelley committed Nov 8, 2019
commit 378c6bb8b35ba5ed30c71785b765b41b78d14ee1
3 changes: 1 addition & 2 deletions pandas/core/reshape/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def merge_ordered(

.. versionchanged:: 0.25.0
how : {'left', 'right', 'outer', 'inner'}, default 'outer'
Behavior:
* left: use only keys from left frame (SQL: left outer join)
* right: use only keys from right frame (SQL: right outer join)
* outer: use union of keys from both frames (SQL: full outer join)
Expand All @@ -221,7 +220,7 @@ def merge_ordered(
Returns
-------
DataFrame
The merged DataFrame The output type will the be same as
The merged DataFrame output type will the be same as
'left', if it is a subclass of DataFrame.

See Also
Expand Down
1 change: 0 additions & 1 deletion pandas/core/tools/datetimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,6 @@ def to_datetime(
Return UTC DatetimeIndex if True (converting any tz-aware
datetime.datetime objects as well).
box : bool, default True
Behaves as:
- If True returns a DatetimeIndex or Index-like object
- If False returns ndarray of values.

Expand Down