8000 BUG: groupby.transform retains timezone information by mroeschke · Pull Request #25264 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BUG: groupby.transform retains timezone information #25264

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 12 commits into from
Feb 16, 2019
Merged
Prev Previous commit
Next Next commit
Add whatsnew
  • Loading branch information
Matt Roeschke committed Feb 11, 2019
commit 3c5fd19b9dd475ce942ffc5dbce40d65d71ccb71
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 @@ -180,6 +180,7 @@ Reshaping

- Bug in :func:`pandas.merge` adds a string of ``None`` if ``None`` is assigned in suffixes instead of remain the column name as-is (:issue:`24782`).
- Bug in :func:`merge` when merging by index name would sometimes result in an incorrectly numbered index (:issue:`24212`)
- Bug in :meth:`pandas.core.groupby.GroupBy.transform` where applying a function to a timezone aware column would return a timezone naive result (:issue:`24198`)
Copy link
Contributor

Choose a reason for hiding this comment

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

ok for 0.24.2

- :func:`to_records` now accepts dtypes to its `column_dtypes` parameter (:issue:`24895`)
-

Expand Down
0