pandas.io.formats.style.Styler.set_na_rep¶
-
Styler.
set_na_rep
(na_rep: str) → pandas.io.formats.style.Styler[source]¶ Set the missing data representation on a Styler.
New in version 1.0.0.
- Parameters
- na_repstr
- Returns
- selfStyler
Styler.
set_na_rep
(na_rep: str) → pandas.io.formats.style.Styler[source]¶Set the missing data representation on a Styler.
New in version 1.0.0.