Baselight

Relative Poverty Threshold After Social Transfers, Income Per Month, ENP-East Countries

Eurostat code: enpe_ilc_li01 ยท (2005 - 2023)

@eurostat.enpe_ilc_li01

Relative Poverty Threshold After Social Transfers, Income Per Month, ENP-East Countries - Unpivoted
@eurostat.enpe_ilc_li01.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.

  • 4.82 KB
  • 106 rows
  • 5 columns
freq

Freq

currency

Currency

geo

Geo

time_period

Time Period

value

Value

AnnualNational currencyArmenia200520289
AnnualNational currencyAzerbaijan200543
AnnualNational currencyBelarus2005173778
AnnualNational currencyGeorgia200566
AnnualNational currencyArmenia200621555
AnnualNational currencyAzerbaijan200658
AnnualNational currencyBelarus2006210508
AnnualNational currencyGeorgia200672
AnnualNational currencyMoldova2006629
AnnualNational currencyArmenia200723168

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

Share link

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