We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f8c0d commit 52dbb5eCopy full SHA for 52dbb5e
doc/source/whatsnew/v2.3.0.rst
@@ -35,8 +35,8 @@ Other enhancements
35
- The semantics for the ``copy`` keyword in ``__array__`` methods (i.e. called
36
when using ``np.array()`` or ``np.asarray()`` on pandas objects) has been
37
updated to work correctly with NumPy >= 2 (:issue:`57739`)
38
+- :meth:`~Series.to_hdf` and :meth:`~DataFrame.to_hdf` now round-trip with ``StringDtype`` (:issue:`60663`)
39
- The :meth:`~Series.sum` reduction is now implemented for ``StringDtype`` columns (:issue:`59853`)
--
40
41
.. ---------------------------------------------------------------------------
42
.. _whatsnew_230.notable_bug_fixes:
0 commit comments