polars.Config.activate_decimals#

classmethod Config.activate_decimals() type[polars.config.Config][source]#

Activate Decimal data types.

This is temporary setting that will be removed later once Decimal type stabilize. This happens without it being considered a breaking change.

Currently, Decimal types are in alpha stage.