Baselight

Economic Accounts For Agriculture (EAA)

Eurostat code: med_ag50 ยท (2000 - 2013)

@eurostat.med_ag50

Economic Accounts For Agriculture (EAA) - Unpivoted
@eurostat.med_ag50.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.

  • 10.33 KB
  • 835 rows
  • 6 columns
freq

Freq

itm_newa

Itm Newa

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualCrop outputMillion euro (at constant 2000 prices)Israel20002071.8
AnnualCrop outputMillion euro (at constant 2000 prices)Morocco20004254.2
AnnualCrop outputMillion euro (at constant 2000 prices)Tunisia20001682.3
AnnualCrop outputMillion euroAlgeria20002534.4
AnnualCrop outputMillion euroIsrael20002071.8
AnnualCrop outputMillion euroMorocco20004254.2
AnnualCrop outputMillion euroTunisia20001682.3
AnnualAnimal outputMillion euro (at constant 2000 prices)Israel20001653.8
AnnualAnimal outputMillion euro (at constant 2000 prices)Morocco20002835.8
AnnualAnimal outputMillion euro (at constant 2000 prices)Tunisia20001067.1

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

Share link

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