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
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -290,13 +290,10 @@ Performance improvements
290
290
- Performance improvement in :meth:`.DataFrameGroupBy.groups` (:issue:`53088`)
291
291
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
292
292
- Performance improvement in :meth:`DataFrame.transpose` when transposing a DataFrame with a single masked dtype, e.g. :class:`Int64` (:issue:`52836`)
293
-
- Performance improvement in :meth:`.DataFrameGroupBy.groups` (:issue:`53088`)
294
-
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
295
293
- Performance improvement in :meth:`Series.corr` and :meth:`Series.cov` for extension dtypes (:issue:`52502`)
296
294
- Performance improvement in :meth:`Series.to_numpy` when dtype is a numpy float dtype and ``na_value`` is ``np.nan`` (:issue:`52430`)
297
295
- Performance improvement in :meth:`~arrays.ArrowExtensionArray.to_numpy` (:issue:`52525`)
298
296
- Performance improvement when doing various reshaping operations on :class:`arrays.IntegerArrays` & :class:`arrays.FloatingArray` by avoiding doing unnecessary validation (:issue:`53013`)
299
-
- Performance improvement in :meth:`DataFrame.transpose` when transposing a DataFrame with a single masked dtype, e.g. :class:`Int64` (:issue:`xxxxx`)
0 commit comments