Persons Having Contacts With Family (relatives) Or Friends By Sex, Age, Educational Attainment And Frequency
Eurostat code: ilc_scp11$dv_2745
@eurostat.ilc_scp11_dv_2745
Eurostat code: ilc_scp11$dv_2745
@eurostat.ilc_scp11_dv_2745
CREATE TABLE raw (
"freq" VARCHAR,
"frequenc" VARCHAR,
"pers_cat" VARCHAR,
"isced11" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2015" DOUBLE,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"frequenc" VARCHAR,
"pers_cat" VARCHAR,
"isced11" VARCHAR,
"age" VARCHAR,
"sex" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.