Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,9 @@ from datasets import load_from_disk
|
|
7 |
arrow_datasets_reloaded = load_from_disk("my-arrow-datasets")
|
8 |
arrow_datasets_reloaded
|
9 |
|
|
|
|
|
|
|
10 |
# prove we can save in CSV
|
11 |
for split, dataset in raw_datasets.items():
|
12 |
dataset.to_csv(f"my-dataset-{split}.csv", index=None)
|
|
|
7 |
arrow_datasets_reloaded = load_from_disk("my-arrow-datasets")
|
8 |
arrow_datasets_reloaded
|
9 |
|
10 |
+
#prove the cache
|
11 |
+
arrow_datasets_reloaded.cache_files
|
12 |
+
|
13 |
# prove we can save in CSV
|
14 |
for split, dataset in raw_datasets.items():
|
15 |
dataset.to_csv(f"my-dataset-{split}.csv", index=None)
|