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
+2-3
Original file line number
Diff line number
Diff line change
@@ -288,15 +288,14 @@ Performance improvements
288
288
- Performance improvement in :class:`Series` reductions (:issue:`52341`)
289
289
- Performance improvement in :func:`concat` when ``axis=1`` and objects have different indexes (:issue:`52541`)
290
290
- Performance improvement in :meth:`.DataFrameGroupBy.groups` (:issue:`53088`)
291
-
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
292
-
- Performance improvement in :meth:`DataFrame.transpose` when transposing a DataFrame with a single masked dtype, e.g. :class:`Int64` (:issue:`52836`)
293
291
- Performance improvement in :meth:`.DataFrameGroupBy.groups` (:issue:`53088`)
294
292
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
293
+
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
294
+
- Performance improvement in :meth:`DataFrame.transpose` when transposing a DataFrame with a single masked dtype, e.g. :class:`Int64` (:issue:`52836`)
295
295
- Performance improvement in :meth:`Series.corr` and :meth:`Series.cov` for extension dtypes (:issue:`52502`)
296
296
- Performance improvement in :meth:`Series.to_numpy` when dtype is a numpy float dtype and ``na_value`` is ``np.nan`` (:issue:`52430`)
297
297
- Performance improvement in :meth:`~arrays.ArrowExtensionArray.to_numpy` (:issue:`52525`)
298
298
- 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