Skip to content

Commit d8d1d18

Browse files
committed
try space between B and A
1 parent a08b2f4 commit d8d1d18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/groupby/groupby.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,8 @@ def pipe(
807807
pass, you can do
808808
809809
>>> df.groupby("A").pipe(lambda x: x.max() - x.min())
810-
A B
810+
B
811+
A
811812
a 2
812813
b 2
813814
"""

0 commit comments

Comments
 (0)