Persons Visiting A Doctor In The Last 12 Months By Medical Speciality, Frequency, Most Frequent Activity Status, Degree Of Urbanization And Income Quantile
Eurostat code: ilc_hch04 ยท (2017 - 2022)
@eurostat.ilc_hch04
Eurostat code: ilc_hch04 ยท (2017 - 2022)
@eurostat.ilc_hch04
CREATE TABLE raw (
"freq" VARCHAR,
"med_spec" VARCHAR,
"frequenc" VARCHAR,
"wstatus" VARCHAR,
"deg_urb" VARCHAR,
"quant_inc" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"med_spec" VARCHAR,
"frequenc" 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.