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
changed the title
BUG: styler render trimming does not work with max_columns
BUG: styler render trimming does not work with hide_columnsSep 22, 2021
anyone looking at this should wait until #43649 is merged, since the code relevant to this issue will change significantly, and you will struggle to merge.
attack68
added
Styler
conditional formatting using DataFrame.style
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Sep 25, 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
The render is empty since the first two columns are looped but hidden, the loop index does not progress passed 2.
This is a similar issue to #43703 but recorded separately since requires different fixes.
Expected Behavior
Render columns 3 and 4 with a trimmed column
Installed Versions
master
The text was updated successfully, but these errors were encountered: