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,
"forest_land" DOUBLE,
"land_area" DOUBLE,
"avg_precipitation" DOUBLE,
"trade_in_services" DOUBLE,
"control_of_corruption_estimate" DOUBLE,
"control_of_corruption_std" DOUBLE,
"access_to_electricity" DOUBLE,
"renewvable_energy_consumption" DOUBLE,
"electric_power_consumption" DOUBLE,
"co2_emisions" DOUBLE,
"other_greenhouse_emisions" DOUBLE,
"population_density" DOUBLE,
"inflation_annual" DOUBLE,
"real_interest_rate" DOUBLE,
"risk_premium_on_lending" DOUBLE,
"research_and_development_expenditure" DOUBLE,
"central_goverment_debt" DOUBLE,
"tax_revenue" DOUBLE,
"expense" DOUBLE,
"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,
"logistic_performance_index" DOUBLE,
"military_expenditure" DOUBLE,
"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_health_expenditure" DOUBLE,
"multidimensional_poverty_headcount_ratio" DOUBLE,
"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.