Population Aged 15 And Over, Living In Private Households, By Sex, Age Group, Family Status And Current Activity Status
Eurostat code: cens_01nhfst ยท (2001 - 2001)
@eurostat.cens_01nhfst
Eurostat code: cens_01nhfst ยท (2001 - 2001)
@eurostat.cens_01nhfst
This Eurostat dataset contains data on population aged 15 and over, living in private households, by sex, age group, family status and current activity status, as collected and published by the Statistical Office of the European Union.
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-10T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"hhstatus" VARCHAR,
"wstatus" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2001" DOUBLE -- 2001
);CREATE TABLE tidy (
"freq" VARCHAR,
"hhstatus" VARCHAR,
"wstatus" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.