Main Reasons (linked With Care Of Other People In Need Of Care) Given By Employed Persons Between 15 And 64 Years Old For Not Working Or Not Working More, By Occupation
Eurostat code: lfso_05nowre2 ยท (2005 - 2005)
@eurostat.lfso_05nowre2
Eurostat code: lfso_05nowre2 ยท (2005 - 2005)
@eurostat.lfso_05nowre2
This Eurostat dataset contains data on main reasons (linked with care of other people in need of care) given by employed persons between 15 and 64 years old for not working or not working more, by occupation, 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: 2014-03-12T23:00:00+0100
CREATE TABLE raw (
"freq" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"ynlfs" VARCHAR,
"isco88" VARCHAR,
"marsta" VARCHAR,
"geo" VARCHAR,
"n_2005" DOUBLE -- 2005
);CREATE TABLE tidy (
"freq" VARCHAR,
"sex" VARCHAR,
"age" VARCHAR,
"ynlfs" VARCHAR,
"isco88" VARCHAR,
"marsta" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.