Employees Who Can Take A Whole Day Off For Family Reasons, By Occupation (1–000)
Eurostat code: lfso_10fposorg · (2005 - 2010)
@eurostat.lfso_10fposorg
Eurostat code: lfso_10fposorg · (2005 - 2010)
@eurostat.lfso_10fposorg
This Eurostat dataset contains data on employees who can take a whole day off for family reasons, by occupation (1 000), 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: 2019-02-16T23:00:00+0100
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"ynlfs" VARCHAR,
"isco88" VARCHAR,
"geo" VARCHAR,
"n_2005" DOUBLE -- 2005,
"n_2010" DOUBLE -- 2010
);CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"ynlfs" VARCHAR,
"isco88" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.