We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6255d8 commit 2bd5f28Copy full SHA for 2bd5f28
pandas/core/frame.py
@@ -8208,7 +8208,7 @@ def groupby(
8208
level: IndexLabel | None = None,
8209
as_index: bool = True,
8210
sort: bool = True,
8211
- group_keys: bool | lib.NoDefault = no_default,
+ group_keys: bool = True,
8212
observed: bool = False,
8213
dropna: bool = True,
8214
) -> DataFrameGroupBy:
pandas/core/series.py
@@ -2002,7 +2002,7 @@ def groupby(
2002
level: IndexLabel = None,
2003
2004
2005
2006
2007
2008
) -> SeriesGroupBy:
0 commit comments