Performing Health-enhancing Physical Activity By Sex, Age And Degree Of Urbanisation
Eurostat code: hlth_ehis_pe9u$dv_471
@eurostat.hlth_ehis_pe9u_dv_471
Eurostat code: hlth_ehis_pe9u$dv_471
@eurostat.hlth_ehis_pe9u_dv_471
CREATE TABLE raw (
"freq" VARCHAR,
"physact" VARCHAR,
"deg_urb" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2014" DOUBLE,
"n_2019" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"physact" VARCHAR,
"deg_urb" 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.