Persons Performing Physical Activity Outside Working Time By Duration In A Typical Week, Most Frequent Activity Status, Income Quantile And Degree Of Urbanization
Eurostat code: ilc_hch08 ยท (2017 - 2017)
@eurostat.ilc_hch08
Eurostat code: ilc_hch08 ยท (2017 - 2017)
@eurostat.ilc_hch08
CREATE TABLE raw (
"freq" VARCHAR,
"duration" VARCHAR,
"wstatus" VARCHAR,
"deg_urb" VARCHAR,
"quant_inc" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"duration" VARCHAR,
"wstatus" VARCHAR,
"deg_urb" VARCHAR,
"quant_inc" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.