Skip to content

BUG: Styler initialised with precision doesn't display correctly #43342

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

Closed
attack68 opened this issue Sep 1, 2021 · 0 comments · Fixed by #43343
Closed

BUG: Styler initialised with precision doesn't display correctly #43342

attack68 opened this issue Sep 1, 2021 · 0 comments · Fixed by #43343
Labels
Bug Styler conditional formatting using DataFrame.style

Comments

@attack68
Copy link
Contributor

attack68 commented Sep 1, 2021

df = pd.DataFrame([[1000.0]])
styler = Styler(df, precision=0)
styler

  0
0 1000.000000
@attack68 attack68 added Bug Styler conditional formatting using DataFrame.style labels Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Styler conditional formatting using DataFrame.style
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant