Getting Started
write_pickle_gz()
Write an object to a gzipped pickle.
obj – The object to write
path – The path of the file to write to
kwargs – Additional kwargs to pass to pickle.dump()
pickle.dump()