polars.Config.save#
- classmethod Config.save() str[source]#
Save the current set of Config options as a JSON string.
- Returns:
- str
JSON string containing current Config options.
See also
loadLoad (and set) Config options from a JSON string.
load_from_fileLoad (and set) Config options from a JSON file.
save_to_fileSave the current set of Config options as a JSON file.
Examples
>>> json_str = pl.Config.save()