license: cc-by-4.0
language:
- en
task_categories:
- tabular-classification
- tabular-regression
- time-series-forecasting
multilinguality: monolingual
size_categories:
- 1K<n<10K
tags:
- tabular
- europe
- our-world-in-data
- ilo-national-vs-modeled-data
- owid
- long-run-series
- time-series
pretty_name: Ilo National Vs Modeled Data | Europe (Our World in Data)
Ilo National Vs Modeled Data | Europe (Our World in Data)
🇪🇺 1,721 observations · 42 Europe countries · 1969–2025 · Repackaged by Electric Sheep Europe
TL;DR
This dataset contains 1,721 observations of Ilo National Vs Modeled Data data across 42 Europe countries, spanning 1969–2025.
About the source
- Source: Our World in Data
- Publisher: Our World in Data
- License: cc-by-4.0
- Topic: Ilo National Vs Modeled Data
Geographic coverage
42 Europe countries · top rows shown below, sorted by row count:
| Country | Rows | First year | Last year |
|---|---|---|---|
AUT |
57 | 1969 | 2025 |
ESP |
57 | 1969 | 2025 |
FIN |
57 | 1969 | 2025 |
FRA |
56 | 1970 | 2025 |
GBR |
55 | 1971 | 2025 |
ITA |
55 | 1970 | 2025 |
BEL |
55 | 1971 | 2025 |
NOR |
54 | 1972 | 2025 |
DNK |
53 | 1973 | 2025 |
CHE |
51 | 1975 | 2025 |
SWE |
51 | 1969 | 2025 |
PRT |
47 | 1974 | 2025 |
ALB |
46 | 1980 | 2025 |
NLD |
45 | 1975 | 2025 |
GRC |
45 | 1981 | 2025 |
| ... | 27 more countries |
Schema
| Column | Type | Description | Example |
|---|---|---|---|
country_name |
string |
— | Albania |
country_iso3 |
string |
— | ALB |
year |
int64 |
— | 1980 |
National estimates |
float64 |
— | 5.6 |
Modeled estimates by the ILO |
float64 |
— | 10.304 |
Data quality & caveats
National estimatescolumn has 6.1% null values (filtered to non-null in this dataset).
Usage
from datasets import load_dataset
ds = load_dataset("electricsheepeurope/europe-owid-ilo-national-vs-modeled-data")
df = ds["train"].to_pandas()
print(df.head())
Filter to one country
germany = df[df["country_iso3"] == "DEU"]
Time-series for a single indicator
sample = df.sort_values("year")
sample.plot(x="year", y="National estimates")
Citation
@misc{europe_owid_ilo_national_vs_modeled_data_2025,
title = {Ilo National Vs Modeled Data | Europe (Our World in Data)},
author = {Our World in Data},
year = {2025},
url = {https://ourworldindata.org/grapher/ilo-national-vs-modeled-data},
publisher = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-owid-ilo-national-vs-modeled-data}}
}
License
Released under cc-by-4.0.
Original data © Our World in Data. When using this dataset, please cite both the original source above and the Electric Sheep Europe repackaging.
About Electric Sheep
Electric Sheep Europe is part of the Electric Sheep mission: a unified, ML-ready data layer for Europe on HuggingFace. We pull data from authoritative open sources, normalize the schemas, package as Parquet, and publish with consistent dataset cards so researchers and developers can use load_dataset() to start working in seconds.
Browse the full collection: huggingface.co/electricsheepeurope
Provenance: ingested 2026-06-11 via the Electric Sheep pipeline. Source URL: https://ourworldindata.org/grapher/ilo-national-vs-modeled-data