query_dataset
Retrieve and decode statistical observations from Eurostat datasets using dimension filters, NUTS regional levels, and custom time periods.
Instructions
Query and decode statistical observations from a Eurostat dataset with dimension filters and NUTS controls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max inline rows to return (default 500) | |
| filters | No | Dimension filter dict, e.g. {"geo": ["FR", "DE", "IT"], "unit": ["CP_MEUR"]} | |
| dataset_id | Yes | Eurostat dataset code (e.g. "nama_10_gdp", "DS-059341") | |
| nuts_level | No | Optional NUTS geo filter: 'aggregate', 'country', 'nuts1', 'nuts2', 'nuts3' | |
| since_period | No | Start period (e.g. "2020", "2020M01") | |
| until_period | No | End period (e.g. "2023") | |
| last_n_periods | No | Number of most recent periods to retrieve (default 5) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||