Skip to content

Commit 402b583

Browse files
committed
DOC: Change code-block to ipython
1 parent 28eb57f commit 402b583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/groupby.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ Now, to find prices per store/product, we can simply do:
13001300
Piping can also be expressive when you want to deliver a grouped object to some
13011301
arbitrary function, for example:
13021302

1303-
.. code-block:: python
1303+
.. ipython:: python
13041304
13051305
def mean(groupby):
13061306
return(groupby.mean())

0 commit comments

Comments
 (0)