Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,55 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- tabular
|
| 9 |
+
- csv
|
| 10 |
+
- europe
|
| 11 |
+
- ireland
|
| 12 |
+
- energy
|
| 13 |
+
- oil
|
| 14 |
+
- fuel
|
| 15 |
+
- economics
|
| 16 |
+
- government
|
| 17 |
+
pretty_name: EU Weekly Oil Bulletin — Fuel Prices 2005–2026
|
| 18 |
+
size_categories:
|
| 19 |
+
- 100K<n<1M
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
# EU Weekly Oil Bulletin — Fuel Prices 2005–2026
|
| 23 |
+
|
| 24 |
+
Weekly pump prices for petrol, diesel, heating oil, fuel oil and LPG
|
| 25 |
+
across all 27 EU member states + UK from January 2005 to present —
|
| 26 |
+
106,028 rows cleaned from the European Commission Weekly Oil Bulletin
|
| 27 |
+
into one flat CSV.
|
| 28 |
+
|
| 29 |
+
The EC publishes this as a messy 200-column Excel file with multiple
|
| 30 |
+
header rows and prices per 1000 litres. This dataset flattens it into
|
| 31 |
+
one row per country per week per fuel type, with prices converted to
|
| 32 |
+
EUR per litre.
|
| 33 |
+
|
| 34 |
+
## Columns
|
| 35 |
+
|
| 36 |
+
| Column | Description |
|
| 37 |
+
|---|---|
|
| 38 |
+
| date | Week of price reporting |
|
| 39 |
+
| country | 2-letter ISO country code (IE, DE, FR etc.) |
|
| 40 |
+
| fuel_type | petrol_95, diesel, heating_oil, fuel_oil, lpg |
|
| 41 |
+
| price_eur_per_litre | Pump price in EUR/litre including all taxes |
|
| 42 |
+
|
| 43 |
+
## Sample questions
|
| 44 |
+
- How does the 2026 Iran war compare to previous oil price shocks?
|
| 45 |
+
- Which EU country pays the most for petrol right now?
|
| 46 |
+
- How have Irish diesel prices changed since 2005?
|
| 47 |
+
- How many hours of minimum wage work does it take to fill a tank?
|
| 48 |
+
|
| 49 |
+
## Source & Licence
|
| 50 |
+
European Commission Directorate-General for Energy — Weekly Oil Bulletin.
|
| 51 |
+
Published under CC BY 4.0. Updated every Wednesday.
|
| 52 |
+
|
| 53 |
+
## Kaggle
|
| 54 |
+
Also available on Kaggle with full analysis notebook:
|
| 55 |
+
https://www.kaggle.com/datasets/fionnhughes/eu-oil-bulletin
|