Configure Dataset Viewer (#1)
Browse files- Configure Dataset Viewer (2fd835ee3dfd2db80a3dc05dbc0d5f76a3448417)
Co-authored-by: Quentin Lhoest <[email protected]>
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# Access FSQ OS Places
|
5 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: places
|
5 |
+
data_files: release/dt=*/places/parquet/*.parquet
|
6 |
+
- config_name: categories
|
7 |
+
data_files: release/dt=*/categories/parquet/*.parquet
|
8 |
---
|
9 |
# Access FSQ OS Places
|
10 |
|