pandas.io.formats.style.Styler.use — pandas 0.24.0rc1 documentation (original) (raw)
Set the styles on the current Styler, possibly using styles from Styler.export
.
Parameters: | styles : list list of style functions |
---|---|
Returns: | self : Styler |
See also