Enterprises In The Population And Realised Sample In Manufacturing Sector, By Sector Of Technology (1996)
Eurostat code: inn_c13 ยท (1996 - 1996)
@eurostat.inn_c13
Eurostat code: inn_c13 ยท (1996 - 1996)
@eurostat.inn_c13
CREATE TABLE raw (
"freq" VARCHAR,
"indic_in" VARCHAR,
"nace_r1" VARCHAR,
"sizeclas" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_1996" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"indic_in" VARCHAR,
"nace_r1" VARCHAR,
"sizeclas" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.