Styler.applymap()
pandas.formats.style.Styler.applymap
-
Styler.applymap(func, subset=None, **kwargs)
-
Apply a function elementwise, updating the HTML representation with the result.
New in version 0.17.1.
Parameters: func : function
subset : IndexSlice
a valid indexer to limit
data
to before applying the function. Consider using a pandas.IndexSlicekwargs : dict
pass along to
func
Returns:登录查看完整内容