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
43.71k stars 17.92k forks source link

BUG: Documentation display issue (maybe nbsphinx ?) #50023

Closed sahahn closed 1 year ago

sahahn commented 1 year ago

Pandas version checks

Reproducible Example

You can see on the current version of the live-documentation for pages that are converted from a notebook - e.g., https://pandas.pydata.org/docs/user_guide/style.html .

Issue Description

It seems like the column spacing is messed up for displaying the table, so it just looks messed up, with text from columns overlapping.

Expected Behavior

Older versions of the documentation do not have this issue, e.g., compare: https://pandas.pydata.org/pandas-docs/version/1.4/user_guide/style.html to current build: https://pandas.pydata.org/docs/user_guide/style.html

Installed Versions

This is on live documentation for version 1.5.2

phofl commented 1 year ago

Hi, thanks for your report. This is fixed on the dev build

sahahn commented 1 year ago

Sorry for the duplicate!