Closed
Description
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
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