Self-reported Last Breast Examination By X-ray Among Women By Age And Educational Attainment Level
Eurostat code: hlth_ehis_pa7e ยท (2014 - 2019)
@eurostat.hlth_ehis_pa7e
Eurostat code: hlth_ehis_pa7e ยท (2014 - 2019)
@eurostat.hlth_ehis_pa7e
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"duration" VARCHAR,
"isced11" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"n_2014" DOUBLE,
"n_2019" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"duration" VARCHAR,
"isced11" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.