Households By Country Of Birth Of Parents, Working Status And Years Of Residence
Eurostat code: lfso_14hhwkcob ยท (2014 - 2014)
@eurostat.lfso_14hhwkcob
Eurostat code: lfso_14hhwkcob ยท (2014 - 2014)
@eurostat.lfso_14hhwkcob
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"duration" VARCHAR,
"c_bthpar" VARCHAR,
"hhwkstat" VARCHAR,
"geo" VARCHAR,
"n_2014" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"duration" VARCHAR,
"c_bthpar" VARCHAR,
"hhwkstat" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.