Internet Purchases - Money Spent (2020 Onwards)
Eurostat code: isoc_ec_ibm ยท (2020 - 2021)
@eurostat.isoc_ec_ibm
Eurostat code: isoc_ec_ibm ยท (2020 - 2021)
@eurostat.isoc_ec_ibm
CREATE TABLE raw (
"freq" VARCHAR,
"ind_type" VARCHAR,
"indic_is" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2020" DOUBLE,
"n_2021" 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.