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:
.coffeacompressioncan be one of thefsspecsupported compression string names. These compression algorithms may have dependencies that need to be installed separately. If it isNone, it means no compression.