Weights Of Producer Prices Of Agricultural Products - Survey 1995
Eurostat code: apri_pi95_vwpa ยท (1995 - 1995)
@eurostat.apri_pi95_vwpa
Eurostat code: apri_pi95_vwpa ยท (1995 - 1995)
@eurostat.apri_pi95_vwpa
This Eurostat dataset contains data on weights of producer prices of agricultural products - survey 1995, as collected and published by the Statistical Office of the European Union.
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: 2017-04-27T23:00:00+0200
CREATE TABLE raw (
"freq" VARCHAR,
"unit" VARCHAR,
"ind_outp" VARCHAR,
"geo" VARCHAR,
"n_1995" DOUBLE -- 1995
);CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"ind_outp" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.