Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d7aabd0
added period to pandas.Categorical.dtype
Aug 21, 2019
a061b49
added period pandas.Categorical.dtype
Aug 24, 2019
976791f
added period pandas.merge_ordered
Aug 24, 2019
19c0a6f
added period pandas.bdate_range
Aug 24, 2019
4ea1ecf
added period pandas.period_range
Aug 24, 2019
58354ec
added period pandas.timedelta_range
Aug 24, 2019
b27f632
added period pandas.interval_range
Aug 24, 2019
4f15661
added period util.hash_pandas_object
Aug 24, 2019
2e19da4
added period pandas.Grouper
Aug 24, 2019
6d32431
added period pandas.Index.memory_usage
Aug 24, 2019
df97818
added period Index.fillna
Aug 24, 2019
e4315d9
added period pandas.Index.dropna
Aug 24, 2019
d010815
added period pandas.RangeIndex.start
Aug 24, 2019
ff4f73f
added period pandas.RangeIndex.stop
Aug 24, 2019
c752272
added period pandas.RangeIndex.step
Aug 24, 2019
fe82f00
Merge branch 'fix-docstrings' of https://github.com/bhuvanakundumani/…
Aug 24, 2019
6cb8630
fixed summary does not have period in pandas.Int64Index
Aug 24, 2019
e2e3bc5
added period at the end pandas.RangeIndex.start
Aug 24, 2019
6ee7be6
added period at the end pandas.RangeIndex.start
Aug 24, 2019
3ff5862
added period ad the end of pandas.RangeIndex.step
Aug 24, 2019
37f52ba
Merge branch 'fix-docstrings' of https://github.com/bhuvanakundumani/…
Aug 24, 2019
9b4cbbf
added period after the bracket pandas.merge_ordered
Aug 24, 2019
bca01f0
restored the spacein pandas.RangeIndex.start
Aug 24, 2019
1cab303
restored the space in pandas.RangeIndex.step
Aug 24, 2019
4bb9f56
restored the space in pandas.merge_ordered
Aug 24, 2019
9a5200d
reverted the change in pandas.Int64Index
Aug 24, 2019
5a765d9
added period to pandas.bdate_range
Aug 24, 2019
File filter

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
added period after the bracket pandas.merge_ordered
  • Loading branch information
Bhuvana KA authored and Bhuvana KA committed Aug 24, 2019
commit 9b4cbbf2bdfdce4c9c0ac13de2679363e8deab3c
4 changes: 2 additions & 2 deletions pandas/core/reshape/merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ def merge_ordered(
):
"""
Perform merge with optional filling/interpolation designed for ordered
data like time series data. Optionally perform group-wise merge.(see
examples)
data like time series data. Optionally perform group-wise merge(see
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

examples).

Parameters
----------
Expand Down