Baselight

Expenditure On Social Benefits By Function, Type Of Benefit And Means-testing

Eurostat code: spr_exp_ftm ยท (1990 - 2022)

@eurostat.spr_exp_ftm

Expenditure On Social Benefits By Function, Type Of Benefit And Means-testing - Unpivoted
@eurostat.spr_exp_ftm.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.

  • 8.02 MB
  • 2178750 rows
  • 9 columns
freq

Freq

spfunc

Spfunc

spscheme

Spscheme

spdep

Spdep

spdepm

Spdepm

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualDisabilityAll schemesCash benefitsMeans-testedEuro per inhabitantAustria19909.24
AnnualDisabilityAll schemesCash benefitsMeans-testedEuro per inhabitantBelgium199063.07
AnnualDisabilityAll schemesCash benefitsMeans-testedEuro per inhabitantSwitzerland199010.03
AnnualDisabilityAll schemesCash benefitsMeans-testedEuro per inhabitantDenmark1990
AnnualDisabilityAll schemesCash benefitsMeans-testedEuro per inhabitantGreece1990
AnnualDisabilityAll schemesCash benefitsMeans-testedEuro per inhabitantSpain199022.95
AnnualDisabilityAll schemesCash benefitsMeans-testedEuro per inhabitantFinland1990104.26
AnnualDisabilityAll schemesCash benefitsMeans-testedEuro per inhabitantFrance199043.23
AnnualDisabilityAll schemesCash benefitsMeans-testedEuro per inhabitantIreland199026.5
AnnualDisabilityAll schemesCash benefitsMeans-testedEuro per inhabitantIceland1990

CREATE TABLE tidy (
  "freq" VARCHAR,
  "spfunc" VARCHAR,
  "spscheme" VARCHAR,
  "spdep" VARCHAR,
  "spdepm" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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