Baselight

Population In Private Households By Sex, Age Group, Citizenship And Size Of Household

Eurostat code: cens_01nhsize · (2001 - 2001)

@eurostat.cens_01nhsize

Loading...
Loading...

About this Dataset

Population In Private Households By Sex, Age Group, Citizenship And Size Of Household

This Eurostat dataset contains data on population in private households by sex, age group, citizenship and size of household, 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: 2011-08-11T23:00:00+0200

Tables

Population In Private Households By Sex, Age Group, Citizenship And Size Of Household - Raw

@eurostat.cens_01nhsize.raw
  • 129.01 KB
  • 25725 rows
  • 8 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "n_person" VARCHAR,
  "citizen" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2001" DOUBLE
);

Population In Private Households By Sex, Age Group, Citizenship And Size Of Household - Unpivoted

@eurostat.cens_01nhsize.tidy
  • 129.2 KB
  • 25432 rows
  • 9 columns
Loading...

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

Share link

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