Baselight

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

Eurostat code: met_ipr_da · (2003 - 2016)

@eurostat.met_ipr_da

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

  • 14.57 KB
  • 3287 rows
  • 5 columns
freq

Freq

unit

Unit

metroreg

Metroreg

time_period

Time Period

value

Value

AnnualNumberGraz20038
AnnualNumberLinz200327
AnnualNumberSalzburg200312
AnnualNumberInnsbruck200312
AnnualNumberBruxelles / Brussel200348
AnnualNumberAntwerpen200328
AnnualNumberCharleroi20032
AnnualNumberZürich200318
AnnualNumberGenève200315
AnnualNumberBasel200315

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.