Skip to content

Commit 722a945

Browse files
author
Joe Jevnik
committed
DOC: update whatsnew for groupby perf change
1 parent 7e75635 commit 722a945

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/whatsnew/v0.20.0.txt

+4
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@ Performance Improvements
370370
- When reading buffer object in ``read_sas()`` method without specified format, filepath string is inferred rather than buffer object.
371371

372372

373+
- Improve performance of ``pd.core.groupby.GroupBy.apply`` when the applied
374+
function used the ``.name`` attribute of the group DataFrame (:issue:`15062`).
375+
376+
373377

374378
.. _whatsnew_0200.bug_fixes:
375379

0 commit comments

Comments
 (0)