# Data Dictionary - European Power Generation by Fuel Type - ENTSO-E, cleaned Parquet

**Units:** vary by `fuel` - read the per-row `unit` column (overall: MW).  Times are UTC.

| column | type | description |
|---|---|---|
| `zone` | str | Bidding zone |
| `ts` | timestamp (UTC) | Measurement time |
| `fuel` | str | Decoded production type |
| `gen_mw` | float | Generation, MW |
| `unit` | str | Unit |
| `res_min` | int | Native resolution in minutes (15/30/60) |

*Source: ENTSO-E Transparency Platform.*
