daniel-dona commited on
Commit
4639669
·
verified ·
1 Parent(s): 74764e6

Add column history section with exact dates, fix REE links, remove helper column note

Browse files
Files changed (1) hide show
  1. README.md +16 -9
README.md CHANGED
@@ -18,28 +18,24 @@ size_categories:
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
 
38
- All 33 columns from the REE API are included, plus 5 time helper columns (`year`, `month`, `day`, `hour`, `date`). All values in **MW**.
39
 
40
  | Column | Description |
41
  |---|---|
42
- | `ts` | Timestamp (5-minute intervals) |
43
  | `dem` | Total electricity demand |
44
  | `eol` | Wind (Eólica) |
45
  | `nuc` | Nuclear |
@@ -65,6 +61,18 @@ All 33 columns from the REE API are included, plus 5 time helper columns (`year`
65
  | `impFra` / `impPor` / `impMar` / `impAnd` / `impTot` | Imports by origin / total |
66
  | `dif` | Balancing difference |
67
 
 
 
 
 
 
 
 
 
 
 
 
 
68
  ## Usage
69
 
70
  ```python
@@ -75,11 +83,10 @@ ds = load_dataset("daniel-dona/ree-data")
75
 
76
  ## Notes
77
 
78
- - **Coal phase-out**: Spain's last coal plants closed in 2025 (`car` → 0 from mid-2025).
79
- - **`sol` vs `solFot`/`solTer`**: `sol` is a legacy aggregate. Prefer `solFot` + `solTer` for accurate solar.
80
  - **`hid` negative values** indicate net pumping (pumps consume more than turbines generate).
 
81
  - Static snapshot as of 2026-05-14.
82
 
83
  ## License
84
 
85
- **CC-BY-4.0**. Underlying data published by [REE](https://www.ree.es/en/transparency/opens-data) as open data.
 
18
  task_categories:
19
  - time-series-forecasting
20
  license: cc-by-4.0
 
 
21
  ---
22
 
23
  # REE Iberian Peninsula Electricity Generation
24
 
25
+ Electricity **demand and generation by source** for the Iberian Peninsula, sourced from [REE (Red Eléctrica de España)](https://www.ree.es/). Covers **2008–present** at **5-minute resolution**, fully deduplicated.
26
 
27
  ## Dataset Summary
28
 
29
  - **1,931,443 rows** × 38 columns
30
  - **Date range**: 2007-12-31 → 2026-05-14
31
  - **Resolution**: 5 minutes
 
32
 
33
  ## Columns
34
 
35
+ 33 columns from the REE API, plus `ts` (timestamp). All values in **MW**.
36
 
37
  | Column | Description |
38
  |---|---|
 
39
  | `dem` | Total electricity demand |
40
  | `eol` | Wind (Eólica) |
41
  | `nuc` | Nuclear |
 
61
  | `impFra` / `impPor` / `impMar` / `impAnd` / `impTot` | Imports by origin / total |
62
  | `dif` | Balancing difference |
63
 
64
+ ## Column History
65
+
66
+ The API schema has always contained all 33 columns, but several remained at zero until the corresponding infrastructure came online or was added to reporting:
67
+
68
+ | Column(s) | First non-zero | Context |
69
+ |---|---|---|
70
+ | `icb` | 2013-02-28 08:50 | Islanded consumption blocks added to reporting |
71
+ | `solFot`, `solTer`, `termRenov`, `cogenResto` | 2015-04-30 22:00 | Solar and renewable thermal generation began being reported separately |
72
+ | `bat`, `consBat` | 2024-10-24 12:50 / 13:10 | Grid-scale battery storage deployed |
73
+ | `vap` | 2025-07-14 14:00 | Steam generation added to reporting |
74
+ | `aut` | 2007-12-31 → 2025-12-11 | Self-generation reporting discontinued from 2025-12-12 onward |
75
+
76
  ## Usage
77
 
78
  ```python
 
83
 
84
  ## Notes
85
 
 
 
86
  - **`hid` negative values** indicate net pumping (pumps consume more than turbines generate).
87
+ - **`sol` vs `solFot`/`solTer`**: `sol` is a legacy aggregate. Prefer `solFot` + `solTer` for accurate solar.
88
  - Static snapshot as of 2026-05-14.
89
 
90
  ## License
91
 
92
+ **CC-BY-4.0**. Underlying data published by [REE](https://www.ree.es/) as open data.