Skip to content

Commit d80dee9

Browse files
committed
more cleanup
1 parent 97095c9 commit d80dee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/series.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,8 +1816,8 @@ def _set_name(
18161816
Parrot 20.0
18171817
Name: Max Speed, dtype: float64
18181818
1819-
We can pass a list of values (Here: ["a", "b", "a", "b"]) to
1820-
group the Series data by custom labels:
1819+
We can pass a list of values to
1820+
group the Series data by custom labels (Here: ["a", "b", "a", "b"]):
18211821
>>> ser.groupby(["a", "b", "a", "b"]).mean()
18221822
a 210.0
18231823
b 185.0

0 commit comments

Comments
 (0)