Baselight

Gross Domestic Product (GDP) At Current Market Prices By Metropolitan Region

Eurostat code: met_10r_3gdp ยท (2000 - 2022)

@eurostat.met_10r_3gdp

Gross Domestic Product (GDP) At Current Market Prices By Metropolitan Region - Unpivoted
@eurostat.met_10r_3gdp.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 199.01 KB
  • 48109 rows
  • 5 columns
freq

Freq

unit

Unit

metroreg

Metroreg

time_period

Time Period

value

Value

AnnualEuro per inhabitantAustria200026700
AnnualEuro per inhabitantWien200032400
AnnualEuro per inhabitantGraz200027700
AnnualEuro per inhabitantLinz200029000
AnnualEuro per inhabitantSalzburg200032900
AnnualEuro per inhabitantInnsbruck200029400
AnnualEuro per inhabitantNon-metropolitan regions in Austria200021700
AnnualEuro per inhabitantBelgium200025000
AnnualEuro per inhabitantBulgaria20001800
AnnualEuro per inhabitantSofia20002700

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "metroreg" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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