Persons Performing Physical Activity Outside Working Time By Duration In A Typical Week, Body Mass Index And Age
Eurostat code: ilc_hch09 ยท (2017 - 2017)
@eurostat.ilc_hch09
Eurostat code: ilc_hch09 ยท (2017 - 2017)
@eurostat.ilc_hch09
CREATE TABLE raw (
"freq" VARCHAR,
"duration" VARCHAR,
"bmi" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"duration" VARCHAR,
"bmi" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.