Weights Of Purchase Prices Of The Means Of Agricultural Production - Survey 1995
Eurostat code: apri_pi95_vwia ยท (1995 - 1995)
@eurostat.apri_pi95_vwia
Eurostat code: apri_pi95_vwia ยท (1995 - 1995)
@eurostat.apri_pi95_vwia
This Eurostat dataset contains data on weights of purchase prices of the means of agricultural production - 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_inpu" VARCHAR,
"geo" VARCHAR,
"n_1995" DOUBLE -- 1995
);CREATE TABLE tidy (
"freq" VARCHAR,
"unit" VARCHAR,
"ind_inpu" VARCHAR,
"geo" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.