Nationalism & Corruption
How cynical leaders are whipping up nationalism to win and abuse power
@kaggle.joebeachcapital_nationalism_and_corruption
How cynical leaders are whipping up nationalism to win and abuse power
@kaggle.joebeachcapital_nationalism_and_corruption
The Economist's Nationalism and Corruption data featured in the Briefing: How cynical leaders are whipping up nationalism to win and abuse power.
Data sources:
Coppedge et al, 2023. "V-Dem [Country-Year/Country-Date] Dataset v13" Varieties of Democracy (V-Dem) Project. https://doi.org/10.23696/vdemds23
Pemstein et al, 2023. “The V-Dem Measurement Model: Latent Variable Analysis for Cross-National and Cross-Temporal Expert-Coded Data”. V-Dem Working Paper No. 21. 8th edition. University of Gothenburg: Varieties of Democracy Institute
Transparency International, 2023. Corruption Perception Index 2022. available at: http://www.transparency.org/cpi
United Nations, Department of Economic and Social Affairs, Population Division (2022). World Population Prospects 2022
Suggested citation:
The Economist, Looters with flags. The Economist, September 2nd, 2023. Available at: https://www.economist.com/briefing/2023/08/31/how-cynical-leaders-are-whipping-up-nationalism-to-win-and-abuse-power
CREATE TABLE nat_and_corruption (
"iso3c" VARCHAR,
"year" BIGINT,
"country_name" VARCHAR,
"v2exl_legitideol" DOUBLE,
"v2exl_legitideolcr_0" DOUBLE,
"v2exl_legitideolcr_1" DOUBLE,
"v2exl_legitideolcr_2" DOUBLE,
"v2exl_legitideolcr_3" DOUBLE,
"v2exl_legitideolcr_4" DOUBLE,
"top_ideology" VARCHAR,
"nationalism" DOUBLE,
"country" VARCHAR,
"iso2c" VARCHAR,
"wdi_prop_less_2_usd_day" DOUBLE,
"wdi_gdppc_nominal" DOUBLE,
"wdi_gdppc_ppp" DOUBLE,
"wdi_urban_population_pct" DOUBLE,
"wdi_urban_pop_1m_cities_pct" DOUBLE,
"wdi_gini_index" DOUBLE,
"wdi_life_expectancy_at_birth" DOUBLE,
"wdi_pop_over_65" DOUBLE,
"wdi_pop_under_15" DOUBLE,
"wdi_population" DOUBLE,
"corruption" DOUBLE,
"regime_use_of_ideology_measure" DOUBLE,
"ideology_is_nationalist_percent_of_experts" DOUBLE,
"ideology_is_socialist_or_communist_percent_of_experts" DOUBLE,
"ideology_is_restorative_or_conservative_percent_of_experts" DOUBLE,
"ideology_is_separatist_or_autonomist_percent_of_experts" DOUBLE,
"ideology_is_religious_percent_of_experts" DOUBLE
);Anyone who has the link will be able to view this.