Skip to content

Commit 0764b43

Browse files
phofltopper-123
authored andcommitted
PERF: Improve performance when accessing GroupBy.groups (pandas-dev#53088)
* PERF: Improve performance when accessing GroupBy.groups * Update v2.1.0.rst * Fix
1 parent ab6f217 commit 0764b43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v2.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ Performance improvements
289289
- Performance improvement in :meth:`.DataFrameGroupBy.groups` (:issue:`53088`)
290290
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
291291
- Performance improvement in :meth:`DataFrame.transpose` when transposing a DataFrame with a single masked dtype, e.g. :class:`Int64` (:issue:`52836`)
292+
- Performance improvement in :meth:`.DataFrameGroupBy.groups` (:issue:`53088`)
292293
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
293294
- Performance improvement in :meth:`Series.corr` and :meth:`Series.cov` for extension dtypes (:issue:`52502`)
294295
- Performance improvement in :meth:`Series.to_numpy` when dtype is a numpy float dtype and ``na_value`` is ``np.nan`` (:issue:`52430`)

0 commit comments

Comments
 (0)