metobs_toolkit.import_dataset_from_pkl#
- import_dataset_from_pkl(target_path: str | Path) Dataset[source]#
Import a Dataset instance from a pickle file.
- Parameters:
target_path (str or Path) – The path to the pickle file.
- Returns:
The Dataset instance.
- Return type:
Warning
A warning is issued if the Dataset was saved with a different version of metobs-toolkit than the currently installed version.