Enterprises That Obtained Intra-group Loans For R&D Or Other Innovation Activities Within The Enterprise Group By NACE Rev. 2 Activity And Size Class (2018)
Eurostat code: inn_cis11_iglrd ยท (2018 - 2018)
@eurostat.inn_cis11_iglrd
Eurostat code: inn_cis11_iglrd ยท (2018 - 2018)
@eurostat.inn_cis11_iglrd
CREATE TABLE raw (
"freq" VARCHAR,
"sizeclas" VARCHAR,
"nace_r2" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2018" DOUBLE
);
CREATE TABLE tidy (
"freq" 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.