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