Baselight

Services - Monthly Data

Eurostat code: ei_bsse_m_r2 ยท (1988-01 - 2025-03)

@eurostat.ei_bsse_m_r2

Services - Monthly Data - Unpivoted
@eurostat.ei_bsse_m_r2.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.

  • 174.88 KB
  • 109085 rows
  • 7 columns
freq

Freq

indic

Indic

s_adj

S Adj

unit

Unit

geo

Geo

time_period

Time Period

value

Value

MonthlyExpectations of the prices over the next 3 monthsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceFrance1988-0121.4
MonthlyExpectations of the prices over the next 3 monthsSeasonally adjusted data, not calendar adjusted dataBalanceFrance1988-0115
MonthlyBusiness situation development over the past 3 monthsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceFrance1988-01-11
MonthlyBusiness situation development over the past 3 monthsSeasonally adjusted data, not calendar adjusted dataBalanceFrance1988-01-11.1
MonthlyExpectation of the demand over the next 3 monthsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceFrance1988-0120.9
MonthlyExpectation of the demand over the next 3 monthsSeasonally adjusted data, not calendar adjusted dataBalanceFrance1988-0129
MonthlyEvolution of demand over the past 3 monthsUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceFrance1988-0125.5
MonthlyEvolution of demand over the past 3 monthsSeasonally adjusted data, not calendar adjusted dataBalanceFrance1988-0123.6
MonthlyServices confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceFrance1988-0111.8
MonthlyServices confidence indicatorSeasonally adjusted data, not calendar adjusted dataBalanceFrance1988-0113.8

CREATE TABLE tidy (
  "freq" VARCHAR,
  "indic" 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.