Skip to content

Commit cee2378

Browse files
committed
implement for Series.groupby
1 parent 0bf986e commit cee2378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ def groupby(
19721972
sort: bool = True,
19731973
group_keys: bool = True,
19741974
observed: bool = False,
1975-
dropna: bool = True,
1975+
dropna: bool | lib.NoDefault = lib.no_default,
19761976
) -> SeriesGroupBy:
19771977
from pandas.core.groupby.generic import SeriesGroupBy
19781978

0 commit comments

Comments
 (0)