Baselight

Distribution Of VAT Paid By Households As A Percentage Of Their Gross Income By Income Quintile - Experimental Statistics

Eurostat code: icw_tax_03 ยท (2010 - 2020)

@eurostat.icw_tax_03

Loading...
Loading...

About this Dataset

Distribution Of VAT Paid By Households As A Percentage Of Their Gross Income By Income Quintile - Experimental Statistics

This Eurostat dataset contains data on distribution of vat paid by households as a percentage of their gross income by income quintile - experimental statistics, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2025-01-29T23:00:00+0100

Tables

Distribution Of VAT Paid By Households As A Percentage Of Their Gross Income By Income Quintile - Experimental Statistics - Raw

@eurostat.icw_tax_03.raw
  • 9.86 kB
  • 504 rows
  • 8 columns
Loading...
CREATE TABLE raw (
  "freq" VARCHAR,
  "quantile" VARCHAR,
  "quant_inc" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2010" DOUBLE  -- 2010,
  "n_2015" DOUBLE  -- 2015,
  "n_2020" DOUBLE  -- 2020
);

Distribution Of VAT Paid By Households As A Percentage Of Their Gross Income By Income Quintile - Experimental Statistics - Unpivoted

@eurostat.icw_tax_03.tidy
  • 8.26 kB
  • 1,422 rows
  • 7 columns
Loading...
CREATE TABLE tidy (
  "freq" VARCHAR,
  "quantile" VARCHAR,
  "quant_inc" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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