Baselight

Median Saving Rate By The Self-declared Level Of Difficulty To Make Ends Meet - Experimental Statistics

Eurostat code: icw_sr_12 ยท (2010 - 2020)

@eurostat.icw_sr_12

Loading...
Loading...

About this Dataset

Median Saving Rate By The Self-declared Level Of Difficulty To Make Ends Meet - Experimental Statistics

This Eurostat dataset contains data on median saving rate by the self-declared level of difficulty to make ends meet - 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

Median Saving Rate By The Self-declared Level Of Difficulty To Make Ends Meet - Experimental Statistics - Raw

@eurostat.icw_sr_12.raw
  • 8.44 KB
  • 192 rows
  • 7 columns
Loading...

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

Median Saving Rate By The Self-declared Level Of Difficulty To Make Ends Meet - Experimental Statistics - Unpivoted

@eurostat.icw_sr_12.tidy
  • 7.51 KB
  • 518 rows
  • 6 columns
Loading...

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

Share link

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