Baselight

Global - Food Prices

Global - Food Prices 2023

@kaggle.jocelyndumlao_global_food_prices

Wfp Commodities Global
@kaggle.jocelyndumlao_global_food_prices.wfp_commodities_global

  • 21.2 KB
  • 1033 rows
  • 3 columns
commodity_id

Commodity Id

category

Category

commodity

Commodity

#item+code#item+type#item+name
50pulses and nutsBeans
51cereals and tubersMaize
52cereals and tubersRice
54cereals and tubersMaize meal
55cereals and tubersBread
56cereals and tubersMaize (local)
57cereals and tubersRice (tchako)
58cereals and tubersWheat flour
60cereals and tubersRice (coarse)

CREATE TABLE wfp_commodities_global (
  "commodity_id" VARCHAR,
  "category" VARCHAR,
  "commodity" VARCHAR
);

Share link

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