pyblp.save_pickle

pyblp.save_pickle(x, path)

Save an object as a pickle file.

This is a simple wrapper around pickle.dump.

Parameters
  • x (object) – Object to be pickled.

  • path (str or Path) – File path to which the object will be saved.