File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -313,6 +313,8 @@ Improvements to existing features
313313 in item handling (:issue: `6745 `, :issue: `6988 `).
314314- Improve performance in certain reindexing operations by optimizing ``take_2d `` (:issue: `6749 `)
315315- Arrays of strings can be wrapped to a specified width (``str.wrap ``) (:issue: `6999 `)
316+ - ``GroupBy.count() `` is now implemented in Cython and is much faster for large
317+ numbers of groups (:issue: `7016 `).
316318
317319.. _release.bug_fixes-0.14.0 :
318320
Original file line number Diff line number Diff line change @@ -568,6 +568,8 @@ Performance
568568- Performance improvements in timedelta conversions for integer dtypes (:issue:`6754`)
569569- Improved performance of compatible pickles (:issue:`6899`)
570570- Improve performance in certain reindexing operations by optimizing ``take_2d`` (:issue:`6749`)
571+ - ``GroupBy.count()`` is now implemented in Cython and is much faster for large
572+ numbers of groups (:issue:`7016`).
571573
572574Experimental
573575~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments