# Data Dictionary - European Electricity Load / Demand - ENTSO-E, cleaned Parquet

**Units:** all `load_mw` values are in **MW**.  Times are UTC.

| column | type | description |
|---|---|---|
| `zone` | str | Bidding zone |
| `ts` | timestamp (UTC) | Measurement time |
| `load_mw` | float | Actual total load, MW |
| `unit` | str | Unit |
| `res_min` | int | Native resolution in minutes (15/30/60) |

*Source: ENTSO-E Transparency Platform.*
