Baselight

Coffee Dataset

Coffee economic indicatores from the International Coffee Organization dataset

@kaggle.michals22_coffee_dataset

Coffee Re Export
@kaggle.michals22_coffee_dataset.coffee_re_export

  • 27.76 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_re_export

Total Re Export

Austria24900000453600005760000032100000228600001374000097800001332000012600000238800002454000026400000316800003720000032580000483600005946000067200000595200002490000027780000219000001824000018660000231600002268000018480000184800001542000016440000869220000
Belgium1301400001414200001394400001384800001342800001543200001743000001840200001746600003685200002988600003031800002936400002852400002554200002371800002676000002730000002626200002626200003008400004779780000
Belgium/Luxembourg5346000062280000678600007644000078240000796800008922000099480000136200000742860000
Bulgaria996000010980000420000420000066000007320000156000011400001080000240000360000300000180000180000180000660000840000174000043200006840000798000073200001104000011460000146400001650000019620000175200001872000021720000205620000
Croatia204000018600001800000192000010200001440000114000090000010200009000009600001020000108000010800001080000162000016800001680000144000014400001440000156000030600003780000594000046800005160000516000057900000
Cyprus9600004200002400001200006000060000600006000060000120000600002400002400003600004200005400001080000120000120000600001200004800001800002400001200006000013800007980000
Czechia1800003960000270000025200003000000456000014460000102000001494000015960000147600002106000019440000244200001854000021480000249600002430000028860000228000002646000032760000495000008154000058380000421800004476000045960000674640000
Denmark564000044400006180000618000075000007140000666000084600009600000135000001386000014100000162600001668000016260000119400001092000012060000127200001104000012480000882000067800005940000630000065400009120000720000076800007800000289800000
Estonia18000042000012000001500000198000025200002700000216000048000032400005400001140000282000045600005220000105600001086000014040000948000060000003180000216000084000042000078000015000001260000150000093240000
Finland114000012600002100000118800001302000058200001032000012300000111600001290000010320000888000071400007320000774000032400007260000900000010200000111000001158000011640000936000010860000109800001266000014520000178800001074000010080000284400000

CREATE TABLE coffee_re_export (
  "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_re_export" BIGINT
);

Share link

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