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.1.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,7 @@ Performance improvements
292
292
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
293
293
- Performance improvement in :meth:`Series.add` for pyarrow string and binary dtypes (:issue:`53150`)
294
294
- Performance improvement in :meth:`Series.corr` and :meth:`Series.cov` for extension dtypes (:issue:`52502`)
295
+
- Performance improvement in :meth:`Series.str.get` for pyarrow-backed strings (:issue:`53152`)
295
296
- Performance improvement in :meth:`Series.to_numpy` when dtype is a numpy float dtype and ``na_value`` is ``np.nan`` (:issue:`52430`)
296
297
- Performance improvement in :meth:`~arrays.ArrowExtensionArray.to_numpy` (:issue:`52525`)
297
298
- Performance improvement when doing various reshaping operations on :class:`arrays.IntegerArrays` & :class:`arrays.FloatingArray` by avoiding doing unnecessary validation (:issue:`53013`)
0 commit comments