Baselight

Current Level Of Capacity Utilization In Manufacturing Industry

Eurostat code: teibs070 ยท (2022-Q3 - 2025-Q2)

@eurostat.teibs070

Loading...
Loading...

About this Dataset

Current Level Of Capacity Utilization In Manufacturing Industry

This Eurostat dataset contains data on current level of capacity utilization in manufacturing industry, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2025-04-29T11:00:00+0200

Tables

Current Level Of Capacity Utilization In Manufacturing Industry - Raw

@eurostat.teibs070.raw
  • 14.19 KB
  • 34 rows
  • 16 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "indic" VARCHAR,
  "s_adj" VARCHAR,
  "geo" VARCHAR,
  "n_2022_q3" DOUBLE,
  "n_2022_q4" DOUBLE,
  "n_2023_q1" DOUBLE,
  "n_2023_q2" DOUBLE,
  "n_2023_q3" DOUBLE,
  "n_2023_q4" DOUBLE,
  "n_2024_q1" DOUBLE,
  "n_2024_q2" DOUBLE,
  "n_2024_q3" DOUBLE,
  "n_2024_q4" DOUBLE,
  "n_2025_q1" DOUBLE,
  "n_2025_q2" DOUBLE
);

Current Level Of Capacity Utilization In Manufacturing Industry - Unpivoted

@eurostat.teibs070.tidy
  • 6.83 KB
  • 408 rows
  • 6 columns
Loading...

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.