From 696508ad328580c92348034ecf8ff4f6f56b2686 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 23 Apr 2020 21:24:03 -0700 Subject: [PATCH] Update doc/source/whatsnew/v1.1.0.rst Co-Authored-By: Tom Augspurger --- doc/source/whatsnew/v1.1.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/whatsnew/v1.1.0.rst b/doc/source/whatsnew/v1.1.0.rst index cbb242065b7f9c..59a28855876d0a 100644 --- a/doc/source/whatsnew/v1.1.0.rst +++ b/doc/source/whatsnew/v1.1.0.rst @@ -426,7 +426,7 @@ Performance improvements :meth:`DataFrame.sparse.from_spmatrix` constructor (:issue:`32821`, :issue:`32825`, :issue:`32826`, :issue:`32856`, :issue:`32858`). - Performance improvement in reductions (sum, prod, min, max) for nullable (integer and boolean) dtypes (:issue:`30982`, :issue:`33261`, :issue:`33442`). -- Performance improvement in :meth:`DataFrameGroupBy.func` when aggregating categorical data (:issue:`32976`) +- Performance improvement in :meth:`DataFrame.groupby` when aggregating categorical data (:issue:`32976`) .. ---------------------------------------------------------------------------