Baselight

Building Permits - Monthly Data

Eurostat code: sts_cobp_m · (1994-01 - 2025-03)

@eurostat.sts_cobp_m

Building Permits - Monthly Data - Unpivoted
@eurostat.sts_cobp_m.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.

  • 855.96 KB
  • 400609 rows
  • 8 columns
freq

Freq

indic_bt

Indic Bt

cpa2_1

Cpa2–1

s_adj

S Adj

unit

Unit

geo

Geo

time_period

Time Period

value

Value

MonthlyBuilding permits - number of dwellingsOne-dwelling buildingsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2015=100Germany1994-01125.4
MonthlyBuilding permits - number of dwellingsOne-dwelling buildingsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2015=100France1994-0197.1
MonthlyBuilding permits - number of dwellingsOne-dwelling buildingsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100Germany1994-01127.2
MonthlyBuilding permits - number of dwellingsOne-dwelling buildingsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100France1994-0175.5
MonthlyBuilding permits - number of dwellingsTwo- and more dwelling buildingsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2015=100Germany1994-01300
MonthlyBuilding permits - number of dwellingsTwo- and more dwelling buildingsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2015=100France1994-0178.1
MonthlyBuilding permits - number of dwellingsTwo- and more dwelling buildingsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100Germany1994-01208.8
MonthlyBuilding permits - number of dwellingsTwo- and more dwelling buildingsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100France1994-0174.9
MonthlyBuilding permits - number of dwellingsResidential buildings, except residences for communitiesUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2015=100Germany1994-01234.1
MonthlyBuilding permits - number of dwellingsResidential buildings, except residences for communitiesUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2015=100France1994-0186.5

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

Share link

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