Contents
load_pkl()
Load data from a pickle file.
path – Path to the .pkl file.
The unpickled Python object.
FileNotFoundError – If file does not exist.