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
jreback
added
Styler
conditional formatting using DataFrame.style
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Sep 23, 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
This does not render any rows since it loops through the first 2 rows, which are hidden, but then doesn't progress the loop passed index 2.
Expected Behavior
Hidden rows should be deducted from the row count. The dataframe should show rows 3 and 4 above.
Installed Versions
master
The text was updated successfully, but these errors were encountered: