API: refactor Styler to allow sparse cols or index separately. #41142
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
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/orrendering
code.The text was updated successfully, but these errors were encountered: