Self-reported Last Cervical Smear Test Among Women By Age And Income Quintile
Eurostat code: hlth_ehis_pa8i ยท (2019 - 2019)
@eurostat.hlth_ehis_pa8i
Eurostat code: hlth_ehis_pa8i ยท (2019 - 2019)
@eurostat.hlth_ehis_pa8i
CREATE TABLE raw (
"freq" VARCHAR,
"duration" VARCHAR,
"age" VARCHAR,
"quant_inc" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2019" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"duration" VARCHAR,
"age" VARCHAR,
"quant_inc" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.