Baselight

Median Of The Housing Cost Burden Distribution By Degree Of Urbanisation - EU-SILC Survey

Eurostat code: tessi303 ยท (2013 - 2024)

@eurostat.tessi303

Median Of The Housing Cost Burden Distribution By Degree Of Urbanisation - EU-SILC Survey - Unpivoted
@eurostat.tessi303.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.62 KB
  • 1245 rows
  • 6 columns
freq

Freq

unit

Unit

deg_urb

Deg Urb

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageCitiesAustria201319
AnnualPercentageCitiesBelgium201321.1
AnnualPercentageCitiesBulgaria201318.9
AnnualPercentageCitiesSwitzerland201323
AnnualPercentageCitiesCyprus20139.6
AnnualPercentageCitiesCzechia201322.6
AnnualPercentageCitiesGermany201324.1
AnnualPercentageCitiesDenmark201328
AnnualPercentageCitiesEuro area - 19 countries (2015-2022)201317.5
AnnualPercentageCitiesEstonia201315.4

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.