Skip to content

BUG: add col<k> class identifier to blank index name row cells #39807

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
merged 3 commits into from
Feb 17, 2021

Conversation

attack68
Copy link
Contributor

@attack68 attack68 commented Feb 14, 2021

@attack68 attack68 marked this pull request as ready for review February 14, 2021 19:30
@jreback jreback added Styler conditional formatting using DataFrame.style Bug labels Feb 15, 2021
@jreback jreback added this to the 1.3 milestone Feb 15, 2021
@jreback
Copy link
Contributor

jreback commented Feb 15, 2021

practically unless a user is setting table styles this doesn't change the display right?

@attack68
Copy link
Contributor Author

@jreback no this doesn't change user display.
Unless the user has set a table style with some version of .col as css selector. In this case that selector will now apply to all cells in the columns instead of all cells in the column except one of multiple header rows.

@jreback jreback merged commit 4ca4dd3 into pandas-dev:master Feb 17, 2021
@jreback
Copy link
Contributor

jreback commented Feb 17, 2021

thanks @attack68

@attack68 attack68 deleted the col_identifier branch February 17, 2021 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Styler conditional formatting using DataFrame.style
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Style index name row does not label column class
2 participants