Baselight

Median Of The Housing Cost Burden Distribution By Age Group - EU-SILC Survey

Eurostat code: tessi301 ยท (2013 - 2024)

@eurostat.tessi301

Median Of The Housing Cost Burden Distribution By Age Group - EU-SILC Survey - Unpivoted
@eurostat.tessi301.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.

  • 9.63 KB
  • 1772 rows
  • 8 columns
freq

Freq

unit

Unit

incgrp

Incgrp

sex

Sex

age

Age

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageTotalTotalTotalAustria201314.3
AnnualPercentageTotalTotalTotalBelgium201316.4
AnnualPercentageTotalTotalTotalBulgaria201320.2
AnnualPercentageTotalTotalTotalSwitzerland201320.9
AnnualPercentageTotalTotalTotalCyprus20139
AnnualPercentageTotalTotalTotalCzechia201320.7
AnnualPercentageTotalTotalTotalGermany201322.3
AnnualPercentageTotalTotalTotalDenmark201324.7
AnnualPercentageTotalTotalTotalEuro area - 19 countries (2015-2022)201316.5
AnnualPercentageTotalTotalTotalEstonia201314

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "incgrp" VARCHAR,
  "sex" VARCHAR,
  "age" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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