We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641eda1 commit 309c9d6Copy full SHA for 309c9d6
doc/source/whatsnew/v1.2.0.rst
@@ -376,6 +376,7 @@ Performance improvements
376
- Reduced peak memory usage in :meth:`DataFrame.to_pickle` when using ``protocol=5`` in python 3.8+ (:issue:`34244`)
377
- faster ``dir`` calls when many index labels, e.g. ``dir(ser)`` (:issue:`37450`)
378
- Performance improvement in :class:`ExpandingGroupby` (:issue:`37064`)
379
+- Performance improvement in :meth:`pd.DataFrame.groupby` for ``float`` ``dtype`` (:issue:`28303`)
380
381
.. ---------------------------------------------------------------------------
382
0 commit comments