Skip to content
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

DOC: add See Also section to groupby.DataFrameGroupBy.prod #59599

Merged
merged 6 commits into from
Aug 26, 2024

Conversation

ktseng4096
Copy link
Contributor

@ktseng4096 ktseng4096 commented Aug 25, 2024

This PR fixes a numpy docstring validation error described in #58063 for pandas.core.groupby.DataFrameGroupBy.prod

################################################################################
################################## Validation ##################################
################################################################################

1 Errors found for `pandas.core.groupby.DataFrameGroupBy.prod`:
	ES01	No extended summary found

Removed _groupby_agg_method_template since having a template for a single use case seems un-necessary.

Copy link
Member

@rhshadrach rhshadrach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - but pre-commit is failing.

@rhshadrach rhshadrach added this to the 3.0 milestone Aug 25, 2024
@mroeschke mroeschke merged commit d31aa83 into pandas-dev:main Aug 26, 2024
47 checks passed
@mroeschke
Copy link
Member

Thanks @ktseng4096

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

Successfully merging this pull request may close these issues.

3 participants