polars.Config.load# classmethod Config.load(cfg: Path | str) → type[polars.config.Config][source]# Load and set previously saved (or shared) Config options from json/file. Parameters: cfgstrjson string produced by Config.save(), or a filepath to the same.