Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
46943e0
BUG: Groupby.agg cannot reduce with tz aware data
Feb 12, 2019
724a69e
Handle output always as UTC
Feb 13, 2019
54a5b7c
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 13, 2019
0d1eb55
Add whatsnew
Feb 13, 2019
b4913dc
isort and add another fixed groupby.first/last issue
Feb 13, 2019
2aa3a2c
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 14, 2019
18198f4
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 14, 2019
c970848
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 16, 2019
da26b7b
bring condition at a higher level
Feb 16, 2019
1295d4f
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 17, 2019
60adcf0
Add try for _try_cast
Feb 18, 2019
e9ac6e8
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 19, 2019
619f071
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 19, 2019
206303a
Add comments
Feb 19, 2019
4ac569c
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 21, 2019
1339a45
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 23, 2019
0c0b43a
Don't pass the utc_dtype explicitly
Feb 24, 2019
5bf07a9
Remove unused import
Feb 24, 2019
95a48d6
Use string dtype instead
Feb 26, 2019
7feb4a7
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 27, 2019
fd1a2ec
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 28, 2019
3cfe961
Merge remote-tracking branch 'upstream/master' into timezone_agg
Feb 28, 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
Merge remote-tracking branch 'upstream/master' into timezone_agg
  • Loading branch information
Matt Roeschke committed Feb 28, 2019
commit 3cfe961fb3678644f4dd06bfed0406e40abd2331
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.25.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ Groupby/Resample/Rolling
^^^^^^^^^^^^^^^^^^^^^^^^

- Bug in :meth:`pandas.core.resample.Resampler.agg` with a timezone aware index where ``OverflowError`` would raise when passing a list of functions (:issue:`22660`)
- Bug in :meth:`pandas.core.groupby.DataFrameGroupBy.nunique` in which the names of column levels were lost (:issue:`23222`)
- Bug in :func:`pandas.core.groupby.GroupBy.agg` when applying a aggregation function to timezone aware data (:issue:`23683`)
- Bug in :func:`pandas.core.groupby.GroupBy.first` and :func:`pandas.core.groupby.GroupBy.last` where timezone information would be dropped (:issue:`21603`)

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.