Baselight

World Food Production

Different Food Production Data Since 1961-2023

@kaggle.rafsunahmad_world_food_production

Loading...
Loading...

About this Dataset

World Food Production

This dataset contains data of total production of different types of foods in per year in each country from 1961-2023 of all country.
The foods are:

  1. Maize
  2. Rice
  3. Yams
  4. Wheat
  5. Tomatoes
  6. Tea
  7. Sweet potatoes
  8. Sunflower seed
  9. Sugar cane
  10. Soybeans
  11. Rye
  12. Potatoes
  13. Oranges
  14. Peas dry
  15. Palm oil
  16. Grapes
  17. Coffee green
  18. Cocoa beans
  19. Meat chicken
  20. Bananas
  21. Avocados
  22. Apples

Tables

World Food Production

@kaggle.rafsunahmad_world_food_production.world_food_production
  • 1.49 MB
  • 11,912 rows
  • 24 columns
Loading...
CREATE TABLE world_food_production (
  "entity" VARCHAR,
  "year" BIGINT,
  "maize_production_tonnes" DOUBLE  -- Maize Production (tonnes),
  "rice_production_tonnes" DOUBLE  -- Rice Production ( Tonnes),
  "yams_production_tonnes" DOUBLE  -- Yams Production (tonnes),
  "wheat_production_tonnes" DOUBLE  -- Wheat Production (tonnes),
  "tomatoes_production_tonnes" DOUBLE  -- Tomatoes Production (tonnes),
  "tea_production_tonnes" DOUBLE  -- Tea Production ( Tonnes ),
  "sweet_potatoes_production_tonnes" DOUBLE  -- Sweet Potatoes Production (tonnes),
  "sunflower_seed_production_tonnes" DOUBLE  -- Sunflower Seed Production (tonnes),
  "sugar_cane_production_tonnes" DOUBLE  -- Sugar Cane Production (tonnes),
  "soybeans_production_tonnes" DOUBLE  -- Soybeans Production (tonnes),
  "rye_production_tonnes" DOUBLE  -- Rye Production (tonnes),
  "potatoes_production_tonnes" DOUBLE  -- Potatoes Production (tonnes),
  "oranges_production_tonnes" DOUBLE  -- Oranges Production (tonnes),
  "peas_dry_production_tonnes" DOUBLE  -- Peas, Dry Production ( Tonnes),
  "palm_oil_production_tonnes" DOUBLE  -- Palm Oil Production (tonnes),
  "grapes_production_tonnes" DOUBLE  -- Grapes Production (tonnes),
  "coffee_green_production_tonnes" DOUBLE  -- Coffee, Green Production ( Tonnes),
  "cocoa_beans_production_tonnes" DOUBLE  -- Cocoa Beans Production (tonnes),
  "meat_chicken_production_tonnes" DOUBLE  -- Meat, Chicken Production (tonnes),
  "bananas_production_tonnes" DOUBLE  -- Bananas Production ( Tonnes),
  "avocados_production_tonnes" DOUBLE  -- Avocados Production (tonnes),
  "apples_production_tonnes" DOUBLE  -- Apples Production (tonnes)
);

Share link

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