Baselight

Social Protection Receipts By Institutional Sector

Eurostat code: spr_rec_sums ยท (1990 - 2022)

@eurostat.spr_rec_sums

Social Protection Receipts By Institutional Sector - Unpivoted
@eurostat.spr_rec_sums.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.

  • 499.05 KB
  • 96004 rows
  • 6 columns
freq

Freq

sector

Sector

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualCorporationsEuro per inhabitantAustria19901546
AnnualCorporationsEuro per inhabitantBelgium19901551.71
AnnualCorporationsEuro per inhabitantSwitzerland19903584.16
AnnualCorporationsEuro per inhabitantDenmark1990279.11
AnnualCorporationsEuro per inhabitantGreece1990431.3
AnnualCorporationsEuro per inhabitantSpain1990883.65
AnnualCorporationsEuro per inhabitantFinland1990
AnnualCorporationsEuro per inhabitantFrance19901795.06
AnnualCorporationsEuro per inhabitantIreland1990290.19
AnnualCorporationsEuro per inhabitantIceland1990572.21

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

Share link

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