Baselight

Distribution Of Direct And Indirect Taxes Paid By Households As A Percentage Of Their Gross Income By Age Of The Reference Person - Experimental Statistics

Eurostat code: icw_tax_07 ยท (2010 - 2020)

@eurostat.icw_tax_07

Distribution Of Direct And Indirect Taxes Paid By Households As A Percentage Of Their Gross Income By Age Of The Reference Person - Experimental Statistics - Unpivoted
@eurostat.icw_tax_07.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.

  • 11.4 KB
  • 3291 rows
  • 7 columns
freq

Freq

quantile

Quantile

age

Age

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualMedianTotalPercentageAustria201030.6
AnnualMedianTotalPercentageBelgium201028
AnnualMedianTotalPercentageBulgaria201019.6
AnnualMedianTotalPercentageCyprus201015.7
AnnualMedianTotalPercentageCzechia201019.1
AnnualMedianTotalPercentageGermany201028.1
AnnualMedianTotalPercentageDenmark201042.3
AnnualMedianTotalPercentageEstonia201022.9
AnnualMedianTotalPercentageGreece201031.4
AnnualMedianTotalPercentageSpain201020.3

CREATE TABLE tidy (
  "freq" VARCHAR,
  "quantile" VARCHAR,
  "age" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.