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/v1.5.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ enhancement2
30
30
31
31
Other enhancements
32
32
^^^^^^^^^^^^^^^^^^
33
+
- :class:`StringArray` now accepts array-likes containing nan-likes (``None``, ``np.nan``) for the ``values`` parameter in its constructor in addition to strings and :attr:`pandas.NA`. (:issue:`40839`)
33
34
- Improved the rendering of ``categories`` in :class:`CategoricalIndex` (:issue:`45218`)
0 commit comments