pandas.io.formats.style.Styler.use

Styler.use(self, styles)[source]

Set the styles on the current Styler.

Possibly uses styles from Styler.export.

Parameters
styleslist

List of style functions.

Returns
selfStyler

See also

Styler.export