Baselight

People At Risk Of Poverty Or Social Exclusion By Age

Eurostat code: tepsr_lm411 · (2015 - 2024)

@eurostat.tepsr_lm411

People At Risk Of Poverty Or Social Exclusion By Age - Unpivoted
@eurostat.tepsr_lm411.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 10.91 KB
  • 2848 rows
  • 7 columns
freq

Freq

sex

Sex

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualTotalTotalPercentageAustria201516.9
AnnualTotalTotalPercentageBelgium201521.6
AnnualTotalTotalPercentageBulgaria201543.3
AnnualTotalTotalPercentageSwitzerland201518.2
AnnualTotalTotalPercentageCyprus201522.8
AnnualTotalTotalPercentageCzechia201513
AnnualTotalTotalPercentageGermany201520
AnnualTotalTotalPercentageDenmark201518.6
AnnualTotalTotalPercentageEuro area - 19 countries (2015-2022)201523
AnnualTotalTotalPercentageEuro area – 20 countries (from 2023)201523

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

Share link

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