Baselight

Proportion Of Dissaving Households By Level Of Expenditure And Degree Of Urbanisation - Experimental Statistics

Eurostat code: icw_pov_08 ยท (2010 - 2020)

@eurostat.icw_pov_08

Loading...
Loading...

About this Dataset

Proportion Of Dissaving Households By Level Of Expenditure And Degree Of Urbanisation - Experimental Statistics

This Eurostat dataset contains data on proportion of dissaving households by level of expenditure and degree of urbanisation - 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

Proportion Of Dissaving Households By Level Of Expenditure And Degree Of Urbanisation - Experimental Statistics - Raw

@eurostat.icw_pov_08.raw
  • 13.91 KB
  • 864 rows
  • 9 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "hhtype" VARCHAR,
  "lev_expn" VARCHAR,
  "deg_urb" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2010" DOUBLE,
  "n_2015" DOUBLE,
  "n_2020" DOUBLE
);

Proportion Of Dissaving Households By Level Of Expenditure And Degree Of Urbanisation - Experimental Statistics - Unpivoted

@eurostat.icw_pov_08.tidy
  • 11.21 KB
  • 2306 rows
  • 8 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "hhtype" VARCHAR,
  "lev_expn" VARCHAR,
  "deg_urb" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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