Baselight

Coffee Dataset

Coffee economic indicatores from the International Coffee Organization dataset

@kaggle.michals22_coffee_dataset

Coffee Green Coffee Inventorie
@kaggle.michals22_coffee_dataset.coffee_green_coffee_inventorie

  • 24.79 KB
  • 18 rows
  • 32 columns
country

Country

n_1990

1990

n_1991

1991

n_1992

1992

n_1993

1993

n_1994

1994

n_1995

1995

n_1996

1996

n_1997

1997

n_1998

1998

n_1999

1999

n_2000

2000

n_2001

2001

n_2002

2002

n_2003

2003

n_2004

2004

n_2005

2005

n_2006

2006

n_2007

2007

n_2008

2008

n_2009

2009

n_2010

2010

n_2011

2011

n_2012

2012

n_2013

2013

n_2014

2014

n_2015

2015

n_2016

2016

n_2017

2017

n_2018

2018

n_2019

2019

total_inventorie

Total Inventorie

Austria1998000019980000220200001998000016980000164400001476000013860000126000001128000097200008520000810000078600007800000774000075600007680000774000082800008460000666000058200005520000576000057600005400000480000048000004800000306660000
Cyprus60000072000060000048000078000078000072000036000054000054000060000072000078000078000036000042000048000048000048000030000030000036000024000042000072000036000012000018000030000014520000
Denmark534000053400005340000534000053400005340000534000053400005340000534000053400005340000534000053400005340000534000053400005340000534000053400005340000534000053400005340000534000053400005340000534000053400005340000160200000
Finland10560000133800001278000011280000169200001320000084000001086000097200001062000060600005400000462000056400004980000498000049800004980000498000049800004980000498000049800004980000498000049800004980000498000049800004980000219120000
France343800003372000032220000233400002886000018060000159600001902000021000000183600002106000035040000431400003900000037260000312000002856000022080000302400002898000025620000248400002676000026280000299400003042000034320000285000002784000027120000843120000
Germany2400000009600000015000000012000000023400000013800000096000000114000000960000001320000001500000001710000002148000001974000001914000001731000001860600002004600001926600001746600001608000001477200001715400001581600001872000002111400002394600002160600002110800002087400005179440000
Ireland3600004200006000004800003600006600004800004200002400003600004200003600003600002400002400001800001800001800006540000
Italy129000001134000011220000136800001332000013020000133800001362000014040000141000001470000015180000151800001590000016140000166800001764000018840000190200001902000019560000197400002076000021120000222600002220000024180000237600002526000025680000523440000
Netherlands105120000105120000628800004242000042420000424200004242000042420000424200004242000042420000424200004242000042420000424200004242000042420000424200004242000042420000424200004242000042420000424200004242000042420000424200004242000042420000424200001418460000
Portugal408000085800007260000132000009540000516000069000007860000606000049200007440000636000066600001068000010200000900000078000007200000660000060000006060000540000066000007200000600000077400007740000774000077400007740000221460000

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
);

Share link

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