polars.Config.activate_decimals#
- classmethod Config.activate_decimals(active: bool = True) type[polars.config.Config] [source]#
Activate
Decimal
data types.This is a temporary setting that will be removed later once the
Decimal
type stabilize. This will happens without it being considered a breaking change.Currently,
Decimal
types are in an alpha state.