Persons Who Receive A Pension, By Type Of Pension (%)
Eurostat code: lfso_12penstyp ยท (2012 - 2012)
@eurostat.lfso_12penstyp
Eurostat code: lfso_12penstyp ยท (2012 - 2012)
@eurostat.lfso_12penstyp
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"ynlfs" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"n_2012" DOUBLE
);
CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"ynlfs" VARCHAR,
"age" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);
Anyone who has the link will be able to view this.