Enterprises Sourcing Abroad
Eurostat code: egi_so1 ยท (2007 - 2021)
@eurostat.egi_so1
Eurostat code: egi_so1 ยท (2007 - 2021)
@eurostat.egi_so1
This Eurostat dataset contains data on enterprises sourcing abroad, 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: 2023-04-17T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"bus_part" VARCHAR,
"src_act" VARCHAR,
"nace_r2" VARCHAR,
"indic_sb" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2007" DOUBLE -- 2007,
"n_2012" DOUBLE -- 2012,
"n_2018" DOUBLE -- 2018,
"n_2021" DOUBLE -- 2021
);
CREATE TABLE tidy (
"freq" VARCHAR,
"bus_part" VARCHAR,
"src_act" VARCHAR,
"nace_r2" VARCHAR,
"indic_sb" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.