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
WorlWorld Development Indicators sheet is collected to understand various countries and their development score.
I have collected this data from the world data bank by selecting specific countries.
World Development Indicators (WDI) is the primary World Bank collection of development indicators, compiled from officially recognized international sources. It presents the most current and accurate global development data available and includes national, regional, and g and global estimates. [Note: Even though Global Development Finance (GDF) is no longer listed in the WDI database name, all external debt and financial flows data continue to be included in WDI. The GDF publication has been renamed International Debt Statistics (IDS) and has its own separate database, as well.
Thanks to the World Data Bank for the dataset.
You can work on finding which country is having the highest innovation score or social development score.
CREATE TABLE world_development_indicators (
"country_name" VARCHAR,
"country_code" VARCHAR,
"series_name" VARCHAR,
"series_code" VARCHAR,
"n_2010_yr2010" VARCHAR -- 2010 [YR2010],
"n_2011_yr2011" VARCHAR -- 2011 [YR2011],
"n_2012_yr2012" VARCHAR -- 2012 [YR2012],
"n_2013_yr2013" VARCHAR -- 2013 [YR2013],
"n_2014_yr2014" VARCHAR -- 2014 [YR2014],
"n_2015_yr2015" VARCHAR -- 2015 [YR2015],
"n_2016_yr2016" VARCHAR -- 2016 [YR2016],
"n_2017_yr2017" VARCHAR -- 2017 [YR2017],
"n_2018_yr2018" VARCHAR -- 2018 [YR2018],
"n_2019_yr2019" VARCHAR -- 2019 [YR2019]
);Anyone who has the link will be able to view this.