Skip to content

Commit a1d5db0

Browse files
erfannarimanKevin D Smith
authored and
Kevin D Smith
committed
DOC: reformat doc groupby.rst (pandas-dev#36831)
1 parent 96882f2 commit a1d5db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/groupby.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ and unpack the keyword arguments
677677
678678
animals.groupby("kind").agg(
679679
**{
680-
"total weight": pd.NamedAgg(column="weight", aggfunc=sum),
680+
"total weight": pd.NamedAgg(column="weight", aggfunc=sum)
681681
}
682682
)
683683

0 commit comments

Comments
 (0)