Add language tag
#3
by
de-francophones - opened
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: etalab-2.0
|
| 3 |
configs:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# datagouvfr-datasets
|
|
@@ -26,4 +28,4 @@ This config exposes 3 features:
|
|
| 26 |
|
| 27 |
## raw
|
| 28 |
|
| 29 |
-
All columns from the original catalog, with the preprocess filter described above. Description is still in markdown.
|
|
|
|
| 1 |
---
|
| 2 |
license: etalab-2.0
|
| 3 |
configs:
|
| 4 |
+
- config_name: compact
|
| 5 |
+
data_files: data/datagouvfr-datasets.csv
|
| 6 |
+
- config_name: raw
|
| 7 |
+
data_files: data/datagouvfr-datasets-raw.csv
|
| 8 |
+
language:
|
| 9 |
+
- fr
|
| 10 |
---
|
| 11 |
|
| 12 |
# datagouvfr-datasets
|
|
|
|
| 28 |
|
| 29 |
## raw
|
| 30 |
|
| 31 |
+
All columns from the original catalog, with the preprocess filter described above. Description is still in markdown.
|