Pandas version checks

  • [X] I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://pandas.pydata.org/pandas-docs/stable/user_guide/style.html

Documentation problem

Seems that something is off with the number of digits displayed - I've not looked into the reason for this - just a heads up:

Pandas DOC: Frames not displayed correctly in Styler user guide

Suggested fix for documentation

No suggestion - just reporting.

Comment From: rhshadrach

Thanks for the report! Further investigations and PRs to fix are welcome.

cc @attack68

Comment From: attack68

This is a duplicate of #48644.

There seems to be a change with the way Sphinx handles HTML frames and/or how default CSS is handled moving from 1.4.x to 1.5.0.

I do not believe this a caused by a pandas change but the versions of those external doc builder extensions.

Haven't managed to narrow it down or come up with a solution as of yet.

Comment From: rhshadrach

Thanks @attack68 - closing as duplicate.