Identification Procedures Used For Online Services (2020 Onwards)
Eurostat code: isoc_cisci_ip20 ยท (2020 - 2020)
@eurostat.isoc_cisci_ip20
Eurostat code: isoc_cisci_ip20 ยท (2020 - 2020)
@eurostat.isoc_cisci_ip20
CREATE TABLE raw (
"freq" VARCHAR,
"ind_type" VARCHAR,
"indic_is" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2020" 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.