Baselight

In-work At-risk-of-poverty Rate By Full-/part-time Work

Eurostat code: ilc_iw07 ยท (2003 - 2024)

@eurostat.ilc_iw07

In-work At-risk-of-poverty Rate By Full-/part-time Work - Unpivoted
@eurostat.ilc_iw07.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.

  • 8.67 KB
  • 1554 rows
  • 6 columns
freq

Freq

worktime

Worktime

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualFull-timePercentageAustria20037.5
AnnualFull-timePercentageBelgium20036.2
AnnualFull-timePercentageDenmark20033.9
AnnualFull-timePercentageGreece200312.5
AnnualFull-timePercentageIreland20036
AnnualFull-timePercentageLuxembourg20036.8
AnnualFull-timePercentageNorway20033.8
AnnualPart-timePercentageAustria200315.4
AnnualPart-timePercentageBelgium20037
AnnualPart-timePercentageGreece200326.1

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

Share link

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