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_fileLoad (and set) Config options from a JSON file.
saveSave the current set of Config options as a JSON string or file.