Enterprises Managed By The Founder, By Sex Of The Entrepreneur (2005)
Eurostat code: fobs_gen ยท (2005 - 2005)
@eurostat.fobs_gen
Eurostat code: fobs_gen ยท (2005 - 2005)
@eurostat.fobs_gen
CREATE TABLE raw (
"freq" VARCHAR,
"sex" VARCHAR,
"nace_r1" VARCHAR,
"indic_fb" VARCHAR,
"geo" VARCHAR,
"n_2005" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"sex" VARCHAR,
"nace_r1" VARCHAR,
"indic_fb" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.