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`. 👀