CoolFace
Datasetpublic

electricsheepeurope/europe-owid-number-of-reported-cholera-deaths

Number Of Reported Cholera Deaths | Europe (Our World in Data) 🇪🇺 258 observations · 27 Europe countries · 1970–2016 · Repackaged by Electric Sheep Europe TL;DR This dataset contains 258 observations of Number Of Reported Cholera Deaths data across 27 Europe countries, spanning 1970–2016. About the source Source: Our World in Data Publisher: Our World in Data License: cc-by-4.0 Topic: Number Of Reported Cholera Deaths Geographic… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepeurope/europe-owid-number-of-reported-cholera-deaths.

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

Number Of Reported Cholera Deaths | Europe (Our World in Data)

🇪🇺 258 observations · 27 Europe countries · 1970–2016 · Repackaged by [Electric Sheep Europe](https://huggingface.co/electricsheepeurope)

rows countries years license

TL;DR

This dataset contains 258 observations of Number Of Reported Cholera Deaths data across 27 Europe countries, spanning 1970–2016.

About the source

Geographic coverage

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

CountryRowsFirst yearLast year
GBR3819702016
FRA2919702015
DEU2519712014
RUS2319702014
NLD1919762016
ESP1719752015
SWE1619712015
ITA1019732013
CHE1019772015
BEL919802005
NOR919812015
DNK719902016
AUT719822005
ROU719791995
UKR619912011
...12 more countries

Schema

ColumnTypeDescriptionExample
country_namestring—Albania
country_iso3string—ALB
yearint64—1994
Reported cholera deathsint64—25

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepeurope/europe-owid-number-of-reported-cholera-deaths")
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="Reported cholera deaths")

Citation

bibtex
@misc{europe_owid_number_of_reported_cholera_deaths_2016,
  title        = {Number Of Reported Cholera Deaths | Europe (Our World in Data)},
  author       = {Our World in Data},
  year         = {2016},
  url          = {https://ourworldindata.org/grapher/number-of-reported-cholera-deaths},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-owid-number-of-reported-cholera-deaths}}
}

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/number-of-reported-cholera-deaths