Baselight

Occupied Conventional Dwellings By Number Of Rooms

Eurostat code: cens_hndwnr · (1991 - 2001)

@eurostat.cens_hndwnr

Loading...
Loading...

About this Dataset

Occupied Conventional Dwellings By Number Of Rooms

This Eurostat dataset contains data on occupied conventional dwellings by number of rooms, 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: 2014-04-25T11:00:00+0200

Tables

Occupied Conventional Dwellings By Number Of Rooms - Raw

@eurostat.cens_hndwnr.raw
  • 7.9 KB
  • 283 rows
  • 6 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "n_room" VARCHAR,
  "geo" VARCHAR,
  "n_1991" DOUBLE,
  "n_2001" DOUBLE
);

Occupied Conventional Dwellings By Number Of Rooms - Unpivoted

@eurostat.cens_hndwnr.tidy
  • 7.87 KB
  • 432 rows
  • 6 columns
Loading...

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

Share link

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