DataScan.load_from_json()

Load a DataScan from a JSON file produced by save_to_json().

Usage

Source

DataScan.load_from_json(input_file)

Parameters

input_file: str
The path to the JSON file.

Returns

DataScan
A restored DataScan instance.