Baselight

World, Region, Country GDP/GDP Per Capita

GDP and GDP per capita - USD years 1960-2021

@kaggle.tmishinev_world_country_gdp_19602021

Loading...
Loading...

About this Dataset

World, Region, Country GDP/GDP Per Capita

Country GDP in US dollars for the period of 1960 to 2021. Not all countries have data values for the whole period. The NaN values are intentionally kept in the file.

Columns:

Country Name: Full name of the Country
Country Code: 3 letter code
year: int value of the year
GDP_USD: total yearly GDP for the country in USD
GDP_percapita_USD: GDP per capita in USD

Data Source :

World Bank national accounts data, and OECD National Accounts data files.
https://data.worldbank.org/indicator/NY.GDP.MKTP.CD

Tables

World Country Gdp Usd

@kaggle.tmishinev_world_country_gdp_19602021.world_country_gdp_usd
  • 256.66 KB
  • 16492 rows
  • 5 columns
Loading...

CREATE TABLE world_country_gdp_usd (
  "country_name" VARCHAR,
  "country_code" VARCHAR,
  "year" BIGINT,
  "gdp_usd" DOUBLE,
  "gdp_per_capita_usd" DOUBLE
);

Share link

Anyone who has the link will be able to view this.