# Data Dictionary - European Hours Worked - average weekly hours, all & full-time, cleaned Parquet

**Units:** vary by `indicator` - read the per-row `unit` column (overall: hours/week).  Times are UTC.

| column | type | description |
|---|---|---|
| `zone` | str | Geo / country code (DE, FR, NL, …) |
| `ts` | timestamp (UTC) | Year |
| `indicator` | str | Average weekly hours - all / full-time |
| `value` | float | Hours per week |
| `unit` | str | Unit |
| `res_min` | int | Native resolution (annual) |

*Source: Eurostat (European Commission).*
