Skip to content

Commit 837a0ab

Browse files
DOC: fix ES01 for pandas.DataFrame.sparse
1 parent 1b51568 commit 837a0ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pandas/io/formats/style.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ 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+
presentations.
126+
120127
Parameters
121128
----------
122129
data : Series or DataFrame

0 commit comments

Comments
 (0)