Baselight

GDP Of European Countries

Belgium, France, Germany, Italy, Poland, Spain

@kaggle.samuelcortinhas_gdp_of_european_countries

Loading...
Loading...

About this Dataset

GDP Of European Countries

Context

Relevant for the Tabular Playground Series September 2022 competition.

Content

Two csv files containing GDP and GDP per capita for several European countries between 2017-2021.

Sources

https://www.macrotrends.net/countries/ranking/gdp-gross-domestic-product

Tables

Gdp Per Capita Table

@kaggle.samuelcortinhas_gdp_of_european_countries.gdp_per_capita_table
  • 5.37 KB
  • 5 rows
  • 7 columns
Loading...

CREATE TABLE gdp_per_capita_table (
  "year" BIGINT,
  "belgium" BIGINT,
  "france" BIGINT,
  "germany" BIGINT,
  "italy" BIGINT,
  "poland" BIGINT,
  "spain" BIGINT
);

Gdp Table

@kaggle.samuelcortinhas_gdp_of_european_countries.gdp_table
  • 5.41 KB
  • 5 rows
  • 7 columns
Loading...

CREATE TABLE gdp_table (
  "year" BIGINT,
  "belgium" BIGINT,
  "france" BIGINT,
  "germany" BIGINT,
  "italy" BIGINT,
  "poland" BIGINT,
  "spain" BIGINT
);

Share link

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