← Back to the post
Interactive data dictionary

Converging to Convergence

Replication data for a Stata tutorial on beta/sigma convergence and the OVB decomposition (Kremer, Willis & You 2021).

2
datasets
160
countries
1960–2017
years
8,328
GDP obs

Downloads

Each dataset is available as a labeled Stata .dta and its source file.

⇩ Download all data (ZIP)stata_codebook.do

DatasetGrainRowsStataSource
main_datacountry-year10,092 × 92main_data.dtamain_data.dta
WDICountrycountry / aggregate263 × 30WDICountry.dtaWDICountry.csv

Run stata_codebook.do in Stata once to attach long-form per-variable notes to the .dta files.

Load directly in code

Every file loads straight from GitHub (raw URLs). Swap the file name to load any dataset.

Stata

* Stata 14+ : `use` reads an https URL directly
global BASE "https://raw.githubusercontent.com/cmg777/starter-academic-v501/master/content/post/stata_convergence2/data/"
use "${BASE}main_data.dta", clear
describe
notes

Python

!pip install -q pyreadstat
import pandas as pd
BASE = "https://raw.githubusercontent.com/cmg777/starter-academic-v501/master/content/post/stata_convergence2/data/"
df = pd.read_stata(BASE + "main_data.dta")

# load every dataset at once
files = ["main_data", "WDICountry"]
data = {f: pd.read_stata(BASE + f + ".dta") for f in files}

# pyreadstat (richest metadata) reads LOCAL files -> download first
import pyreadstat, urllib.request
urllib.request.urlretrieve(BASE + "main_data.dta", "main_data.dta")
df, meta = pyreadstat.read_dta("main_data.dta")

Copy and paste this snippet in Google Colab app. https://colab.research.google.com/notebooks/empty.ipynb

R

# R : haven::read_dta auto-downloads an https URL
library(haven)
BASE <- "https://raw.githubusercontent.com/cmg777/starter-academic-v501/master/content/post/stata_convergence2/data/"
df <- read_dta(paste0(BASE, "main_data.dta"))

Overview & sources

Companion data for a hands-on Stata tutorial that reproduces the main findings of Kremer, Willis & You (2021), “Converging to Convergence.” The analysis documents how the cross-country relationship between economic growth and initial income reversed — from divergence in the 1960s to unconditional convergence by the 2000s — and explains the shift through the convergence of growth correlates. It estimates beta-convergence (growth on initial log income) and sigma-convergence (the cross-country spread of log income), year-interacted rolling beta regressions, income-quartile and regional decompositions, and the omitted-variable-bias (OVB) identity that decomposes the gap between unconditional and conditional convergence as β − β* = δ × λ. The data are real: the authors’ replication panel combines Penn World Table 10.0 GDP with 50+ institutional, policy, geographic, and cultural correlates. The analysis is purely descriptive — it documents correlations and trends, not causal effects.

Two files. main_data is the analysis panel — one row per country × year, an unbalanced panel of ~160 GDP-reporting countries (174 country codes in all) over 1960–2017, carrying GDP, the 10-year forward growth rate, and the full set of growth correlates. WDICountry is the World Bank country-metadata lookup — one row per country/aggregate — merged onto the panel by ISO3 country code to attach the World Bank region used in the regional decomposition (Section 6.2).

Data sources

SourceProvidesReference / URL
Kremer, Willis &amp; You (2021)Replicated study; the replication panel (main_data) and its variable setKremer, M., Willis, J., & You, Y. (2021). Converging to Convergence. NBER Working Paper 29484. https://www.nber.org/papers/w29484
Penn World Table 10.0Real GDP per capita levels and the 10-year forward growth rate (loggdp, loggdp_growth_10)Feenstra, R. C., Inklaar, R., & Timmer, M. P. (2015). The Next Generation of the Penn World Table. American Economic Review, 105(10), 3150-3182. https://www.rug.nl/ggdc/productivity/pwt/
World Bank WDIMost growth correlates (investment, inflation, schooling, credit, taxes, openness) and the country/region lookup (WDICountry)World Bank, World Development Indicators. https://databank.worldbank.org/source/world-development-indicators
Other correlate sourcesInstitutions, geography and culture correlates merged into the panelPolity IV (democracy); Freedom House (political rights/civil liberties); Worldwide Governance Indicators; Heritage Foundation Index of Economic Freedom; Hofstede VSM (culture); Acemoglu-Johnson-Robinson settler-mortality data; La Porta et al. (legal origin); Barro-Lee (schooling).
Method referencesConvergence concepts and estimatorsBarro (1991); Barro & Sala-i-Martin (1992); Patel, Sandefur & Subramanian (2021); Durlauf, Johnson & Temple (2005).

Cite this data

Please cite this dataset as follows.

APA

Mendez, C. (2026). Converging to Convergence: Understanding the Main Ideas of the Convergence Literature [Data set]. https://carlos-mendez.org/post/stata_convergence2/

Kremer, M., Willis, J., & You, Y. (2021). Converging to Convergence. NBER Working Paper 29484. Barro, R., & Sala-i-Martin, X. (1992). Convergence. Journal of Political Economy, 100(2), 223-251. Feenstra, R. C., Inklaar, R., & Timmer, M. P. (2015). The Next Generation of the Penn World Table. American Economic Review, 105(10), 3150-3182.

BibTeX

