Baselight

Producer Prices Of 35 Countries (2000 - 2020)

Producer prices in industry, domestic market - monthly data

@kaggle.hgultekin_producer_prices_of_35_countries_20002020

About this Dataset

Producer Prices Of 35 Countries (2000 - 2020)

Short Description: The industrial domestic output price index measures the average price development of all goods and related services resulting from the activity of the industry sector and sold on the domestic market. The domestic output price index shows the monthly development of transaction prices of economic activities. The domestic market is defined as customers resident in the same national territory as the observation unit. Data are compiled according to the Statistical classification of economic activities in the European Community, (NACE Rev. 2, Eurostat). Industrial producer prices are compiled as a "fixed base year Laspeyres type price-index". The current base year is 2015 (Index 2015 =100). Indexes, as well as both growth rates with respect to the previous month (M/M-1) and with respect to the corresponding month of the previous year (M/M-12) are presented in raw form.

Metadata: https://ec.europa.eu/eurostat/cache/metadata/en/sts_esms.htm

Tables

Sts Inppd M 1 Data

@kaggle.hgultekin_producer_prices_of_35_countries_20002020.sts_inppd_m_1_data
  • 21.17 KB
  • 9424 rows
  • 7 columns
Loading...

CREATE TABLE sts_inppd_m_1_data (
  "time" VARCHAR,
  "geo" VARCHAR,
  "indic_bt" VARCHAR,
  "nace_r2" VARCHAR,
  "s_adj" VARCHAR,
  "unit" VARCHAR,
  "value" VARCHAR
);

Sts Inppd M 2 Data

@kaggle.hgultekin_producer_prices_of_35_countries_20002020.sts_inppd_m_2_data
  • 22.79 KB
  • 9424 rows
  • 7 columns
Loading...

CREATE TABLE sts_inppd_m_2_data (
  "time" VARCHAR,
  "geo" VARCHAR,
  "indic_bt" VARCHAR,
  "nace_r2" VARCHAR,
  "s_adj" VARCHAR,
  "unit" VARCHAR,
  "value" VARCHAR
);