polars.Config.load#
- classmethod Config.load(cfg: str) type[Config] [source]#
Load (and set) previously saved Config options from a JSON string.
- Parameters:
- cfgstr
JSON string produced by
Config.save()
.
See also
load_from_file
Load (and set) Config options from a JSON file.
save
Save the current set of Config options as a JSON string or file.