Baselight

Industry - Monthly Data

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

@eurostat.ei_bsin_m_r2

Industry - Monthly Data - Unpivoted
@eurostat.ei_bsin_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.

  • 369.8 KB
  • 237237 rows
  • 7 columns
freq

Freq

indic

Indic

s_adj

S Adj

unit

Unit

geo

Geo

time_period

Time Period

value

Value

MonthlyIndustrial confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceGermany1980-01-2.2
MonthlyIndustrial confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceDenmark1980-010.9
MonthlyIndustrial confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceEuro area – 20 countries (from 2023)1980-01-0.7
MonthlyIndustrial confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceEuropean Union - 27 countries (from 2020)1980-01-0.6
MonthlyIndustrial confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceItaly1980-012.7
MonthlyIndustrial confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceLuxembourg1980-01-34.7
MonthlyIndustrial confidence indicatorUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)BalanceNetherlands1980-01-3.7
MonthlyIndustrial confidence indicatorSeasonally adjusted data, not calendar adjusted dataBalanceGermany1980-01-3.4
MonthlyIndustrial confidence indicatorSeasonally adjusted data, not calendar adjusted dataBalanceDenmark1980-014.3
MonthlyIndustrial confidence indicatorSeasonally adjusted data, not calendar adjusted dataBalanceEuro area – 20 countries (from 2023)1980-01-2.5

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.