Product Innovative Enterprises That Have Introduced New Or Significantly Improved Products By NACE Rev. 2 Activity And Size Class (2016)
Eurostat code: inn_cis10_prodn ยท (2016 - 2016)
@eurostat.inn_cis10_prodn
Eurostat code: inn_cis10_prodn ยท (2016 - 2016)
@eurostat.inn_cis10_prodn
CREATE TABLE raw (
"freq" VARCHAR,
"innovat" VARCHAR,
"sizeclas" VARCHAR,
"nace_r2" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2016" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"innovat" VARCHAR,
"sizeclas" VARCHAR,
"nace_r2" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.