Baselight

Economically Inactive Persons Who Receive A Pension Who Would Have Wished To Stay Longer In Employment (%)

Eurostat code: lfso_12worklong ยท (2012 - 2012)

@eurostat.lfso_12worklong

About this Dataset

Economically Inactive Persons Who Receive A Pension Who Would Have Wished To Stay Longer In Employment (%)

This Eurostat dataset contains data on economically inactive persons who receive a pension who would have wished to stay longer in employment (%), as collected and published by the Statistical Office of the European Union.

Tables included:

  • 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

Tables

Economically Inactive Persons Who Receive A Pension Who Would Have Wished To Stay Longer In Employment (%) - Raw

@eurostat.lfso_12worklong.raw
  • 5.43 KB
  • 102 rows
  • 6 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "geo" VARCHAR,
  "n_2012" DOUBLE
);

Economically Inactive Persons Who Receive A Pension Who Would Have Wished To Stay Longer In Employment (%) - Unpivoted

@eurostat.lfso_12worklong.tidy
  • 6.01 KB
  • 102 rows
  • 7 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);