Baselight

Persons With Low Level Of Expenditure By Risk Of Income Poverty, Material Deprivation And Work Intensity - Experimental Statistics

Eurostat code: icw_pov_01 ยท (2010 - 2020)

@eurostat.icw_pov_01

About this Dataset

Persons With Low Level Of Expenditure By Risk Of Income Poverty, Material Deprivation And Work Intensity - Experimental Statistics

This Eurostat dataset contains data on persons with low level of expenditure by risk of income poverty, material deprivation and work intensity - 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

Persons With Low Level Of Expenditure By Risk Of Income Poverty, Material Deprivation And Work Intensity - Experimental Statistics - Raw

@eurostat.icw_pov_01.raw
  • 21.93 KB
  • 2560 rows
  • 10 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "yn_rskpov" VARCHAR,
  "lev_depr" VARCHAR,
  "lev_expn" VARCHAR,
  "workint" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2010" DOUBLE,
  "n_2015" DOUBLE,
  "n_2020" DOUBLE
);

Persons With Low Level Of Expenditure By Risk Of Income Poverty, Material Deprivation And Work Intensity - Experimental Statistics - Unpivoted

@eurostat.icw_pov_01.tidy
  • 18.66 KB
  • 6877 rows
  • 9 columns
Loading...

CREATE TABLE tidy (
  "freq" VARCHAR,
  "yn_rskpov" VARCHAR,
  "lev_depr" VARCHAR,
  "lev_expn" VARCHAR,
  "workint" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);