Baselight

Average Size Of Dwelling By Income Quintile And Tenure Status

Eurostat code: ilc_lvho32 ยท (2020 - 2023)

@eurostat.ilc_lvho32

Loading...
Loading...

About this Dataset

Average Size Of Dwelling By Income Quintile And Tenure Status

This Eurostat dataset contains data on average size of dwelling by income quintile and tenure status, 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: 2025-05-26T23:00:00+0200

Tables

Average Size Of Dwelling By Income Quintile And Tenure Status - Raw

@eurostat.ilc_lvho32.raw
  • 10.41 KB
  • 1020 rows
  • 7 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "quant_inc" VARCHAR,
  "tenure" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2020" DOUBLE,
  "n_2023" DOUBLE
);

Average Size Of Dwelling By Income Quintile And Tenure Status - Unpivoted

@eurostat.ilc_lvho32.tidy
  • 10.32 KB
  • 1017 rows
  • 7 columns
Loading...

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

Share link

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