Baselight

Price Indices Of Agricultural Input/output At Nominal Value (2000 = 100)

Eurostat code: med_ag51 ยท (2000 - 2013)

@eurostat.med_ag51

Price Indices Of Agricultural Input/output At Nominal Value (2000 = 100) - Unpivoted
@eurostat.med_ag51.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.02 KB
  • 826 rows
  • 5 columns
freq

Freq

product

Product

geo

Geo

time_period

Time Period

value

Value

AnnualCereals (including seeds)Israel2000100
AnnualCereals (including seeds)Palestine*2000100
AnnualCereals (including seeds)Tunisia2000100
AnnualIndustrial cropsIsrael2000100
AnnualIndustrial cropsTunisia2000100
AnnualForage plantsIsrael2000100
AnnualForage plantsTunisia2000100
AnnualVegetables and horticultural productsIsrael2000100
AnnualVegetables and horticultural productsPalestine*2000100
AnnualVegetables and horticultural productsTunisia2000100

CREATE TABLE tidy (
  "freq" VARCHAR,
  "product" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.