Persons Having Someone To Ask For Help By Sex, Age And Educational Attainment
Eurostat code: ilc_scp15$dv_433
@eurostat.ilc_scp15_dv_433
Eurostat code: ilc_scp15$dv_433
@eurostat.ilc_scp15_dv_433
CREATE TABLE raw (
"freq" VARCHAR,
"isced11" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2015" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"isced11" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.