Person Distribution By Body Mass Index, Educational Attainment Level, Sex And Age
Eurostat code: ilc_hch10 ยท (2017 - 2022)
@eurostat.ilc_hch10
Eurostat code: ilc_hch10 ยท (2017 - 2022)
@eurostat.ilc_hch10
CREATE TABLE raw (
"freq" VARCHAR,
"bmi" VARCHAR,
"isced11" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"bmi" VARCHAR,
"isced11" 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.