Population By Sex, Age And Educational Attainment Level
Eurostat code: cens_hnelev · (1991 - 2001)
@eurostat.cens_hnelev
Eurostat code: cens_hnelev · (1991 - 2001)
@eurostat.cens_hnelev
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"isced97" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"n_1991" DOUBLE,
"n_2001" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"isced97" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.