Methods To Find Current Job By Migration Status, Educational Attainment Level And Type Of Contract
Eurostat code: lfso_14leecm ยท (2014 - 2014)
@eurostat.lfso_14leecm
Eurostat code: lfso_14leecm ยท (2014 - 2014)
@eurostat.lfso_14leecm
This Eurostat dataset contains data on methods to find current job by migration status, educational attainment level and type of contract, as collected and published by the Statistical Office of the European Union.
raw: Original table as downloaded from Eurostat.tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).Last updated: 2023-05-11T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"workfind" VARCHAR,
"mgstatus" VARCHAR,
"isced11" VARCHAR,
"emp_cont" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"n_2014" DOUBLE -- 2014
);CREATE TABLE tidy (
"freq" VARCHAR,
"workfind" VARCHAR,
"mgstatus" VARCHAR,
"isced11" VARCHAR,
"emp_cont" VARCHAR,
"unit" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.