pandas.io.formats.style.Styler.set_uuid¶
-
Styler.
set_uuid
(uuid)[source]¶ Set the uuid applied to
id
attributes of HTML elements.- Parameters
- uuidstr
- Returns
- selfStyler
Notes
Almost all HTML elements within the table, and including the
<table>
element are assignedid
attributes. The format isT_uuid_<extra>
where<extra>
is typically a more specific identifier, such asrow1_col2
.