Baselight

Overall Life Satisfaction By Level Of Satisfaction, Age And Educational Attainment

Eurostat code: ilc_pw05 ยท (2013 - 2024)

@eurostat.ilc_pw05

Loading...
Loading...

About this Dataset

Overall Life Satisfaction By Level Of Satisfaction, Age And Educational Attainment

This Eurostat dataset contains data on overall life satisfaction by level of satisfaction, age and educational attainment, 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: 2025-07-24T23:00:00+0200

Tables

Overall Life Satisfaction By Level Of Satisfaction, Age And Educational Attainment - Raw

@eurostat.ilc_pw05.raw
  • 151.32 KB
  • 18036 rows
  • 14 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "lev_satis" VARCHAR,
  "isced11" VARCHAR,
  "life_sat" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "geo" VARCHAR,
  "n_2013" DOUBLE,
  "n_2018" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "n_2023" DOUBLE,
  "n_2024" DOUBLE
);

Overall Life Satisfaction By Level Of Satisfaction, Age And Educational Attainment - Unpivoted

@eurostat.ilc_pw05.tidy
  • 123.43 KB
  • 85440 rows
  • 10 columns
Loading...

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

Share link

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