Datasets:
Update README with proper dataset card metadata
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- es
|
| 5 |
-
pretty_name: REE Iberian Peninsula Electricity Generation (2008–2026)
|
| 6 |
tags:
|
| 7 |
- electricity
|
| 8 |
- energy
|
|
@@ -18,106 +18,20 @@ size_categories:
|
|
| 18 |
task_categories:
|
| 19 |
- time-series-forecasting
|
| 20 |
license: cc-by-4.0
|
| 21 |
-
|
| 22 |
-
-
|
| 23 |
-
data_files:
|
| 24 |
-
- split: train
|
| 25 |
-
path: data/train-*
|
| 26 |
-
dataset_info:
|
| 27 |
-
features:
|
| 28 |
-
- name: ts
|
| 29 |
-
dtype: timestamp[ns]
|
| 30 |
-
- name: dem
|
| 31 |
-
dtype: int64
|
| 32 |
-
- name: eol
|
| 33 |
-
dtype: int64
|
| 34 |
-
- name: nuc
|
| 35 |
-
dtype: int64
|
| 36 |
-
- name: gf
|
| 37 |
-
dtype: int64
|
| 38 |
-
- name: car
|
| 39 |
-
dtype: int64
|
| 40 |
-
- name: cc
|
| 41 |
-
dtype: int64
|
| 42 |
-
- name: hid
|
| 43 |
-
dtype: int64
|
| 44 |
-
- name: aut
|
| 45 |
-
dtype: int64
|
| 46 |
-
- name: inter
|
| 47 |
-
dtype: int64
|
| 48 |
-
- name: icb
|
| 49 |
-
dtype: int64
|
| 50 |
-
- name: sol
|
| 51 |
-
dtype: int64
|
| 52 |
-
- name: solFot
|
| 53 |
-
dtype: int64
|
| 54 |
-
- name: solTer
|
| 55 |
-
dtype: int64
|
| 56 |
-
- name: termRenov
|
| 57 |
-
dtype: int64
|
| 58 |
-
- name: cogenResto
|
| 59 |
-
dtype: int64
|
| 60 |
-
- name: expAnd
|
| 61 |
-
dtype: int64
|
| 62 |
-
- name: expMar
|
| 63 |
-
dtype: int64
|
| 64 |
-
- name: expPor
|
| 65 |
-
dtype: int64
|
| 66 |
-
- name: expFra
|
| 67 |
-
dtype: int64
|
| 68 |
-
- name: expTot
|
| 69 |
-
dtype: int64
|
| 70 |
-
- name: impFra
|
| 71 |
-
dtype: int64
|
| 72 |
-
- name: impPor
|
| 73 |
-
dtype: int64
|
| 74 |
-
- name: impMar
|
| 75 |
-
dtype: int64
|
| 76 |
-
- name: impAnd
|
| 77 |
-
dtype: int64
|
| 78 |
-
- name: impTot
|
| 79 |
-
dtype: int64
|
| 80 |
-
- name: conb
|
| 81 |
-
dtype: int64
|
| 82 |
-
- name: turb
|
| 83 |
-
dtype: int64
|
| 84 |
-
- name: gnhd
|
| 85 |
-
dtype: int64
|
| 86 |
-
- name: bat
|
| 87 |
-
dtype: int64
|
| 88 |
-
- name: consBat
|
| 89 |
-
dtype: int64
|
| 90 |
-
- name: dif
|
| 91 |
-
dtype: int64
|
| 92 |
-
- name: vap
|
| 93 |
-
dtype: int64
|
| 94 |
-
- name: year
|
| 95 |
-
dtype: int32
|
| 96 |
-
- name: month
|
| 97 |
-
dtype: int32
|
| 98 |
-
- name: day
|
| 99 |
-
dtype: int32
|
| 100 |
-
- name: hour
|
| 101 |
-
dtype: int32
|
| 102 |
-
- name: date
|
| 103 |
-
dtype: string
|
| 104 |
-
splits:
|
| 105 |
-
- name: train
|
| 106 |
-
num_bytes: 567844242
|
| 107 |
-
num_examples: 1931443
|
| 108 |
-
download_size: 51834693
|
| 109 |
-
dataset_size: 567844242
|
| 110 |
---
|
| 111 |
|
| 112 |
# REE Iberian Peninsula Electricity Generation
|
| 113 |
|
| 114 |
Electricity **demand and generation by source** for the Iberian Peninsula, sourced from [REE (Red Eléctrica de España)](https://demanda.ree.es/). Covers **2008–present** at **5-minute resolution**, fully deduplicated.
|
| 115 |
|
| 116 |
-
##
|
| 117 |
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
|
|
|
| 121 |
|
| 122 |
## Columns
|
| 123 |
|
|
@@ -159,14 +73,6 @@ from datasets import load_dataset
|
|
| 159 |
ds = load_dataset("daniel-dona/ree-data")
|
| 160 |
```
|
| 161 |
|
| 162 |
-
## Source
|
| 163 |
-
|
| 164 |
-
[REE open data API](https://www.ree.es/en/transparency/opens-data):
|
| 165 |
-
|
| 166 |
-
```
|
| 167 |
-
https://demanda.ree.es/WSvisionaMovilesPeninsulaRest/resources/demandaGeneracionPeninsula?fecha=YYYY-MM-DD
|
| 168 |
-
```
|
| 169 |
-
|
| 170 |
## Notes
|
| 171 |
|
| 172 |
- **Coal phase-out**: Spain's last coal plants closed in 2025 (`car` → 0 from mid-2025).
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
- es
|
| 5 |
+
pretty_name: "REE Iberian Peninsula Electricity Generation (2008–2026)"
|
| 6 |
tags:
|
| 7 |
- electricity
|
| 8 |
- energy
|
|
|
|
| 18 |
task_categories:
|
| 19 |
- time-series-forecasting
|
| 20 |
license: cc-by-4.0
|
| 21 |
+
datasets:
|
| 22 |
+
- ree
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# REE Iberian Peninsula Electricity Generation
|
| 26 |
|
| 27 |
Electricity **demand and generation by source** for the Iberian Peninsula, sourced from [REE (Red Eléctrica de España)](https://demanda.ree.es/). Covers **2008–present** at **5-minute resolution**, fully deduplicated.
|
| 28 |
|
| 29 |
+
## Dataset Summary
|
| 30 |
|
| 31 |
+
- **1,931,443 rows** × 38 columns
|
| 32 |
+
- **Date range**: 2007-12-31 → 2026-05-14
|
| 33 |
+
- **Resolution**: 5 minutes
|
| 34 |
+
- **Source**: [REE open data API](https://www.ree.es/en/transparency/opens-data)
|
| 35 |
|
| 36 |
## Columns
|
| 37 |
|
|
|
|
| 73 |
ds = load_dataset("daniel-dona/ree-data")
|
| 74 |
```
|
| 75 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
## Notes
|
| 77 |
|
| 78 |
- **Coal phase-out**: Spain's last coal plants closed in 2025 (`car` → 0 from mid-2025).
|