Skip to content

Commit 34f45da

Browse files
committed
Whatsnew
1 parent 0c1c877 commit 34f45da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v3.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,7 @@ MultiIndex
11901190
I/O
11911191
^^^
11921192
- Bug in :class:`DataFrame` and :class:`Series` ``repr`` of :py:class:`collections.abc.Mapping` elements. (:issue:`57915`)
1193+
- Bug in :meth:`DataFrame.to_hdf` and :func:`read_hdf` with ``timedelta64`` dtypes with non-nanosecond resolution failing to round-trip correctly (:issue:`63239`)
11931194
- Fix bug in ``on_bad_lines`` callable when returning too many fields: now emits
11941195
``ParserWarning`` and truncates extra fields regardless of ``index_col`` (:issue:`61837`)
11951196
- Bug in :func:`pandas.json_normalize` inconsistently handling non-dict items in ``data`` when ``max_level`` was set. The function will now raise a ``TypeError`` if ``data`` is a list containing non-dict items (:issue:`62829`)

0 commit comments

Comments
 (0)