Baselight

Meat Production

Eurostat code: enps_apro_mt_p ยท (2005 - 2022)

@eurostat.enps_apro_mt_p

Meat Production - Unpivoted
@eurostat.enps_apro_mt_p.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.

  • 7.4 KB
  • 485 rows
  • 6 columns
freq

Freq

unit

Unit

meat

Meat

geo

Geo

time_period

Time Period

value

Value

AnnualThousand tonnesBovine meatEgypt2005706.4
AnnualThousand tonnesBovine meatIsrael200589.9
AnnualThousand tonnesBovine meatJordan20057.5
AnnualThousand tonnesBovine meatLebanon200516.5
AnnualThousand tonnesBovine meatMorocco2005174
AnnualThousand tonnesBovine meatPalestine*20055.2
AnnualThousand tonnesBovine meatTunisia200545.8
AnnualThousand tonnesPigmeatEgypt20052.3
AnnualThousand tonnesPigmeatIsrael200518.7
AnnualThousand tonnesPigmeatLebanon20051.1

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

Share link

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