CoolFace
Datasetpublic

electricsheepeurope/europe-owid-tuberculosis-cases-attributable-to-risk-factors

Tuberculosis Cases Attributable To Risk Factors | Europe (Our World in Data) 🇪🇺 37 observations · 37 Europe countries · 2024–2024 · Repackaged by Electric Sheep Europe TL;DR This dataset contains 37 observations of Tuberculosis Cases Attributable To Risk Factors data across 37 Europe countries, spanning 2024–2024. About the source Source: Our World in Data Publisher: Our World in Data License: cc-by-4.0 Topic: Tuberculosis Cases Attributable… See the full description on the dataset page: https://huggingface.co/datasets/electricsheepeurope/europe-owid-tuberculosis-cases-attributable-to-risk-factors.

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

Tuberculosis Cases Attributable To Risk Factors | Europe (Our World in Data)

🇪🇺 37 observations · 37 Europe countries · 2024–2024 · Repackaged by [Electric Sheep Europe](https://huggingface.co/electricsheepeurope)

rows countries years license

TL;DR

This dataset contains 37 observations of Tuberculosis Cases Attributable To Risk Factors data across 37 Europe countries, spanning 2024–2024.

About the source

  • —Source: Our World in Data
  • —Publisher: Our World in Data
  • —License: cc-by-4.0
  • —Topic: Tuberculosis Cases Attributable To Risk Factors

Geographic coverage

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

CountryRowsFirst yearLast year
ALB120242024
AUT120242024
BEL120242024
BGR120242024
BIH120242024
BLR120242024
CHE120242024
CZE120242024
DEU120242024
DNK120242024
ESP120242024
EST120242024
FIN120242024
FRA120242024
GBR120242024
...22 more countries

Schema

ColumnTypeDescriptionExample
country_namestring—Albania
country_iso3string—ALB
yearint64—2024
HIV infectionfloat64—5.0
Alcohol abusefloat64—46.0
Smokingfloat64—42.0
Diabetesint64—25
Undernourishmentint64—6

Data quality & caveats

  • —HIV infection column has 2.7% null values (filtered to non-null in this dataset).

Usage

python
from datasets import load_dataset

ds = load_dataset("electricsheepeurope/europe-owid-tuberculosis-cases-attributable-to-risk-factors")
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="HIV infection")

Citation

bibtex
@misc{europe_owid_tuberculosis_cases_attributable_to_risk_factors_2024,
  title        = {Tuberculosis Cases Attributable To Risk Factors | Europe (Our World in Data)},
  author       = {Our World in Data},
  year         = {2024},
  url          = {https://ourworldindata.org/grapher/tuberculosis-cases-attributable-to-risk-factors},
  publisher    = {HuggingFace Datasets, repackaged by Electric Sheep Europe},
  howpublished = {\url{https://huggingface.co/datasets/electricsheepeurope/europe-owid-tuberculosis-cases-attributable-to-risk-factors}}
}

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/tuberculosis-cases-attributable-to-risk-factors