Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
- dataset
|
|
@@ -14,13 +14,12 @@ license: other
|
|
| 14 |
pretty_name: EU Public Procurement — August 2025
|
| 15 |
size_categories:
|
| 16 |
- 100K<n<1M
|
| 17 |
-
dataset_preview:
|
| 18 |
---
|
| 19 |
|
| 20 |
-
|
| 21 |
# EU Public Procurement — August 2025 (Enriched CSV)
|
| 22 |
|
| 23 |
-
This dataset contains **all public procurement notices from
|
| 24 |
parsed and enriched from the European Union's [TED (Tenders Electronic Daily)](https://ted.europa.eu/).
|
| 25 |
|
| 26 |
The **full dataset (200,000+ rows)** is available for purchase here: [Full Dataset on Gumroad](https://openmldatasets.gumroad.com/l/rexjp)
|
|
@@ -32,7 +31,7 @@ The **full dataset (200,000+ rows)** is available for purchase here: [Full Datas
|
|
| 32 |
| Rows | 100 | 200,000+ |
|
| 33 |
| File size | ~50 KB | ~120 MB+ |
|
| 34 |
| Format | CSV (UTF-8) | CSV (UTF-8) |
|
| 35 |
-
| Columns |
|
| 36 |
|
| 37 |
## Contents
|
| 38 |
- Procurement notices parsed from official TED XML
|
|
@@ -44,16 +43,19 @@ The **full dataset (200,000+ rows)** is available for purchase here: [Full Datas
|
|
| 44 |
- `lot_id` — identifier for the procurement lot
|
| 45 |
- `lot_name` — contract title (local language)
|
| 46 |
- `lot_description` — contract description (local language)
|
| 47 |
-
- `award_value` — award value (
|
|
|
|
|
|
|
|
|
|
| 48 |
- `currency` — contract currency
|
| 49 |
- `source_file` — original TED XML file
|
| 50 |
- `cpv_label` — CPV 2008 English description
|
| 51 |
-
- Note: Award values are not always present. Many notices are published without an awarded contract value. Null values reflect missing information in TED.
|
| 52 |
|
| 53 |
## Added Value
|
| 54 |
While the raw TED data is free and open, this dataset provides:
|
| 55 |
- Parsed and normalized structure (from thousands of XML files → single CSV)
|
| 56 |
- Automatic CPV 2008 code enrichment with human-readable labels
|
|
|
|
| 57 |
- Ready for machine learning pipelines and analytics without preprocessing
|
| 58 |
|
| 59 |
## Source & License
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
- en
|
| 4 |
tags:
|
| 5 |
- dataset
|
|
|
|
| 14 |
pretty_name: EU Public Procurement — August 2025
|
| 15 |
size_categories:
|
| 16 |
- 100K<n<1M
|
| 17 |
+
dataset_preview: ted_2025_08_sample.csv
|
| 18 |
---
|
| 19 |
|
|
|
|
| 20 |
# EU Public Procurement — August 2025 (Enriched CSV)
|
| 21 |
|
| 22 |
+
This dataset contains **all public procurement notices from July 2025**,
|
| 23 |
parsed and enriched from the European Union's [TED (Tenders Electronic Daily)](https://ted.europa.eu/).
|
| 24 |
|
| 25 |
The **full dataset (200,000+ rows)** is available for purchase here: [Full Dataset on Gumroad](https://openmldatasets.gumroad.com/l/rexjp)
|
|
|
|
| 31 |
| Rows | 100 | 200,000+ |
|
| 32 |
| File size | ~50 KB | ~120 MB+ |
|
| 33 |
| Format | CSV (UTF-8) | CSV (UTF-8) |
|
| 34 |
+
| Columns | 14 (see below) | 14 (same schema) |
|
| 35 |
|
| 36 |
## Contents
|
| 37 |
- Procurement notices parsed from official TED XML
|
|
|
|
| 43 |
- `lot_id` — identifier for the procurement lot
|
| 44 |
- `lot_name` — contract title (local language)
|
| 45 |
- `lot_description` — contract description (local language)
|
| 46 |
+
- `award_value` — contract award value (when available, numeric)
|
| 47 |
+
- `final_value` — overall contract value at notice/result level (if present)
|
| 48 |
+
- `best_value` — most reliable value selected among award, final, and estimated
|
| 49 |
+
- `best_value_source` — which field the `best_value` came from
|
| 50 |
- `currency` — contract currency
|
| 51 |
- `source_file` — original TED XML file
|
| 52 |
- `cpv_label` — CPV 2008 English description
|
|
|
|
| 53 |
|
| 54 |
## Added Value
|
| 55 |
While the raw TED data is free and open, this dataset provides:
|
| 56 |
- Parsed and normalized structure (from thousands of XML files → single CSV)
|
| 57 |
- Automatic CPV 2008 code enrichment with human-readable labels
|
| 58 |
+
- Multiple contract value fields (`award`, `final`, `best`) for flexible analysis
|
| 59 |
- Ready for machine learning pipelines and analytics without preprocessing
|
| 60 |
|
| 61 |
## Source & License
|