Not Employed Persons, Average Number Of Years Spent Working - By Granting Of Other Individual Benefits And Sex
Eurostat code: lfso_06otbnyrsp ยท (2006 - 2006)
@eurostat.lfso_06otbnyrsp
Eurostat code: lfso_06otbnyrsp ยท (2006 - 2006)
@eurostat.lfso_06otbnyrsp
CREATE TABLE raw (
"freq" VARCHAR,
"sex" VARCHAR,
"wstatus" VARCHAR,
"ynlfs" VARCHAR,
"geo" VARCHAR,
"n_2006" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"sex" VARCHAR,
"wstatus" VARCHAR,
"ynlfs" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.