Product And/or Process Innovative Enterprises That Received Public Funding For Innovation Activities By Source Of Funding, NACE Rev. 2 Activity And Size Class (2016)
Eurostat code: inn_cis10_pub ยท (2016 - 2016)
@eurostat.inn_cis10_pub
Eurostat code: inn_cis10_pub ยท (2016 - 2016)
@eurostat.inn_cis10_pub
CREATE TABLE raw (
"freq" VARCHAR,
"sizeclas" VARCHAR,
"nace_r2" VARCHAR,
"src_fund" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2016" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"sizeclas" VARCHAR,
"nace_r2" VARCHAR,
"src_fund" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.