pvtend.io.load_pkl

pvtend.io.load_pkl(path: str | Path) Any[source]

Load data from a pickle file.

Parameters:

path – Path to the .pkl file.

Returns:

The unpickled Python object.

Raises:

FileNotFoundError – If file does not exist.