Skip to content

API: refactor Styler to allow sparse cols or index separately. #41142

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

Closed
attack68 opened this issue Apr 24, 2021 · 0 comments · Fixed by #41512
Closed

API: refactor Styler to allow sparse cols or index separately. #41142

attack68 opened this issue Apr 24, 2021 · 0 comments · Fixed by #41512
Labels
API - Consistency Internal Consistency of API/Behavior IO HTML read_html, to_html, Styler.apply, Styler.applymap IO LaTeX to_latex Styler conditional formatting using DataFrame.style
Milestone

Comments

@attack68
Copy link
Contributor

The api is inconsistent in some parts. Currently Styler only allows either non-sparse index and cols or sparse index and cols, but not separately. This should be a relatively easy change to implement into the _translation and/or rendering code.

@attack68 attack68 added IO HTML read_html, to_html, Styler.apply, Styler.applymap IO LaTeX to_latex Styler conditional formatting using DataFrame.style API - Consistency Internal Consistency of API/Behavior labels Apr 24, 2021
@jreback jreback added this to the 1.3 milestone May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API - Consistency Internal Consistency of API/Behavior IO HTML read_html, to_html, Styler.apply, Styler.applymap IO LaTeX to_latex Styler conditional formatting using DataFrame.style
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants