# Data Dictionary - European Rents - actual rental prices, index & inflation, cleaned 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 | Actual rents index (2015=100) / Actual rents inflation (annual %) |
| `value` | float | Value (index or %) |
| `unit` | str | Unit |
| `res_min` | int | Native resolution (monthly) |

*Source: Eurostat (European Commission).*
