Population By Sex, Age And Household Status
Eurostat code: cens_01nhtype · (2001 - 2001)
@eurostat.cens_01nhtype
Eurostat code: cens_01nhtype · (2001 - 2001)
@eurostat.cens_01nhtype
CREATE TABLE raw (
"freq" VARCHAR,
"hhstatus" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2001" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"hhstatus" 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.