Baselight

In-work At-risk-of-poverty Rate By Months Worked

Eurostat code: ilc_iw06 ยท (2003 - 2024)

@eurostat.ilc_iw06

In-work At-risk-of-poverty Rate By Months Worked - Unpivoted
@eurostat.ilc_iw06.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.37 KB
  • 1555 rows
  • 6 columns
freq

Freq

duration

Duration

unit

Unit

geo

Geo

time_period

Time Period

value

Value

Annual1 yearPercentageAustria20037.1
Annual1 yearPercentageBelgium20036.5
Annual1 yearPercentageDenmark20033.9
Annual1 yearPercentageGreece200313.3
Annual1 yearPercentageIreland20036.9
Annual1 yearPercentageLuxembourg20037.2
Annual1 yearPercentageNorway20033.5
AnnualLess than 1 yearPercentageAustria200312.7
AnnualLess than 1 yearPercentageBelgium20036.8
AnnualLess than 1 yearPercentageDenmark200318.4

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

Share link

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