pandas.formats.style.Styler.highlight_min

Styler.highlight_min(subset=None, color='yellow', axis=0)[source]

通过阴影背景突出显示最小值

版本0.17.1中的新功能。

参数:

subset:IndexSlice,default None

用于将data限制为样式应用程序的有效片段

color:str,default'yellow'

axis:int,str或None;默认无

对于列方式,为0或'index',对于行方式为1或'列',对于表方式为None(默认值)

返回:

self:Styler

Scroll To Top