Skip to content

BUG: styler.hide_columns fails when no sparsification #43465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

attack68
Copy link
Contributor

@attack68 attack68 commented Sep 8, 2021

@jreback jreback added the Styler conditional formatting using DataFrame.style label Sep 8, 2021
@jreback jreback added this to the 1.4 milestone Sep 8, 2021
@@ -440,6 +440,7 @@ Styler
- Bug in :meth:`Styler.apply` where functions which returned Series objects were not correctly handled in terms of aligning their index labels (:issue:`13657`, :issue:`42014`)
- Bug when rendering an empty DataFrame with a named index (:issue:`43305`).
- Bug when rendering a single level MultiIndex (:issue:`43383`).
- Bug when combining non-sparse rendering and :meth:`.Styler.hide_columns` (:issue:`43464`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this present in older versions?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm i see you did in the OP

@jreback jreback merged commit abea8fa into pandas-dev:master Sep 8, 2021
@attack68 attack68 deleted the bug_styler_hidden_cols_no_sparse branch September 8, 2021 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Styler conditional formatting using DataFrame.style
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Styler.hide_columns fails when not sparsifying
2 participants