Skip to content

Commit

Permalink
DOC: fix ES01 for pandas.io.formats.style.Styler
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 committed Feb 9, 2025
1 parent e557039 commit fb32f89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pandas/io/formats/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ class Styler(StylerRenderer):
r"""
Helps style a DataFrame or Series according to the data with HTML and CSS.
This class provides methods for styling and formatting a Pandas DataFrame or Series.
The styled output can be rendered as HTML or LaTeX, and it supports CSS-based
styling, allowing users to control colors, font styles, and other visual aspects of
tabular data. It is particularly useful for presenting DataFrame objects in a
Jupyter Notebook environment or when exporting styled tables for reports and
Parameters
----------
data : Series or DataFrame
Expand Down

0 comments on commit fb32f89

Please sign in to comment.