Number Of Innovating Enterprises Supported By Government, By NACE Rev. 1.1 (1996)
Eurostat code: inn_c1011 ยท (1996 - 1996)
@eurostat.inn_c1011
Eurostat code: inn_c1011 ยท (1996 - 1996)
@eurostat.inn_c1011
CREATE TABLE raw (
"freq" VARCHAR,
"indic_in" VARCHAR,
"nace_r1" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_1996" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"indic_in" VARCHAR,
"nace_r1" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.