pandas.io.formats.style.Styler.highlight_null

Styler.highlight_null(null_color='red')[source]

Shade the background null_color for missing values.

Parameters

null_color : str

Returns

self : Styler

Scroll To Top