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.2.0.rst
+2
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,8 @@ Other enhancements
236
236
- Implemented :meth:`Series.str.extract` for :class:`ArrowDtype` (:issue:`56268`)
237
237
- Improved error message that appears in :meth:`DatetimeIndex.to_period` with frequencies which are not supported as period frequencies, such as "BMS" (:issue:`56243`)
238
238
- Improved error message when constructing :class:`Period` with invalid offsets such as "QS" (:issue:`55785`)
239
+
- The dtypes ``string[pyarrow]`` and ``string[pyarrow_numpy]`` now both utilize the ``large_string`` type from PyArrow to avoid overflow for long columns (:issue:`56259`)
0 commit comments