Baselight

Households By Number Of Persons And Their Status Of Economic Activity

Eurostat code: cens_91hpwstan ยท (1991 - 1991)

@eurostat.cens_91hpwstan

Loading...
Loading...

About this Dataset

Households By Number Of Persons And Their Status Of Economic Activity

This Eurostat dataset contains data on households by number of persons and their status of economic activity, 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-03-26T11:00:00+0100

Tables

Households By Number Of Persons And Their Status Of Economic Activity - Raw

@eurostat.cens_91hpwstan.raw
  • 15.4 KB
  • 2861 rows
  • 7 columns
Loading...

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

Households By Number Of Persons And Their Status Of Economic Activity - Unpivoted

@eurostat.cens_91hpwstan.tidy
  • 15.75 KB
  • 1766 rows
  • 8 columns
Loading...

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

Share link

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