Styler.set_properties()
pandas.formats.style.Styler.set_properties
-
Styler.set_properties(subset=None, **kwargs)
-
Convience method for setting one or more non-data dependent properties or each cell.
New in version 0.17.1.
Parameters: subset: IndexSlice
a valid slice for
data
to limit the style application tokwargs: dict
property: value pairs to be set for each cell
Returns: