save#

coffea.util.save(output, filename, compression='lz4')[source]#

Save a coffea object or collection thereof to disk.

This function can accept any picklable object. Suggested suffix: .coffea

compression can be one of the fsspec supported compression string names. These compression algorithms may have dependencies that need to be installed separately. If it is None, it means no compression.