Skip to content
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