File size: 505 Bytes
31d07e7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Codebook: CNIL Sanctions Dataset
## Variables
- dn_sanction: Date of the sanction (YYYY-MM-DD)
- n_sanction_year: Year of the sanction
- amount_fine_eur: Fine amount in Euros
- cat_procedure_type: Type of procedure (simplified, standard)
- cat_sector_group: Sector of the organism
- is_public_sector: Boolean, true if public sector
- cat_fine_bucket: Categorical fine amount
## Limitations
- Some decision URLs are missing.
- Fine amounts are extracted from text and may be subject to parsing errors.
|