Baselight

Income Quintile Share Ratio S80/S20 By NUTS 2 Region

Eurostat code: ilc_di11_r · (2003 - 2024)

@eurostat.ilc_di11_r

Income Quintile Share Ratio S80/S20 By NUTS 2 Region - Unpivoted
@eurostat.ilc_di11_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.

  • 13.95 KB
  • 3565 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualIndexAustria20034.1
AnnualIndexBelgium20034.3
AnnualIndexDenmark20033.6
AnnualIndexGreece20036.4
AnnualIndexAttiki20036
AnnualIndexNisia Aigaiou, Kriti20035.4
AnnualIndexVoreia Elláda20035.9
AnnualIndexKentriki Elláda20036.7
AnnualIndexIreland20034.9
AnnualIndexBorder, Midland and Western (NUTS 2013)20034.5

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.