-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
EnhancementStylerconditional formatting using DataFrame.styleconditional formatting using DataFrame.style
Description
When generating in table bar charts using the Styler .bar()
:
- extreme outliers in a column mask differences in other values;
- comparisons across columns are not supported.
One solution would be to allow the setting of explicit bounds on the range of values used to limit the bar extrema using explicit values rather than s.min()
and s.max()
.
Cell values exceeding the range limits could be extending to the cell edge / maximum limit value and then coloured with an "overflow" colour.
garciparedes
Metadata
Metadata
Assignees
Labels
EnhancementStylerconditional formatting using DataFrame.styleconditional formatting using DataFrame.style