Persons With Financial Burden Of Health Care By Level Of Difficulty, Type Of Health Care, Degree Of Urbanization And Income Quantile
Eurostat code: ilc_hch02 ยท (2017 - 2022)
@eurostat.ilc_hch02
Eurostat code: ilc_hch02 ยท (2017 - 2022)
@eurostat.ilc_hch02
CREATE TABLE raw (
"freq" VARCHAR,
"hlthcare" VARCHAR,
"lev_diff" VARCHAR,
"deg_urb" VARCHAR,
"quant_inc" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2017" DOUBLE,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"hlthcare" VARCHAR,
"lev_diff" 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.