DataScan.load_from_json()
Load a DataScan from a JSON file produced by save_to_json().
Usage
DataScan.load_from_json(input_file)Parameters
input_file: str- The path to the JSON file.
Returns
DataScan- A restored DataScan instance.
Load a DataScan from a JSON file produced by save_to_json().
Usage
input_file: str DataScan