Persons Performing Physical Activity When Working By Type Of Activity, Most Frequent Activity Status, Income Quantile And Degree Of Urbanization
Eurostat code: ilc_hch06 ยท (2017 - 2022)
@eurostat.ilc_hch06
Eurostat code: ilc_hch06 ยท (2017 - 2022)
@eurostat.ilc_hch06
CREATE TABLE raw (
"freq" VARCHAR,
"physact" VARCHAR,
"wstatus" VARCHAR,
"deg_urb" VARCHAR,
"quant_inc" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"physact" 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.