We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d34657 commit 71c53f0Copy full SHA for 71c53f0
doc/source/groupby.rst
@@ -680,8 +680,7 @@ match the shape of the input array.
680
data_range = lambda x: x.max() - x.min()
681
ts.groupby(key).transform(data_range)
682
683
-Alternatively the built-in methods can be could be used to produce the same
684
-outputs
+Alternatively, the built-in methods could be used to produce the same outputs.
685
686
.. ipython:: python
687
0 commit comments