pandas.io.formats.style.Styler — pandas 1.3.5 documentation
https://pandas.pydata.org/.../api/pandas.io.formats.style.Styler.htmlpandas.io.formats.style.Styler¶ class pandas.io.formats.style. Styler (data, precision = None, table_styles = None, uuid = None, caption = None, table_attributes = None, cell_ids = True, na_rep = None, uuid_len = 5, decimal = '.', thousands = None, escape = None) [source] ¶. Helps style a DataFrame or Series according to the data with HTML and CSS. Parameters data Series or …