pyspark.pandas.DataFrame.style

property DataFrame.style

Property returning a Styler object containing methods for building a styled HTML representation for the DataFrame.

Examples

>>> ps.range(1001).style  
<pandas.io.formats.style.Styler object at ...>