World Development Indicators
World Bank collection of development indicators
@kaggle.rajacsp_world_development_indicators
World Bank collection of development indicators
@kaggle.rajacsp_world_development_indicators
CREATE TABLE world_development_indicators (
"country_name" VARCHAR,
"country_code" VARCHAR,
"series_name" VARCHAR,
"series_code" VARCHAR,
"n_2010_yr2010" VARCHAR,
"n_2011_yr2011" VARCHAR,
"n_2012_yr2012" VARCHAR,
"n_2013_yr2013" VARCHAR,
"n_2014_yr2014" VARCHAR,
"n_2015_yr2015" VARCHAR,
"n_2016_yr2016" VARCHAR,
"n_2017_yr2017" VARCHAR,
"n_2018_yr2018" VARCHAR,
"n_2019_yr2019" VARCHAR
);
Anyone who has the link will be able to view this.