Baselight

Average Rent Per Month In Cities By Type Of Dwelling

Eurostat code: prc_colc_rents ยท (2013 - 2023)

@eurostat.prc_colc_rents

About this Dataset

Average Rent Per Month In Cities By Type Of Dwelling

This Eurostat dataset contains data on average rent per month in cities by type of dwelling, 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: 2023-12-11T23:00:00+0100

Tables

Average Rent Per Month In Cities By Type Of Dwelling - Raw

@eurostat.prc_colc_rents.raw
  • 23.78 KB
  • 432 rows
  • 15 columns

CREATE TABLE raw (
  "freq" VARCHAR,
  "building" VARCHAR,
  "currency" VARCHAR,
  "geo" VARCHAR,
  "n_2013" DOUBLE,
  "n_2014" DOUBLE,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "n_2023" DOUBLE
);

Average Rent Per Month In Cities By Type Of Dwelling - Unpivoted

@eurostat.prc_colc_rents.tidy
  • 14.34 KB
  • 4612 rows
  • 6 columns

CREATE TABLE tidy (
  "freq" VARCHAR,
  "building" VARCHAR,
  "currency" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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