Skip to content

REF: address the floating "_" in styler.uuid #43037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 17, 2021

Conversation

attack68
Copy link
Contributor

@attack68 attack68 commented Aug 14, 2021

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.

@simonjayhawkins simonjayhawkins added the Styler conditional formatting using DataFrame.style label Aug 16, 2021
…_uuid_len

# Conflicts:
#	pandas/tests/io/formats/style/test_style.py
#	pandas/tests/io/formats/style/test_tooltip.py
@jreback jreback added this to the 1.4 milestone Aug 17, 2021
@jreback jreback merged commit 5d50a24 into pandas-dev:master Aug 17, 2021
@jreback
Copy link
Contributor

jreback commented Aug 17, 2021

sure

@attack68 attack68 deleted the styelr_consistent_uuid_len branch August 17, 2021 17:15
feefladder pushed a commit to feefladder/pandas that referenced this pull request Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Styler conditional formatting using DataFrame.style
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants