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
+1
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,7 @@ Other enhancements
227
227
- Allow passing ``read_only``, ``data_only`` and ``keep_links`` arguments to openpyxl using ``engine_kwargs`` of :func:`read_excel` (:issue:`55027`)
228
228
- DataFrame.apply now allows the usage of numba (via ``engine="numba"``) to JIT compile the passed function, allowing for potential speedups (:issue:`54666`)
229
229
- Implement masked algorithms for :meth:`Series.value_counts` (:issue:`54984`)
230
+
- Implemented :meth:`Series.str.extract` for :class:`ArrowDtype` (:issue:`56268`)
230
231
- Improved error message that appears in :meth:`DatetimeIndex.to_period` with frequencies which are not supported as period frequencies, such as "BMS" (:issue:`56243`)
231
232
- Improved error message when constructing :class:`Period` with invalid offsets such as "QS" (:issue:`55785`)
0 commit comments