Importance Of Barriers Met For Engaging In International Sourcing Of Activities By Sourcing Status And Economic Activity (figures And %) - Collection Round 2007 - Experimental Statistics
Eurostat code: iss_barr ยท (2007 - 2007)
@eurostat.iss_barr
Eurostat code: iss_barr ยท (2007 - 2007)
@eurostat.iss_barr
This Eurostat dataset contains data on importance of barriers met for engaging in international sourcing of activities by sourcing status and economic activity (figures and %) - 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,
"lev_impt" VARCHAR,
"barrier" VARCHAR,
"enterpr" VARCHAR,
"nace_r1" VARCHAR,
"geo" VARCHAR,
"n_2007" DOUBLE -- 2007
);CREATE TABLE tidy (
"freq" VARCHAR,
"indic_sb" VARCHAR,
"lev_impt" VARCHAR,
"barrier" VARCHAR,
"enterpr" VARCHAR,
"nace_r1" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.