zsave#

zsave(*args, compression='zstd', **kwargs)[source]#

Save a file using zstandard (instead of gzip) compression. This is an alias for sc.save(..., compression='zstd'); see sc.save() for details.

Note: there is no matching function “zload()” since sc.load() will automatically try loading zstandard.

New in version 2.1.0.