Baselight

Construction Index By NACE Rev. 2 Activity - Quarterly Data

Eurostat code: ei_isbu_q ยท (1980-Q1 - 2025-Q1)

@eurostat.ei_isbu_q

Construction Index By NACE Rev. 2 Activity - Quarterly Data - Unpivoted
@eurostat.ei_isbu_q.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.

  • 155.75 KB
  • 76137 rows
  • 8 columns
freq

Freq

unit

Unit

s_adj

S Adj

indic

Indic

nace_r2

Nace R2

geo

Geo

time_period

Time Period

value

Value

QuarterlyIndex, 2015=100Unadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Cost index (input price index) - new residential buildingsResidential buildings, except residences for communitiesSpain1980-Q121.4
QuarterlyIndex, 2021=100Unadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Cost index (input price index) - new residential buildingsResidential buildings, except residences for communitiesSpain1980-Q119.1
QuarterlyIndex, 2015=100Unadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Cost index (input price index) - new residential buildingsResidential buildings, except residences for communitiesSpain1980-Q222.3
QuarterlyIndex, 2021=100Unadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Cost index (input price index) - new residential buildingsResidential buildings, except residences for communitiesSpain1980-Q219.8
QuarterlyIndex, 2015=100Unadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Cost index (input price index) - new residential buildingsResidential buildings, except residences for communitiesSpain1980-Q322.8
QuarterlyIndex, 2021=100Unadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Cost index (input price index) - new residential buildingsResidential buildings, except residences for communitiesSpain1980-Q320.3
QuarterlyIndex, 2015=100Unadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Cost index (input price index) - new residential buildingsResidential buildings, except residences for communitiesSpain1980-Q423.2
QuarterlyIndex, 2021=100Unadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Cost index (input price index) - new residential buildingsResidential buildings, except residences for communitiesSpain1980-Q420.7
QuarterlyIndex, 2015=100Unadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Cost index (input price index) - new residential buildingsResidential buildings, except residences for communitiesSpain1981-Q124.5
QuarterlyIndex, 2021=100Unadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Cost index (input price index) - new residential buildingsResidential buildings, except residences for communitiesSpain1981-Q121.8

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "s_adj" VARCHAR,
  "indic" VARCHAR,
  "nace_r2" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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