Innovation Active Enterprises That Co-operated With Other Entities, By Kind And Location Of Co-operation Partner, NACE Rev. 2 And Size Class (CIS2022)
Eurostat code: inn_cis13_coop ยท (2022 - 2022)
@eurostat.inn_cis13_coop
Eurostat code: inn_cis13_coop ยท (2022 - 2022)
@eurostat.inn_cis13_coop
CREATE TABLE raw (
"freq" VARCHAR,
"locpart" VARCHAR,
"unit" VARCHAR,
"coop_ptn" VARCHAR,
"sizeclas" VARCHAR,
"nace_r2" VARCHAR,
"geo" VARCHAR,
"n_2022" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"locpart" VARCHAR,
"unit" VARCHAR,
"coop_ptn" VARCHAR,
"sizeclas" VARCHAR,
"nace_r2" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.