File size: 851 Bytes
7604020
7755bb6
50b5bcf
952dab0
0593816
952dab0
 
7604020
d261464
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: etalab-2.0
configs:
  - config_name: compact
    data_files: "data/datagouvfr-datasets.csv"
  - config_name: raw
    data_files: "data/datagouvfr-datasets-raw.csv"
---

# datagouvfr-datasets

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.

data.gouv.fr's datasets with `archived` status or with no associated ressource are excluded.

This has two configs, described below.

## compact

This config exposes 3 features:
- `id`
- `content`
- `tags`

`content` is the concatenation of the dataset's title and its description, stripped from markdown (markdown to text).

## raw

All columns from the original catalog, with the preprocess filter described above. Description is still in markdown.