Persons By Sex, Age, Household Type, Income Group, Degree Of Urbanisation And Main Reason For Not Meeting Needs For Formal Education
Eurostat code: ilc_ats08 ยท (2016 - 2016)
@eurostat.ilc_ats08
Eurostat code: ilc_ats08 ยท (2016 - 2016)
@eurostat.ilc_ats08
CREATE TABLE raw (
"freq" VARCHAR,
"reason" VARCHAR,
"incgrp" VARCHAR,
"deg_urb" VARCHAR,
"hhtyp" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2016" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"reason" VARCHAR,
"incgrp" VARCHAR,
"deg_urb" VARCHAR,
"hhtyp" 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.