Baselight

Housing Cost Overburden Rate By Degree Of Urbanisation - EU-SILC Survey

Eurostat code: tessi165 ยท (2013 - 2024)

@eurostat.tessi165

Housing Cost Overburden Rate By Degree Of Urbanisation - EU-SILC Survey - Unpivoted
@eurostat.tessi165.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.64 KB
  • 1248 rows
  • 6 columns
freq

Freq

unit

Unit

deg_urb

Deg Urb

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageCitiesAustria201312.2
AnnualPercentageCitiesBelgium201315.4
AnnualPercentageCitiesBulgaria201312.6
AnnualPercentageCitiesSwitzerland201314.1
AnnualPercentageCitiesCyprus20134.2
AnnualPercentageCitiesCzechia201316.4
AnnualPercentageCitiesGermany201318.9
AnnualPercentageCitiesDenmark201324.3
AnnualPercentageCitiesEuro area - 19 countries (2015-2022)201313.1
AnnualPercentageCitiesEstonia20138.7

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

Share link

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