Baselight

Income Quintile Share Ratio - S80/S20

Eurostat code: enps_ilc_di11 ยท (2005 - 2021)

@eurostat.enps_ilc_di11

Income Quintile Share Ratio - S80/S20 - Unpivoted
@eurostat.enps_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.12 KB
  • 30 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualRatioEgypt200539
AnnualRatioIsrael20057.8
AnnualRatioIsrael20067.5
AnnualRatioJordan20061.7
AnnualRatioIsrael20077.3
AnnualRatioMorocco20078.8
AnnualRatioIsrael20087.6
AnnualRatioJordan20081.7
AnnualRatioLibya20081.4
AnnualRatioIsrael20098.1

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.