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_green_coffee_inventorie (
"country" VARCHAR,
"n_1990" BIGINT,
"n_1991" BIGINT,
"n_1992" BIGINT,
"n_1993" BIGINT,
"n_1994" BIGINT,
"n_1995" BIGINT,
"n_1996" BIGINT,
"n_1997" BIGINT,
"n_1998" BIGINT,
"n_1999" BIGINT,
"n_2000" BIGINT,
"n_2001" BIGINT,
"n_2002" BIGINT,
"n_2003" BIGINT,
"n_2004" BIGINT,
"n_2005" BIGINT,
"n_2006" BIGINT,
"n_2007" BIGINT,
"n_2008" BIGINT,
"n_2009" BIGINT,
"n_2010" BIGINT,
"n_2011" BIGINT,
"n_2012" BIGINT,
"n_2013" BIGINT,
"n_2014" BIGINT,
"n_2015" BIGINT,
"n_2016" BIGINT,
"n_2017" BIGINT,
"n_2018" BIGINT,
"n_2019" BIGINT,
"total_inventorie" BIGINT
);
Anyone who has the link will be able to view this.