We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f943864 commit cb2336eCopy full SHA for cb2336e
pandas/core/frame.py
@@ -8211,7 +8211,7 @@ def groupby(
8211
level: IndexLabel | None = None,
8212
as_index: bool = True,
8213
sort: bool = True,
8214
- group_keys: bool | lib.NoDefault = no_default,
+ group_keys: bool = True,
8215
observed: bool = False,
8216
dropna: bool = True,
8217
) -> DataFrameGroupBy:
pandas/core/series.py
@@ -1969,7 +1969,7 @@ def groupby(
1969
level: IndexLabel = None,
1970
1971
1972
1973
1974
1975
) -> SeriesGroupBy:
0 commit comments