Baselight

Average Number Of Rooms Per Person By Type Of Household And Income Group Until 2001

Eurostat code: ilc_lvho04h ยท (1994 - 2001)

@eurostat.ilc_lvho04h

Loading...
Loading...

About this Dataset

Average Number Of Rooms Per Person By Type Of Household And Income Group Until 2001

This Eurostat dataset contains data on average number of rooms per person by type of household and income group until 2001, 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: 2009-11-04T11:00:00+0100

Tables

Average Number Of Rooms Per Person By Type Of Household And Income Group Until 2001 - Raw

@eurostat.ilc_lvho04h.raw
  • 16.59 KB
  • 948 rows
  • 12 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "income" VARCHAR,
  "hhtyp" VARCHAR,
  "geo" VARCHAR,
  "n_1994" DOUBLE,
  "n_1995" DOUBLE,
  "n_1996" DOUBLE,
  "n_1997" DOUBLE,
  "n_1998" DOUBLE,
  "n_1999" DOUBLE,
  "n_2000" DOUBLE,
  "n_2001" DOUBLE
);

Average Number Of Rooms Per Person By Type Of Household And Income Group Until 2001 - Unpivoted

@eurostat.ilc_lvho04h.tidy
  • 12.12 KB
  • 6667 rows
  • 6 columns
Loading...

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

Share link

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