We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cccb73 commit d14f7cfCopy full SHA for d14f7cf
pandas/io/formats/style.py
@@ -117,6 +117,12 @@ 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
+
126
Parameters
127
----------
128
data : Series or DataFrame
0 commit comments