FROZEN BASELINE
Begin from a common reference point.
The default dataset is a teaching snapshot built from the World Bank World Development Indicators API. It reduces setup friction while retaining real missingness, revisions, uneven time coverage, and policy-relevant variables.
| File | Shape | Use |
|---|---|---|
| Wide CSV | One country-year per row; indicators in columns. | Default lessons and analysis. |
| Long CSV | One country-year-indicator per row. | Reshaping and indicator comparisons. |
| Indicator dictionary | One indicator per row. | Codes, names, units, and tracks. |
| Build script | Reproducible R source. | Rebuild or update the files. |
The 2022 endpoint gives the class a shared baseline. Official historical values may later be revised. The update lab treats those revisions as something to detect and document.
SELECT ONE TRACK
Four questions, one learning sequence.
- 01Health: How is national income associated with under-five mortality, and how does the pattern differ across income groups?
- 02Gender: Where do female secondary enrollment and adolescent fertility move together, and where do countries depart from the overall pattern?
- 03Access: Which countries closed gaps in electricity and internet access most quickly, and which gaps remain?
- 04Climate: How do renewable electricity, carbon intensity, and economic growth vary together across countries and time?
These are descriptive and associational questions. The dataset alone does not identify causal effects.
NINE INDICATORS
Codes are part of the evidence.
| Track | Indicator code | Plain-language role |
|---|---|---|
| Health | NY.GDP.PCAP.PP.KD | GDP per capita, purchasing-power adjusted. |
| Health | SH.DYN.MORT | Under-five deaths per 1,000 live births. |
| Gender | SE.SEC.ENRR.FE | Female secondary enrollment, gross percent. |
| Gender | SP.ADO.TFRT | Births per 1,000 women ages 15-19. |
| Access | EG.ELC.ACCS.ZS | Population with access to electricity. |
| Access | IT.NET.USER.ZS | Population using the internet. |
| Climate | EG.ELC.RNEW.ZS | Renewable share of electricity output. |
| Climate | EN.GHG.CO2.RT.GDP.PP.KD | Carbon intensity of economic activity. |
| Climate | NY.GDP.PCAP.KD.ZG | Annual real GDP per capita growth. |
Use the downloadable dictionary for official names, exact units, and source notes.
OPTIONAL HIGH CEILING
Extend to the latest available year.
Students who want a larger challenge can supervise an agent-assisted rebuild from the official API. Write a new dated file, preserve the frozen baseline, test the country-year key, and compare new observations with revisions to older observations.
Official source only. New dated output. No overwrite of the frozen baseline. Indicator code and unit preserved. Retrieval date recorded. Unique keys tested. Historical revisions reported separately from new years.