Baselight

Community Design (CD) Applications (2003-2016)

Eurostat code: ipr_da_tot ยท (2003 - 2016)

@eurostat.ipr_da_tot

Community Design (CD) Applications (2003-2016) - Unpivoted
@eurostat.ipr_da_tot.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.

  • 7.2 KB
  • 708 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualNumberAustria2003191
AnnualNumberAustralia200384
AnnualNumberBelgium2003159
AnnualNumberBrazil200318
AnnualNumberCanada200341
AnnualNumberSwitzerland2003192
AnnualNumberChina except Hong Kong200336
AnnualNumberCyprus20034
AnnualNumberCzechia200310
AnnualNumberGermany20031914

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

Share link

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