# Data Dictionary - European Housing Tenure - owners, mortgagees & renters, cleaned Parquet

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

| column | type | description |
|---|---|---|
| `zone` | str | Geo / country code (DE, FR, PL, …) |
| `ts` | timestamp (UTC) | Year |
| `indicator` | str | Owner / owner-with-mortgage / owner-outright / tenant / tenant-at-market |
| `value` | float | % of population in that tenure status |
| `unit` | str | Unit |
| `res_min` | int | Native resolution (annual) |

*Source: Eurostat (European Commission).*
