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: Improve DataFrameGroupBy.std ddof doc #59425

Merged

Conversation

KevsterAmp
Copy link
Contributor

@KevsterAmp KevsterAmp commented Aug 6, 2024

Modified ddof parameter based on Dataframe.std ddof doc
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.std.html#pandas.DataFrame.std

image

@KevsterAmp
Copy link
Contributor Author

KevsterAmp commented Aug 6, 2024

@rhshadrach - Saw a couple of DataFrameGroupBy functions with the similar "Degrees of Freedom" to the current .std(). Should I change it as well to copy the doc on DataFrame (ie DataFrame.var)

https://pandas.pydata.org/docs/reference/api/pandas.core.groupby.DataFrameGroupBy.sem.html
https://pandas.pydata.org/docs/reference/api/pandas.core.groupby.DataFrameGroupBy.var.html

@KevsterAmp KevsterAmp changed the title Improve data frame group by std ddof DOC: Improve DataFrameGroupBy.std ddof doc Aug 6, 2024
@mroeschke mroeschke added the Docs label Aug 6, 2024
@mroeschke mroeschke added this to the 3.0 milestone Aug 6, 2024
@mroeschke mroeschke merged commit fe8a947 into pandas-dev:main Aug 6, 2024
43 of 49 checks passed
@mroeschke
Copy link
Member

Thanks @KevsterAmp

@rhshadrach
Copy link
Member

@rhshadrach - Saw a couple of DataFrameGroupBy functions with the similar "Degrees of Freedom" to the current .std(). Should I change it as well to copy the doc on DataFrame (ie DataFrame.var)

https://pandas.pydata.org/docs/reference/api/pandas.core.groupby.DataFrameGroupBy.sem.html https://pandas.pydata.org/docs/reference/api/pandas.core.groupby.DataFrameGroupBy.var.html

Yep!

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.

DOC: std() delta degree of freedom vs. degree of freedom
3 participants