Baselight

In-work At-risk-of-poverty Rate

Eurostat code: tespm070 ยท (2013 - 2024)

@eurostat.tespm070

In-work At-risk-of-poverty Rate - Unpivoted
@eurostat.tespm070.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.

  • 7.24 KB
  • 445 rows
  • 8 columns
freq

Freq

wstatus

Wstatus

sex

Sex

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEmployed personsTotalFrom 18 to 64 yearsPercentageAustria20137.9
AnnualEmployed personsTotalFrom 18 to 64 yearsPercentageBelgium20134.4
AnnualEmployed personsTotalFrom 18 to 64 yearsPercentageBulgaria20137.2
AnnualEmployed personsTotalFrom 18 to 64 yearsPercentageSwitzerland20137.6
AnnualEmployed personsTotalFrom 18 to 64 yearsPercentageCyprus20139
AnnualEmployed personsTotalFrom 18 to 64 yearsPercentageCzechia20134.1
AnnualEmployed personsTotalFrom 18 to 64 yearsPercentageGermany20138.6
AnnualEmployed personsTotalFrom 18 to 64 yearsPercentageDenmark20135.4
AnnualEmployed personsTotalFrom 18 to 64 yearsPercentageEuro area - 19 countries (2015-2022)20138.7
AnnualEmployed personsTotalFrom 18 to 64 yearsPercentageEstonia20137.7

CREATE TABLE tidy (
  "freq" VARCHAR,
  "wstatus" 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.