Coffee Dataset
Coffee economic indicatores from the International Coffee Organization dataset
@kaggle.michals22_coffee_dataset
Coffee economic indicatores from the International Coffee Organization dataset
@kaggle.michals22_coffee_dataset
CREATE TABLE coffee_production (
"country" VARCHAR,
"coffee_type" VARCHAR,
"n_1990_91" DOUBLE,
"n_1991_92" DOUBLE,
"n_1992_93" DOUBLE,
"n_1993_94" DOUBLE,
"n_1994_95" DOUBLE,
"n_1995_96" DOUBLE,
"n_1996_97" DOUBLE,
"n_1997_98" DOUBLE,
"n_1998_99" DOUBLE,
"n_1999_00" DOUBLE,
"n_2000_01" DOUBLE,
"n_2001_02" DOUBLE,
"n_2002_03" DOUBLE,
"n_2003_04" DOUBLE,
"n_2004_05" DOUBLE,
"n_2005_06" DOUBLE,
"n_2006_07" DOUBLE,
"n_2007_08" DOUBLE,
"n_2008_09" DOUBLE,
"n_2009_10" DOUBLE,
"n_2010_11" DOUBLE,
"n_2011_12" DOUBLE,
"n_2012_13" DOUBLE,
"n_2013_14" DOUBLE,
"n_2014_15" DOUBLE,
"n_2015_16" DOUBLE,
"n_2016_17" DOUBLE,
"n_2017_18" DOUBLE,
"n_2018_19" DOUBLE,
"n_2019_20" DOUBLE,
"total_production" DOUBLE
);
Anyone who has the link will be able to view this.