Baselight

Age At Which The Person First Received An Old-age Pension (years)

Eurostat code: lfso_12agepens ยท (2012 - 2012)

@eurostat.lfso_12agepens

Loading...
Loading...

About this Dataset

Age At Which The Person First Received An Old-age Pension (years)

This Eurostat dataset contains data on age at which the person first received an old-age pension (years), 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

Age At Which The Person First Received An Old-age Pension (years) - Raw

@eurostat.lfso_12agepens.raw
  • 5.92 KB
  • 204 rows
  • 7 columns
Loading...

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

Age At Which The Person First Received An Old-age Pension (years) - Unpivoted

@eurostat.lfso_12agepens.tidy
  • 6.49 KB
  • 204 rows
  • 8 columns
Loading...

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

Share link

Anyone who has the link will be able to view this.