720 rows · 9 columns

World development indicators

A tidy panel of thirty countries over twenty-four years with GDP per capita, life expectancy, population, CO₂ and internet penetration — small enough to hold in your head, rich enough for real modelling.

What is in it, and what is wrong with it

This is the dataset to reach for when you want to practise small-multiples, animated scatter plots, or fixed-effects regression. It contains a genuine Simpson's paradox: pooled across all countries, internet penetration correlates negatively with growth in life expectancy, while within every single country the relationship is positive.

Schema

ColumnTypeDescription
countrycategoryCountry name (synthetic panel).
iso3stringThree-letter code.
regioncategoryWorld region.
yearintegerCalendar year, 2000–2023.
populationintegerMid-year population.
gdp_per_capita_usdfloatGDP per capita, constant dollars.
life_expectancyfloatLife expectancy at birth, years.
co2_tonnes_per_capitafloatCO₂ emissions per capita.
internet_pctfloatShare of population using the internet.

First twelve rows

countryiso3regionyearpopulationgdp_per_capita_usdlife_expectancyco2_tonnes_per_capita
AvaloniaAVAEurope200011730638227439.476.015.261
AvaloniaAVAEurope200111755274327843.376.142.851
AvaloniaAVAEurope200211813231029135.476.315.288
AvaloniaAVAEurope20031190001893075876.612.975
AvaloniaAVAEurope200411984251731360.176.643.949
AvaloniaAVAEurope200512041082632350.577.123.278
AvaloniaAVAEurope200612074360733402.876.924.245
AvaloniaAVAEurope200712156409935607.676.865.658
AvaloniaAVAEurope20081220168723870876.945.951
AvaloniaAVAEurope200912285124040687.277.185.506
AvaloniaAVAEurope201012332950542277.577.124.398
AvaloniaAVAEurope20111235921814491677.345.512

Showing the first 8 of 9 columns. Open the full table in the Explorer.