Persons Eating Fruit, Vegetables Or Salad By Educational Attainment Level, Risk Of Poverty Threshold, Most Frequent Activity Status And Sex
Eurostat code: ilc_hch11 ยท (2017 - 2022)
@eurostat.ilc_hch11
Eurostat code: ilc_hch11 ยท (2017 - 2022)
@eurostat.ilc_hch11
CREATE TABLE raw (
"freq" VARCHAR,
"coicop" VARCHAR,
"isced11" VARCHAR,
"rskpovth" VARCHAR,
"wstatus" VARCHAR,
"frequenc" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"coicop" VARCHAR,
"isced11" VARCHAR,
"rskpovth" VARCHAR,
"wstatus" VARCHAR,
"frequenc" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.