Skip to content

Polars: format float values with Polars's configured precision by default #447

@jeffijoe

Description

@jeffijoe

When showing a Polars data frame, floats are shown with full precision, even when pl.Config.set_float_precision(4) has been configured.

It would be cool to be able to explicitly configure the default display precision on itables.options. 👀

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions