Skip to content

Doc: Fix docstring SA01 error for pandas.core.groupby median and pandas.core.resample median #59339

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

Merged
merged 3 commits into from
Jul 29, 2024

Conversation

sukriti1
Copy link
Contributor

This PR fixes SA01 error for pandas.core.groupby.DataFrameGroupBy.median and pandas.core.groupby.SeriesGroupBy.median referenced here #58065

Output of docstring Validation:
################################################################################
################################## Validation ##################################
################################################################################

Docstring for "pandas.core.groupby.DataFrameGroupBy.median" correct. :)

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

Docstring for "pandas.core.groupby.SeriesGroupBy.median" correct. :)

@sukriti1 sukriti1 force-pushed the docstrings branch 2 times, most recently from 6a5d59a to 15200a5 Compare July 28, 2024 18:29
@sukriti1 sukriti1 changed the title Doc: Fix docstring SA01 error for pandas.core.groupby median Doc: Fix docstring SA01 error for pandas.core.groupby median and pandas.core.resample median Jul 29, 2024
@mroeschke mroeschke added the Docs label Jul 29, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jul 29, 2024
@mroeschke mroeschke merged commit 00cd5f1 into pandas-dev:main Jul 29, 2024
44 of 50 checks passed
@mroeschke
Copy link
Member

Thanks @sukriti1

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

Successfully merging this pull request may close these issues.

2 participants