Baselight

Import Prices - Manufacturing

Eurostat code: teiis012 · (2024-04 - 2025-03)

@eurostat.teiis012

Import Prices - Manufacturing - Unpivoted
@eurostat.teiis012.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.

  • 8.44 KB
  • 696 rows
  • 8 columns
freq

Freq

indic_bt

Indic Bt

nace_r2

Nace R2

s_adj

S Adj

unit

Unit

geo

Geo

time_period

Time Period

value

Value

MonthlyImport pricesManufacturingUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100 (NSA)Albania2024-04106.5
MonthlyImport pricesManufacturingUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100 (NSA)Switzerland2024-04102
MonthlyImport pricesManufacturingUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100 (NSA)Germany2024-04112.6
MonthlyImport pricesManufacturingUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100 (NSA)Denmark2024-04117
MonthlyImport pricesManufacturingUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100 (NSA)Euro area – 20 countries (from 2023)2024-04112.3
MonthlyImport pricesManufacturingUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100 (NSA)Estonia2024-04122.9
MonthlyImport pricesManufacturingUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100 (NSA)Greece2024-04111.4
MonthlyImport pricesManufacturingUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100 (NSA)Spain2024-04114.4
MonthlyImport pricesManufacturingUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100 (NSA)European Union - 27 countries (from 2020)2024-04113
MonthlyImport pricesManufacturingUnadjusted data (i.e. neither seasonally adjusted nor calendar adjusted data)Index, 2021=100 (NSA)Finland2024-04116.2

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