Skip to content

Commit d14f7cf

Browse files
DOC: fix ES01 for pandas.io.formats.style.Styler (#60893)
1 parent 4cccb73 commit d14f7cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pandas/io/formats/style.py

+6
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ class Styler(StylerRenderer):
117117
r"""
118118
Helps style a DataFrame or Series according to the data with HTML and CSS.
119119
120+
This class provides methods for styling and formatting a Pandas DataFrame or Series.
121+
The styled output can be rendered as HTML or LaTeX, and it supports CSS-based
122+
styling, allowing users to control colors, font styles, and other visual aspects of
123+
tabular data. It is particularly useful for presenting DataFrame objects in a
124+
Jupyter Notebook environment or when exporting styled tables for reports and
125+
120126
Parameters
121127
----------
122128
data : Series or DataFrame

0 commit comments

Comments
 (0)