Skip to content

Commit 66a071b

Browse files
committed
try removing A from second ex
1 parent 747f35d commit 66a071b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,6 @@ def pipe(
807807
pass, you can do
808808
809809
>>> df.groupby("A").pipe(lambda x: x.max() - x.min())
810-
A
811810
a 2
812811
b 2
813812
"""

0 commit comments

Comments
 (0)