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
I think the ddof parameter should mean "Delta Degrees of Freedom" instead of "Degrees of freedom", which is a bit confusing since "Degrees of freedom" = N - "Delta Degrees of Freedom"
Uh oh!
There was an error while loading. Please reload this page.
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.core.groupby.DataFrameGroupBy.std.html#pandas.core.groupby.DataFrameGroupBy.std
Documentation problem
I think the ddof parameter should mean "Delta Degrees of Freedom" instead of "Degrees of freedom", which is a bit confusing since "Degrees of freedom" = N - "Delta Degrees of Freedom"
Suggested fix for documentation
change the documentation of ddof parameter to "Delta Degrees of Freedom". Like that of the numpy documentation: https://numpy.org/doc/stable/reference/generated/numpy.std.html
The text was updated successfully, but these errors were encountered: