Skip to content

Commit 11c6b1a

Browse files
committed
removed trailing whitespace
1 parent da61c6b commit 11c6b1a

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
@@ -1892,9 +1892,9 @@ def _set_name(
18921892
NaN 3
18931893
dtype: int64
18941894
1895-
We can also group by a custom list with NaN values to handle
1895+
We can also group by a custom list with NaN values to handle
18961896
missing group labels (Here: ["a", "b", "a", np.nan]):
1897-
1897+
18981898
>>> arrays = ['Falcon', 'Falcon', 'Parrot', 'Parrot']
18991899
>>> ser = pd.Series([390., 350., 30., 20.], index=arrays, name="Max Speed")
19001900
>>> ser.groupby(["a", "b", "a", np.nan]).mean()

0 commit comments

Comments
 (0)