Skip to content

DOC: methods available only for SeriesGroupBy objects #46670

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
kwhkim opened this issue Apr 6, 2022 · 1 comment · Fixed by #46701
Closed
1 task done

DOC: methods available only for SeriesGroupBy objects #46670

kwhkim opened this issue Apr 6, 2022 · 1 comment · Fixed by #46701

Comments

@kwhkim
Copy link
Contributor

kwhkim commented Apr 6, 2022

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location 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` objects

@kwhkim kwhkim added Docs Needs Triage Issue that has not been reviewed by a pandas team member labels Apr 6, 2022
@phofl phofl added Groupby good first issue and removed Needs Triage Issue that has not been reviewed by a pandas team member labels Apr 8, 2022
@TarunRKaushik
Copy link
Contributor

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants