World Bank World Development Indicators
Main Development Indicators extracted directly from the World Bank Database
@kaggle.nicolasgonzalezmunoz_world_bank_world_development_indicators
Main Development Indicators extracted directly from the World Bank Database
@kaggle.nicolasgonzalezmunoz_world_bank_world_development_indicators
Data about World Development Indicators measured from 1960 to 2022, extracted from the World Bank database. It includes macro-economical, social, political and environmental data from all the countries and regions the world bank has data about.
It contains information about 268 countries and regions, including 48 features, all numerical. Several entries are missing for different reasons, so you may want to extract only the columns you are interested in.
The columns included in this dataset are:
CREATE TABLE world_bank_development_indicators (
"country" VARCHAR,
"date" TIMESTAMP,
"agricultural_land" DOUBLE -- Agricultural Land%,
"forest_land" DOUBLE -- Forest Land%,
"land_area" DOUBLE,
"avg_precipitation" DOUBLE,
"trade_in_services" DOUBLE -- Trade In Services%,
"control_of_corruption_estimate" DOUBLE,
"control_of_corruption_std" DOUBLE,
"access_to_electricity" DOUBLE -- Access To Electricity%,
"renewvable_energy_consumption" DOUBLE -- Renewvable Energy Consumption%,
"electric_power_consumption" DOUBLE,
"co2_emisions" DOUBLE,
"other_greenhouse_emisions" DOUBLE,
"population_density" DOUBLE,
"inflation_annual" DOUBLE -- Inflation Annual%,
"real_interest_rate" DOUBLE,
"risk_premium_on_lending" DOUBLE,
"research_and_development_expenditure" DOUBLE -- Research And Development Expenditure%,
"central_goverment_debt" DOUBLE -- Central Goverment Debt%,
"tax_revenue" DOUBLE -- Tax Revenue%,
"expense" DOUBLE -- Expense%,
"goverment_effectiveness_estimate" DOUBLE,
"goverment_effectiveness_std" DOUBLE,
"human_capital_index" DOUBLE,
"doing_business" DOUBLE,
"time_to_get_operation_license" DOUBLE,
"statistical_performance_indicators" DOUBLE,
"individuals_using_internet" DOUBLE -- Individuals Using Internet%,
"logistic_performance_index" DOUBLE,
"military_expenditure" DOUBLE -- Military Expenditure%,
"gdp_current_us" DOUBLE,
"political_stability_estimate" DOUBLE,
"political_stability_std" DOUBLE,
"rule_of_law_estimate" DOUBLE,
"rule_of_law_std" DOUBLE,
"regulatory_quality_estimate" DOUBLE,
"regulatory_quality_std" DOUBLE,
"government_expenditure_on_education" DOUBLE -- Government Expenditure On Education%,
"government_health_expenditure" DOUBLE -- Government Health Expenditure%,
"multidimensional_poverty_headcount_ratio" DOUBLE -- Multidimensional Poverty Headcount Ratio%,
"gini_index" DOUBLE,
"birth_rate" DOUBLE,
"death_rate" DOUBLE,
"life_expectancy_at_birth" DOUBLE,
"population" DOUBLE,
"rural_population" DOUBLE,
"voice_and_accountability_estimate" DOUBLE,
"voice_and_accountability_std" DOUBLE,
"intentional_homicides" DOUBLE
);Anyone who has the link will be able to view this.