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: Dataset