pandas.io.formats.style.Styler.set_uuid
- Styler.set_uuid(uuid)[source]
-
Set the uuid applied to
id
attributes of HTML elements.- Parameters
-
- uuid:str
- Returns
-
- self:Styler
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
.
© 2008–2021, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/1.3.4/reference/api/pandas.io.formats.style.Styler.set_uuid.html