Baselight

Housing Cost Overburden Rate

Eurostat code: tespm140 ยท (2013 - 2024)

@eurostat.tespm140

Housing Cost Overburden Rate - Unpivoted
@eurostat.tespm140.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.

  • 7.31 KB
  • 444 rows
  • 8 columns
freq

Freq

unit

Unit

incgrp

Incgrp

age

Age

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageTotalTotalTotalAustria20137.2
AnnualPercentageTotalTotalTotalBelgium20139.6
AnnualPercentageTotalTotalTotalBulgaria201314.3
AnnualPercentageTotalTotalTotalSwitzerland201310.6
AnnualPercentageTotalTotalTotalCyprus20133.3
AnnualPercentageTotalTotalTotalCzechia201311.7
AnnualPercentageTotalTotalTotalGermany201316.4
AnnualPercentageTotalTotalTotalDenmark201317.9
AnnualPercentageTotalTotalTotalEuro area - 19 countries (2015-2022)201311.3
AnnualPercentageTotalTotalTotalEstonia20137.2

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

Share link

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