Baselight

Community Design (CD) Applications Per Billion GDP By Metropolitan Region (1996-2016)

Eurostat code: met_ipr_dagdp ยท (2003 - 2016)

@eurostat.met_ipr_dagdp

Community Design (CD) Applications Per Billion GDP By Metropolitan Region (1996-2016) - Unpivoted
@eurostat.met_ipr_dagdp.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.

  • 28.89 KB
  • 6018 rows
  • 5 columns
freq

Freq

unit

Unit

metroreg

Metroreg

time_period

Time Period

value

Value

AnnualEuro per billion GDPGraz20030.48
AnnualEuro per billion GDPLinz20031.17
AnnualEuro per billion GDPSalzburg20031.01
AnnualEuro per billion GDPInnsbruck20031.39
AnnualEuro per billion GDPBruxelles / Brussel20030.56
AnnualEuro per billion GDPAntwerpen20030.87
AnnualEuro per billion GDPCharleroi20030.23
AnnualEuro per billion GDPLefkosia20030.31
AnnualEuro per billion GDPPraha20030.1
AnnualEuro per billion GDPOstrava20030.12

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.