File tree 2 files changed +4
-0
lines changed
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
313
313
in item handling (:issue: `6745 `, :issue: `6988 `).
314
314
- Improve performance in certain reindexing operations by optimizing ``take_2d `` (:issue: `6749 `)
315
315
- 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 `).
316
318
317
319
.. _release.bug_fixes-0.14.0 :
318
320
Original file line number Diff line number Diff line change @@ -568,6 +568,8 @@ Performance
568
568
- Performance improvements in timedelta conversions for integer dtypes (:issue:`6754`)
569
569
- Improved performance of compatible pickles (:issue:`6899`)
570
570
- 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`).
571
573
572
574
Experimental
573
575
~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments