pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.59k stars 17.57k forks source link

DOC: Update docstring errors for pandas.DataFrame.mean, pandas.DataFr… #59072

Closed shriyase closed 1 week ago

shriyase commented 1 week ago

Updates the docstring errors for the methods mentioned above. image image image image

Aloqeely commented 1 week ago

Thanks for the PR! I am getting different results when running the validation script. All the additions you added are not actually missing (not sure why you're getting these results)

Going to close because the existing errors are actually correct, but it would be really appreciated if you can open a PR to update the docstrings to fix the errors!