tangram.utils.read_pickle

tangram.utils.read_pickle(filename)

Helper to read pickle file which may be zipped or not.

Parameters

filename (str) – A valid string path.

Returns

The file object.