added readme

This commit is contained in:
Ari Brown 2023-07-27 13:57:40 -04:00
parent 0f1018c7d5
commit 9aae669ca2
2 changed files with 46 additions and 0 deletions

View file

@ -66,6 +66,8 @@ class Query:
# Because we're using `UNLOAD`, we get a manifest of the files
# that make up our data.
files = self.manifest(tiedot).strip().split("\n")
# TODO parallelize this
local = [self.handler.download(f) for f in files]
self.ds = pa.dataset.dataset(local)