pandas / 1.4.0 / reference / api / pandas.io.formats.style.styler.set_uuid.html /

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 assigned id attributes. The format is T_uuid_<extra> where <extra> is typically a more specific identifier, such as row1_col2.

© 2008–2022, 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.4.0/reference/api/pandas.io.formats.style.Styler.set_uuid.html