Skip to content

Commit f46d853

Browse files
authored
DOC: Add missing attributes to Styler class (#60979)
add index and column to Attributes in Styler
1 parent 9468624 commit f46d853

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/io/formats/style.py

+2
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ class Styler(StylerRenderer):
187187
188188
Attributes
189189
----------
190+
index : data.index Index
191+
columns : data.columns Index
190192
env : Jinja2 jinja2.Environment
191193
template_html : Jinja2 Template
192194
template_html_table : Jinja2 Template

0 commit comments

Comments
 (0)