Skip to content

Commit bcf6572

Browse files
committed
move whatsnew entry
1 parent afd6526 commit bcf6572

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/source/whatsnew/v2.2.2.rst

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Bug fixes
4242
- :meth:`DataFrame.__dataframe__` was showing bytemask instead of bitmask for ``'string[pyarrow]'`` validity buffer (:issue:`57762`)
4343
- :meth:`DataFrame.__dataframe__` was showing non-null validity buffer (instead of ``None``) ``'string[pyarrow]'`` without missing values (:issue:`57761`)
4444
- :meth:`DataFrame.to_sql` was failing to find the right table when using the schema argument (:issue:`57539`)
45-
- :meth:`HDFStore.get` was failing to save data of dtype datetime64[s] correctly (:issue:`59004`)
4645

4746
.. ---------------------------------------------------------------------------
4847
.. _whatsnew_222.other:

doc/source/whatsnew/v3.0.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ I/O
512512
- Bug in :meth:`DataFrame.to_dict` raises unnecessary ``UserWarning`` when columns are not unique and ``orient='tight'``. (:issue:`58281`)
513513
- Bug in :meth:`DataFrame.to_excel` when writing empty :class:`DataFrame` with :class:`MultiIndex` on both axes (:issue:`57696`)
514514
- Bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
515+
- Bug in :meth:`HDFStore.get` was failing to save data of dtype datetime64[s] correctly (:issue:`59004`)
515516
- Bug in :meth:`read_csv` raising ``TypeError`` when ``index_col`` is specified and ``na_values`` is a dict containing the key ``None``. (:issue:`57547`)
516517

517518
Period

0 commit comments

Comments
 (0)