Baselight

Employment Expectations Indicator

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

@eurostat.ei_bsee_m_r2

Employment Expectations Indicator - Unpivoted
@eurostat.ei_bsee_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.

  • 104.13 KB
  • 59699 rows
  • 7 columns
freq

Freq

indic

Indic

s_adj

S Adj

unit

Unit

geo

Geo

time_period

Time Period

value

Value

MonthlyEmployment expectations over the next 3 months - constructionSeasonally adjusted data, not calendar adjusted dataBalanceGermany1980-019.6
MonthlyEmployment expectations over the next 3 months - constructionSeasonally adjusted data, not calendar adjusted dataBalanceDenmark1980-01-16.1
MonthlyEmployment expectations over the next 3 months - constructionSeasonally adjusted data, not calendar adjusted dataBalanceEuro area – 20 countries (from 2023)1980-01-0.6
MonthlyEmployment expectations over the next 3 months - constructionSeasonally adjusted data, not calendar adjusted dataBalanceEuropean Union - 27 countries (from 2020)1980-01-2
MonthlyEmployment expectations over the next 3 months - constructionSeasonally adjusted data, not calendar adjusted dataBalanceFrance1980-01-9.2
MonthlyEmployment expectations over the next 3 months - constructionSeasonally adjusted data, not calendar adjusted dataBalanceItaly1980-01-17.9
MonthlyEmployment expectations over the next 3 months - constructionSeasonally adjusted data, not calendar adjusted dataBalanceLuxembourg1980-0134.5
MonthlyEmployment expectations over the next 3 months - constructionSeasonally adjusted data, not calendar adjusted dataBalanceNetherlands1980-018.3
MonthlyEmployment expectations indicator over the next 3 monthsSeasonally adjusted data, not calendar adjusted dataIndexGermany1980-01112.5
MonthlyEmployment expectations indicator over the next 3 monthsSeasonally adjusted data, not calendar adjusted dataIndexDenmark1980-0190.2

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.