We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440f735 commit 1b33433Copy full SHA for 1b33433
doc/source/whatsnew/v1.2.0.rst
@@ -362,6 +362,7 @@ Performance improvements
362
- Reduced peak memory usage in :meth:`DataFrame.to_pickle` when using ``protocol=5`` in python 3.8+ (:issue:`34244`)
363
- faster ``dir`` calls when many index labels, e.g. ``dir(ser)`` (:issue:`37450`)
364
- Performance improvement in :class:`ExpandingGroupby` (:issue:`37064`)
365
+- Performance improvement in :meth:`pd.DataFrame.groupby` for ``float`` ``dtype`` (:issue:`28303`)
366
367
.. ---------------------------------------------------------------------------
368
0 commit comments