Baselight

Sentiment Indicators - Monthly Data

Eurostat code: ei_bssi_m_r2 · (1980-01 - 2025-03)

@eurostat.ei_bssi_m_r2

Sentiment Indicators - Monthly Data - Unpivoted
@eurostat.ei_bssi_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.

  • 227.89 KB
  • 130358 rows
  • 6 columns
freq

Freq

indic

Indic

s_adj

S Adj

geo

Geo

time_period

Time Period

value

Value

MonthlyConstruction confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Germany1980-01-13
MonthlyConstruction confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Denmark1980-01-21.9
MonthlyConstruction confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Euro area – 20 countries (from 2023)1980-01-19.2
MonthlyConstruction confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)European Union - 27 countries (from 2020)1980-01-19.3
MonthlyConstruction confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)France1980-01-21.9
MonthlyConstruction confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Italy1980-01-29.9
MonthlyConstruction confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Luxembourg1980-0114.5
MonthlyConstruction confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Netherlands1980-01-13
MonthlyConstruction confidence indicatorSeasonally adjusted data, not calendar adjusted dataGermany1980-01-2.6
MonthlyConstruction confidence indicatorSeasonally adjusted data, not calendar adjusted dataDenmark1980-01-9.4

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

Share link

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