Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/source/groupby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,7 @@ match the shape of the input array.
data_range = lambda x: x.max() - x.min()
ts.groupby(key).transform(data_range)

Alternatively the built-in methods can be could be used to produce the same
outputs
Alternatively, the built-in methods could be used to produce the same outputs.

.. ipython:: python

Expand Down