Baselight

In-work At-risk-of-poverty Rate By Working Time - EU-SILC Survey

Eurostat code: tessi250 ยท (2013 - 2024)

@eurostat.tessi250

In-work At-risk-of-poverty Rate By Working Time - EU-SILC Survey - Unpivoted
@eurostat.tessi250.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.27 KB
  • 889 rows
  • 6 columns
freq

Freq

unit

Unit

worktime

Worktime

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageFull-timeAustria20136.8
AnnualPercentageFull-timeBelgium20133.5
AnnualPercentageFull-timeBulgaria20136.4
AnnualPercentageFull-timeSwitzerland20136.6
AnnualPercentageFull-timeCyprus20137.8
AnnualPercentageFull-timeCzechia20133.5
AnnualPercentageFull-timeGermany20136.3
AnnualPercentageFull-timeDenmark20134.2
AnnualPercentageFull-timeEuro area - 19 countries (2015-2022)20137
AnnualPercentageFull-timeEstonia20136.4

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

Share link

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