Skip to content

Commit cb7fbe9

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 e87ad15 commit cb7fbe9

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
@@ -299,6 +299,7 @@ Performance improvements
299299
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
300300
- Performance improvement in :meth:`Series.add` for pyarrow string and binary dtypes (:issue:`53150`)
301301
- Performance improvement in :meth:`DataFrame.transpose` when transposing a DataFrame with a single masked dtype, e.g. :class:`Int64` (:issue:`52836`)
302+
- Performance improvement in :meth:`.DataFrameGroupBy.groups` (:issue:`53088`)
302303
- Performance improvement in :meth:`DataFrame.loc` when selecting rows and columns (:issue:`53014`)
303304
- Performance improvement in :meth:`Series.corr` and :meth:`Series.cov` for extension dtypes (:issue:`52502`)
304305
- Performance improvement in :meth:`Series.str.get` for pyarrow-backed strings (:issue:`53152`)

0 commit comments

Comments
 (0)