Skip to content

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

Closed
@attack68

Description

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

  0
0 1000.000000

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugStylerconditional formatting using DataFrame.style

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions