# Data Dictionary - European Macro Indicators - Eurostat, cleaned monthly Parquet

**Units:** vary by `indicator` - read the per-row `unit` column (overall: see unit column (%, index)).  Times are UTC.

| column | type | description |
|---|---|---|
| `zone` | str | Geo / country code (DE, FR, NL, …) |
| `ts` | timestamp (UTC) | Month |
| `indicator` | str | HICP inflation / Unemployment / Industrial production / PPI / Retail trade / Trade balance / Economic sentiment / Consumer confidence |
| `value` | float | Indicator value (% or index) |
| `unit` | str | Unit |
| `res_min` | int | Native resolution (monthly) |

*Source: Eurostat (European Commission).*
