Kind Of Business Partners Engaged In International Sourcing By Business Function And Economic Activity - Collection Round 2007 - Experimental Statistics
Eurostat code: iss_part ยท (2007 - 2007)
@eurostat.iss_part
Eurostat code: iss_part ยท (2007 - 2007)
@eurostat.iss_part
This Eurostat dataset contains data on kind of business partners engaged in international sourcing by business function and economic activity - collection round 2007 - experimental statistics, as collected and published by the Statistical Office of the European Union.
raw: Original table as downloaded from Eurostat.tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).Last updated: 2010-02-19T11:00:00+0100
CREATE TABLE raw (
"freq" VARCHAR,
"indic_sb" VARCHAR,
"bus_func" VARCHAR,
"bus_part" VARCHAR,
"nace_r1" VARCHAR,
"geo" VARCHAR,
"n_2007" DOUBLE -- 2007
);CREATE TABLE tidy (
"freq" VARCHAR,
"indic_sb" VARCHAR,
"bus_func" VARCHAR,
"bus_part" VARCHAR,
"nace_r1" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.