European Health System
The health-system profile of every European country in one clean panel: life expectancy at birth, hospital beds and practising physicians per 100 000 inhabitants, and total health expenditure as a share of GDP. Cleaned from Eurostat health statistics into one tidy annual per-country table - the capacity-and-outcomes view health-policy, insurance and life-science teams benchmark against.
- Source
- Eurostat
- Licence
- Redistributable open data
- Updates
- Annual
- Data through
- 2025-01-01
- Quality
- QC clean · 0 failures
- Format
- Apache Parquet + dictionary
Safe to train on
Built only from a named, redistributable official source under a documented open licence - not scraped web data. No copyright grey zone, no personal data. Ships machine-readable Croissant metadata (ML Commons - loads in Hugging Face / Kaggle / Google), an AI training-licence manifest documenting source, licence and provenance for your model's data governance, and a machine-readable data dictionary (drop it into an agent / RAG prompt so the model knows every column) - all inspectable before you buy.
What's included
- Life expectancy, hospital beds & practising physicians (per 100k), health spend (% GDP)
- Every European country, annual - the capacity + outcomes + cost view in one panel
- Joins the macro / demographics catalog by country; complements the NUTS2 regional panel
- Source: Eurostat (CC-BY-4.0) - EU/EFTA + candidate geos
Schema
| Column | Type | Description | Filled | Distinct |
|---|---|---|---|---|
| zone | str | Country (ISO-2) | 100.0% | 42 |
| ts | timestamp (UTC) | Year | 100.0% | 26 |
| indicator | str | Life expectancy / Hospital beds / Physicians / Health expenditure %GDP | 100.0% | 4 |
| value | float | Value | 100.0% | 1,804 |
| unit | str | Unit | 100.0% | 3 |
| res_min | int | Native resolution (annual) | 100.0% | 1 |
Sample & preview
Every purchase ships as Apache Parquet with a data dictionary and the full QC report. A free sample (first rows + schema) is downloadable here - confirm fit before you buy. Source: Eurostat (redistributable open data; attribution passes through - see our Licence).
Don't trust screenshots - drop the sample into your notebook right now.
import pandas as pd df = pd.read_parquet("european-health-system_sample.parquet") df.info() # typed columns, gap-aware, ready to join⬇ Download free Parquet sample or CSV for Excel
Coverage: 42 zones
AL · AT · BA · BE · BG · CH · CY · CZ · DE · DK · EE · EL · ES · FI · FR · GE · HR · HU · IE · IS · IT · LI · LT · LU · LV · MD · ME · MK · MT · NL · NO · PL · PT · RO · RS · SE · SI · SK · TR · UA · UK · XK
Related datasets
US Drug Adverse
How abnormal each drug's adverse-event reporting is now: the z-score of monthly FAERS counts against the drug's own trailing 24-month baseline. |z| ≥ 3 = a 3σ safety-signal surge. Pre-computed from the FAERS monthly-counts product.
US Drug Adverse
Monthly counts of FDA adverse-event reports (FAERS) for ~40 major drugs by generic name - statins, GLP-1s, anticoagulants, biologics, oncology and more. Built from openFDA's COUNT endpoint, so it carries zero individual reports and zero patient data: a clean safety-signal time series per drug.
UK Food Hygiene Ratings (FSA FHRS)
The official hygiene rating of every food business in Great Britain & Northern Ireland - the regulator's version of the 'restaurant' data the review-site scrapers sell, but authoritative and open. The UK Food Standards Agency publishes ~520k establishments across ~360 local authorities as one XML file each; we assemble them into one clean table with the rating, inspection date, the three component scores (hygiene, structural, management) and a geocode. Covers both schemes - FHRS 0-5 (England/Wales/NI) and FHIS Pass/Improvement (Scotland). Open Government Licence v3.0 (fully commercial).