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