tech.v3.dataset.zip
Load zip data. Zip files with a single file entry can be loaded with ->dataset. When a zip file has multiple entries you have to call zipfile->dataset-seq.
dataset-seq->zipfile!
(dataset-seq->zipfile! output options ds-seq)
(dataset-seq->zipfile! output ds-seq)
Write a sequence of datasets to zipfiles. You can control the inner type with the :file-type option which defaults to .tsv
zipfile->dataset-seq
(zipfile->dataset-seq input options)
(zipfile->dataset-seq input)
Load a zipfile attempting to load each zip entry.