-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Styler.apply_index
and Styler.applymap_index
for conditional formatting of column/index headers
#41893
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
jreback
merged 31 commits into
pandas-dev:master
from
attack68:styler_apply_index_specific
Aug 11, 2021
Merged
ENH: Styler.apply_index
and Styler.applymap_index
for conditional formatting of column/index headers
#41893
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ece8855
add apply across index
attack68 a3a88e5
add applymap across index
attack68 066e4f3
improve docs
attack68 50dbcc7
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 ef5839f
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 5e4c1c0
add column header styling and amend tests
attack68 20ac7e0
doc sharing
attack68 26c5340
doc fix
attack68 2437b72
doc fix
attack68 312a6e6
collapse the cellstyle maps
attack68 553426f
add basic test
attack68 f01dfee
add basic test
attack68 f940165
parametrise tests
attack68 6f5b46c
test for raises ValueError
attack68 75cf6ca
test html working
attack68 d654139
test html working
attack68 728091a
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 17787ef
whats new 1.4.0
attack68 248de0d
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 321458e
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 ed58798
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 8d8e88f
update tests
attack68 e17d766
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 f70bf65
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 3dfe6d5
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 81f3a3c
rename: applymap_header -->> applymap_index
attack68 e709777
skip doctests
attack68 1e6efea
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 ab237b0
rename levels -->> level
attack68 9b7ec06
update user guide
attack68 1c7ef8b
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might be worth creating a styler sub-section in other enhancements (followon)