We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b51568 commit 837a0abCopy full SHA for 837a0ab
pandas/io/formats/style.py
@@ -117,6 +117,13 @@ class Styler(StylerRenderer):
117
r"""
118
Helps style a DataFrame or Series according to the data with HTML and CSS.
119
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
+
127
Parameters
128
----------
129
data : Series or DataFrame
0 commit comments