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
Lines 308 to 335 in 360597c
Documentation problem
Following up on issues #56804, #59458, #58063, and #59592: pandas has docstring validation issues in the pandas.io.formats.style.Styler
class.
The numpydoc issues are of type PR01, PR07, RT03, and SA01. These issues can be resolved via detailed parameter definitions/return type specification/additions to the "See Also" section for the respective docstring.
Suggested fix for documentation
I am working on this issue and will have a fix out asap - opened here for clarity.