World Bank's Global Economic Prospects Data
GDP growth rate % up to 2021
@kaggle.alenavorushilova_world_banks_global_economic_prospects_data
GDP growth rate % up to 2021
@kaggle.alenavorushilova_world_banks_global_economic_prospects_data
World Bank's Global Economic Prospects 2016 - 2021
Gross Domestic Product (GDP) grow rate % actual data and predictions
Data presented by the World Bank
CREATE TABLE gepdata (
"country_name" VARCHAR,
"country_code" VARCHAR,
"indicator_name" VARCHAR,
"indicator_code" VARCHAR,
"n_1999" VARCHAR -- 1999,
"n_2000" VARCHAR -- 2000,
"n_2001" VARCHAR -- 2001,
"n_2002" VARCHAR -- 2002,
"n_2003" VARCHAR -- 2003,
"n_2004" VARCHAR -- 2004,
"n_2005" VARCHAR -- 2005,
"n_2006" VARCHAR -- 2006,
"n_2007" VARCHAR -- 2007,
"n_2008" VARCHAR -- 2008,
"n_2009" VARCHAR -- 2009,
"n_2010" VARCHAR -- 2010,
"n_2011" VARCHAR -- 2011,
"n_2012" VARCHAR -- 2012,
"n_2013" VARCHAR -- 2013,
"n_2014" VARCHAR -- 2014,
"n_2015" VARCHAR -- 2015,
"n_2016" DOUBLE -- 2016,
"n_2017" DOUBLE -- 2017,
"n_2018" DOUBLE -- 2018,
"n_2019" DOUBLE -- 2019,
"n_2020" DOUBLE -- 2020,
"n_2021" DOUBLE -- 2021,
"unnamed_27" VARCHAR -- Unnamed: 27
);CREATE TABLE gepseries (
"series_code" VARCHAR,
"topic" VARCHAR,
"indicator_name" VARCHAR,
"short_definition" VARCHAR,
"long_definition" VARCHAR,
"unit_of_measure" VARCHAR,
"periodicity" VARCHAR,
"base_period" VARCHAR,
"other_notes" VARCHAR,
"aggregation_method" VARCHAR,
"limitations_and_exceptions" VARCHAR,
"notes_from_original_source" VARCHAR,
"general_comments" VARCHAR,
"source" VARCHAR,
"statistical_concept_and_methodology" VARCHAR,
"development_relevance" VARCHAR,
"related_source_links" VARCHAR,
"other_web_links" VARCHAR,
"related_indicators" VARCHAR,
"license_type" VARCHAR,
"unnamed_20" VARCHAR -- Unnamed: 20
);Anyone who has the link will be able to view this.