You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.21.0.txt
+3
Original file line number
Diff line number
Diff line change
@@ -272,6 +272,9 @@ Other Enhancements
272
272
- Improved the import time of pandas by about 2.25x. (:issue:`16764`)
273
273
- :func:`read_json` and :func:`to_json` now accept a ``compression`` argument which allows them to transparently handle compressed files. (:issue:`17798`)
274
274
- :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`)
0 commit comments