@misc{mendez2026stataconvergence2,
  author       = {Mendez, Carlos},
  title        = {Converging to Convergence: Understanding the Main Ideas of the Convergence Literature},
  year         = {2026},
  howpublished = {\url{https://carlos-mendez.org/post/stata_convergence2/}},
  note         = {Data set}
}

@techreport{kremer2021converging,
  author      = {Kremer, Michael and Willis, Jack and You, Yang},
  title       = {Converging to Convergence},
  institution = {National Bureau of Economic Research},
  type        = {NBER Working Paper}, number = {29484}, year = {2021}
}
@article{barro1992convergence,
  author  = {Barro, Robert J. and Sala-i-Martin, Xavier},
  title   = {Convergence},
  journal = {Journal of Political Economy},
  volume  = {100}, number = {2}, pages = {223--251}, year = {1992}
}
@article{feenstra2015pwt,
  author  = {Feenstra, Robert C. and Inklaar, Robert and Timmer, Marcel P.},
  title   = {The Next Generation of the Penn World Table},
  journal = {American Economic Review},
  volume  = {105}, number = {10}, pages = {3150--3182}, year = {2015}
}

Variable explorer search & filter all 122 variables

Type to filter by name or label, or use the chips to filter by type. Each row shows a mini distribution. Click a header to sort.

VariableTypeDistributionLabelDefinitionUnitsIn filesSource
FH_civil_liberties#continuousmin 3 | median 6 | max 9Freedom House civil liberties (1-7)Freedom House civil-liberties rating (1 = most free, 7 = least free).1-7 ratingmain_dataFreedom House
FH_political_rights#continuousmin 3 | median 6 | max 9Freedom House political rights (1-7)Freedom House political-rights rating (1 = most free, 7 = least free); a short-run institutional correlate.1-7 ratingmain_dataFreedom House
VSM_individualism#continuousmin 6 | median 46 | max 91Individualism Index (Hofstede)Hofstede culture dimension: individualism vs. collectivism.0-100 indexmain_dataHofstede VSM
VSM_indulgence#continuousmin 0 | median 46.3 | max 100Long-Term Orientation Index (Hofstede)Hofstede culture dimension. NOTE: the embedded .dta labels for VSM_indulgence and VSM_longterm are swapped at source; this column is the long-term-orientation dimension.0-100 indexmain_dataHofstede VSM
VSM_longterm#continuousmin 0 | median 42.9 | max 100Indulgence vs. Restraint Index (Hofstede)Hofstede culture dimension. NOTE: the embedded .dta labels for VSM_longterm and VSM_indulgence are swapped at source; this column is the indulgence/restraint dimension.0-100 indexmain_dataHofstede VSM
VSM_masculinity#continuousmin 5 | median 48 | max 110Masculinity Index (Hofstede)Hofstede culture dimension: masculinity vs. femininity.0-100 indexmain_dataHofstede VSM
VSM_power_dist#continuousmin 11 | median 61 | max 104Power Distance Index (Hofstede)Hofstede culture dimension: acceptance of unequal power distribution.0-100 indexmain_dataHofstede VSM
VSM_uncertain_avoid#continuousmin 8 | median 70 | max 112Uncertainty Avoidance Index (Hofstede)Hofstede culture dimension: tolerance for uncertainty/ambiguity.0-100 indexmain_dataHofstede VSM
WDI_GDP_pc#continuousmin 132 | median 3.21e+03 | max 1.14e+05GDP per capita (WDI, level)GDP per capita level from World Bank WDI.US$main_dataWorld Bank WDI
WDI_credit#continuousmin 0.00462 | median 23.3 | max 312Domestic credit, alt. (% of GDP)Alternative WDI credit series used in the multivariate convergence set. (Embedded .dta label is a copy artifact.)% of GDPmain_dataWorld Bank WDI
WDI_primary#continuousmin 2.83 | median 101 | max 174Primary enrollment (% gross)Gross primary-school enrollment ratio.% grossmain_dataWorld Bank WDI
WDI_secondary#continuousmin 0 | median 68.4 | max 164Secondary enrollment (% gross)Gross secondary-school enrollment ratio.% grossmain_dataWorld Bank WDI
WDI_tertiary#continuousmin 0 | median 17.2 | max 126Tertiary enrollment (% gross)Gross tertiary-school enrollment ratio.% grossmain_dataWorld Bank WDI
WGI_control_corruption#continuousmin -1.87 | median -0.34 | max 2.47Control of corruption (WGI)Worldwide Governance Indicators: control-of-corruption estimate.z-score (~ -2.5 to 2.5)main_dataWorld Bank WGI
WGI_gov_effectiveness#continuousmin -2.48 | median -0.244 | max 2.44Government effectiveness (WGI)Worldwide Governance Indicators: government-effectiveness estimate.z-score (~ -2.5 to 2.5)main_dataWorld Bank WGI
WGI_pol_stability#continuousmin -3.31 | median -0.0506 | max 1.76Political stability & absence of violence (WGI)Worldwide Governance Indicators: political-stability / absence-of-violence estimate.z-score (~ -2.5 to 2.5)main_dataWorld Bank WGI
WGI_regulatory_quality#continuousmin -2.65 | median -0.18 | max 2.26Regulatory quality (WGI)Worldwide Governance Indicators: regulatory-quality estimate.z-score (~ -2.5 to 2.5)main_dataWorld Bank WGI
WGI_rule_law#continuousmin -2.61 | median -0.331 | max 2.1Rule of law (WGI)Worldwide Governance Indicators: rule-of-law estimate.z-score (~ -2.5 to 2.5)main_dataWorld Bank WGI
alternative_conversion_factor#identifierAlternative conversion factorPeriods using an alternative currency-conversion factor.stringWDICountryWorld Bank WDI
autoc#continuousmin -88 | median 1 | max 10Institutionalized autocracy (0-10)Polity autocracy sub-index. Special codes -66/-77/-88 denote non-scores, not values.0-10 (+ Polity special codes)main_dataPolity IV
avelf#continuousmin 0 | median 0.27 | max 1Ethno-linguistic fractionalizationIndex of ethno-linguistic fractionalization (probability two random people differ).0-1 indexmain_dataFractionalization data
avexpr#continuousmin 3 | median 7.05 | max 10Protection against expropriation riskAverage index of protection against expropriation risk (institutional quality).0-10 indexmain_dataAcemoglu, Johnson & Robinson (2001)
balance_of_payments_manual_in_us#identifierBalance of Payments Manual in useIMF BPM edition used for balance-of-payments data.categoryWDICountryWorld Bank WDI
barrolee2060#continuousmin 0.0133 | median 6.03 | max 13.6Average years of schooling (Barro-Lee)Mean years of schooling, population aged 20-60; the human-capital Solow fundamental.yearsmain_dataBarro-Lee
businessfreedom#continuousmin 10 | median 65.1 | max 100Business freedom scoreHeritage Foundation business-freedom component.0-100main_dataHeritage Foundation
code#identifierCountry code (ISO3)Three-letter ISO country code; the panel identifier and the merge key to WDICountry.ISO3 stringmain_dataReplication panel / WDI
country#identifierCountry nameCountry name corresponding to the ISO3 code.stringmain_dataReplication panel
country_code#identifierCountry code (ISO3)Three-letter ISO country code; the lookup key (matches main_data code).ISO3 stringWDICountryWorld Bank WDI
country_id#identifierNumeric country idNumeric panel id (Stata egen group(code)); used as the panel/cluster unit.integer idmain_dataDerived (this study)
credit#continuousmin -115 | median 34.6 | max 347Domestic credit by financial sector (% of GDP)Domestic credit provided by the financial sector, share of GDP; financial-development correlate.% of GDPmain_dataWorld Bank WDI
currency_unit#identifierCurrency unitName of the national currency.stringWDICountryWorld Bank WDI
democ#continuousmin -88 | median 4 | max 10Institutionalized democracy (0-10)Polity democracy sub-index. Special codes -66 (interruption), -77 (interregnum), -88 (transition) denote non-scores, not values.0-10 (+ Polity special codes)main_dataPolity IV
edes1975#continuousmin 0 | median 1 | max 100European descent, 1975 (%)Percent of population of European descent in 1975.%main_dataHistorical sources
edugap#continuousmin -2.19 | median 0.7 | max 4.15Education gender gapGap in schooling between men and women (used in the multivariate convergence set).yearsmain_dataBarro-Lee (derived)
euro1900#continuousmin 0 | median 2.7 | max 100European settlers, 1900 (share)Share of European settlers around 1900.0-1 sharemain_dataHistorical sources
external_debt_reporting_status#identifierExternal debt reporting statusStatus of the economy's external-debt reporting.categoryWDICountryWorld Bank WDI
financialfreedom#continuousmin 0 | median 50 | max 90Financial freedom scoreHeritage Foundation financial-freedom component.0-100main_dataHeritage Foundation
fuel_exports#continuousmin 0 | median 2.87 | max 723Fuel exports (% of merchandise exports)Fuel exports as a share of merchandise exports.% of exportsmain_dataWorld Bank WDI
fuel_mineral_exports#continuousmin 0 | median 10.2 | max 788Fuel + ore & metals exports (% of merch. exports)Combined fuel and ores/metals exports as a share of merchandise exports.% of exportsmain_dataWorld Bank WDI
g7089n#continuousmin -3.36 | median 1.76 | max 6.78Growth in neighboring countries (1970-89)Average growth of neighboring countries, 1970-1989 (spatial spillover control).% per yearmain_dataReplication panel (derived)
goldm#dummyshare coded 1 = 0.441Natural resources - gold (dummy)Indicator for significant gold endowment.0/1main_dataGeological resource data
gov_spending#continuousmin 0 | median 14.7 | max 136Government consumption (% of GDP)General government final consumption expenditure as a share of GDP.% of GDPmain_dataWorld Bank WDI
government_accounting_concept#identifierGovernment accounting conceptBudgetary vs. consolidated central-government accounting concept.categoryWDICountryWorld Bank WDI
governmentintegrity#continuousmin 0 | median 33 | max 100Government integrity scoreHeritage Foundation government-integrity component.0-100main_dataHeritage Foundation
igov_rpppPercentofGDP#continuousmin 0.000259 | median 1.32 | max 2.54e+03Public investment (% of GDP)General-government investment as a share of GDP (IMF igov_rppp).% of GDPmain_dataIMF Investment & Capital Stock dataset
imf_data_dissemination_standard#identifierIMF data dissemination standardIMF data-dissemination subscription (SDDS/GDDS/e-GDDS).categoryWDICountryWorld Bank WDI
inc_tax#continuousmin -1.35 | median 21.3 | max 79.5Taxes on income/profits/capital gains (% of revenue)Share of government revenue from taxes on income, profits and capital gains.% of revenuemain_dataWorld Bank WDI
income_group#identifierWorld Bank income groupWDI income classification (Low / Lower-middle / Upper-middle / High income).categoryWDICountryWorld Bank WDI
inflation#continuousmin -98.7 | median 5.81 | max 100Inflation (GDP deflator / CPI, annual %)Annual inflation rate; a short-run macro-policy correlate. (Embedded .dta label is a copy artifact; the variable is inflation.)% per yearmain_dataWorld Bank WDI
investment#continuousmin -5.74 | median 22.4 | max 95.3Gross capital formation (% of GDP)Investment share of GDP; a Solow fundamental (steady-state determinant).% of GDPmain_dataWorld Bank WDI
investmentfreedom#continuousmin 0 | median 50 | max 95Investment freedom scoreHeritage Foundation investment-freedom component.0-100main_dataHeritage Foundation
ipriv_rpppPercentofGDP#continuousmin 0.00179 | median 3.74 | max 5.13e+03Private investment, IMF (% of GDP)Private investment as a share of GDP (IMF ipriv_rppp).% of GDPmain_dataIMF Investment & Capital Stock dataset
iron#dummyshare coded 1 = 0.323Natural resources - iron (dummy)Indicator for significant iron endowment.0/1main_dataGeological resource data
iso2_code#identifierISO 2-letter codeTwo-letter ISO country code.ISO2 stringWDICountryWorld Bank WDI
laborparti#continuousmin 37 | median 62 | max 90.6Labor force participation rate (%)Total labor-force participation rate, population 15+ (modeled ILO estimate).% of 15+ populationmain_dataWorld Bank WDI / ILO
landlock#dummyshare coded 1 = 0.200Landlocked (dummy)1 if the country is landlocked, else 0.0/1main_dataGeographic data
lat_abst#continuousmin 0 | median 0.256 | max 0.722Absolute latitude (0-1)Absolute latitude of the country, scaled 0-1 (distance from the equator).0-1 (|lat|/90)main_dataGeographic data
latest_agricultural_census#identifierLatest agricultural censusYear(s) of the latest agricultural census.year (string)WDICountryWorld Bank WDI
latest_household_survey#identifierLatest household surveyLatest household survey (type and year).stringWDICountryWorld Bank WDI
latest_industrial_data#continuousmin 1.97e+03 | median 2.01e+03 | max 2.01e+03Latest industrial data (year)Year of the latest industrial data.yearWDICountryWorld Bank WDI
latest_population_census#identifierLatest population censusYear of the latest population census.year (string)WDICountryWorld Bank WDI
latest_trade_data#continuousmin 2.01e+03 | median 2.02e+03 | max 2.02e+03Latest trade data (year)Year of the latest trade data.yearWDICountryWorld Bank WDI
legor_fr#dummyshare coded 1 = 0.561Legal origin - France (dummy)1 if the country's legal system is of French civil-law origin.0/1main_dataLa Porta et al. (legal origin)
legor_ge#dummyshare coded 1 = 0.116Legal origin - Germany (dummy)1 if the country's legal system is of German civil-law origin.0/1main_dataLa Porta et al. (legal origin)
legor_sc#dummyshare coded 1 = 0.030Legal origin - Scandinavia (dummy)1 if the country's legal system is of Scandinavian origin.0/1main_dataLa Porta et al. (legal origin)
legor_so#dummyshare coded 1 = 0.006Legal origin - Socialist (dummy)1 if the country's legal system is of socialist origin.0/1main_dataLa Porta et al. (legal origin)
legor_uk#dummyshare coded 1 = 0.287Legal origin - UK (dummy)1 if the country's legal system is of British (common-law) origin.0/1main_dataLa Porta et al. (legal origin)
lending_category#identifierWorld Bank lending categoryIDA/IBRD/Blend lending category.categoryWDICountryWorld Bank WDI
logcgdpo#continuousmin 5.09 | median 8.63 | max 12.7Log real GDP (output, current PPP)Log real GDP per capita, PWT output-side series at current PPPs (cgdpo).log US$main_dataPenn World Table 10.0
logem4#continuousmin 0.936 | median 4.44 | max 7.99Log settler mortalityLog of early-settler mortality (Acemoglu-Johnson-Robinson institutions instrument).log deaths per 1,000main_dataAcemoglu, Johnson & Robinson (2001)
loggdp#continuousmin 5.37 | median 8.67 | max 12.6Log GDP per capita (PWT)Natural log of real GDP per capita from Penn World Table 10.0; the initial-income regressor in convergence regressions.log US$ (PPP)main_dataPenn World Table 10.0
loggdp_WDI#continuousmin 4.88 | median 8.07 | max 11.6Log GDP per capita (WDI)Natural log of GDP per capita from World Bank WDI (alternative income series).log US$main_dataWorld Bank WDI
loggdp_growth_10#continuousmin -12.3 | median 1.98 | max 22.110-year forward GDP-pc growth (annualized %)Forward-looking 10-year annualized growth rate of GDP per capita; the main outcome variable.% per yearmain_dataPenn World Table 10.0 (derived)
loggdp_pw#continuousmin 5.94 | median 9.21 | max 13.1Log GDP per capita (PWT variant)Alternative log GDP-per-capita measure used in robustness checks.log US$main_dataPenn World Table 10.0
logrgdpe#continuousmin 5.94 | median 8.63 | max 12.6Log real GDP (expenditure side)Log real GDP per capita, PWT expenditure-side series (rgdpe).log US$main_dataPenn World Table 10.0
logrgdpna#continuousmin 5.51 | median 8.81 | max 12.2Log real GDP (national accounts)Log real GDP per capita, PWT national-accounts growth series (rgdpna); base for the 10-year growth rate.log US$main_dataPenn World Table 10.0
logrgdpo#continuousmin 5.37 | median 8.67 | max 12.6Log real GDP (output side)Log real GDP per capita, PWT output-side series (rgdpo).log US$main_dataPenn World Table 10.0
logrgdpo_91#continuousmin 4.88 | median 8.56 | max 12.5Log real GDP (output side, 1991 base)Log real GDP per capita, PWT output-side series anchored to a 1991 base.log US$main_dataPenn World Table 10.0
long_name#identifierOfficial (long) country nameFull official name of the economy.stringWDICountryWorld Bank WDI
lt100km#continuousmin 0 | median 0.239 | max 1Population within 100km of coastShare of population living within 100km of the coast.0-1 sharemain_dataGeographic data
lvaw_garriga#continuousmin 0.0167 | median 0.452 | max 0.979Central bank independence (Garriga, weighted)Central-bank-independence index, Garriga (2016), weighted version.0-1 indexmain_dataGarriga (2016)
meantemp#continuousmin -0.2 | median 24.5 | max 29.3Mean temperatureCountry mean temperature (long-run geographic correlate).degrees Celsiusmain_dataGeographic data
miliexp#continuousmin 0 | median 1.94 | max 48.5Military expenditure (% of GDP)Military spending as a share of GDP.% of GDPmain_dataWorld Bank WDI
mineral_exports#continuousmin 0 | median 2.83 | max 158Ores & metals exports (% of merchandise exports)Ores and metals exports as a share of merchandise exports.% of exportsmain_dataWorld Bank WDI
national_accounts_base_year#identifierNational accounts base yearBase year of the national-accounts series.year (string)WDICountryWorld Bank WDI
national_accounts_reference_year#continuousmin 2e+03 | median 2.02e+03 | max 2.02e+03National accounts reference yearReference year for the national-accounts series.yearWDICountryWorld Bank WDI
oilres#continuousmin 0 | median 0 | max 4.5e+06Natural resources - oil reservesOil-reserves endowment measure.reserves measuremain_dataGeological resource data
other_groups#identifierOther groupsOther World Bank groupings the economy belongs to (e.g. HIPC, EMU).categoryWDICountryWorld Bank WDI
overallscore#continuousmin 21.4 | median 59.3 | max 89.4Index of Economic Freedom (overall)Heritage Foundation overall economic-freedom score.0-100main_dataHeritage Foundation
polity2#continuousmin -10 | median 3 | max 10Polity2 democracy score (-10..10)Combined Polity score; the headline democracy correlate in the OVB worked example. Interpolated/analysis-ready (no special missing codes).-10 (autocracy) to +10 (democracy)main_dataPolity IV
population#continuousmin 6.37e+04 | median 5.88e+06 | max 1.39e+09Population, totalTotal population.personsmain_dataWorld Bank WDI
population_1900#continuousmin 215 | median 4e+03 | max 4e+05Population in 1900 (thousands)Mid-year population around 1900 (historical control).thousandsmain_dataHistorical demographic sources
population_growth#continuousmin -11 | median 1.87 | max 17.7Population growth (annual %)Annual rate of total-population growth; a Solow fundamental.% per yearmain_dataWorld Bank WDI
ppp_survey_year#continuousPPP survey yearYear of the latest ICP purchasing-power-parity survey.yearWDICountryWorld Bank WDI
pri_inv#continuousmin 0.0155 | median 0.67 | max 0.973Private investment (% of GDP)Private investment share of GDP (one of the 10 correlates in the fixed multivariate sample).% of GDPmain_dataIMF Investment & Capital Stock dataset
propertyrights#continuousmin 0 | median 50 | max 97.1Property rights scoreHeritage Foundation property-rights component.0-100main_dataHeritage Foundation
region#identifierWorld Bank regionWDI geographic region; the merged key used to build the four-way region_group (Section 6.2). Blank for aggregate rows.region nameWDICountryWorld Bank WDI
resource_rents#continuousmin 0 | median 2.64 | max 74.4Total natural-resource rents (% of GDP)Sum of natural-resource rents as a share of GDP (cleaning threshold variable).% of GDPmain_dataWorld Bank WDI
sev_tax#continuousmin 0.0239 | median 31.2 | max 91.3Taxes on goods and services (% of revenue)Share of government revenue from taxes on goods and services.% of revenuemain_dataWorld Bank WDI
short_name#identifierShort country nameShort display name of the economy.stringWDICountryWorld Bank WDI
silv#dummyshare coded 1 = 0.362Natural resources - silver (dummy)Indicator for significant silver endowment.0/1main_dataGeological resource data
sna_price_valuation#identifierSNA price valuationSystem-of-National-Accounts price-valuation basis.categoryWDICountryWorld Bank WDI
source_of_most_recent_income_and#identifierSource of most recent income/expenditure dataSurvey source of the most recent income and expenditure data.stringWDICountryWorld Bank WDI
special_notes#identifierSpecial notesFree-text WDI notes about the economy.stringWDICountryWorld Bank WDI
system_of_national_accounts#identifierSystem of National AccountsSNA standard followed (e.g. 1993 SNA, 2008 SNA).categoryWDICountryWorld Bank WDI
system_of_trade#identifierSystem of tradeGeneral vs. special trade-recording system.categoryWDICountryWorld Bank WDI
table_name#identifierTable country nameName as used in WDI tables (drop-if-empty filter in the merge).stringWDICountryWorld Bank WDI
tariff_all_ew#continuousmin 0 | median 6.36 | max 105Tariff rate, simple mean, all products (%)Applied tariff rate, simple (equal-weighted) mean across all products.%main_dataWorld Bank WDI
tariff_all_vw#continuousmin 0 | median 4.5 | max 422Tariff rate, weighted mean, all products (%)Applied tariff rate, trade-weighted mean across all products.%main_dataWorld Bank WDI
taxburden#continuousmin 29.8 | median 74.4 | max 100Tax burden scoreHeritage Foundation tax-burden component.0-100main_dataHeritage Foundation
temp1#continuousmin -4 | median 20 | max 32Temperature indicator 1First of five temperature-zone indicators (geographic control).0-1 sharemain_dataGeographic data
temp2#continuousmin -6 | median 26 | max 40Temperature indicator 2Second of five temperature-zone indicators.0-1 sharemain_dataGeographic data
temp3#continuousmin 23 | median 38 | max 48Temperature indicator 3Third of five temperature-zone indicators.0-1 sharemain_dataGeographic data
temp4#continuousmin -44 | median 0 | max 20Temperature indicator 4Fourth of five temperature-zone indicators.0-1 sharemain_dataGeographic data
temp5#continuousmin 1 | median 14.5 | max 26Temperature indicator 5Fifth of five temperature-zone indicators.0-1 sharemain_dataGeographic data
totalscore#continuousmin 0 | median 51 | max 100Composite institutional scoreComposite total score used as an auxiliary institutional measure.scoremain_dataReplication panel
tropics#continuousmin 0 | median 1 | max 1Tropical climate shareShare of land area in tropical climate zones.0-1 sharemain_dataGeographic data
vital_registration_complete#identifierVital registration completeWhether vital (births/deaths) registration is complete.Yes/blankWDICountryWorld Bank WDI
wb_2_code#identifierWorld Bank 2-letter codeWorld Bank internal two-letter economy code.stringWDICountryWorld Bank WDI
working_population_prop#continuousmin 45.6 | median 58 | max 85.9Working-age population share (15-64, %)Population aged 15-64 as a share of total.% of totalmain_dataWorld Bank WDI
year#yearCalendar yearAnnual time index, 1960-2017.yearmain_dataReplication panel
zinc#dummyshare coded 1 = 0.507Natural resources - zinc (dummy)Indicator for significant zinc endowment.0/1main_dataGeological resource data

Cross-file variable index

Which file each variable appears in (● = present).

Variablemain_dataWDICountry
FH_civil_liberties
FH_political_rights
VSM_individualism
VSM_indulgence
VSM_longterm
VSM_masculinity
VSM_power_dist
VSM_uncertain_avoid
WDI_GDP_pc
WDI_credit
WDI_primary
WDI_secondary
WDI_tertiary
WGI_control_corruption
WGI_gov_effectiveness
WGI_pol_stability
WGI_regulatory_quality
WGI_rule_law
alternative_conversion_factor
autoc
avelf
avexpr
balance_of_payments_manual_in_us
barrolee2060
businessfreedom
code
country
country_code
country_id
credit
currency_unit
democ
edes1975
edugap
euro1900
external_debt_reporting_status
financialfreedom
fuel_exports
fuel_mineral_exports
g7089n
goldm
gov_spending
government_accounting_concept
governmentintegrity
igov_rpppPercentofGDP
imf_data_dissemination_standard
inc_tax
income_group
inflation
investment
investmentfreedom
ipriv_rpppPercentofGDP
iron
iso2_code
laborparti
landlock
lat_abst
latest_agricultural_census
latest_household_survey
latest_industrial_data
latest_population_census
latest_trade_data
legor_fr
legor_ge
legor_sc
legor_so
legor_uk
lending_category
logcgdpo
logem4
loggdp
loggdp_WDI
loggdp_growth_10
loggdp_pw
logrgdpe
logrgdpna
logrgdpo
logrgdpo_91
long_name
lt100km
lvaw_garriga
meantemp
miliexp
mineral_exports
national_accounts_base_year
national_accounts_reference_year
oilres
other_groups
overallscore
polity2
population
population_1900
population_growth
ppp_survey_year
pri_inv
propertyrights
region
resource_rents
sev_tax
short_name
silv
sna_price_valuation
source_of_most_recent_income_and
special_notes
system_of_national_accounts
system_of_trade
table_name
tariff_all_ew
tariff_all_vw
taxburden
temp1
temp2
temp3
temp4
temp5
totalscore
tropics
vital_registration_complete
wb_2_code
working_population_prop
year
zinc

Construction & formulas

Convergence is measured on real GDP per capita. Let y_it be country i's GDP per capita in year t and g_{i,t→t+10} its 10-year forward annualized growth rate (the outcome loggdp_growth_10).

Speed and half-life of convergence follow from β: the implied convergence speed is λ_conv = −ln(1 + β)/T and the half-life is ln(2)/λ_conv (here T = 10 years). Income variables are in natural logs (loggdp from PWT real GDP per capita); correlates are normalized by their 1985 cross-country standard deviation in the OVB exercises so coefficients are comparable across variables.

The datasets

Switch datasets with the tabs. Each shows the full variable dictionary plus a sortable statistics table with mini distributions and data coverage.

expand to search (Ctrl/⌘+F) or print across all datasets

country-year  10,092 × 92 · 1960-2017 · 174 country codes (160 with GDP data); unbalanced

Panel key: code (ISO3) x year · Estimate beta/sigma convergence and the OVB decomposition (Kremer, Willis & You 2021).

Variable dictionary

VariableLabelDefinitionConstructionUnitsSourceCoverage
code identifierCountry code (ISO3)Three-letter ISO country code; the panel identifier and the merge key to WDICountry.ISO3 stringReplication panel / WDI174 codes
legor_uk dummyLegal origin - UK (dummy)1 if the country's legal system is of British (common-law) origin.0/1La Porta et al. (legal origin)
legor_fr dummyLegal origin - France (dummy)1 if the country's legal system is of French civil-law origin.0/1La Porta et al. (legal origin)
legor_ge dummyLegal origin - Germany (dummy)1 if the country's legal system is of German civil-law origin.0/1La Porta et al. (legal origin)
legor_sc dummyLegal origin - Scandinavia (dummy)1 if the country's legal system is of Scandinavian origin.0/1La Porta et al. (legal origin)
legor_so dummyLegal origin - Socialist (dummy)1 if the country's legal system is of socialist origin.0/1La Porta et al. (legal origin)
euro1900 continuousEuropean settlers, 1900 (share)Share of European settlers around 1900.0-1 shareHistorical sources
logem4 continuousLog settler mortalityLog of early-settler mortality (Acemoglu-Johnson-Robinson institutions instrument).log deaths per 1,000Acemoglu, Johnson & Robinson (2001)
meantemp continuousMean temperatureCountry mean temperature (long-run geographic correlate).degrees CelsiusGeographic data
lt100km continuousPopulation within 100km of coastShare of population living within 100km of the coast.0-1 shareGeographic data
avelf continuousEthno-linguistic fractionalizationIndex of ethno-linguistic fractionalization (probability two random people differ).0-1 indexFractionalization data
temp1 continuousTemperature indicator 1First of five temperature-zone indicators (geographic control).0-1 shareGeographic data
temp2 continuousTemperature indicator 2Second of five temperature-zone indicators.0-1 shareGeographic data
temp3 continuousTemperature indicator 3Third of five temperature-zone indicators.0-1 shareGeographic data
temp4 continuousTemperature indicator 4Fourth of five temperature-zone indicators.0-1 shareGeographic data
temp5 continuousTemperature indicator 5Fifth of five temperature-zone indicators.0-1 shareGeographic data
edes1975 continuousEuropean descent, 1975 (%)Percent of population of European descent in 1975.%Historical sources
landlock dummyLandlocked (dummy)1 if the country is landlocked, else 0.0/1Geographic data
goldm dummyNatural resources - gold (dummy)Indicator for significant gold endowment.0/1Geological resource data
iron dummyNatural resources - iron (dummy)Indicator for significant iron endowment.0/1Geological resource data
silv dummyNatural resources - silver (dummy)Indicator for significant silver endowment.0/1Geological resource data
zinc dummyNatural resources - zinc (dummy)Indicator for significant zinc endowment.0/1Geological resource data
oilres continuousNatural resources - oil reservesOil-reserves endowment measure.reserves measureGeological resource data
lat_abst continuousAbsolute latitude (0-1)Absolute latitude of the country, scaled 0-1 (distance from the equator).0-1 (|lat|/90)Geographic data
avexpr continuousProtection against expropriation riskAverage index of protection against expropriation risk (institutional quality).0-10 indexAcemoglu, Johnson & Robinson (2001)
tropics continuousTropical climate shareShare of land area in tropical climate zones.0-1 shareGeographic data
g7089n continuousGrowth in neighboring countries (1970-89)Average growth of neighboring countries, 1970-1989 (spatial spillover control).% per yearReplication panel (derived)
VSM_power_dist continuousPower Distance Index (Hofstede)Hofstede culture dimension: acceptance of unequal power distribution.0-100 indexHofstede VSM
VSM_individualism continuousIndividualism Index (Hofstede)Hofstede culture dimension: individualism vs. collectivism.0-100 indexHofstede VSM
VSM_masculinity continuousMasculinity Index (Hofstede)Hofstede culture dimension: masculinity vs. femininity.0-100 indexHofstede VSM
VSM_uncertain_avoid continuousUncertainty Avoidance Index (Hofstede)Hofstede culture dimension: tolerance for uncertainty/ambiguity.0-100 indexHofstede VSM
VSM_indulgence continuousLong-Term Orientation Index (Hofstede)Hofstede culture dimension. NOTE: the embedded .dta labels for VSM_indulgence and VSM_longterm are swapped at source; this column is the long-term-orientation dimension.0-100 indexHofstede VSM
VSM_longterm continuousIndulgence vs. Restraint Index (Hofstede)Hofstede culture dimension. NOTE: the embedded .dta labels for VSM_longterm and VSM_indulgence are swapped at source; this column is the indulgence/restraint dimension.0-100 indexHofstede VSM
population_1900 continuousPopulation in 1900 (thousands)Mid-year population around 1900 (historical control).thousandsHistorical demographic sources
year yearCalendar yearAnnual time index, 1960-2017.yearReplication panel
country identifierCountry nameCountry name corresponding to the ISO3 code.stringReplication panel
inc_tax continuousTaxes on income/profits/capital gains (% of revenue)Share of government revenue from taxes on income, profits and capital gains.% of revenueWorld Bank WDI
sev_tax continuousTaxes on goods and services (% of revenue)Share of government revenue from taxes on goods and services.% of revenueWorld Bank WDI
credit continuousDomestic credit by financial sector (% of GDP)Domestic credit provided by the financial sector, share of GDP; financial-development correlate.% of GDPWorld Bank WDI
WDI_credit continuousDomestic credit, alt. (% of GDP)Alternative WDI credit series used in the multivariate convergence set. (Embedded .dta label is a copy artifact.)% of GDPWorld Bank WDI
WDI_GDP_pc continuousGDP per capita (WDI, level)GDP per capita level from World Bank WDI.US$World Bank WDI
miliexp continuousMilitary expenditure (% of GDP)Military spending as a share of GDP.% of GDPWorld Bank WDI
gov_spending continuousGovernment consumption (% of GDP)General government final consumption expenditure as a share of GDP.% of GDPWorld Bank WDI
WDI_secondary continuousSecondary enrollment (% gross)Gross secondary-school enrollment ratio.% grossWorld Bank WDI
WDI_primary continuousPrimary enrollment (% gross)Gross primary-school enrollment ratio.% grossWorld Bank WDI
WDI_tertiary continuousTertiary enrollment (% gross)Gross tertiary-school enrollment ratio.% grossWorld Bank WDI
laborparti continuousLabor force participation rate (%)Total labor-force participation rate, population 15+ (modeled ILO estimate).% of 15+ populationWorld Bank WDI / ILO
tariff_all_ew continuousTariff rate, simple mean, all products (%)Applied tariff rate, simple (equal-weighted) mean across all products.%World Bank WDI
inflation continuousInflation (GDP deflator / CPI, annual %)Annual inflation rate; a short-run macro-policy correlate. (Embedded .dta label is a copy artifact; the variable is inflation.)% per yearWorld Bank WDI
tariff_all_vw continuousTariff rate, weighted mean, all products (%)Applied tariff rate, trade-weighted mean across all products.%World Bank WDI
investment continuousGross capital formation (% of GDP)Investment share of GDP; a Solow fundamental (steady-state determinant).% of GDPWorld Bank WDI
working_population_prop continuousWorking-age population share (15-64, %)Population aged 15-64 as a share of total.% of totalWorld Bank WDI
population_growth continuousPopulation growth (annual %)Annual rate of total-population growth; a Solow fundamental.% per yearWorld Bank WDI
population continuousPopulation, totalTotal population.personsWorld Bank WDI
resource_rents continuousTotal natural-resource rents (% of GDP)Sum of natural-resource rents as a share of GDP (cleaning threshold variable).% of GDPWorld Bank WDI
fuel_exports continuousFuel exports (% of merchandise exports)Fuel exports as a share of merchandise exports.% of exportsWorld Bank WDI
mineral_exports continuousOres & metals exports (% of merchandise exports)Ores and metals exports as a share of merchandise exports.% of exportsWorld Bank WDI
fuel_mineral_exports continuousFuel + ore & metals exports (% of merch. exports)Combined fuel and ores/metals exports as a share of merchandise exports.% of exportsWorld Bank WDI
lvaw_garriga continuousCentral bank independence (Garriga, weighted)Central-bank-independence index, Garriga (2016), weighted version.0-1 indexGarriga (2016)
barrolee2060 continuousAverage years of schooling (Barro-Lee)Mean years of schooling, population aged 20-60; the human-capital Solow fundamental.(sum) w_yr_sch from the Barro-Lee dataset.yearsBarro-Lee
edugap continuousEducation gender gapGap in schooling between men and women (used in the multivariate convergence set).yearsBarro-Lee (derived)
overallscore continuousIndex of Economic Freedom (overall)Heritage Foundation overall economic-freedom score.0-100Heritage Foundation
propertyrights continuousProperty rights scoreHeritage Foundation property-rights component.0-100Heritage Foundation
governmentintegrity continuousGovernment integrity scoreHeritage Foundation government-integrity component.0-100Heritage Foundation
taxburden continuousTax burden scoreHeritage Foundation tax-burden component.0-100Heritage Foundation
businessfreedom continuousBusiness freedom scoreHeritage Foundation business-freedom component.0-100Heritage Foundation
investmentfreedom continuousInvestment freedom scoreHeritage Foundation investment-freedom component.0-100Heritage Foundation
financialfreedom continuousFinancial freedom scoreHeritage Foundation financial-freedom component.0-100Heritage Foundation
WGI_gov_effectiveness continuousGovernment effectiveness (WGI)Worldwide Governance Indicators: government-effectiveness estimate.z-score (~ -2.5 to 2.5)World Bank WGI
WGI_regulatory_quality continuousRegulatory quality (WGI)Worldwide Governance Indicators: regulatory-quality estimate.z-score (~ -2.5 to 2.5)World Bank WGI
WGI_rule_law continuousRule of law (WGI)Worldwide Governance Indicators: rule-of-law estimate.z-score (~ -2.5 to 2.5)World Bank WGI
WGI_control_corruption continuousControl of corruption (WGI)Worldwide Governance Indicators: control-of-corruption estimate.z-score (~ -2.5 to 2.5)World Bank WGI
WGI_pol_stability continuousPolitical stability & absence of violence (WGI)Worldwide Governance Indicators: political-stability / absence-of-violence estimate.z-score (~ -2.5 to 2.5)World Bank WGI
igov_rpppPercentofGDP continuousPublic investment (% of GDP)General-government investment as a share of GDP (IMF igov_rppp).% of GDPIMF Investment & Capital Stock dataset
ipriv_rpppPercentofGDP continuousPrivate investment, IMF (% of GDP)Private investment as a share of GDP (IMF ipriv_rppp).% of GDPIMF Investment & Capital Stock dataset
pri_inv continuousPrivate investment (% of GDP)Private investment share of GDP (one of the 10 correlates in the fixed multivariate sample).% of GDPIMF Investment & Capital Stock dataset
democ continuousInstitutionalized democracy (0-10)Polity democracy sub-index. Special codes -66 (interruption), -77 (interregnum), -88 (transition) denote non-scores, not values.0-10 (+ Polity special codes)Polity IV
autoc continuousInstitutionalized autocracy (0-10)Polity autocracy sub-index. Special codes -66/-77/-88 denote non-scores, not values.0-10 (+ Polity special codes)Polity IV
polity2 continuousPolity2 democracy score (-10..10)Combined Polity score; the headline democracy correlate in the OVB worked example. Interpolated/analysis-ready (no special missing codes).-10 (autocracy) to +10 (democracy)Polity IV
FH_political_rights continuousFreedom House political rights (1-7)Freedom House political-rights rating (1 = most free, 7 = least free); a short-run institutional correlate.1-7 ratingFreedom House
FH_civil_liberties continuousFreedom House civil liberties (1-7)Freedom House civil-liberties rating (1 = most free, 7 = least free).1-7 ratingFreedom House
totalscore continuousComposite institutional scoreComposite total score used as an auxiliary institutional measure.scoreReplication panel
logrgdpna continuousLog real GDP (national accounts)Log real GDP per capita, PWT national-accounts growth series (rgdpna); base for the 10-year growth rate.log US$Penn World Table 10.0
logcgdpo continuousLog real GDP (output, current PPP)Log real GDP per capita, PWT output-side series at current PPPs (cgdpo).log US$Penn World Table 10.0
logrgdpo continuousLog real GDP (output side)Log real GDP per capita, PWT output-side series (rgdpo).log US$Penn World Table 10.0
logrgdpe continuousLog real GDP (expenditure side)Log real GDP per capita, PWT expenditure-side series (rgdpe).log US$Penn World Table 10.0
logrgdpo_91 continuousLog real GDP (output side, 1991 base)Log real GDP per capita, PWT output-side series anchored to a 1991 base.log US$Penn World Table 10.0
country_id identifierNumeric country idNumeric panel id (Stata egen group(code)); used as the panel/cluster unit.group(code)integer idDerived (this study)
loggdp_WDI continuousLog GDP per capita (WDI)Natural log of GDP per capita from World Bank WDI (alternative income series).log US$World Bank WDI
loggdp continuousLog GDP per capita (PWT)Natural log of real GDP per capita from Penn World Table 10.0; the initial-income regressor in convergence regressions.log(GDPpc), PWT real GDP per capita (national-accounts series, logrgdpna).log US$ (PPP)Penn World Table 10.0
loggdp_pw continuousLog GDP per capita (PWT variant)Alternative log GDP-per-capita measure used in robustness checks.log US$Penn World Table 10.0
loggdp_growth_10 continuous10-year forward GDP-pc growth (annualized %)Forward-looking 10-year annualized growth rate of GDP per capita; the main outcome variable.100 x (F10.logrgdpna - logrgdpna)/10 over a 10-year horizon (forward-looking; last usable year ~2007).% per yearPenn World Table 10.0 (derived)

Distribution & statistics (click a header to sort)

VariableDistributionCoverageNDistinctMinMeanMedianMaxSD
code100%10,092174
legor_ukshare coded 1 = 0.287100%10,0923
legor_frshare coded 1 = 0.561100%10,0923
legor_geshare coded 1 = 0.116100%10,0923
legor_scshare coded 1 = 0.030100%10,0923
legor_soshare coded 1 = 0.006100%10,0923
euro1900min 0 | median 2.7 | max 10084%8,52626031.242.70100.042.42
logem4min 0.936 | median 4.44 | max 7.9949%4,988440.9364.584.447.991.29
meantempmin -0.2 | median 24.5 | max 29.334%3,48056-0.20023.1324.4729.304.92
lt100kmmin 0 | median 0.239 | max 135%3,5384800.3740.2391.000.352
avelfmin 0 | median 0.27 | max 174%7,48212500.3570.2701.000.305
temp1min -4 | median 20 | max 3287%8,81632-4.0018.8720.0032.008.20
temp2min -6 | median 26 | max 4087%8,81634-6.0024.1626.0040.009.24
temp3min 23 | median 38 | max 4887%8,8162223.0038.1438.0048.004.92
temp4min -44 | median 0 | max 2087%8,81645-44.00-2.57020.0016.69
temp5min 1 | median 14.5 | max 2687%8,816251.0014.0014.5026.006.61
edes1975min 0 | median 1 | max 10086%8,64221033.021.00100.043.71
landlockshare coded 1 = 0.20089%8,990200.20001.000.400
goldmshare coded 1 = 0.44187%8,816600.441047.003.91
ironshare coded 1 = 0.32387%8,8161000.323016.001.63
silvshare coded 1 = 0.36287%8,816400.362013.001.99
zincshare coded 1 = 0.50787%8,8161000.507015.002.06
oilresmin 0 | median 0 | max 4.5e+0684%8,526630117,08404,500,000523,284
lat_abstmin 0 | median 0.256 | max 0.72289%8,9909400.2940.2560.7220.192
avexprmin 3 | median 7.05 | max 1066%6,670763.007.127.0510.001.73
tropicsmin 0 | median 1 | max 152%5,220200.6441.001.000.479
g7089nmin -3.36 | median 1.76 | max 6.7851%5,16288-3.361.471.766.781.72
VSM_power_distmin 11 | median 61 | max 104100%10,09249
VSM_individualismmin 6 | median 46 | max 91100%10,09250
VSM_masculinitymin 5 | median 48 | max 110100%10,09247
VSM_uncertain_avoidmin 8 | median 70 | max 112100%10,09247
VSM_indulgencemin 0 | median 46.3 | max 10051%5,10483046.0446.35100.023.66
VSM_longtermmin 0 | median 42.9 | max 10051%5,10482044.8742.86100.0022.02
population_1900min 215 | median 4e+03 | max 4e+0534%3,48060215.020,8993,999.0400,00062,507
year100%10,0925819601988.51988201716.74
country100%10,092174
inc_taxmin -1.35 | median 21.3 | max 79.536%3,5883,587-1.3524.3621.2879.5414.27
sev_taxmin 0.0239 | median 31.2 | max 91.335%3,5813,5790.02430.1931.2091.2913.58
creditmin -115 | median 34.6 | max 34768%6,8436,843-114.749.3834.56347.548.71
WDI_creditmin 0.00462 | median 23.3 | max 31268%6,8776,8770.00536.6723.26312.037.40
WDI_GDP_pcmin 132 | median 3.21e+03 | max 1.14e+0578%7,8697,869131.69,963.23,209.5113,68215,213
miliexpmin 0 | median 1.94 | max 48.567%6,7176,58302.711.9448.522.97
gov_spendingmin 0 | median 14.7 | max 13673%7,3197,314015.4614.73135.86.59
WDI_secondarymin 0 | median 68.4 | max 16455%5,5875,583063.1568.41163.934.26
WDI_primarymin 2.83 | median 101 | max 17465%6,5466,5442.8395.65100.7173.822.54
WDI_tertiarymin 0 | median 17.2 | max 12650%5,0705,058023.8417.23126.423.17
laborpartimin 37 | median 62 | max 90.648%4,8444,51036.9562.4361.9790.6310.23
tariff_all_ewmin 0 | median 6.36 | max 10531%3,1491,30908.546.36105.47.26
inflationmin -98.7 | median 5.81 | max 10078%7,8877,696-98.7011.425.81100.019.33
tariff_all_vwmin 0 | median 4.5 | max 42231%3,1491,28006.924.50421.510.38
investmentmin -5.74 | median 22.4 | max 95.372%7,2847,242-5.7422.8322.3895.328.64
working_population_propmin 45.6 | median 58 | max 85.999%9,9689,96845.6358.8957.9785.876.97
population_growthmin -11 | median 1.87 | max 17.799%10,01910,017-10.961.831.8717.701.49
populationmin 6.37e+04 | median 5.88e+06 | max 1.39e+0999%10,02310,01063,69929,505,5645,881,4351,386,395,000111,532,185
resource_rentsmin 0 | median 2.64 | max 74.468%6,8956,72306.742.6474.409.82
fuel_exportsmin 0 | median 2.87 | max 72359%5,9355,772015.042.87722.830.26
mineral_exportsmin 0 | median 2.83 | max 15861%6,1476,13208.952.83158.516.08
fuel_mineral_exportsmin 0 | median 10.2 | max 78858%5,8915,877023.9810.21788.433.48
lvaw_garrigamin 0.0167 | median 0.452 | max 0.97953%5,3223290.0170.4750.4520.9790.191
barrolee2060min 0.0133 | median 6.03 | max 13.674%7,4801,4960.0136.166.0313.563.46
edugapmin -2.19 | median 0.7 | max 4.1574%7,4801,496-2.190.8160.7004.150.946
overallscoremin 21.4 | median 59.3 | max 89.434%3,47752321.4059.5059.3089.4010.69
propertyrightsmin 0 | median 50 | max 97.135%3,493126047.6650.0097.1023.95
governmentintegritymin 0 | median 33 | max 10035%3,505277040.2433.00100.022.64
taxburdenmin 29.8 | median 74.4 | max 10035%3,49160429.8072.4474.40100.014.24
businessfreedommin 10 | median 65.1 | max 10035%3,50062010.0064.1365.10100.015.54
investmentfreedommin 0 | median 50 | max 95100%10,09221
financialfreedommin 0 | median 50 | max 90100%10,09211
WGI_gov_effectivenessmin -2.48 | median -0.244 | max 2.4437%3,7383,671-2.48-0.044-0.2442.440.996
WGI_regulatory_qualitymin -2.65 | median -0.18 | max 2.2637%3,7393,717-2.65-0.028-0.1802.260.985
WGI_rule_lawmin -2.61 | median -0.331 | max 2.137%3,7633,763-2.61-0.105-0.3312.101.000
WGI_control_corruptionmin -1.87 | median -0.34 | max 2.4737%3,7583,752-1.87-0.071-0.3402.471.01
WGI_pol_stabilitymin -3.31 | median -0.0506 | max 1.7637%3,7433,706-3.31-0.136-0.0511.760.977
igov_rpppPercentofGDPmin 0.000259 | median 1.32 | max 2.54e+0387%8,7358,7262.59e-0416.881.322,536.794.42
ipriv_rpppPercentofGDPmin 0.00179 | median 3.74 | max 5.13e+0387%8,7358,7250.00248.073.745,132.6195.1
pri_invmin 0.0155 | median 0.67 | max 0.97387%8,7368,7320.0150.6400.6700.9730.184
democmin -88 | median 4 | max 10100%10,09215
autocmin -88 | median 1 | max 10100%10,09215
polity2min -10 | median 3 | max 10100%10,09222
FH_political_rightsmin 3 | median 6 | max 9100%10,0928
FH_civil_libertiesmin 3 | median 6 | max 9100%10,0928
totalscoremin 0 | median 51 | max 100100%10,09297
logrgdpnamin 5.51 | median 8.81 | max 12.283%8,3288,3235.518.798.8112.231.23
logcgdpomin 5.09 | median 8.63 | max 12.783%8,3288,3205.098.698.6312.671.19
logrgdpomin 5.37 | median 8.67 | max 12.683%8,3288,3255.378.718.6712.621.19
logrgdpemin 5.94 | median 8.63 | max 12.683%8,3288,3225.948.688.6312.561.20
logrgdpo_91min 4.88 | median 8.56 | max 12.582%8,2808,2734.888.608.5612.461.18
country_id100%10,092174
loggdp_WDImin 4.88 | median 8.07 | max 11.678%7,8697,8644.888.158.0711.641.52
loggdpmin 5.37 | median 8.67 | max 12.683%8,3288,3255.378.718.6712.621.19
loggdp_pwmin 5.94 | median 9.21 | max 13.182%8,3088,3045.949.259.2113.071.10
loggdp_growth_10min -12.3 | median 1.98 | max 22.168%6,8886,871-12.341.961.9822.132.79

country / aggregate  263 × 30 · metadata snapshot · 263 rows (individual economies + World Bank regional/income aggregates)

Panel key: country_code (ISO3) · Reference lookup merged onto the panel by ISO3 code to attach region (Section 6.2 regional decomposition).

Variable dictionary

VariableLabelDefinitionConstructionUnitsSourceCoverage
country_code identifierCountry code (ISO3)Three-letter ISO country code; the lookup key (matches main_data code).ISO3 stringWorld Bank WDI263 rows
short_name identifierShort country nameShort display name of the economy.stringWorld Bank WDI
table_name identifierTable country nameName as used in WDI tables (drop-if-empty filter in the merge).stringWorld Bank WDI
long_name identifierOfficial (long) country nameFull official name of the economy.stringWorld Bank WDI
iso2_code identifierISO 2-letter codeTwo-letter ISO country code.ISO2 stringWorld Bank WDI
currency_unit identifierCurrency unitName of the national currency.stringWorld Bank WDI
special_notes identifierSpecial notesFree-text WDI notes about the economy.stringWorld Bank WDI
region identifierWorld Bank regionWDI geographic region; the merged key used to build the four-way region_group (Section 6.2). Blank for aggregate rows.region nameWorld Bank WDI
income_group identifierWorld Bank income groupWDI income classification (Low / Lower-middle / Upper-middle / High income).categoryWorld Bank WDI
wb_2_code identifierWorld Bank 2-letter codeWorld Bank internal two-letter economy code.stringWorld Bank WDI
national_accounts_base_year identifierNational accounts base yearBase year of the national-accounts series.year (string)World Bank WDI
national_accounts_reference_year continuousNational accounts reference yearReference year for the national-accounts series.yearWorld Bank WDI
sna_price_valuation identifierSNA price valuationSystem-of-National-Accounts price-valuation basis.categoryWorld Bank WDI
lending_category identifierWorld Bank lending categoryIDA/IBRD/Blend lending category.categoryWorld Bank WDI
other_groups identifierOther groupsOther World Bank groupings the economy belongs to (e.g. HIPC, EMU).categoryWorld Bank WDI
system_of_national_accounts identifierSystem of National AccountsSNA standard followed (e.g. 1993 SNA, 2008 SNA).categoryWorld Bank WDI
alternative_conversion_factor identifierAlternative conversion factorPeriods using an alternative currency-conversion factor.stringWorld Bank WDI
ppp_survey_year continuousPPP survey yearYear of the latest ICP purchasing-power-parity survey.yearWorld Bank WDI
balance_of_payments_manual_in_us identifierBalance of Payments Manual in useIMF BPM edition used for balance-of-payments data.categoryWorld Bank WDI
external_debt_reporting_status identifierExternal debt reporting statusStatus of the economy's external-debt reporting.categoryWorld Bank WDI
system_of_trade identifierSystem of tradeGeneral vs. special trade-recording system.categoryWorld Bank WDI
government_accounting_concept identifierGovernment accounting conceptBudgetary vs. consolidated central-government accounting concept.categoryWorld Bank WDI
imf_data_dissemination_standard identifierIMF data dissemination standardIMF data-dissemination subscription (SDDS/GDDS/e-GDDS).categoryWorld Bank WDI
latest_population_census identifierLatest population censusYear of the latest population census.year (string)World Bank WDI
latest_household_survey identifierLatest household surveyLatest household survey (type and year).stringWorld Bank WDI
source_of_most_recent_income_and identifierSource of most recent income/expenditure dataSurvey source of the most recent income and expenditure data.stringWorld Bank WDI
vital_registration_complete identifierVital registration completeWhether vital (births/deaths) registration is complete.Yes/blankWorld Bank WDI
latest_agricultural_census identifierLatest agricultural censusYear(s) of the latest agricultural census.year (string)World Bank WDI
latest_industrial_data continuousLatest industrial data (year)Year of the latest industrial data.yearWorld Bank WDI
latest_trade_data continuousLatest trade data (year)Year of the latest trade data.yearWorld Bank WDI

Distribution & statistics (click a header to sort)

VariableDistributionCoverageNDistinctMinMeanMedianMaxSD
country_code100%263263
short_name100%263263
table_name100%263263
long_name100%263263
iso2_code99%261261
currency_unit83%217150
special_notes36%9480
region83%2177
income_group83%2174
wb_2_code100%262262
national_accounts_base_year80%21033
national_accounts_reference_yearmin 2e+03 | median 2.02e+03 | max 2.02e+0327%70142,000.02,012.82,015.02,019.03.83
sna_price_valuation80%2112
lending_category55%1443
other_groups22%592
system_of_national_accounts79%2083
alternative_conversion_factor18%4732
ppp_survey_year0%00
balance_of_payments_manual_in_us76%2002
external_debt_reporting_status45%1193
system_of_trade77%2032
government_accounting_concept60%1582
imf_data_dissemination_standard71%1863
latest_population_census81%21438
latest_household_survey58%15275
source_of_most_recent_income_and64%16868
vital_registration_complete46%1202
latest_agricultural_census49%12830
latest_industrial_datamin 1.97e+03 | median 2.01e+03 | max 2.01e+0356%147331,973.02,007.02,012.02,014.09.42
latest_trade_datamin 2.01e+03 | median 2.02e+03 | max 2.02e+0394%24642,014.02,016.82,017.02,017.00.467

Known limitations & caveats