You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SeriesGroupBy.nunique is included in the table methods available only for SeriesGroupBy objects but it is also include in the table methods available in both SeriesGroupBy and DataFrameGroupBy. It is also true of .value_counts()
Suggested fix for documentation
Delete .value_counts() and .nunique() from the table methods available only for SeriesGroupBy` objects
The text was updated successfully, but these errors were encountered:
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/groupby.html
Documentation problem
SeriesGroupBy.nunique is included in the table methods available only for SeriesGroupBy objects but it is also include in the table methods available in both SeriesGroupBy and DataFrameGroupBy. It is also true of
.value_counts()
Suggested fix for documentation
Delete
.value_counts()
and.nunique()
from the table methods available only for SeriesGroupBy` objectsThe text was updated successfully, but these errors were encountered: