Baselight

House Sales - Value And Index (2015=100), Quarterly Data

Eurostat code: prc_hpi_hsvq ยท (2006-Q1 - 2024-Q4)

@eurostat.prc_hpi_hsvq

House Sales - Value And Index (2015=100), Quarterly Data - Unpivoted
@eurostat.prc_hpi_hsvq.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.

  • 57.24 KB
  • 12270 rows
  • 6 columns
freq

Freq

unit

Unit

geo

Geo

purchase

Purchase

time_period

Time Period

value

Value

QuarterlyEuroFrancePurchases of existing dwellings2006-Q133085332437
QuarterlyEuroFrancePurchases of newly built dwellings2006-Q17559524014
QuarterlyEuroFranceTotal2006-Q140644856450
QuarterlyQuarterly index, 2015=100FrancePurchases of existing dwellings2006-Q184.64
QuarterlyQuarterly index, 2015=100FrancePurchases of newly built dwellings2006-Q1111.64
QuarterlyQuarterly index, 2015=100FranceTotal2006-Q188.62
QuarterlyQuarterly index, 2015=100United KingdomTotal2006-Q178.89
QuarterlyNational currencyFrancePurchases of existing dwellings2006-Q133085332437
QuarterlyNational currencyFrancePurchases of newly built dwellings2006-Q17559524014
QuarterlyNational currencyFranceTotal2006-Q140644856450

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

Share link

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