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
Here is how the DataFrame looks in v1.5.0 documentation:
Here is how it looked in v1.4.4 documentation:
I'm using Firefox 104
Suggested fix for documentation
It seems that pydata-sphinx-theme.css
is applying width: fit-content;
to all tables. This should be overridden for this wide table.
This seems to be related to #48285