Baselight

Coffee Dataset

Coffee economic indicatores from the International Coffee Organization dataset

@kaggle.michals22_coffee_dataset

Coffee Importers Consumption
@kaggle.michals22_coffee_dataset.coffee_importers_consumption

  • 28.64 KB
  • 35 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_import_consumption

Total Import Consumption

Austria8040000078120000727200008010000065160000607200006456000065220000663000006738000052500000607800005556000043200000597600004632000036720000508200005448000053160000541800006702000076140000749400006810000068160000715800006972000070320000703800001904520000
Belgium5004000067980000530400008904000094740000837600006948000092220000661800003900000056040000522600005604000054900000747000007554000064440000901200007800000081900000711000001460520000
Belgium/Luxembourg674400004248000041760000473400005748000064380000623400005316000078540000514920000
Bulgaria6120000102000010500000196200002118000023580000147600001650000019440000217800001650000021000000204600002382000021840000258000002520000021840000267000002454000023700000216000002256000025140000225600002436000027120000249000002556000025380000625080000
Croatia81000007920000984000017280000182400002166000019200000202200001962000020220000213000002250000022200000224400002316000023160000226200002196000022200000220200002160000023220000220800002250000022800000216600002160000022860000564180000
Cyprus186000027000002340000468000027000002580000312000027600002760000324000040200003180000306000031800003600000420000033000004140000462000045000004440000486000051000005340000486000055800005580000582000078000006900000122820000
Czechia3954000031500000283200002688000030540000306600002850000029100000313800003348000033600000379800003852000037380000363000003936000037860000407400003726000031500000282000003432000041100000382200005988000042480000483600004824000069480000505800001141260000
Denmark5190000054540000575400005346000054480000454800005370000048480000512400005214000047460000520800004830000043440000509400004770000049320000476400004128000040560000483600004572000048000000493200004488000043860000451800004398000044340000466800001452000000
Estonia7800002640000378000049800005040000594000054000005700000582000064200006660000684000077400008700000100200006060000924000073800006300000402000062400007200000702000071400007260000654000075600007380000175800000
Finland6420000057960000618000006774000063000000441000005406000056340000600600005874000058020000568200005820000057960000620400006612000062820000634200006690000063480000648000006558000064920000657000006180000066600000688200006372000066360000808800001872960000

CREATE TABLE coffee_importers_consumption (
  "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_import_consumption" BIGINT
);

Share link

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