Persons Having Contacts With Family And Relatives Or Friends By Income Quintile, Household Composition, Degree Of Urbanisation And Frequency
Eurostat code: ilc_scp12$dv_2746
@eurostat.ilc_scp12_dv_2746
Eurostat code: ilc_scp12$dv_2746
@eurostat.ilc_scp12_dv_2746
CREATE TABLE raw (
"freq" VARCHAR,
"frequenc" VARCHAR,
"pers_cat" VARCHAR,
"deg_urb" VARCHAR,
"hhcomp" VARCHAR,
"quant_inc" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2015" DOUBLE,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"frequenc" VARCHAR,
"pers_cat" VARCHAR,
"deg_urb" VARCHAR,
"hhcomp" VARCHAR,
"quant_inc" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.