Baselight

Owner-occupied Dwellings By Type And Year Of Construction Of The Building

Eurostat code: cens_01ndpercons ยท (2001 - 2001)

@eurostat.cens_01ndpercons

Loading...
Loading...

About this Dataset

Owner-occupied Dwellings By Type And Year Of Construction Of The Building

This Eurostat dataset contains data on owner-occupied dwellings by type and year of construction of the building, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2015-07-09T23:00:00+0200

Tables

Owner-occupied Dwellings By Type And Year Of Construction Of The Building - Raw

@eurostat.cens_01ndpercons.raw
  • 13.12 KB
  • 1281 rows
  • 6 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "y_const" VARCHAR,
  "building" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2001" DOUBLE
);

Owner-occupied Dwellings By Type And Year Of Construction Of The Building - Unpivoted

@eurostat.cens_01ndpercons.tidy
  • 13.68 KB
  • 1277 rows
  • 7 columns
Loading...

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

Share link

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