Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# GDPR Enforcement Tracker
|
| 2 |
+
|
| 3 |
+
Every GDPR fine and enforcement action in the EU/EEA
|
| 4 |
+
|
| 5 |
+
- Dataset key: `gdpr-enforcement`
|
| 6 |
+
- Version: `2026.02`
|
| 7 |
+
- Formats: `csv, json`
|
| 8 |
+
- Sample rows: `682`
|
| 9 |
+
- Full rows: `6828`
|
| 10 |
+
|
| 11 |
+
Tags: gdpr, privacy, compliance, eu, legal, enforcement, fines
|
| 12 |
+
|
| 13 |
+
## Sample vs Full
|
| 14 |
+
|
| 15 |
+
This repository contains the free sample only.
|
| 16 |
+
Recommended paid pricing: one-time `62.99` EUR, annual `100.99` EUR, enterprise `314.99` EUR.
|
| 17 |
+
[Get the full GDPR Enforcement Tracker](https://niklassebastyijan.gumroad.com/l/gdpr-enforcement-tracker-full)
|
| 18 |
+
|
| 19 |
+
## Details
|
| 20 |
+
|
| 21 |
+
# GDPR Enforcement Tracker
|
| 22 |
+
|
| 23 |
+
Every GDPR enforcement action (fines, rulings, reprimands) issued by EU/EEA Data Protection Authorities, structured as a clean, queryable dataset. Updated monthly.
|
| 24 |
+
|
| 25 |
+
## Schema
|
| 26 |
+
|
| 27 |
+
| Column | Type | Description |
|
| 28 |
+
|--------|------|-------------|
|
| 29 |
+
| `id` | string | Unique identifier (country code + sequential) |
|
| 30 |
+
| `date` | date | Date of decision/fine |
|
| 31 |
+
| `country` | string | ISO 3166-1 alpha-2 country code |
|
| 32 |
+
| `dpa_authority` | string | Name of DPA (e.g. "CNIL", "BfDI", "ICO") |
|
| 33 |
+
| `company` | string | Entity fined/investigated |
|
| 34 |
+
| `sector` | string | Industry sector (tech, healthcare, finance, telecom, etc.) |
|
| 35 |
+
| `violation_type` | string[] | GDPR articles violated (e.g. "Art. 5", "Art. 6", "Art. 32") |
|
| 36 |
+
| `violation_summary` | string | One-line description of the violation |
|
| 37 |
+
| `fine_amount_eur` | float | Fine in EUR (0 if reprimand only) |
|
| 38 |
+
| `fine_currency_original` | string | Original currency if not EUR |
|
| 39 |
+
| `fine_amount_original` | float | Fine in original currency |
|
| 40 |
+
| `outcome_type` | enum | "fine", "reprimand", "order", "ban", "warning" |
|
| 41 |
+
| `appeal_status` | enum | "none", "appealed", "upheld", "overturned", "reduced", "pending" |
|
| 42 |
+
| `source_url` | string | Link to original decision/announcement |
|
| 43 |
+
| `last_updated` | date | When this row was last verified |
|
| 44 |
+
|
| 45 |
+
## Source Strategy
|
| 46 |
+
|
| 47 |
+
- **Start with**: enforcementtracker.com + GDPRhub.eu
|
| 48 |
+
- **Expand to**: Individual DPA sites, EDPB decisions database, EUR-Lex.
|