You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.3.3.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ Bug fixes
51
51
- Fix bug in :meth:`~DataFrame.groupby` with ``sum()`` and unobserved categories resulting in ``0`` instead of the empty string ``""`` (:issue:`61909`)
52
52
- Fix :meth:`Series.str.isdigit` to correctly recognize unicode superscript
53
53
characters as digits for :class:`StringDtype` backed by PyArrow (:issue:`61466`)
54
+
- Fix comparing a :class:`StringDtype` Series with mixed objects raising an error (:issue:`60228`)
55
+
- Fix error being raised when using a numpy ufunc with a Python-backed string array (:issue:`40800`)
0 commit comments