Julia Moska
commited on
Commit
•
8b172c7
1
Parent(s):
4396ca5
added tryout script
Browse files- test_parquet.py +1 -1
test_parquet.py
CHANGED
@@ -41,7 +41,7 @@ class ParquetDataset(datasets.ArrowBasedBuilder):
|
|
41 |
"name": datasets.Value(dtype="string"),
|
42 |
"iso_a3": datasets.Value(dtype="string"),
|
43 |
"gdp_md_est": datasets.Value(dtype="int64"),
|
44 |
-
"geometry": datasets.Value(
|
45 |
# These are the features of your dataset like images, labels ...
|
46 |
}
|
47 |
),
|
|
|
41 |
"name": datasets.Value(dtype="string"),
|
42 |
"iso_a3": datasets.Value(dtype="string"),
|
43 |
"gdp_md_est": datasets.Value(dtype="int64"),
|
44 |
+
"geometry": datasets.Value("binary"),
|
45 |
# These are the features of your dataset like images, labels ...
|
46 |
}
|
47 |
),
|