-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Styler.apply(map)_index
made compatible with Styler.to_excel
#41995
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 54 commits into
pandas-dev:master
from
attack68:styler_apply_index_specific_excel
Oct 19, 2021
Merged
Changes from all commits
Commits
Show all changes
54 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 e2240f9
make apply_header compatible with to_excel
attack68 6a198d2
whats new
attack68 248de0d
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 8bc3e53
Merge branch 'styler_apply_index_specific' into styler_apply_index_sp…
attack68 321458e
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 c104c3d
Merge branch 'styler_apply_index_specific' into styler_apply_index_sp…
attack68 13b5fe5
add tests for new cases
attack68 ed58798
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 95a9a20
Merge branch 'styler_apply_index_specific' into styler_apply_index_sp…
attack68 8d8e88f
update tests
attack68 e17d766
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 c56d736
Merge branch 'styler_apply_index_specific' into styler_apply_index_sp…
attack68 f70bf65
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 228246b
Merge branch 'styler_apply_index_specific' into styler_apply_index_sp…
attack68 ec8c59e
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 aa6591f
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 27a5c7a
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 da91d9b
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 0832cbe
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 c495aae
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 96c6261
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 889d794
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 79eb10c
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 d3fd856
excel styler tests
attack68 702a2e0
add tests
attack68 77704cb
add tests
attack68 cd9fe8b
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 fe42e80
function
attack68 6391576
function
attack68 ab5e6a0
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 ba4340c
new CssExcelCell class
attack68 20d0063
direct args
attack68 0913da9
comment on styler import jinja2 for to_excel
attack68 09600f8
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 9f8b8fa
Merge remote-tracking branch 'upstream/master' into styler_apply_inde…
attack68 04eebeb
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
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.
why does this need to be called? e.g. shouldn't this be in render?
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.
#41995 (comment)
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.
ok i see your expl. i guess this is fine.