Enterprises That Received Public Funding For Research And Development (R&D) Or Other Innovation Activities, By Source Of Funding, NACE Rev. 2 Activity And Size Class (2018)
Eurostat code: inn_cis11_pub ยท (2018 - 2018)
@eurostat.inn_cis11_pub
Eurostat code: inn_cis11_pub ยท (2018 - 2018)
@eurostat.inn_cis11_pub
CREATE TABLE raw (
"freq" VARCHAR,
"src_fund" VARCHAR,
"enterpr" VARCHAR,
"sizeclas" VARCHAR,
"nace_r2" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2018" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"src_fund" VARCHAR,
"enterpr" 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.