Share Of Individuals Having At Least Basic Digital Skills, By Sex
Eurostat code: sdg_04_70 ยท (2021 - 2023)
@eurostat.sdg_04_70
Eurostat code: sdg_04_70 ยท (2021 - 2023)
@eurostat.sdg_04_70
CREATE TABLE raw (
"freq" VARCHAR,
"ind_type" VARCHAR,
"indic_is" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2021" DOUBLE,
"n_2023" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"ind_type" VARCHAR,
"indic_is" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.