CoolFace
Datasetpublic

electricsheepeurope/europe-owid-vaccination-coverage-by-income-in

Vaccination Coverage By Income In | Europe (Our World in Data) πŸ‡ͺπŸ‡Ί 2,323 observations Β· 42 Europe countries Β· 1950–2024 Β· Repackaged by Electric Sheep Europe TL;DR This dataset contains 2,323 observations of Vaccination Coverage By Income In data across 42 Europe countries, spanning 1950–2024. About the source Source: Our World in Data Publisher: Our World in Data License: cc-by-4.0 Topic: Vaccination Coverage By Income In… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepeurope/europe-owid-vaccination-coverage-by-income-in.

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
0likes14downloads
Dataset Card

Vaccination Coverage By Income In | Europe (Our World in Data)

πŸ‡ͺπŸ‡Ί 2,323 observations Β· 42 Europe countries Β· 1950–2024 Β· Repackaged by [Electric Sheep Europe](https://huggingface.co/electricsheepeurope)

rows countries years license

TL;DR

This dataset contains 2,323 observations of Vaccination Coverage By Income In data across 42 Europe countries, spanning 1950–2024.

About the source

  • β€”Source: Our World in Data
  • β€”Publisher: Our World in Data
  • β€”License: cc-by-4.0
  • β€”Topic: Vaccination Coverage By Income In

Geographic coverage

42 Europe countries Β· top rows shown below, sorted by row count:

CountryRowsFirst yearLast year
BEL7519502024
AUT7519502024
DEU7519502024
CHE7519502024
ITA7519502024
GBR7519502024
FRA7519502024
FIN7519502024
ESP7519502024
DNK7519502024
LUX7519502024
NLD7519502024
PRT7519502024
NOR7519502024
SWE7519502024
...27 more countries

Schema

ColumnTypeDescriptionExample
country_namestringβ€”Albania
country_iso3stringβ€”ALB
yearint64β€”1971
DTP3 (% of one-year-olds immunized)float64β€”94.0
GDP per capitafloat64β€”3323.843
Populationfloat64β€”2234995.0
World region according to OWIDstringβ€”Europe

Data quality & caveats

  • β€”DTP3 (% of one-year-olds immunized) column has 30.0% null values (filtered to non-null in this dataset).

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepeurope/europe-owid-vaccination-coverage-by-income-in")
df = ds["train"].to_pandas()
print(df.head())

Filter to one country

python
germany = df[df["country_iso3"] == "DEU"]

Time-series for a single indicator

python
sample = df.sort_values("year")
sample.plot(x="year", y="DTP3 (% of one-year-olds immunized)")

Citation

bibtex
@misc{europe_owid_vaccination_coverage_by_income_in_2024,
  title        = {Vaccination Coverage By Income In | Europe (Our World in Data)},
  author       = {Our World in Data},
  year         = {2024},
  url          = {https://ourworldindata.org/grapher/vaccination-coverage-by-income-in},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-owid-vaccination-coverage-by-income-in}}
}

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-12 via the Electric Sheep pipeline. Source URL: https://ourworldindata.org/grapher/vaccination-coverage-by-income-in