World Bank Dataset
World Bank-Style Dataset: Economic, Social, and Environmental Indicators (2010-2
@kaggle.bhadramohit_world_bank_dataset
World Bank-Style Dataset: Economic, Social, and Environmental Indicators (2010-2
@kaggle.bhadramohit_world_bank_dataset
CREATE TABLE world_bank_dataset (
"country" VARCHAR,
"year" BIGINT,
"gdp_usd" DOUBLE,
"population" DOUBLE,
"life_expectancy" DOUBLE,
"unemployment_rate" DOUBLE,
"co2_emissions_metric_tons_per_capita" DOUBLE,
"access_to_electricity" DOUBLE
);
Anyone who has the link will be able to view this.