Baselight

At-risk-of-poverty Rate Before Social Transfers (pensions Excluded From Social Transfers) By NUTS 2 Region

Eurostat code: ilc_li10_r · (2003 - 2024)

@eurostat.ilc_li10_r

At-risk-of-poverty Rate Before Social Transfers (pensions Excluded From Social Transfers) By NUTS 2 Region - Unpivoted
@eurostat.ilc_li10_r.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.

  • 16.89 KB
  • 3692 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageAustria200324.6
AnnualPercentageBelgium200329.1
AnnualPercentageDenmark200331.5
AnnualPercentageGreece200323.7
AnnualPercentageAttiki200314.5
AnnualPercentageNisia Aigaiou, Kriti200323.4
AnnualPercentageVoreia Elláda200329.8
AnnualPercentageKentriki Elláda200331.8
AnnualPercentageIreland200330.9
AnnualPercentageBorder, Midland and Western (NUTS 2013)200339.2

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

Share link

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