Baselight

Annual Production And Utilisation Of Milk On The Farm

Eurostat code: med_ag32 ยท (2000 - 2015)

@eurostat.med_ag32

Annual Production And Utilisation Of Milk On The Farm - Unpivoted
@eurostat.med_ag32.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.

  • 6.57 KB
  • 271 rows
  • 6 columns
freq

Freq

unit

Unit

prodmilk

Prodmilk

geo

Geo

time_period

Time Period

value

Value

AnnualTonneCows' milk collectionAlgeria2000100700
AnnualTonneCows' milk collectionEgypt20001645002
AnnualTonneCows' milk collectionIsrael20001186040
AnnualTonneCows' milk collectionJordan2000124076
AnnualTonneCows' milk collectionLebanon2000158400
AnnualTonneCows' milk collectionMorocco20001150000
AnnualTonneCows' milk collectionPalestine*200068095
AnnualTonneCows' milk collectionSyria20001156393
AnnualTonneCows' milk collectionTunisia2000870000
AnnualTonneEwes' collection milkIsrael200019366

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

Share link

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