Baselight

Income Quintile Share Ratio - S80/S20, ENP-East Countries

Eurostat code: enpe_ilc_di11 ยท (2005 - 2023)

@eurostat.enpe_ilc_di11

Income Quintile Share Ratio - S80/S20, ENP-East Countries - Unpivoted
@eurostat.enpe_ilc_di11.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.38 KB
  • 106 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualRatioArmenia20059.5
AnnualRatioAzerbaijan20052.3
AnnualRatioBelarus20052.7
AnnualRatioGeorgia200515
AnnualRatioArmenia20067.6
AnnualRatioAzerbaijan20062.7
AnnualRatioBelarus20062.7
AnnualRatioGeorgia200615.5
AnnualRatioMoldova20067.1
AnnualRatioArmenia20078

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.