Destination Country Of International Sourcing By Business Functions And Economic Activity - Collection Round 2007 - Experimental Statistics
Eurostat code: iss_dest ยท (2007 - 2007)
@eurostat.iss_dest
Eurostat code: iss_dest ยท (2007 - 2007)
@eurostat.iss_dest
CREATE TABLE raw (
"freq" VARCHAR,
"indic_sb" VARCHAR,
"bus_func" VARCHAR,
"partner" VARCHAR,
"nace_r1" VARCHAR,
"geo" VARCHAR,
"n_2007" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"indic_sb" VARCHAR,
"bus_func" VARCHAR,
"partner" VARCHAR,
"nace_r1" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.