# Data Dictionary - European LNG Inventory - daily by country (ALSI), cleaned Parquet

**Units:** vary by `metric` - read the per-row `unit` column (overall: 10^3 m3 / GWh/d).  Times are UTC.

| column | type | description |
|---|---|---|
| `zone` | str | Country code or EU aggregate |
| `ts` | timestamp (UTC) | Gas day |
| `metric` | str | LNG inventory / Send-out (GWh/d) |
| `value` | float | Metric value |
| `unit` | str | Unit |
| `res_min` | int | Native resolution (daily = 1440) |

*Source: Gas Infrastructure Europe (GIE) - AGSI+ / ALSI.*
