>> print(styler.uuid) abc_ Note: This is v min...">

REF: address the floating "_" in styler.uuid by attack68 · Pull Request #43037 · pandas-dev/pandas (original) (raw)

addresses the issue whereby the set uuid at initialisation has a floating underscore:

styler = Styler(df, uuid="abc") print(styler.uuid) abc_

Note: This is v minor but was discovered, and is useful to fix, due to an upcoming PR.