Skip to content

Commit 607a170

Browse files
committed
add whatsnew entry
1 parent 8d17eed commit 607a170

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/whatsnew/v0.19.0.txt

+6
Original file line numberDiff line numberDiff line change
@@ -910,5 +910,11 @@ Bug Fixes
910910
- Bug in ``Index.union`` returns an incorrect result with a named empty index (:issue:`13432`)
911911
- Bugs in ``Index.difference`` and ``DataFrame.join`` raise in Python3 when using mixed-integer indexes (:issue:`13432`, :issue:`12814`)
912912
- Bug in ``.to_excel()`` when DataFrame contains a MultiIndex which contains a label with a NaN value (:issue:`13511`)
913+
914+
- Bug in ``agg()`` function on groupby dataframe changes dtype of ``datetime64[ns]`` column to ``float64`` (:issue:`12821`)
915+
916+
- Bug in operations on ``NaT`` returning ``float`` instead of ``datetime64[ns]`` (:issue:`12941`)
917+
913918
- Bug in ``pd.read_csv`` in Python 2.x with non-UTF8 encoded, multi-character separated data (:issue:`3404`)
919+
914920
- Bug in ``Index`` raises ``KeyError`` displaying incorrect column when column is not in the df and columns contains duplicate values (:issue:`13822`)

0 commit comments

Comments
 (0)