abulte commited on
Commit
d261464
1 Parent(s): 896a64a
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -7,3 +7,24 @@ configs:
7
  - config_name: raw
8
  data_files: "data/datagouvfr-datasets-raw.csv"
9
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - config_name: raw
8
  data_files: "data/datagouvfr-datasets-raw.csv"
9
  ---
10
+
11
+ # datagouvfr-datasets
12
+
13
+ This dataset is created from [data.gouv.fr's catalog](https://www.data.gouv.fr/en/datasets/catalogue-des-donnees-de-data-gouv-fr/), i.e. the French official open data platform list of datasets.
14
+
15
+ data.gouv.fr's datasets with `archived` status or with no associated ressource are excluded.
16
+
17
+ This has two configs, described below.
18
+
19
+ ## compact
20
+
21
+ This config exposes 3 features:
22
+ - `id`
23
+ - `content`
24
+ - `tags`
25
+
26
+ `content` is the concatenation of the dataset's title and its description, stripped from markdown (markdown to text).
27
+
28
+ ## raw
29
+
30
+ All columns from the original catalog, with the preprocess filter described above. Description is still in markdown.