Baselight

Households By Size (number Of Persons)

Eurostat code: cens_hndwsize · (1991 - 2001)

@eurostat.cens_hndwsize

Loading...
Loading...

About this Dataset

Households By Size (number Of Persons)

This Eurostat dataset contains data on households by size (number of persons), 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

Households By Size (number Of Persons) - Raw

@eurostat.cens_hndwsize.raw
  • 7.45 KB
  • 232 rows
  • 6 columns
Loading...

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

Households By Size (number Of Persons) - Unpivoted

@eurostat.cens_hndwsize.tidy
  • 7.44 KB
  • 353 rows
  • 6 columns
Loading...

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

Share link

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