Impact Of ICT On Tasks And Skills (2018)
Eurostat code: isoc_iw_imp ยท (2018 - 2018)
@eurostat.isoc_iw_imp
Eurostat code: isoc_iw_imp ยท (2018 - 2018)
@eurostat.isoc_iw_imp
CREATE TABLE raw (
"freq" VARCHAR,
"ind_type" VARCHAR,
"indic_is" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2018" 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.