Wheat Production Statistics
International Wheat Production Statistics
@kaggle.rajkumarpandey02_wheat_production_statistics
International Wheat Production Statistics
@kaggle.rajkumarpandey02_wheat_production_statistics
Context:
The following international wheat production statistics come from the Food and Agriculture Organization figures from faostat database, older from International Grains Council figures from the report "Grain Market Report"
The quantities of wheat in the following table are in million metric tonnes. All countries with a typical production quantity of at least 2 million metric tonnes are listed below.
CREATE TABLE international_wheat_production_statistics (
"unnamed_0" BIGINT -- Unnamed: 0,
"country" VARCHAR,
"n_2020_1" DOUBLE -- 2020[1],
"n_2019_1" VARCHAR -- 2019[1],
"n_2018_1" VARCHAR -- 2018[1],
"n_2017_1" VARCHAR -- 2017[1],
"n_2016_1" VARCHAR -- 2016[1],
"n_2015_2" VARCHAR -- 2015[2],
"n_2014_3" VARCHAR -- 2014[3],
"n_2013_4" VARCHAR -- 2013[4],
"n_2012_5" VARCHAR -- 2012[5],
"n_2011_5" VARCHAR -- 2011[5],
"n_2010_5" DOUBLE -- 2010[5],
"n_2009_5" DOUBLE -- 2009[5],
"n_2008_5" DOUBLE -- 2008[5],
"n_2007_5" DOUBLE -- 2007[5],
"n_2006_5" DOUBLE -- 2006[5],
"n_2005_6" DOUBLE -- 2005 [6],
"n_2004_6" DOUBLE -- 2004[6],
"n_2003_6" DOUBLE -- 2003[6],
"n_2002" DOUBLE -- 2002,
"n_2001" DOUBLE -- 2001,
"n_2000" DOUBLE -- 2000,
"n_1999" DOUBLE -- 1999,
"n_1998" DOUBLE -- 1998,
"n_1997" DOUBLE -- 1997,
"n_1996" DOUBLE -- 1996
);
Anyone who has the link will be able to view this.