Baselight

Effect Of Social Transfers On Income Quintile Share Ratio S80/S20

Eurostat code: ilc_di11h · (2010 - 2024)

@eurostat.ilc_di11h

Effect Of Social Transfers On Income Quintile Share Ratio S80/S20 - Unpivoted
@eurostat.ilc_di11h.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.

  • 5.45 KB
  • 528 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualRatioAustria20103.5
AnnualRatioBelgium20105.9
AnnualRatioBulgaria20101.3
AnnualRatioSwitzerland20101.1
AnnualRatioCyprus20101.2
AnnualRatioCzechia20101.6
AnnualRatioGermany20104.5
AnnualRatioDenmark201012.7
AnnualRatioEuro area – 20 countries (from 2023)20104.3
AnnualRatioEstonia20102.4

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.