Skip to content

Commit e450478

Browse files
author
tp
committed
Merge branch 'groupby.pipe' of https://github.com/topper-123/pandas into groupby.pipe
2 parents 50f00d8 + 956483f commit e450478

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/source/whatsnew/v0.21.0.txt

+3
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ Other Enhancements
272272
- Improved the import time of pandas by about 2.25x. (:issue:`16764`)
273273
- :func:`read_json` and :func:`to_json` now accept a ``compression`` argument which allows them to transparently handle compressed files. (:issue:`17798`)
274274
- :func:`Series.reindex`, :func:`DataFrame.reindex`, :func:`Index.get_indexer` now support list-like argument for ``tolerance``. (:issue:`17367`)
275+
- ``GroupBy`` objects now have a ``pipe`` method, similar to the one on ``DataFrame`` and ``Series``
276+
that allow for functions that take a ``GroupBy`` to be composed in a clean, readable syntax.
277+
See the :ref:`documentation <groupby.pipe>` for more. (:issue:`17871`)
275278

276279
.. _whatsnew_0210.api_breaking:
277280

0 commit comments

Comments
 (0)