Baselight

Effect Of Taxes On Income Quintile Share Ratio S80/S20

Eurostat code: ilc_di11g · (2010 - 2024)

@eurostat.ilc_di11g

Effect Of Taxes On Income Quintile Share Ratio S80/S20 - Unpivoted
@eurostat.ilc_di11g.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.39 KB
  • 528 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualRatioAustria20101.9
AnnualRatioBelgium20101.9
AnnualRatioBulgaria20100.4
AnnualRatioSwitzerland2010-0.9
AnnualRatioCyprus20100.4
AnnualRatioCzechia20100.8
AnnualRatioGermany20100.8
AnnualRatioDenmark2010-10.6
AnnualRatioEuro area – 20 countries (from 2023)20101.2
AnnualRatioEstonia20100.9

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.