pandas.io.formats.style.Styler.highlight_null

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

Shade the background null_color for missing values.

New in version 0.17.1.

Parameters:null_color: str
Returns:self : Styler
Scroll To Top