You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attack68
added
Styler
conditional formatting using DataFrame.style
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
IO LaTeX
to_latex
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Sep 19, 2021
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the master branch of pandas.
Reproducible Example
Issue Description
When using a MultiIndex and combining with hiding different levels and hiding specific rows/columns, some bugs appear.
Output is quite strange on second row for HTML output.
Also using LaTeX output:
The above is a LaTeX error but if the number of columns is expanded to 9 then it renders like:

Expected Behavior
Clearly we want to align all the datapoints and have the hidden levels correctly hidden.
Installed Versions
master
The text was updated successfully, but these errors were encountered: