From 4806a18591421834ccfa1a095520ee7bce115f0b Mon Sep 17 00:00:00 2001 From: eeerika Date: Thu, 20 Jul 2023 15:01:06 -0700 Subject: [PATCH 1/4] add clarifying comment to FIS --- globalprep/fis/v2023/STEP4a_RAM_data_prep.Rmd | 6 +++--- globalprep/fis/v2023/STEP4a_RAM_data_prep.html | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/globalprep/fis/v2023/STEP4a_RAM_data_prep.Rmd b/globalprep/fis/v2023/STEP4a_RAM_data_prep.Rmd index ba5966f8..720659f1 100644 --- a/globalprep/fis/v2023/STEP4a_RAM_data_prep.Rmd +++ b/globalprep/fis/v2023/STEP4a_RAM_data_prep.Rmd @@ -335,7 +335,7 @@ summary(mod) ## Identify FAO and OHI regions for RAM stocks -Identify the FAO/OHI regions where each RAM stock is located (fao and ohi regions are assigned to RAM Data in [STEP4b_fao_ohi_rgns.Rmd](https://mazu.nceas.ucsb.edu/rstudio/files/github/ohiprep_v2021/globalprep/fis/v2022/STEP4b_fao_ohi_rgns.html). **Run STEP4b_fao_ohi_rgns.Rmd now.** +Identify the FAO/OHI regions where each RAM stock is located (fao and ohi regions are assigned to RAM Data in [STEP4b_fao_ohi_rgns.Rmd](https://mazu.nceas.ucsb.edu/rstudio/files/github/ohiprep_v2023/globalprep/fis/v2023/STEP4b_fao_ohi_rgns.html). **Run STEP4b_fao_ohi_rgns.Rmd now.** If there are many differences between RAM spatial file and RAM metadata, check the STEP4_fao_ohi_rgns.Rmd prep again. @@ -376,7 +376,7 @@ ram_sp <- ram_bmsy_gf_final %>% # SAUP species, sci name (read in the datatable that includes TaxonKey) -SAUP_sp <- read_csv(file.path(dir_M,'git-annex/globalprep/fis/v2022/int/stock_catch_by_rgn_taxa.csv')) %>% +SAUP_sp <- read_csv(file.path(dir_M,'git-annex/globalprep/fis/v2022/int/stock_catch_by_rgn_taxa.csv')) %>% # use most recent one available dplyr::rename(SAUP_scientificname = TaxonName) %>% dplyr::select(SAUP_scientificname) %>% unique() %>% @@ -402,7 +402,7 @@ ram_sp_fao_ohi <- tmp %>% write_csv(ram_sp_fao_ohi, "int/new_ram_sp.csv") ## get SAUP fao_ohi regions -SAUP_sp_fao_ohi <- read_csv(file.path(dir_M,'git-annex/globalprep/fis/v2022/int/stock_catch_by_rgn_taxa.csv')) %>% +SAUP_sp_fao_ohi <- read_csv(file.path(dir_M,'git-annex/globalprep/fis/v2022/int/stock_catch_by_rgn_taxa.csv')) %>% # use most recent one available dplyr::rename(SAUP_scientificname = TaxonName) %>% dplyr::filter(year > 1979) # %>% #filter(str_detect(SAUP_scientificname, "Lepidorhombus")) diff --git a/globalprep/fis/v2023/STEP4a_RAM_data_prep.html b/globalprep/fis/v2023/STEP4a_RAM_data_prep.html index 2b19ba74..1326fc2a 100644 --- a/globalprep/fis/v2023/STEP4a_RAM_data_prep.html +++ b/globalprep/fis/v2023/STEP4a_RAM_data_prep.html @@ -9,7 +9,7 @@ - + OHI 2023: Food Provision/Fisheries, Preparing RAM B/Bmsy data @@ -1666,7 +1666,7 @@

OHI 2023: Food Provision/Fisheries, Preparing RAM B/Bmsy data

-

Compiled on Tue Jul 18 09:56:52 2023 by +

Compiled on Thu Jul 20 15:00:39 2023 by egg

@@ -2029,7 +2029,7 @@

Gapfill RAM data when there are missing years

Identify FAO and OHI regions for RAM stocks

Identify the FAO/OHI regions where each RAM stock is located (fao and -ohi regions are assigned to RAM Data in STEP4b_fao_ohi_rgns.Rmd. +ohi regions are assigned to RAM Data in STEP4b_fao_ohi_rgns.Rmd. Run STEP4b_fao_ohi_rgns.Rmd now.

If there are many differences between RAM spatial file and RAM metadata, check the STEP4_fao_ohi_rgns.Rmd prep again.

@@ -2071,7 +2071,7 @@

Standardize species names

# SAUP species, sci name (read in the datatable that includes TaxonKey) -SAUP_sp <- read_csv(file.path(dir_M,'git-annex/globalprep/fis/v2022/int/stock_catch_by_rgn_taxa.csv')) %>% +SAUP_sp <- read_csv(file.path(dir_M,'git-annex/globalprep/fis/v2022/int/stock_catch_by_rgn_taxa.csv')) %>% # use most recent one available dplyr::rename(SAUP_scientificname = TaxonName) %>% dplyr::select(SAUP_scientificname) %>% unique() %>% @@ -2097,7 +2097,7 @@

Standardize species names

write_csv(ram_sp_fao_ohi, "int/new_ram_sp.csv") ## get SAUP fao_ohi regions -SAUP_sp_fao_ohi <- read_csv(file.path(dir_M,'git-annex/globalprep/fis/v2022/int/stock_catch_by_rgn_taxa.csv')) %>% +SAUP_sp_fao_ohi <- read_csv(file.path(dir_M,'git-annex/globalprep/fis/v2022/int/stock_catch_by_rgn_taxa.csv')) %>% # use most recent one available dplyr::rename(SAUP_scientificname = TaxonName) %>% dplyr::filter(year > 1979) # %>% #filter(str_detect(SAUP_scientificname, "Lepidorhombus")) From 44af52d0f05b57eaa6ea9b0b47e4e210d4362f1a Mon Sep 17 00:00:00 2001 From: eeerika Date: Thu, 20 Jul 2023 15:44:57 -0700 Subject: [PATCH 2/4] add text that makes clear v2022 repo data for steps 1-3 were copied to v2023 since those scripts weren't run --- .../STEP1_download_saup_match_fao_data_fix.Rmd | 2 +- .../STEP1_download_saup_match_fao_data_fix.html | 7 ++++--- globalprep/fis/v2023/STEP2a_saup_catch_prep.Rmd | 5 +---- globalprep/fis/v2023/STEP2a_saup_catch_prep.html | 16 ++++++---------- .../STEP2b_species_resilience_lookup_table.Rmd | 2 +- globalprep/fis/v2023/STEP3_calculate_bbmsy.Rmd | 2 +- globalprep/fis/v2023/STEP3_calculate_bbmsy.html | 7 ++++--- 7 files changed, 18 insertions(+), 23 deletions(-) diff --git a/globalprep/fis/v2023/STEP1_download_saup_match_fao_data_fix.Rmd b/globalprep/fis/v2023/STEP1_download_saup_match_fao_data_fix.Rmd index 08311a0d..34919c5b 100644 --- a/globalprep/fis/v2023/STEP1_download_saup_match_fao_data_fix.Rmd +++ b/globalprep/fis/v2023/STEP1_download_saup_match_fao_data_fix.Rmd @@ -35,7 +35,7 @@ Note: In the future, I think it would be possible to use python to download the # Updates from previous scenario year -- None. This script wasn't run in v2023. +- None. This script wasn't run in v2023. Associated data files within the repo were copied from v2022 to v2023. # Data Source diff --git a/globalprep/fis/v2023/STEP1_download_saup_match_fao_data_fix.html b/globalprep/fis/v2023/STEP1_download_saup_match_fao_data_fix.html index 9cc1ab1b..3f6f2529 100644 --- a/globalprep/fis/v2023/STEP1_download_saup_match_fao_data_fix.html +++ b/globalprep/fis/v2023/STEP1_download_saup_match_fao_data_fix.html @@ -9,7 +9,7 @@ - + OHI 2023: Download SAUP production data and match FAO regions @@ -1666,7 +1666,7 @@

OHI 2023: Download SAUP production data and match FAO regions

-

Compiled on Tue Jul 18 09:54:08 2023 by +

Compiled on Thu Jul 20 15:42:13 2023 by egg

@@ -1700,7 +1700,8 @@

Summary

Updates from previous scenario year

    -
  • None. This script wasn’t run in v2023.
  • +
  • None. This script wasn’t run in v2023. Associated data files within +the repo were copied from v2022 to v2023.
diff --git a/globalprep/fis/v2023/STEP2a_saup_catch_prep.Rmd b/globalprep/fis/v2023/STEP2a_saup_catch_prep.Rmd index c9609a60..562a2137 100644 --- a/globalprep/fis/v2023/STEP2a_saup_catch_prep.Rmd +++ b/globalprep/fis/v2023/STEP2a_saup_catch_prep.Rmd @@ -33,13 +33,10 @@ An example of our aggregation process: New Zealand is located entirely in FAO re First, we need to match SAUP EEZ regions to OHI regions, and summarize per region, year, and species. ## Updates from previous assessment -v2022: Added new SAUP fisheries data to include year 2019 and added 2019 as a year for RAM data. +- None. This script wasn't run in v2023. Associated data files within the repo were copied from v2022 to v2023. *** -# Updates from previous scenario year - -- None. This script wasn't run in v2023. # Data Source diff --git a/globalprep/fis/v2023/STEP2a_saup_catch_prep.html b/globalprep/fis/v2023/STEP2a_saup_catch_prep.html index 6139c16b..8180e9d1 100644 --- a/globalprep/fis/v2023/STEP2a_saup_catch_prep.html +++ b/globalprep/fis/v2023/STEP2a_saup_catch_prep.html @@ -9,7 +9,7 @@ - + OHI 2023: Food Provision, Preparing catch data for BBmsy calculations and mean catch (weights in FIS model) and FP weights @@ -1667,7 +1667,7 @@

OHI 2023: Food Provision, Preparing catch data for BBmsy calculations and mean catch (weights in FIS model) and FP weights

-

Compiled on Tue Jul 18 09:54:49 2023 by +

Compiled on Thu Jul 20 15:43:02 2023 by egg

@@ -1701,16 +1701,12 @@

Summary

summarize per region, year, and species.

Updates from previous assessment

-

v2022: Added new SAUP fisheries data to include year 2019 and added -2019 as a year for RAM data.

-
-
- -
-

Updates from previous scenario year

    -
  • None. This script wasn’t run in v2023.
  • +
  • None. This script wasn’t run in v2023. Associated data files within +the repo were copied from v2022 to v2023.
+
+

Data Source

diff --git a/globalprep/fis/v2023/STEP2b_species_resilience_lookup_table.Rmd b/globalprep/fis/v2023/STEP2b_species_resilience_lookup_table.Rmd index 147d0007..55b1502f 100644 --- a/globalprep/fis/v2023/STEP2b_species_resilience_lookup_table.Rmd +++ b/globalprep/fis/v2023/STEP2b_species_resilience_lookup_table.Rmd @@ -19,7 +19,7 @@ This script uses FishBase to find the Resilience for each of the species in the # Updates from previous scenario year -- None. This script wasn't run in v2023. +- None. This script wasn't run in v2023. Associated data files within the repo were copied from v2022 to v2023. # Setup diff --git a/globalprep/fis/v2023/STEP3_calculate_bbmsy.Rmd b/globalprep/fis/v2023/STEP3_calculate_bbmsy.Rmd index 4cb7d30f..df99d7d0 100644 --- a/globalprep/fis/v2023/STEP3_calculate_bbmsy.Rmd +++ b/globalprep/fis/v2023/STEP3_calculate_bbmsy.Rmd @@ -24,7 +24,7 @@ The [`datalimited`](https://github.com/datalimited/datalimited) R package, devel # Updates from previous scenario year -- None. This script wasn't run in v2023. +- None. This script wasn't run in v2023. Associated data files within the repo were copied from v2022 to v2023. # Setup diff --git a/globalprep/fis/v2023/STEP3_calculate_bbmsy.html b/globalprep/fis/v2023/STEP3_calculate_bbmsy.html index be8f76d5..226a99f4 100644 --- a/globalprep/fis/v2023/STEP3_calculate_bbmsy.html +++ b/globalprep/fis/v2023/STEP3_calculate_bbmsy.html @@ -9,7 +9,7 @@ - + OHI 2023: Food Provision, Calculating fisheries stock status @@ -1666,7 +1666,7 @@

OHI 2023: Food Provision, Calculating fisheries stock status

-

Compiled on Tue Jul 18 09:56:20 2023 by +

Compiled on Thu Jul 20 15:44:12 2023 by egg

@@ -1686,7 +1686,8 @@

Summary

Updates from previous scenario year

    -
  • None. This script wasn’t run in v2023.
  • +
  • None. This script wasn’t run in v2023. Associated data files within +the repo were copied from v2022 to v2023.
From aa520e3978ede2fae2098227136ca73ac19d9b89 Mon Sep 17 00:00:00 2001 From: eeerika Date: Thu, 20 Jul 2023 15:46:07 -0700 Subject: [PATCH 3/4] add coral harvest data that came out in July 2023 and fix some countries that weren't being counted originally --- .../v2023/int/coral_harvest_tonnes_wide.csv | 2070 +++---- .../v2023/int/coral_harvest_usd_wide.csv | 2070 +++---- .../prs_coral_harvest/v2023/int/tonnes.csv | 5357 ++++++++++++++++- .../v2023/int/tonnes_coral_harvest.csv | 295 +- .../prs_coral_harvest/v2023/int/usd.csv | 5319 +++++++++++++++- .../v2023/output/prs_coral_gf.csv | 235 +- .../v2023/output/prs_coral_harvest.csv | 1840 +++--- .../v2023/prs_coral_harvest.Rmd | 86 +- 8 files changed, 13680 insertions(+), 3592 deletions(-) diff --git a/globalprep/prs_coral_harvest/v2023/int/coral_harvest_tonnes_wide.csv b/globalprep/prs_coral_harvest/v2023/int/coral_harvest_tonnes_wide.csv index e3520341..667ff9a2 100644 --- a/globalprep/prs_coral_harvest/v2023/int/coral_harvest_tonnes_wide.csv +++ b/globalprep/prs_coral_harvest/v2023/int/coral_harvest_tonnes_wide.csv @@ -1,1012 +1,1058 @@ -"rgn_name","rgn_id","commodity","product","1996","1997","1998","1999","2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","1988","1989","1990","1991","1992","1993","1994","1995","1987","1977","1978","1979","1980","1981","1982","1983","1984","1985","1986","1976" -"Albania",82,"Coral and the like","corals",315,87,221,100,27,45,78,44,77,19,14,0,50,16,0,104,38,37,9,63,134,31,14,28.12,27.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Albania",82,"Z_TOTAL","corals",315,87,221,100,27,45,78,44,77,19,14,0,50,16,0,104,38,37,9,63,134,31,14,28.12,27.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Albania",82,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,0.1,0.1,0,0,2,1,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Albania",82,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,1,0.1,0.1,0.1,0.12,0.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Algeria",84,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,0.1,0.1,1,1,1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Angola",200,"Fish body oils, nei","fish_oil",NA,NA,931,688,400,0,0,922,811,851,500,0,0,0,0,203,100,16,1632,8339,12537,11197,5536,5103,5000,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Angola",200,"Fish liver oils, nei","fish_oil",NA,90,34,2,0,0,0,0,0,0,0,0,40,8,8,2,25,0,945,0,0,0,0,0.18,0.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Argentina",172,"Fish body oils, nei","fish_oil",531,575,443,113,96,913,1249,1000,992,685,463,959,1543,1015,1243,1224,247,1203,539,495,265,828,67,0,245.3,74,184,353,375,368,46,209,537,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Argentina",172,"Fish liver oils, nei","fish_oil",0,0.1,0.1,0,0.1,0,0.1,31,27,5,2,0.1,0.1,0,0.1,0,0,0,0,1,0,0,0,0,0,6,0,1,0.1,1,1,1995,5,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Argentina",172,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,292,190,0.1,0,0.1,200,0,0,0,NA -"Argentina",172,"Ornamental fish nei","ornamentals",0.1,0.1,0.1,0,0.1,1,1,2,1,2,2,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0.1,99.1364914303804,1,8,1,87.2199114858577,0.1,0.1,1,137.606118124719,134.421902303848,131.237686482977,129.046445230322,124.82608203392,121.512347791107,118.241786355608,0,0,108.775484507622,140.531297101708 -"Argentina",172,"Agar agar nei","seaweeds",25,2,1,1,1,1,1,3,4,2,2,5,1,1,2,0.1,0.1,0.1,0.1,0,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,49,55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Argentina",172,"Other seaweeds and aquatic plants and products thereof","seaweeds",211,198,229,120,18,1,0.1,59,42,88,169,84,116,126,125,119,0,0,0,0,0,0,0,0,0,NA,NA,NA,276,74,239,704,375,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Argentina",172,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,74,77,158,101,201,168,16,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Aruba",250,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,12,0.1,0.8,0.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Coral and the like","corals",894,902,1377,861,982,829,1412,941,782,707,1676,616,446,294,353,426,1118,916,704,912,944,951,0,0,0,0,0,1618,1420,1300,1369,1780,1188,0,524,705,981,1505,663,739,613,535,468,0,464 -"Australia",16,"Z_TOTAL","corals",894,902,1377,861,982,829,1412,941,782,707,1676,616,446,294,353,426,1118,916,704,912,944,951,0,0,0,0,0,1618,1420,1300,1369,1780,1188,0,524,705,981,1505,663,739,613,535,468,0,464 -"Australia",16,"Fish body oils, nei","fish_oil",24,1,130,12,103,64,21,114,69,260,389,448,302,1517,1282,1555,2262,2694,2524,7119,2239,2383,2067,1978.74,1249.41,230,515,2,0.1,353,44,45,53,0.1,56,62,1,2,6,7,28,719,4,84,21 -"Australia",16,"Fish liver oils, nei","fish_oil",244,219,219,173,143,105,68,129,110,61,52,68,59,69,98,113,260,139,88,81,33,0,0,0,0,NA,18,27,79,132,282,526,200,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Ornamental fish nei","ornamentals",377,324,131,167,179,191,80,114.055863090038,164.144363088611,108.212372839479,97.9680790961472,183.980877443117,270.494362875081,274.895166367855,271.785663585702,281.193337928426,0,0,0,0,0,0,0,0,0,NA,52.3194424199602,45.4547865003448,65.8775767129604,77.9138582519087,118.489303635576,166,172,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,11,0,5.09116349453404,4.76212351646939,4.51017674808008,4.12712241928728,3.78286021510814,3.53877007955214,3.22200609028926,2.82274745627785,2.4853598058279,3.16491506772275,2.78628009489853,2.20631890572406,1.71720003368318,1.47998445185624,1.2128154573528,1.06251387624286,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Agar agar nei","seaweeds",4,4,2,0.1,0.1,0.1,0.1,0.1,0.1,4,55,200,122,1,0.1,0.1,0.1,1,1,1,1,2,1,0.09,1.07,NA,NA,NA,NA,NA,NA,NA,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Other seaweeds and aquatic plants and products thereof","seaweeds",3126,3569,3400,3964,2700,3370,4430,1350,4150,5400,5420,3340,2690,1980,3240,2450,0,0,0,0,0,0,0,0,0,NA,NA,1551,2692,2138,3156,3000,3431,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,7,11,25,4,17,43,46.54,50.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1180,836,959,552,870,994,827,1012.09,574.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Mother of pearl shells","shells",234,0,0,0,209,219,0,181,133,268,150,189,215,135,342,204,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,451,538,331,496,395,312,259,233,184,0,366 -"Australia",16,"Natural sponges raw","sponges",7,51,9,26,0,0,225,639,128,45,11,2,4,9,16,10,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bahamas",110,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,1,2,0,0,0,0,10,2,22,31,13,28,17,33,24,46,30.92,53.15,66.4,6.64,3.22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bahamas",110,"Shells nei","shells",NA,NA,NA,NA,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.19,0,0.33,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bahamas",110,"Trochus shells","shells",NA,NA,NA,NA,6,2,0,0,0,20,35,2,73,31,0.1,85,67,45,78,92,75.72,84.85,110.83,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bahamas",110,"Natural sponges nei","sponges",73,66,96,97,84,67,8,3,31,23,50,31,26,0,0,0,0,0,0,0,0,0,0,0.02,0.01,NA,NA,NA,NA,NA,NA,NA,90,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bahrain",52,"Fish body oils, nei","fish_oil",0,282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0.1,0.1,0.1,0,0,2 -"Bahrain",52,"Ornamental fish nei","ornamentals",4,1,0.1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bangladesh",204,"Ornamental fish nei","ornamentals",0,0,0,0,0,1,2,1,1,11,10,2,0.1,0.1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,NA,NA,NA,NA,NA,NA,NA,32,10,0,NA -"Bangladesh",204,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,0,50,63,74,74,103,35,200,0,0,0,3.54,4.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bangladesh",204,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,118,121,248,423,176,222,673,949,2197,2178,530,395,285,215,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Barbados",124,"Fish liver oils, nei","fish_oil",NA,NA,NA,0.1,0,0,0,0.1,0,0.1,0.1,0.1,1,0,0.1,1,0,0,0,0,1,0.1,0.1,0.65,0.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Barbados",124,"Ornamental fish nei","ornamentals",0,0,0.1,0.1,10,4,3,3,3,1,0,0,0,0,0,0.1,0,0,0,0.1,0.1,0.1,0,0,0,0,0,0,0,0.1,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0.1 -"Barbados",124,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,2,2,1,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0.1,0,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Barbados",124,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,0.1,0.1,0,10,0,0,0,0.1,0,0,0,0,0,0,0,2,0.1,0.1,2.87,2.87,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Fish body oils, nei","fish_oil",1635,1019,485,52,31,37,801,3708,12764,26131,21259,16136,7941,28589,14140,11855,10964,4788,3195,6732,10999,11529,21400,20030.59,21328.88,162,710,519,309,275,788,584,2176,641,347,328,407,591,195,149,253,550,135,194,442 -"Belgium",59,"Fish liver oils, nei","fish_oil",69,73,123,106,100,136,146,151,121,75,53,203,223,102,46,21,21,40,27,31,96,21,18,11.06,7.61,496,287,117,104,66,138,74,177,251,29,6,80,34,31,34,6,26,56,114,448 -"Belgium",59,"Halibuts, liver oils","fish_oil",NA,0.953389067374246,0,0,0,0,0,0.1,0,0,0,0,21,8,0,0.1,1,1,0.1,0.1,0,0,1,0,0.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Ornamental saltwater fish","ornamentals",27,16,2,3,1,26,27,12,3,5,3,2,0.1,2,3,3,5,6,3,2,3,4,7,4.29,10.47,20,7,7,6,12,19,33,43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Agar agar nei","seaweeds",4,8,8,30,24,8,13,5,9,51,20,53,38,37,39,32,43,57,116,186,100,103,104,111.7,82.47,8,2,0,0,0,0,3,6,10,1,4,3,5,6,5,13,15,16,9,27.726326488324 -"Belgium",59,"Other seaweeds and aquatic plants and products thereof","seaweeds",63,522,372,192,166,203,253,290,328,1321,344,170,320,271,309,338,0,0,0,0,0,0,0,0,0,115,13,10,10,28,63,122,54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,126,217,168,111,171,196,220,197.11,145.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,159,316,391,185,160,200,203,268.69,547.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Miscellaneous corals and shells","shells",269,433,378,84,233,592,645,590,1021,55287,68142,50105,35124,2336,1165,1070,1120,1561,1351,1843,1425,1368,1381,1429.94,1418.37,NA,NA,726,602,751,681,793,474,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,730,0,0,0,0,0,0,1177,1398,1340,1136,678,609,422,1198,1214,1195,1412,966 -"Belgium",59,"Natural sponges other than raw","sponges",8,13,15,18,20,33,17,111,18,13,3,2,1,6,0.1,2,3,0.1,0.1,0.1,1,0.1,0.1,5.17,1.48,NA,NA,NA,NA,NA,NA,4,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Natural sponges raw","sponges",0,0,0,0,1,11,15,9,3,0.1,0.1,0.1,3,0.1,0.1,0.1,65,0.1,0.1,1,0.1,0.1,8,0.15,0.12,0.1,0.1,2,9,25,9,7,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1 -"Belize",164,"Ornamental fish nei","ornamentals",7,12,0,0,11.3819608708211,7.35296368414555,7.85578566519959,56,53,90,57,40,39,28,20,30,47,27,0,0,0,0,0,0,0,7.09110447037632,11.4285426702785,6.87664327194182,8.94817188797919,9.27669313181288,8.73371068954469,10.282337093921,6,5.36817732877968,5.39467889762999,0,11.1064427646881,15.6181817018107,0,5.81717995625576,5.44849825120795,5.60271875782125,7.3256458994179,7.65416714325157,NA -"Belize",164,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belize",164,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,62,255,0.1,0,0,0.1,0,0,0,11,0.07,103.42,44.54,40.82,0,27.61,27.61,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bonaire",245,"Coral and the like","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bonaire",245,"Z_TOTAL","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bonaire",245,"Ornamental fish nei","ornamentals",3.04904978140181,0.75,3.30936930199279,0.5,0.5,0.25,0.5,0.5,0,1.5,2,2.25,0.5,0.5,0.742195340821681,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bosnia and Herzegovina",232,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,15,28,0,142,95,82,48,64,53,5,51,69,76,13,23,32,16,18,7.31,33.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Coral and the like","corals",44,33,5,0.1,1,1,9,513,510,35,16,11,3,1,1,1,2,11,0.1,0.1,0.1,0.1,0.1,0.04,0.04,NA,NA,NA,NA,NA,NA,7,17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Z_TOTAL","corals",44,33,5,0.1,1,1,9,513,510,35,16,11,3,1,1,1,2,11,0.1,0.1,0.1,0.1,0.1,0.04,0.04,NA,NA,NA,NA,NA,NA,7,17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Cod liver oil","fish_oil",0,3,0.1,0.1,0.1,0,0.1,0.1,4,3,0.1,0.1,0,0.1,0.1,0,0.1,0,0,0.1,0,0,0,0,0.03,NA,NA,NA,0.1,0.1,1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Fish body oils, nei","fish_oil",0,60,0.1,0,1,0.1,0.1,0.1,0.1,2,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,0,22,334,585,2454,1247.42,2207.97,1,21,0,0,26,19674.0153489439,0.1,0.1,0,7,1,0,0,0,0,0,0,0,0,42 -"Brazil",171,"Fish liver oils, nei","fish_oil",0,0.1,0.1,0.1,0.1,0,0.1,0,0.1,0.1,0.1,0,0,0,0,0.1,0.1,0,0,0,0,1,0,0,3.63,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Ornamental fish nei","ornamentals",326,321,269,288,197,181,172,110,95,174,152,158,131,97,86,76,1,0,0,0,0,0,0,0,0,532,493,545,578,671,921,275,256,468,194,236,271,233,211,198,211,261,345,360,188 -"Brazil",171,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,5,4,4,4,4,3,2.63,1.49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Agar agar nei","seaweeds",23,0.1,1,8,6,1,3,3,3,0.1,0.1,0.1,0.1,0.1,3,6,0.1,5,3,4,6,1,7,2.33,0.51,NA,NA,NA,NA,NA,NA,29,10,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Other seaweeds and aquatic plants and products thereof","seaweeds",258,205,146,239,356,173,128,131,89,126,47,81,84,94,121,137,0,0,0,0,0,0,0,0,0,NA,NA,0.1,207,156,135,144,159,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0.1,2,0.1,2,80,81.5,126.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,132,123,159,148,125,286,816,533.34,7884.84,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Natural sponges raw","sponges",13,0,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brunei",247,"Ornamental fish nei","ornamentals",3.39314070512822,0,0,1.43950056812849,0,4.15146792027016,2.23858782094008,6.86343527241183,28.1766925246146,0,15.9207046946573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brunei",247,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,2,2,0.1,3.65,17.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brunei",247,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,1,0,0,2.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Ornamental fish nei","ornamentals",NA,NA,NA,0,1.41648706722749,0.926168919649498,0.1,0.1,11,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0,0,0,0,0,0,0,0,25,118,197.26,414.68,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0,0,0,0,0,0,0,0,0,0,2,1,2,2,2.17,1.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,6,0,2,0,0,0,0.1,0,0,0,18.390173646354,0,5,8,5,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,2,4,4,7,3,5,30.96,49.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,271,200,332,241,68,82,69,62,80,81,146,76,45,230,52,81,80,108,94.91,56.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Natural sponges raw","sponges",NA,NA,NA,13,0,0,0,0,0,0,0,3.35361648746225,3.17924316757696,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cambodia",24,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,322,449,433,253,142,124,63,110,13,47,230,141,9,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cambodia",24,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,56,323,210,476,1943,1266,120,0,0,0,43,0,25,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Coral and the like","corals",602,419,672,2220,2893,4131,2087,1568,2394,716,147,194,390,194,382,1235,522,773,1437,1061,1738,1132,1499,791.62,401.97,NA,NA,1098,716,245,1042,1057,1795,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Z_TOTAL","corals",602,419,672,2220,2893,4131,2087,1568,2394,716,147,194,390,194,382,1235,522,773,1437,1061,1738,1132,1499,791.62,401.97,NA,NA,1098,716,245,1042,1057,1795,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Cod liver oil","fish_oil",13,0.1,16,2,13,536,24,23,10,13,16,57,11,8,40,53,37,34,46,20,39,41,21,31.7,21,0,0,0,0,0,26,64,27,358,914,1546,1162,1032,915,437,845,173,184,213,1381 -"Canada",218,"Fish body oils, nei","fish_oil",769,1492,1542,988,1572,2139,2698,4237,5816,4143,4949,4608,4349,1493,3667,6533,4938,4604,2927,1492,1317,1992,3819,6260.88,5619.95,5347,4957,7750,6928,9571,2107,1139,1329,2449,10987,4161,4004,2806,3936,3181,2389,2857,2233,2006,3407 -"Canada",218,"Fish liver oils, nei","fish_oil",2,9,21,5,379,0.1,20,147,2006,857,177,378,377,261,353,115,10,68,22,85,26,10,17,38.9,5.61,1707,1159,69,88,151,19,28,213,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Herring oil","fish_oil",4873,3071,2891,1904,2570,1608,1959,2035,2560,1092,1263,2152,2313,691,587,625,454,370,218,205,486,388,248,346.38,311.17,0,0,0,0,0,4188,2405,2919,4134,4124,3679,6274,4724,4196,2329,4196,3198,3791,3025,5314 -"Canada",218,"Ornamental fish nei","ornamentals",1,4,9,9,9,4,5,1,16,25,16,22,2,1,2,0.1,0,0,0,0,0,0,0,0,0,1,0,2,10,3,7,1,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,1,0.1,0.1,1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Agar agar nei","seaweeds",0,0.1,3,1,2,75,3,7,8,14,31,15,5,2,3,10,15,41,92,0.1,1,1,8,8.53,1.57,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Other seaweeds and aquatic plants and products thereof","seaweeds",900,500,780,980,1100,870,1120,1530,1830,2100,2730,2800,3570,4000,4150,4430,0,0,0,0,0,0,0,0,0,NA,NA,900.602108548665,578.080434280662,480.686737065993,860.473713534517,1300,700,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,585,304,470,720,970,1000,690,865.25,885.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3969,5786,5550,5420,5100,5400,5629,5257.01,6517.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Natural sponges raw","sponges",0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,NA,NA,0,0,0,0,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Coral and the like","corals",340,242,477,307,280,502,260,113,47,8,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,842,409,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Z_TOTAL","corals",340,242,477,307,280,502,260,113,47,8,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,842,409,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Fish body oils, nei","fish_oil",127189,32354,4465,64546,16146,6302,22843,18591,28149,42193,61843,71490,80492,80417,49914,60988,70533,67127,85273,79601,68648,61371,89780,93157.39,128499.06,75469,141858,83919,108738,51825,71165,165714,150582,91592,26017,55897,51787,87880,71604,89232,18575,94748,135026,114022,20234 -"Chile",224,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,NA,NA,NA,NA,2,6,5,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Ornamental fish nei","ornamentals",0,1,6,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Agar agar nei","seaweeds",2297,2439,1548,2298,2893,2872,2400,2413,2477,2676,2304,2185,1995,1985,2170,2056,1925,1771,1780,1825,1562,1571,1495,1325.47,1399.99,NA,NA,NA,NA,NA,NA,2107,2226,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Other seaweeds and aquatic plants and products thereof","seaweeds",39078,45419,43340,40261,35175,38508,36097,45577,44671,46997,41498,51953,55622,56194,65173,67770,0,0,0,0,0,0,0,0,0,NA,NA,34426,27118,25977,23096,64752,36847,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5615,5668,3521,1269,748,382,253,275.65,338.47,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,65583,76475,71351,66893,75170,80488,57730,59350.36,68076.51,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,50,16,36,41,42,14,30,19,31,42,37,19,21.84,65.84,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Natural sponges raw","sponges",0,0,0,0,21,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,22,5,242,906,842,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Coral and the like","corals",1748,3093,1429,1620,707.1,1884,2309,2228,3220,4937,5795,7679,6919,14625,17705,10958,10215,8810,11676,11743,10286,8904,11285,13874.02,14044.97,NA,NA,0,0,0,0,1955,3481,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Z_TOTAL","corals",1748,3093,1429,1620,707.1,1884,2309,2228,3220,4937,5795,7679,6919,14625,17705,10958,10215,8810,11676,11743,10286,8904,11285,13874.02,14044.97,NA,NA,0,0,0,0,1955,3481,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Fish body oils, nei","fish_oil",1,37,2127,739,227,391,313,162,222,824,3479,3986,5268.1,4554,8699,22666,13200,19736,29014,48362,44329,29697,24257,27013.25,27043.28,0.1,0.1,0,0,45,15,1,15.1,0,NA,NA,NA,NA,NA,1,0,1,0,2,NA -"China",209,"Fish liver oils, nei","fish_oil",169,172,145,174,113,37,28,46,84.1,160.1,43,49.1,67.1,92,301,386,565,424,313,601,816,808,630,721.99,282.19,2,3,44,13,170,216,97,120,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Ornamental fish nei","ornamentals",414,405,607,412,59.9624498503633,56.9924240163123,58.2285892778125,70.0471151754703,0.1,74.1692238313549,73.8893767545292,0.1,0.1,0.1,530,571,0,0,0,0,0,0,0,0,0,1,0,0,0,471,294.540096124802,1029,460,0,NA,NA,NA,NA,NA,NA,1,3,0,0,NA -"China",209,"Ornamental saltwater fish","ornamentals",0,23.5910438579385,17.0066059868423,0,16.0484593500441,11.701391097638,10.8431025896311,7.21654319748131,5.59982431025674,4.55192820744469,1.83548527035555,0.180844864170012,0,0,0.342556891982875,0.339153946190704,1,0.1,0.314482589197467,0.1,0.340004682638747,0.1,0.1,0.07,0,38.2931999188027,35.9938936902831,0,37.4627242669794,0,0,0,0,38.8101947561627,NA,56.9252875235038,0,52.3645965854248,50.1790549137877,48.2589638748764,46.414715873887,0,0,0,NA -"China",209,"Agar agar nei","seaweeds",685,711,731,970,1066,1353,1752,2178,2704.1,3759.1,4493,4669,4009.1,3478.1,3980.1,3715,4146.1,4488,5465,5472,5846,5662,5913,5678.11,5349.01,NA,NA,NA,NA,NA,NA,587,895,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",10833,13861,12782,13600,12810,14739,17812,15260,13471,15628,16301,14852,16533,12861,12902,10019,6099,5743,5244,4800,4618,4934,5004,5062.25,4513.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Other red algae","seaweeds",175,237,139,130,65,0,0,0,0,0,0,0,18,2,0,8,3,3,0,484,1937,814,660,215.44,66.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Other seaweeds and aquatic plants and products thereof","seaweeds",31124,36911,5730,6690,5842,4319,4692,4663,4287,3087,3586,2880.1,3086.1,3090,3678,4726,0,0,0,0,0,0,0,0,0,NA,NA,1738.39533366598,1757.55651535763,1800.11657278905,1835.54773441769,35575,37436,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1409,550,322.1,334,663,875,986,735.24,644.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1007,1214,1383,1153,1477,1512,1796.1,1992.35,1052.24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Miscellaneous corals and shells","shells",0,1,0.1,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,82,82,46.24,5.17,NA,NA,NA,NA,NA,NA,1,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Natural sponges nei","sponges",0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,36,26,1,27,7,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Natural sponges raw","sponges",22,5,3,2,3,4,3,3,0,1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,3,13,8,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Coral and the like","corals",1,2,1,1,0.1,1,0.1,12,3,9,0.1,0.1,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Z_TOTAL","corals",1,2,1,1,0.1,1,0.1,12,3,9,0.1,0.1,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Cod liver oil","fish_oil",0,0,0,0,0,0,2,2,3,4,1,0.1,0.1,0.1,2,2,0,0.1,0.1,0.1,0.1,0.1,0,0,0.05,NA,NA,NA,NA,1,3,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Fish body oils, nei","fish_oil",3,19,32,0.1,0.1,0.1,0,0.1,1,2,6,20,31,128,188,1,130,66,3,14,0.1,0,0,0,0,NA,NA,NA,NA,3,13,2,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Fish liver oils, nei","fish_oil",0.1,0.1,3,0.1,1,4,1,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,NA,NA,NA,NA,1,0,0,0,0,0,NA -"Colombia",132,"Ornamental fish nei","ornamentals",161,120,125,170,141,121,166,166,213,239,294,542,321,452,368,559,0,0,0,0,0,0,0,0,0,277,266,222,1034,139,174,127,135,244,217,346,270,217,205,146,94,80,253,389,164 -"Colombia",132,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,65,106,50,100,125.38,7.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,0.1,1,0.1,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,2,1,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,19,72,6,13,22,31,19,3,16,10,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cook Islands",153,"Ornamental fish nei","ornamentals",12.1694223300653,0,14,8,14,6,12,19,9,9.67721483547104,11.0592181150876,5.61039400398508,16.1652226368529,15.0100614570595,17.6606469663809,13.5779883334223,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,13,9,16,12.7390840192256,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cook Islands",153,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7.11363157140431,4.52127887047345,6.87888052511062,3.31805849374223,1.6941751232489,0,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cook Islands",153,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,56,0.1,73,0.1,0.1,0.1,40,0,16,0,0,0,0,0,0,15.75,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Costa Rica",130,"Fish body oils, nei","fish_oil",0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,1,116,210,189,446,518,868,1703,1677,938.85,1304.91,2,0,0,0,0,0,0,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Costa Rica",130,"Fish liver oils, nei","fish_oil",22,0,1,0,0,2,3,0.1,1,0.1,0,0,0,0,0,149,80,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Costa Rica",130,"Ornamental fish nei","ornamentals",83,90,100,93,95,97,101,114,85,75,69,73,48,5,0,3,0,0,0,0,0,0,0,0,0,66,81,61.6070747591383,97,87,77,104,87,28,NA,NA,NA,NA,NA,NA,NA,9,0,7,NA -"Costa Rica",130,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,24,19,11,9,0,10,4,6,5,3,7,36.88,23.89,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Costa Rica",130,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0,0,0,0,0.1,1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Costa Rica",130,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,4069.96823039348,7504.30642638763,0,0,2853.44894467964,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Coral and the like","corals",1,1,2,15.2829519202128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Z_TOTAL","corals",1,1,2,15.2829519202128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Fish body oils, nei","fish_oil",14,16,43,0,28,27,1,0.1,15,0.1,11,0.1,9,4,4,3,3,52,5,67,43,0.1,6,46.51,0.03,NA,NA,NA,NA,4,115,46,16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,1,2,0.1,0.1,1,0.1,0.1,13,1,3,5,3,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Agar agar nei","seaweeds",NA,NA,NA,NA,2,0,0.1,1,0,0.1,0.1,0.1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.43,0.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Other seaweeds and aquatic plants and products thereof","seaweeds",3,4,0,3,1,1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,0.1,0.1,0.1,0.1,0.1,0.1,0.11,0.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0,0.01,0.07,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,1,1,1,3,1,1,1,1,1,1,1,2,0.1,2,2,0.1,1,0.1,0.72,0.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Natural sponges nei","sponges",NA,NA,NA,NA,8,5,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,3,5,3,3,2,1,2,1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.17,0.11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Natural sponges raw","sponges",7,5,5,7,0,0,0,0,3,2,4,5,5,5,6,4,3,0.1,0,1,1,0,0,0,0,NA,NA,NA,NA,NA,NA,5,13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Ornamental fish nei","ornamentals",NA,NA,NA,10,14,16,14,14,14,12,19,20,10,11,9,6,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,3,4,2,4,3,0,0.07,1.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,3,11,8,5,3,3,1,1,0,0,3,1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Miscellaneous corals and shells","shells",NA,NA,NA,6,4,0.1,2,0.1,0,0,0,0,0,0,0,0,0,22,45,28,0,0,0,0,6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Natural sponges nei","sponges",NA,NA,NA,38,45,32,45,46,38,28,36,29,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,25,23,16,27,18,30,21,19,8.67,4.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Curacao",244,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,45,20,34,19,15,15,12,15,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cyprus",81,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,1,1,2,1,0,0.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cyprus",81,"Natural sponges other than raw","sponges",0.1,0.1,3,5,1,1,0.1,2,1.256011199894,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,11,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cyprus",81,"Natural sponges raw","sponges",0,0,15,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0.1,0.1,1,NA,NA,1,3,1,0,1,0.1,0.1,0,NA -"Democratic Republic of the Congo",199,"Ornamental fish nei","ornamentals",79.767213269299,60.7957760217773,59.9843529993761,39.7157718786316,48.1696622363936,14.3737235806104,39.6904842902702,42.955799155141,30.6553875413372,35.5884588146373,36.4447922006655,38.78357572752,33.339496015037,37.9019547531307,36.5346129279196,27.1991015957678,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,97.4415066435977,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Democratic Republic of the Congo",199,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,45.7084723623966,40.6338250678018,0,0,0,1.72,1.41,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Fish body oils, nei","fish_oil",107676,103938,75589,94206,113512,95688,81046,100875,112268,104273,119371,127241,119797,169207,159507,168256,149924,119558,140385,118174,142607,146822,142280,146090.1,151187.33,47696,26453,38681,78113,94154,74751,96045,140297,39407,NA,NA,NA,103040,87821,69734,68214,64151,61059,62437,NA -"Denmark",175,"Fish liver oils, nei","fish_oil",275,159,216,83,182,104,763,1606,423,216,430,327,354,79,21,118,361,253,265,242,464,542,481,225.56,324.78,210,404,374,277,98,96,1085,291,238,1,0.1,231,1797,1022,91,20,4,2,4,1 -"Denmark",175,"Halibuts, liver oils","fish_oil",NA,NA,2,7,22,0.1,0,0,0,0,3,0,4,0.1,0,0,3,1,0.1,0.1,32,12,55,46.54,60.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Herring oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74461,66077,64431,0,0,0,0,0,0,0,85651 -"Denmark",175,"Ornamental saltwater fish","ornamentals",0.1,0.1,10,3,1,4,1,1,0,0,1,0.1,0.1,0,0,0,0.1,0.1,1,6,19,5,4,0,0.03,19,0,8,41,13,4,4,156,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Agar agar nei","seaweeds",108,115,48,53,27,6,27,27,53,46,27,26,9,4,3,7,1,1,16,27,23,29,0.1,0.31,0.47,23,18,0,0,0,0,8,43,25,NA,NA,NA,NA,NA,NA,12,7,7,8,NA -"Denmark",175,"Other seaweeds and aquatic plants and products thereof","seaweeds",13,66,55,70,120,323,26,88,200,582,194,180,199,267,376,477,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0.1,20,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,609,570,362,328,359,371,490,652.2,704.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,88,70,170,242,72,590,786,389.57,446.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Miscellaneous corals and shells","shells",30405,41614,20867,4755,9773,20611,25544,23564,4572,2900,1327,1109,1838,1614,1652,1681,1259,3391,368,283,234,591,640,493.86,759.3,NA,NA,NA,NA,NA,NA,31327,23669,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35621,38478,0,0,0,0,0,0,38048,37853,37594,33754,31090,33843,32995,29742,29069,33381,35183,35605 -"Denmark",175,"Natural sponges other than raw","sponges",0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,10,1,4,0.1,0.1,0.1,0.1,0.1,0.1,5,2,0.1,0.16,0.42,NA,NA,NA,NA,NA,NA,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Natural sponges raw","sponges",0,0,0,0.1,0,0,0,0,0,0.1,0.1,0,24,0,0,21,0.1,0.1,0.1,68,25,0.1,0.1,2.42,0.17,1,0,0,0,0,0,2,53,0.1,0.1,0.1,0,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1 -"Djibouti",46,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominica",123,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0,0.03,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominica",123,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,0.1,0,4,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominica",123,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,0.1,0.1,2,2,1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Coral and the like","corals",NA,37,9.61544166047486,19,2,0,0.1,21,0.1,15,37,0.1,0.1,0,3,10,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Z_TOTAL","corals",NA,37,9.61544166047486,19,2,0,0.1,21,0.1,15,37,0.1,0.1,0,3,10,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Fish body oils, nei","fish_oil",0,0.258690176877825,1,0.252966608130351,1,0.1,0.1,0.1,0,0,0.1,0,0,0,0,0.1,4,0.1,0,1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0.1 -"Dominican Republic",115,"Fish liver oils, nei","fish_oil",NA,NA,NA,0.271538306709327,0,0.1,0,0.1,0,0.1,0,0,2,0.1,0,0,0,0,0,0,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Ornamental fish nei","ornamentals",5.29233850811181,3.97913766072807,0.448460633012331,0,0.871088686201318,2.32973306423256,22.3597404525443,22.432462217868,11.6949876040733,141.76725044136,12.1176156572623,51.8277241460205,43.3077257125578,32.2930665762215,35.4148180895017,43.525891008529,0,0,0,0,0,0,0,0,0,0,0,0,0,10.5451418976468,0.916405374018098,38.9634067275273,62.3196283863371,0,NA,NA,0.1,0,0,0,0,0,0,0,NA -"Dominican Republic",115,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1.18600698431274,0,1.46288798147629,1.58594416691307,1.39982309874807,1.83991812512062,1.56840395315507,0,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,1,0,0,0,7,1,2,1,1,0.1,0,0,0.68,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,1,4,0,0.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"East Timor",231,"Other red algae","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,29,0,0,0,0,98,0,51.6,56.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Coral and the like","corals",70,41,6,10,2,5,1,1,7,0.1,0.1,322,4,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,45,31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Z_TOTAL","corals",70,41,6,10,2,5,1,1,7,0.1,0.1,322,4,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,45,31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Fish body oils, nei","fish_oil",307,3384,0,180,264,547,0.1,3831,7476,6806,4025,8778,6238,10787,8571,9736,16011,17539,10805,11767,12531,14152,7140,4419,8931,0,0,0,0,0,0,30,0,0,4506,7500,3000,0,0,0,0,0,5458,7218,3853 -"Ecuador",137,"Fish liver oils, nei","fish_oil",16,33,0,158,140,3838,579,1942,3082,2662,0,2,7,5,0,0,0,90,146,269,325,0,21,80,0,NA,NA,NA,NA,NA,NA,NA,20,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Ornamental fish nei","ornamentals",43,64,57,38,37,53,58,55,7,11,22,10,6,10,20,19,24,0,0,0,0,0,0,0,0,12,22,37,30,19,23,28,32,0,2,1,1,1,1,1,0.1,1,13,0.1,1 -"Ecuador",137,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,11,13,10,10,8,6,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Other seaweeds and aquatic plants and products thereof","seaweeds",0.1,3,0,8,9,6,5,7,6,7,14,22,24,15,27,26,28,7,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,12,17,48,35,40,34.95,39,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,2,0.1,0,0.1,1.74,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Coral and the like","corals",0,19,13,11,8,15,4,0,0,0.1,3,0.1,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,3,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Z_TOTAL","corals",0,19,13,11,8,15,4,0,0,0.1,3,0.1,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,3,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,41,73,126,15,0,78,1,3,1,14,0,0,0.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,34,5,134,5,24,12,0,0,21.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Ornamental fish nei","ornamentals",0,35,30,29,63,39,23,12,11,0.1,1,0.1,5,4,18,3,10,8,24,259,38,23,22,35.32,46.84,NA,NA,NA,NA,NA,NA,61,55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,2,7,1,0,18.94,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,60,61,60,20,26,10,20,70,0,0,20,25,59,56,81,48,7,36,50,16,115,61,68.8,68.8,NA,NA,NA,NA,NA,NA,40,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,7,0,33,33,3,42,42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,12,0,0,0,0,369,171,7,11,5,9.66,17.68,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Natural sponges raw","sponges",0,9,0,1,0,0,0,0,0,18,0.1,0.1,0.1,0,1,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"El Salvador",134,"Coral and the like","corals",0.1,0,0,0.1,0,0.1,0.1,0.1,0.1,0.1,0,1021,240,0.1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"El Salvador",134,"Z_TOTAL","corals",0.1,0,0,0.1,0,0.1,0.1,0.1,0.1,0.1,0,1021,240,0.1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"El Salvador",134,"Fish body oils, nei","fish_oil",NA,1000,0,83,0,0,0,2,0,98,34,20,108,123,72,108,110,182,156,162,165,288,237,305,220,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"El Salvador",134,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0.1,0.1,0,0,0,0,0,0,0,0.1 -"El Salvador",134,"Ornamental fish nei","ornamentals",0.1,0.1,0,0,40,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4.30229267485038,0,0,0,0,0,0.1,1,0,0,0,0.1,0,0,0,0,0,0,0,0.1 -"El Salvador",134,"Natural sponges raw","sponges",NA,NA,NA,23,0,0.1,0,0,0,0,0,0,0,15,52,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Equatorial Guinea",104,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Eritrea",45,"Ornamental fish nei","ornamentals",1,2,6.56499837140274,5.55293182321304,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,10.8186555406376,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Fish body oils, nei","fish_oil",24,8,7,0.1,53,34,18,16,3086.13930691639,0,0,2,8,3,2,1,1,1,1,2,2,1,9,2035.68,2499.66,NA,NA,NA,NA,29,7,11,14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Fish liver oils, nei","fish_oil",292.726644932773,0,0,0,0,0.1,0,0.1,0,0.1,0.1,1,0,0.1,0,0.1,0,0,0.1,0,0.1,0,2,0.48,0.14,NA,NA,NA,NA,NA,36,11,18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Agar agar nei","seaweeds",NA,NA,45,40,53,96,63,31,6,26,24,26,19,2,18,9,4,1,0,0.1,0.1,1,0.1,0.09,0.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,146,129,117,161,139,142,315,108,118,276,219,18,74,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,10,1,0.1,1,2,1,0.28,0.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0.1,0.1,1,0.1,1,0.02,0.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,2,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,3.75,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0.1,0.1,0.1,0.1,0.1,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Faeroe Islands",141,"Fish body oils, nei","fish_oil",9984,7054,1245,3454,1199,988,1223,803,5346,4516,678,2524,55,67,2091,430,0,6984,3334,0,0,0,0,0,0,12759,7834,3033,2835,9463,16488,10278,6834,7191,6003,6492,2974,7300,5366,3497,7645,8647,16482,9912,6310 -"Faeroe Islands",141,"Fish liver oils, nei","fish_oil",375,212,141,85,0,0,0,0,0,0,285,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22 -"Faeroe Islands",141,"Miscellaneous corals and shells","shells",20,0,53,0,5,0,3950,1200,0,1300,0.1,0,2373,1631,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Coral and the like","corals",536,1180,1280,830,1235,0,1026,1412,1695,1852,1837,1814,1244,782,1030,1127,1251,1088,981,900,486,341,99,105.1,59.68,NA,NA,589,457,351,109,307,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Z_TOTAL","corals",536,1180,1280,830,1235,0,1026,1412,1695,1852,1837,1814,1244,782,1030,1127,1251,1088,981,900,486,341,99,105.1,59.68,NA,NA,589,457,351,109,307,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0.1,NA,6,0.1,11,0,0,0,0,0,0,NA -"Fiji",18,"Ornamental fish nei","ornamentals",0,0,48.3504395929442,48.764652723232,198.066845428549,233,253,220,269,126,90,117,119,99,175,135,0,0,0,0,0,0,0,0,0,NA,19.1830285073552,46.1078710943478,60.4468592928037,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,71,93,95,98,82,77,74,153.1,168.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Kelp","seaweeds",NA,NA,NA,NA,106,0,0,0.1,19,10,91,41,15,32,28,21,22,43,24,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,0.1,49,0.1,15,0.1,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Trochus shells","shells",42,0.1,37,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Fish body oils, nei","fish_oil",8076.0650517398,7,0,4,1,0,1,7,3090.35286558955,0.1,7,183,673,39,419,657,1117,322,2,1,1,109,1160,1208.01,1988.62,13,2,334,0.1,0.1,4,2,0,3,NA,NA,NA,NA,NA,NA,64,0,0,28,NA -"Finland",174,"Fish liver oils, nei","fish_oil",1,3,1,0,0,0,0,1,1,6,7,10,5,8,8,10,6,1,0.1,0.1,8,2,1,1.28,1.49,26,0,612.070569495612,0.1,0.1,16,4,10,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Halibuts, liver oils","fish_oil",2,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0.93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Agar agar nei","seaweeds",NA,NA,9.35699819730701,8.86617770286148,1,0,7.393716219525,6.90289572507947,0,0,1,1,0,0,0,0,0.1,0.1,0.1,0.1,0,0.1,0.1,0.46,0.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Other seaweeds and aquatic plants and products thereof","seaweeds",9,17,2,2,1,0,0,1,0,0.1,0.1,10,10,12,12,2,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0.1,0.1,0.1,0.1,0.1,0,0.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,12,6,4,5,25,11,4.8,5.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,1733.18470673161,0,1488.41675468985,1,0,0.1,0.1,0,0,0.1,0.1,0,0.1,0,0,0,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Natural sponges other than raw","sponges",NA,1,6,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,27,0,0,0,0,0,0,3,5,76,41,12,34,3,3,6,6,8,25 -"France",179,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,27,0,0,0,0,0,0,3,5,76,41,12,34,3,3,6,6,8,25 -"France",179,"Fish body oils, nei","fish_oil",15058,16816,10043,13265,19068,19414,17632,18570,17131,16523,19616,20448,26071,14927,18409,12693,18827,16911,19039,23903,21215,23632,22602,22060.63,25264.91,13261,13378,13736,10757,14883,20004,20050,20445,8715,5075,4816,6393,3626,4429,6325,5806,5805,8394,7673,5001 -"France",179,"Fish liver oils, nei","fish_oil",739,701,642,713,587,266,321,342,213,125,359,312,238,269,755,667,360,437,1079,815,1218,1067,1127,993.22,1136.09,1112,500,404,410,547,978,1483,754,924,300,157,165,356,308,359,503,485,417,792,344 -"France",179,"Halibuts, liver oils","fish_oil",0.1,16,3.73703481037199,0.695745244346767,0.1,0.1,0.1,0.1,4,0.1,1,0.1,2,3,0.1,2,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.02,0.03,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Ornamental saltwater fish","ornamentals",1,528,102,78,97,280,292,385,361,212,145,128,133,82,157,35,42,67,78,75,66,67,39,30.03,25.54,27,1,1,0.1,6,543,555,15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Agar agar nei","seaweeds",61,71,105,91,113,67,105,74,128,98,82,91,70,118,140,156,149,187,170,112,137,137,74,59.33,29.57,156,108,0,0,0,0,43,54,73,63,52,44,52,114,75,58,54,72,46,64 -"France",179,"Other seaweeds and aquatic plants and products thereof","seaweeds",6255,5366,5997,5760,5898,4997,3911,2485,2079,2587,3331,5252,3603,2397,3354,2894,0,0,0,0,0,0,0,0,0,3930,1702,2333,2563,3260,9649,4092,2086,291,1257,107,142,1791,1840,2025,1796,1837,323,395,1242 -"France",179,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,911,914,823,973,991,715,622,537.1,901.28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1406,1818,1621,2292,4446,4504,5579,8180.04,8606.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Miscellaneous corals and shells","shells",265,1059,1233,1347,1505,2148,1408,1786,1796,2195,2717,5463,4186,1139,305,194,297,1320,507,358,477,409,327,323.54,410.57,NA,NA,5370,8141,6512,420,161,171,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,4543,0,0,0,0,0,0,3601,1295,1393,2471,2258,1437,1213,383,168,1318,2702,1436 -"France",179,"Natural sponges other than raw","sponges",3,138,18,20,6,12,11,12,18,17,11,120,190,121,82,71,50,47,28,45,30,5,6,5.23,4.88,NA,NA,NA,NA,NA,NA,19,43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Natural sponges raw","sponges",22,54,43,29,46,44,34,32,35,28,31,40,31,101,21,19,22,16,23,18,19,27,25,9.93,1.74,65,49,262,65,59,39,20,12,59,55,60,62,67,66,61,66,58,75,78,46 -"French Polynesia",147,"Coral and the like","corals",NA,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,2,0.16,0.01,0.05,0.07,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"French Polynesia",147,"Z_TOTAL","corals",NA,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,2,0.16,0.01,0.05,0.07,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"French Polynesia",147,"Ornamental fish nei","ornamentals",0,0,3,12,20,34,48,56,53,47,37,27,35,27,24,21,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,1,1,0.1,1.86494291730087,1.88078071877359,1.79903527180748,0,0.1,0,0,0.1 -"French Polynesia",147,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,23,15,29,21,34.23,26.93,42.63,55.02,41.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"French Polynesia",147,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"French Polynesia",147,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.08,0.03,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"French Polynesia",147,"Shells nei","shells",NA,815,556,941,846,807,1276,1942,1828,2896,2520,2407,2381,1858,2129,2879,2600,3045,2211,2144,1368.11,1683.37,1742.28,1750.68,1314.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Gambia",65,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,870,1378,423,1242.38,740.54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Georgia",74,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,55,383,0,439,671,0.1,1593,1170,186,3296,4058,3550,3898,4250,5188,3086.53,9587.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Fish body oils, nei","fish_oil",4355,3092,5911,3009,1666,5999,6603,7198,8958,4476,7440,8407,9349,8773,11428,10375,10603,10909,11004,11695,15075,14019,12775,14115.83,15417.01,6200,11118,5480,7178,8564,3432,3747,16277,2747,4369,6152,3175,3064,4369,4079,3964,3243,2006,2583,5743 -"Germany",176,"Fish liver oils, nei","fish_oil",161,143,108,48,80,153,217,259,334,271,303,351,313,339,381,437,442,364,521,413,315,225,246,230.95,454.61,252,193,450,220,138,118,172,149,33,491,264,421,410,244,220,127,117,83,81,1085 -"Germany",176,"Halibuts, liver oils","fish_oil",0,1,2,1,4,0.1,0.1,8,7,5,13,0,11,0,1,2,1,0.1,3,4,0.1,0.1,0.1,0.08,39.55,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7612,11009,10833,4681,0,0,0,0,6218,NA,NA,26,398,2,757,7715,8190,17185,10879,NA -"Germany",176,"Ornamental saltwater fish","ornamentals",2,6,4,25,21,9,1,2,3,3,3,5,5,2,3,3,2,2,3,4,2,2,2,1.2,0.45,2,3,4,33,6,41,14,34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Agar agar nei","seaweeds",244,327,296,373,416,423,656,517,527,634,644,394,652,610,860,618,404,521,606,659,672,533,470,437.4,365.99,134,269,0,0,0,0,247,170,112,35,58,72,63,50,52,82,116,73,65,45 -"Germany",176,"Other seaweeds and aquatic plants and products thereof","seaweeds",164,127,132,111,124,91,81,84,146,130,140,161,262,127,223,285,0,0,0,0,0,0,0,0,0,41,22,42,40,47,69,144,97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365,718,500,668,710,343,975,601.32,308.72,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,87,209,250,233,706,1070,167,627.22,715.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Miscellaneous corals and shells","shells",300,173,128,194,166,105,311,378,175,427,562,272,527,196,471,350,356,328,365,466,450,402,537,633.83,521.84,NA,NA,208,251,428,294,315,480,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,186,0,0,0,0,0,0,232,204,109,205,251,249,260,234,224,207,172,215 -"Germany",176,"Natural sponges other than raw","sponges",1,4,1,3,2,3,7,4,3,1,17,3,12,0.1,2,8,21,10,18,14,25,24,16,11.4,11.36,NA,NA,NA,NA,NA,NA,6,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Natural sponges raw","sponges",2.02489942210106,4.19758571297622,3.94328933125416,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,1,0.1,0.1,2,0.1,0.1,0.1,0.1,0.1,0.1,0.22,6,12,5,4,11,54,5.91759478536385,1,3,2,2,2,5,1,1,2,2,3,5,1 -"Ghana",106,"Fish body oils, nei","fish_oil",NA,NA,NA,1,0,0,0,0,0,0,0,0,0,20,0,34,135,43,30,13,0,295,391,331.23,46.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ghana",106,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,32,47,68,22,23,5,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ghana",106,"Ornamental fish nei","ornamentals",1,0,0,0,0,0,0,0,0,0.1,0,0,1,0,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,1.23158788030599,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,NA -"Ghana",106,"Ornamental saltwater fish","ornamentals",2.46017315114881,2.3538498513964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,1,1,104.63,2.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ghana",106,"Miscellaneous corals and shells","shells",52,26,0,0.1,15,0,0,0,0,0,0,0,1,19,44,0,0,2,1,2,0,0.1,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ghana",106,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,50,0,0.1,1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Fish body oils, nei","fish_oil",0,0,40,0,0,271,0,21,41,0,1,1,0.1,0.1,125,0.1,3,335,0,0.1,150,74,124,525.14,322.06,NA,NA,NA,NA,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Fish liver oils, nei","fish_oil",0.1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,4,4,4,6,2,0.1,1,9.79,13.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Ornamental saltwater fish","ornamentals",10,74,243,298,102,115,297,13,125.71575496729,31,303,205.645868941196,184,154.591351340528,709,38,0,0,0,0,0,0,0,0,0,NA,NA,NA,0.1,0,43,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Agar agar nei","seaweeds",0.1,0,0,0,0,0.1,0.1,0.1,0,0,0,0.1,0,0.1,0.1,0.1,0.1,0.1,0,0,0.1,0.1,0.1,0.93,0.58,87.7958862755768,85.1070677968264,0,0,0,0,11,0.1,90.7336700180731,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,1,0.1,2,0.1,0.1,1,1,3,0.1,1,0.1,11,3,0,0,0,0,0,0,0,0,0,22,30,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,0,1,0.1,1,1,2,3.23,0.28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,2,2,12,2,3,6,5.75,9.87,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Miscellaneous corals and shells","shells",286,393,256,286,392,220,167,92,104,175,119,125,135,70,279,78,96,143,495,118,202,41,82,4.39,12.15,NA,NA,753,891,647,498,411,384,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,819,1313,0,0,0,0,0,0,1200,203,195,130,141,112,182,120,354,456,1033,210 -"Greece",80,"Natural sponges other than raw","sponges",280,362,82,51,243,161,195,149,216,26,21,37,195,129,27,12,24,12,10,11,9,9,68,49.08,12.03,NA,NA,NA,NA,NA,NA,18,423,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Natural sponges raw","sponges",0.1,1,2,2,6,6,2,3,14,15,1,4,1,1,1,2,2,4,4,6,5,6,6,3.2,4.72,24,39,19,24,18,24,3,1,33,61,68,56,62,32,49,30,40,29,28,55 -"Greenland",145,"Coral and the like","corals",0,0,0,0,526,0,0,0,0,0,72,0,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greenland",145,"Z_TOTAL","corals",0,0,0,0,526,0,0,0,0,0,72,0,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greenland",145,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,9 -"Greenland",145,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0.1,0,0.1,0,0.04,0.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guadeloupe and Martinique",140,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,6,7,4.1,6.1,8.1,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,44,0.1,0.1,96,0,11,3,40,0.1,0.1,0,0.1,20,0.1,1,22.91,111.81,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,2,21,2,1,0,0,0,0,0,0,0,0,1,0.1,1,2,0,0.1,0.84,0.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Ornamental fish nei","ornamentals",0,0,1,0.1,0,0,0,0,0,0,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0.1,2,NA,1,0,0,0,0,0,0,0,0,NA -"Guatemala",136,"Agar agar nei","seaweeds",NA,NA,NA,0.1,0,0,0,0,0,0,1,0,0,0,0,0.1,0,0.1,0,0.1,0.1,0,0.1,0,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,0.1,0.1,0.1,0.1,0.1,0.14,0.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Natural sponges raw","sponges",0,0,0,1,1,0.1,1,0.1,6,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guinea",194,"Ornamental fish nei","ornamentals",2,2,0,0,0,0,0.1,0,0,0,0,0.1,0,3.17788727106677,3.37126839312688,4.7124480773887,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guinea",194,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.0584058522793375,0,0.1,0,0,0.25,0,0,0.05,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guinea Bissau",193,"Ornamental fish nei","ornamentals",0,0,0,0,0,0.291739972016956,0,0.487202455770301,0.553050404252502,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guyana",167,"Ornamental fish nei","ornamentals",93.9865851878612,171,80,81,51,69,60,68,86,23,61,103,28,21,2,9,4,0.1,1,6,4,13,7,3.31,3.31,113.847846804037,108.504990617475,108.127007272002,0,0,0,0,103.776240527744,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guyana",167,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,0,0,12,0.1,0,0.1,0,0,0,0,0,0,28,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Coral and the like","corals",NA,NA,96,134,207,204,320,266,215,145,158,113,78,40,39,35,14,47,38,39,13,30,37,12.9,4.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Z_TOTAL","corals",NA,NA,96,134,207,204,320,266,215,145,158,113,78,40,39,35,14,47,38,39,13,30,37,12.9,4.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Ornamental fish nei","ornamentals",19.9831182028113,54.426720763281,330.298042457397,219.496955206121,115.071111973299,111.263250423042,90.8243175202948,69.8310155724645,95.4047134116063,62.21529247195,57.0215083089853,83.4267597157515,117.038808708597,155.085810062106,113.026484401122,105.892408580366,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0,0,0,0.757686019217829,1.03919385281785,1.1865125233027,1.23759452125043,1.2412359059756,1.20421390793859,1.21192163094,0.22,0.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Miscellaneous corals and shells","shells",NA,NA,NA,0,0,1,0,1,24,0,0,0,0,0,0,0,21,22,2,44,14,0,7,10.38,0.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,2,0,1,2,72,35,24,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Honduras",133,"Coral and the like","corals",4,0,0.1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,NA,NA,NA,NA,1024,830,75,200,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Honduras",133,"Z_TOTAL","corals",4,0,0.1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,NA,NA,NA,NA,1024,830,75,200,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Honduras",133,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,25,40,56,6,224,43,0,0,138,118,237,16,84,0,22,42,0,43,161.72,NA,NA,NA,0.1,40,0,1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Honduras",133,"Ornamental fish nei","ornamentals",NA,11,13,0,41,16,0.1,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Honduras",133,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,0.81,0.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iceland",143,"Coral and the like","corals",NA,NA,17,0,0.1,0,1,15,3,39,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iceland",143,"Z_TOTAL","corals",NA,NA,17,0,0.1,0,1,15,3,39,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iceland",143,"Capelin oil","fish_oil",107845,105387,75000,74605,68242,88391,59294,104390,46091,29277,16126,9042,12040,8894,9878,21904,33631,21616,7878,9903,11996,10057,10460,1397.87,3717.77,99342,53696,62986,28497,59779,98395,76562,68385,79187,66736,68486,87433,80703,76807,33984,55,53895,122425,96629,22714 -"Iceland",143,"Cod liver oil","fish_oil",1698,1605,1504,1734,1738,1592,1774,1798,2117,1430,1196,1777,1789,2901,3387,3712,3948,2756,2385,2334,2169,2735,2703,2492.68,2183.17,1518,1268,1447,1764,2338,1836,1075,1361,2769,2846,2487,2555,2687,1866,2330,3113,3765,2229,2930,2049 -"Iceland",143,"Fish body oils, nei","fish_oil",675,694,177,2075,1075,2063,578,18960,9975,5831,5342,8940,7232,15131,13447,17787,11063,16121,15662,15514,15076,14815,25500,15168.23,14680.63,194,0,0,0,745,1357,2288,353,256,1420,1074,857,310,347,908,567,339,1,3,3680 -"Iceland",143,"Fish liver oils, nei","fish_oil",102,76,6,47,5,64,12,62,77,67,223,163,199,132,241,253,290,225,112,120,96,473,71,140.84,404.33,0,1,31,0,17,1,1,2,1,0,0,0,0,0,0,0,0,0,10,124 -"Iceland",143,"Herring oil","fish_oil",28746,23868,13253,9272,7473,8998,4640,4678,7994,12293,19182,41545,32583,57882,31713,16570,9987,18142,10169,9570,12885,18627,11535,17190.84,15180.2,409,1527,2277,1650,9607,11773,9507,21107,0,0,196,500,0,311,163,1581,413,110,248,57 -"Iceland",143,"Redfish oil","fish_oil",84,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,203,62,0,500,500,0,0,0,351,22,61,124,150,240,414,716,182,1186,3017,1058,3346,1539,430,0,1045 -"Iceland",143,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0.1,0.1,0.1,902,3708,1759,2772,10175,6153,7244,4723,5904,5454,3298,24,0,0,0,0,0,0,0,1896.55,1896.55,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iceland",143,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,179,12,24,4,4,2,65,2.56,67.68,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iceland",143,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1816,4438,4255,3083,4958,5089,9091,1873.97,3980.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Coral and the like","corals",NA,NA,NA,NA,7,48,42,114,20,47,0,77,0,0.1,276,12,9,0.1,0,1,0,0,50,12,24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Z_TOTAL","corals",NA,NA,NA,NA,7,48,42,114,20,47,0,77,0,0.1,276,12,9,0.1,0,1,0,0,50,12,24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Cod liver oil","fish_oil",NA,NA,NA,NA,105,149,130,11,59,36,153,311,115,13,0,18,21,4,1,0.1,12,10,3,0.44,7.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Fish body oils, nei","fish_oil",10,4,0,58,3,18,1,72,101,218,2049,371,368,227,1541,2485,5632,2744,2063,484,260,30,26,108.72,254.15,18,467,252,267,116,30,40,0,60,45,262,823,402,373,405,68,518,352,105,189 -"India",203,"Fish liver oils, nei","fish_oil",32,10,24,41,9,25,14,47,135,91,59,193,227,42,67,84,76,16,20,16,0.1,0,0,5.96,0.02,NA,2,0,15,21,48,35,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Sardine oil","fish_oil",NA,NA,NA,NA,5,2,15,88,109,3,201,3599,3888,9685,12582,16977,18606,16894,23959,24916,7591,27824,9424,2331.13,818.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Ornamental fish nei","ornamentals",11,30,20,27,64,65,57,135,53,31,71,81,77,77,43,80,81,4,0,0,0,0,0,0,0,1,8,8,24,4,32,8,39,2,2,0.1,0.1,0.1,1,0,2,2,1,4,3 -"India",203,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,36,55,31,32,165,81,0,40.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Agar agar nei","seaweeds",2,8,5,9,10,11,15,25,20,66,189,110,92,135,86,106,184,210,163,148,166,112,111,144.82,119.75,NA,NA,NA,NA,NA,NA,4,10,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Other seaweeds and aquatic plants and products thereof","seaweeds",1,34,4,1,117,23,281,133,123,132,100,126,603,1123,838,855,1129,184,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,7,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,723,170,11,47,85,98,38.44,28.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,157,226,295,121,134,178,88.54,27.54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Miscellaneous corals and shells","shells",540,745,52,663,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,902,931,641,2544,1438,1305,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Shells nei","shells",NA,NA,NA,NA,196,1087,526,254,283,516,1476,953,1106,1116,1289,1611,1545,787,1164,1643,1612,1575,1201,1280.53,1051.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Natural sponges nei","sponges",NA,63,0,0,0,0.1,0,25,7,3,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,70,620,1172,1300,1153,958,840,915,142,0,0,0,NA,NA,NA,NA,NA,NA,1131,1171,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,70,620,1172,1300,1153,958,840,915,142,0,0,0,NA,NA,NA,NA,NA,NA,1131,1171,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Cod liver oil","fish_oil",22,3,3,41,48,15,72,127,1380,46,7,162,479,137,34,12,0,0,0,0,0,0,0,0,0,178,241,257,335,392,150,91,28,215,NA,NA,220,186,21,30,0,74,14,101,NA -"Indonesia",216,"Fish body oils, nei","fish_oil",0.1,0,6551,16,0.1,14,149,487,728,818,1683,1517,5041,1835,238,161,331,23,51,782,955,196,145,140.4,2163.91,476,18,37,35,45,1,130,19,455,NA,NA,NA,0.1,14,52,167,171,147,480,NA -"Indonesia",216,"Fish liver oils, nei","fish_oil",68,28,20,17,570,25,81,3254,33,0,0,0,0,0,17,10,44,140,202,279,391,174,62,19.8,54.93,326,787,710,741,380,177,91,75,373,838,1215,252,113,9,11,5,268,205,769,23 -"Indonesia",216,"Ornamental saltwater fish","ornamentals",1709,528,167,1759,1781,1549,1915,1765,2248,4452,1471,1114,890,911,1056,1086,945,1087,931,718,872,722,794,437.15,424.48,749,844,964,1436,1831,2040,2176,2224,424,NA,NA,NA,NA,202,84,58,87,122,684,NA -"Indonesia",216,"Agar agar nei","seaweeds",981,637,1164,2354,3715,4563,6291,5603,3560,2663,4186,2118,2467,1795,1721,1873,1292,1056,933,750,946,1355,1489,710.85,814.61,NA,NA,NA,NA,NA,NA,828,931,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Other red algae","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,22931,46028,81595,121841,64271,8152,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Other seaweeds and aquatic plants and products thereof","seaweeds",22310,12698,5213,25084,23074,27874,28559,40162,51010,69226,95588,94073,99949,94003,123074,159075,0,0,0,0,0,0,0,0,0,NA,NA,11788,11305,12047,16562,37378,24957,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,63886,55519,37163,34418,36700,138421,176482,181596.43,168364.39,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,81463,74564,81946,49915,81399,38019,24680,14007.72,13160.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Miscellaneous corals and shells","shells",1001,792,258,844,2393,4680,3639,3208,3125,6531,5954,7069,6829,6417,12325,8927,8876,10548,11486,8292,8862,1278,114,336.97,383.91,NA,NA,1713,1322,2474,1214,1132,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,573,1125,1449,1918,1091,1111,1188,2409,7386,10744,11709.96,12745.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Natural sponges raw","sponges",20,24,0,2,0.1,70,54,38,90,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iran",191,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0.1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1,0,0,NA -"Iran",191,"Ornamental fish nei","ornamentals",0.994523451180839,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iran",191,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,14,0,20,27,53,20,0,2,5,28,370,14,24,28.25,581.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iran",191,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,16,31,39,3.38,61.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iran",191,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,0,0.1,0.1,20,26,0,0,0,57.22,1.93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Fish body oils, nei","fish_oil",131,208,221,0,0,0,0,1,3,5,3,18,2,0.1,0,1092,5913,7117,3740,4005,3797,2584,2985,3422.78,3336.37,4395,3607,3283,2631,1436,509,0,113,4395,1693,2832,2125,2143,1381,1549,2017,2028,2170,4112,2006 -"Ireland",181,"Fish liver oils, nei","fish_oil",4,1,3,0,0,0,0,1,1,2,10,8,25,15,10,2,4,14,7,11,13,20,36,26.32,19.84,239,232,9,1143,3128,605,532,4,22,20,123,0,0,0,20,2,0,4,19,NA -"Ireland",181,"Ornamental saltwater fish","ornamentals",4,50,0,98,2,0,0,6,12,0,2,11,89,168,124,230,1,0.1,2,1,1,3,3,0,2.89,NA,NA,NA,NA,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Agar agar nei","seaweeds",404,0,10,0,1,4,0,3,0,0,0,0,0,0,0,0,0,0.1,0.1,1,0,0,0.1,0.22,3.53,62,20,0,0,0,0,1061,969,89,36,45,53,62,74,67,92,82,52,62,25 -"Ireland",181,"Other seaweeds and aquatic plants and products thereof","seaweeds",603,507,1360,1308,1115,3782,3518,2750,5541,9529,12566,12520,16188,23103,24409,28821,0,0,0,0,0,0,0,0,0,4879,5828,4369,3943,3467,741,861,1175,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,579,481,1190,687,433,757,323,24.38,498.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,31830,37755,42154,49313,44713,63309,76509,69733.6,77440.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Miscellaneous corals and shells","shells",64,206,237,312,339,420,256,280,371,242,181,229,180,286,481,570,677,449,42,340,800,30,39,8.98,23.06,NA,NA,64,56,93,112,131,70,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3426,101,0,0,0,0,0,0,31,2,0,1,28,17,7,1,2,1,2,4 -"Ireland",181,"Natural sponges other than raw","sponges",2,0.1,0,1,3,4,3,8,53,0.1,0,0.1,0,0,0.1,0.1,1,1,3,2,0.1,0.1,38,0,4.22,NA,NA,NA,NA,NA,NA,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Natural sponges raw","sponges",0.1,0,0.1,5,4,8,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,2,0,0,0,0 -"Israel",79,"Fish body oils, nei","fish_oil",NA,NA,NA,0,0.1,0,0,0,0,0,25,0,0,0,41,180,470,1350,1460,1455,2250,816,1056,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,6,7,80,380,940,440,415,110,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Ornamental fish nei","ornamentals",1455.99410142848,1479.22182759606,1252.6408439761,1075.5269316012,954.770146823351,979.764554106831,990.97884868633,1507.28727430019,1907.52475059976,1940.29255479317,2010.16066242038,2402.97807803319,2815.75899025561,2765.84611822514,2691.19971057215,2803.64483309243,0,0,0,0,0,0,4.39802546766461,0,0,618.796964657335,627.89124189776,807.293578710457,879.458371788332,898.976067612538,990.574352965257,1264.67079758992,1481.88011028277,0,4.12570595245967,0,4.47078116277189,0,0,0,0,0,0,0,2.45148939879289 -"Israel",79,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3.08474802854614,7.55927340685817,0,1.9877924640369,5.78918061124881,7.57115706516036,10.3147581349292,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Agar agar nei","seaweeds",NA,0,0,0,0,4,8,6,2,8,6,0.1,0,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,900,1000,1000,750,1790,2370,817,2330,1500,1500,2300,4800,4680,0,0,0,0,0,0,0,0,0,NA,NA,734.393062962551,1340.82677802904,896.757981755753,1505.71572976635,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1353,1212,2515,3000,2050,280,176,88,210.89,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2460,900,137,50,308,5025,3233,1990,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Fish body oils, nei","fish_oil",3,45,4,7,92,192,48,51,65,52,45,37,32,316,31,96,108,153,207,263,236,268,339,442.6,733.4,390,455,312,350,287,135,10,4,2,1,356,751,4,4,25,29,53,26,23,21 -"Italy",184,"Fish liver oils, nei","fish_oil",35,67,14,46,3,3,1,1,2,27,5,12,110,14,6,6,15,8,29,20,9,3,7,13.06,25.74,30,77,52,305,30,167,59,12,5,9,19,1,18,5,3,30,0,0,21,4 -"Italy",184,"Halibuts, liver oils","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0,0,1,2,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Ornamental saltwater fish","ornamentals",161,136,128,107,123,117,165,115,120,95,109,98,210,106,90,27,48,35,42,33,94,104,40,37.04,26.12,56,5,19,24,26,56,29,6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Agar agar nei","seaweeds",255,300,238,279,443,210,202,240,346,380,460,480,429,402,394,498,600,770,930,620,930,1084,1195,953,701,131,59,0,0,0,0,138,295,75,17,16,55,41,32,32,69,92,153,45,11 -"Italy",184,"Other seaweeds and aquatic plants and products thereof","seaweeds",2,8,8,5,36,70,262,115,107,126,168,453,171,48,42,42,0,0,0,0,0,0,0,0,0,203,522,151,37,8,6,12,10,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,20,29,20,18,14,28,24.52,50.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,26,20,41,76,158,310,627,295.27,880.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Miscellaneous corals and shells","shells",1717,1462,1602,1485,1515,1273,1414,1308,1224,712,809,857,887,854,1859,2198,1815,1714,2050,2362,2409,2297,939,999.67,1153.46,NA,NA,3917,2750,972,1254,2235,1450,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2142,2496,0,0,0,0,0,0,2827,429,1084,2520,1905,1856,2672,1957,2160,3690,2639,542 -"Italy",184,"Natural sponges other than raw","sponges",45,53,39,23,33,29,30,17,15,32,21,4,4,64,6,6,28,8,5,25,27,15,43,8.15,32.79,NA,NA,74,46,63,76,38,33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Natural sponges raw","sponges",2.13557027839664,1,1.66510755094151,1.52772435785869,0.1,4,6,1,1,1,3,4,1,0.1,0.1,2,0.1,3,1,1,1,0.1,2,5.48,0.34,96,44,0,0,0,0,1,1,6,11,12,24,9,7,8,18,11,8,9,12 -"Ivory Coast",195,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,80,58,483,917,1032,2411,3313.51,4678.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ivory Coast",195,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,80,58,483,917,1032,2411,3313.51,4678.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ivory Coast",195,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,306,44,0,166.86,432.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ivory Coast",195,"Fish liver oils, nei","fish_oil",14,15,0,14,0,7,6,7,0,7,14,6,3,4,0,0,0,0,0,0,0,0,45,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ivory Coast",195,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,12,6,0,60,0,115,0,0,43,65,0,24 -"Ivory Coast",195,"Ornamental fish nei","ornamentals",3,2,4,0,0,0,0,0,0,0,0.1,0.1,0,0.1,0,0,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ivory Coast",195,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.02,0.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Jamaica",166,"Coral and the like","corals",159,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0.1,0,0,0,NA,NA,NA,18,3,3,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Jamaica",166,"Z_TOTAL","corals",159,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0.1,0,0,0,NA,NA,NA,18,3,3,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Jamaica",166,"Ornamental fish nei","ornamentals",36.0598205102183,62.187887394443,12,3,13,3,2,2,1,0.1,3,0.1,0.1,0.1,0.1,0,0,1,1,0.1,0,0,0,0,0,35.2008618650868,28.6211550894146,0,13.2442653577381,42.6985465124608,52.1955420441956,46.1702043136063,34.6011761321871,27.3669734686011,23.0363570223242,12.0216978859879,7.93665181318914,0,0,4.27423379357938,12.9396757576896,5.25123089185138,10.3132740629221,16.7612398467004,1.06605797622191 -"Jamaica",166,"Other seaweeds and aquatic plants and products thereof","seaweeds",11,14,0,0,0,0,0.1,0,0,0,0,8,0,5,4,0.1,0.1,0.1,0.1,0,0,0,0,0,0,NA,NA,NA,9,6,28,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Jamaica",166,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0.1,0,0.04,0.24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Jamaica",166,"Natural sponges raw","sponges",0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Coral and the like","corals",7849,6412,3546,3205,6117,10406,7022,2449,2433,3789,3816,3625,2672,2968,3222,6774,15008,10674,12793,22002,25363,28025,37938,36606.51,34206.43,0,0,3736,3207,3192,5100,12125,7566,0,8,6,3,6,4,8,35,19,11,9,15 -"Japan",210,"Z_TOTAL","corals",7849,6412,3546,3205,6117,10406,7022,2449,2433,3789,3816,3625,2672,2968,3222,6774,15008,10674,12793,22002,25363,28025,37938,36606.51,34206.43,0,0,3736,3207,3192,5100,12125,7566,0,8,6,3,6,4,8,35,19,11,9,15 -"Japan",210,"Cod liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1330,1346,1633,1289,770,409,0,0,567,647,728,847,675,526,860,527,499,500,456,742 -"Japan",210,"Fish body oils, nei","fish_oil",835,1590,659,391,239,242,585,928,1360,1159,1169,485,1215,324,502,606,745,1530,5143,3514,4344,5289,34129,22912.74,21565.11,345971,185063,215034,114253,43971,12646,2976,2406,156721,106130,209525,189250,159613,175482,174364,229156,331387,249370,224565,72032 -"Japan",210,"Fish liver oils, nei","fish_oil",393,789,336,465,119,64,54,20,79,36,20,29,26,16,106,42,43,15,21,19,13,19,7,11.55,7.23,142,105,190,137,197,259,1215,578,156,180,176,165,181,125,89,102,88,82,161,134 -"Japan",210,"Ornamental fish nei","ornamentals",117,129,126,89,93,95,114,142,225,255,204,240,229,258,269,266,0,0,0,0,0,0,0,0,0,42,45,59,74,75,78,90,109,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,3,9,3,8,3,2,0.93,2.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Agar agar nei","seaweeds",86,157,91,55,51,50,40,44,75,63,90,58,53,50,52,37,29,31,27,21,36,21,29,28.8,27.54,261,627,0,0,0,0,92,149,447,565,565,529,804,684,802,762,880,804,540,546 -"Japan",210,"Other red algae","seaweeds",667,602,480,561,367,412,530,386,545,736,639,718,398,601,601,436,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,826,753,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Other seaweeds and aquatic plants and products thereof","seaweeds",758,999,743,713,995,924,1568,1661,1954,2002,1726,1955,2079,1297,1253,838,0,0,0,0,0,0,0,0,0,3607,3029,3710.74233613195,3528.05228263377,4409.46490989001,3215.73645649193,655,558,1873,2340,2188,2232,1994,2183,2841,2259,2214,3086,3145,1942 -"Japan",210,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1019,1311,1211,1198,1105,1252,1186,1237,1143.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,84,99,109,133,153,190,180,169.08,132.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2908,4585,7792,5869,6178,6258,8746,4835,3311,3353,1453 -"Japan",210,"Natural sponges raw","sponges",1,1,0.1,1,0.1,1,1,1,1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,4,15,2,4,0,1,1,3,1,2,1,3,1,1,1,3 -"Kenya",43,"Fish body oils, nei","fish_oil",0,0,0.1,1,0,0.1,0,5,0,0,0,1,33,21,0.1,0,0,0.1,0,0,0,6,0.1,2.59,2.59,0,0,0,0,0,0,0,0.1,0,NA,NA,0.1,0.1,1,0.1,0,0,4,0.1,NA -"Kenya",43,"Fish liver oils, nei","fish_oil",0,1,0,0,8,0,0,0,0,0,0,93,2,0.1,0,1,2,2,0,0,0.1,0,0,0,0.06,0,0,0,0,0,0,0.1,0.1,0,NA,NA,0.1,0.1,0.1,0,0,0.1,0,0.1,NA -"Kenya",43,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,69,79,36,44,15,100,100,60,45,25,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kenya",43,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,33,38,18,37,43,46,99.06,407.88,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kenya",43,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,1200,0,0,0,0,0,0.1,0,0.1,0,0.1,0,0.1,0,0.04,0.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kenya",43,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,0.1,0,0,1,1,0,0,0,13,0,63,18,14,0,0,33,100,100,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kenya",43,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,452,676,370,410,530,661,712,662,488,482,631,506,406,301,356,289,289.93,366.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kiribati",212,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0.43,0.43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kiribati",212,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0.43,0.43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kiribati",212,"Ornamental fish nei","ornamentals",46.782697635917,90.2594725706972,101.492956942509,204.267737510336,133.039932798691,152.982811747856,98.2472648529038,156.363234928343,143.506904511729,0,93.7044288900761,6,0,41,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,47.504299931064,33.3508256412274,64.4120806465887,71.1982145959214,108.003963896984,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kiribati",212,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0,0,0,2.2535226596533,2.73178705683847,2.8697283985349,3.87584080015165,4.45828572452717,0,0.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kiribati",212,"Other seaweeds and aquatic plants and products thereof","seaweeds",1119,141,0,0,0,0,0,0,97,120,0,58,265,305,7,4,0,236,0,0,0,0,0,0,0,32,115,798,693,388,339,374,178,65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kuwait",51,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,6,30,0,15,0.1,1,29,1,3,0,0,21 -"Latvia",69,"Fish body oils, nei","fish_oil",179,140,54,347,395,615,690,725,445,372,337,420,365,258,284,773,1478,2691,4025,4625,4498,4425,3833,6172.66,8654.85,NA,NA,NA,NA,NA,306,200,387,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Fish liver oils, nei","fish_oil",0,0,0.1,0,0,0,0,0,0,0.1,0,0.1,1,24,1,0.1,1,1,1,0.1,1,1,2,0.6,0.55,NA,NA,NA,NA,NA,31,13,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Ornamental fish nei","ornamentals",0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,83,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Agar agar nei","seaweeds",1,0,0,0,0,0.1,0.1,0,6.41207523063395,0.1,0.1,0.1,0,0.1,1,2,12,54,50,63,14,9,20,8.9,4.29,NA,NA,NA,NA,NA,NA,3,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,1,1,2,6,19,83,2,9,2,1,1,7,7,42,58,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,54,57,48,60,63,51,129,81.92,69.28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,0,22,7,21,12.03,11.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0.1,5,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,2,4.48,4.46,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,1,2,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,0.1,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0,1,1,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Fish body oils, nei","fish_oil",NA,NA,NA,2,0,0,0,0,0,0,0,0.1,0,0,0.1,0.1,0.1,0,0,0,0,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Ornamental fish nei","ornamentals",NA,NA,0.1,0,0,0.1,0,0,0,0.1,0.1,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0.1,0,0,2,0.1,0.1,0,4.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,1,0.1,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,2,0.1,0.1,0.1,1,1,1,1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,0.1,0,0.1,1,1,0.46,0.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0,0.1,0.1,0.1,0.04,0.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Natural sponges nei","sponges",NA,0.1,0.1,1,1,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Liberia",97,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Libya",67,"Ornamental fish nei","ornamentals",NA,4.47841034830975,0,1,8,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1504.7,3009.4,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Libya",67,"Natural sponges raw","sponges",NA,NA,16,0,19,25,13,1,2,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Fish body oils, nei","fish_oil",25,5,0,0,44,75,572,895,740,451,261,236,169,193,116,26,26,413,260,481,273,542,239,11.08,14.71,NA,NA,NA,NA,NA,NA,10,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Fish liver oils, nei","fish_oil",0,0,5,0,9,82,0,0,0,0,0,0,17,19,12,11,14,14,17,16,17,15,14,13.58,19.18,NA,NA,NA,NA,NA,NA,65,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,14,19,38.71,23.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Agar agar nei","seaweeds",1,0.1,0.1,2,0.1,8.30916765435734,1,7.22136893036964,1,2,26,3,4,4,6,27,5,13,18,31,39,10,21,15.04,9.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,9,32,47,1,6,36,4,21,32,84,77,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,40,0,40,51,54,133,170,65.97,123.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,15,0,7,48,27,2,6,4.25,91.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Miscellaneous corals and shells","shells",24,76,61,44,93,139,141,177,173,191,73,109,70,92,110,81,108,192,141,175,187,176,456,183.8,313.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.0376570663000848,10,9,33,41,0,0.1,0,0,0.1,0.1,0.1,0.1,0.12,15.22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0,0.1,0.1,0.1,10,10,5,0.19,0.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Coral and the like","corals",47,0,161,152,118,0,0,124,181,228,524,191,147,157,325,419,228,355,478,330,257,345,313,448.51,332.53,NA,NA,51,50,12,2,11,152,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Z_TOTAL","corals",47,0,161,152,118,0,0,124,181,228,524,191,147,157,325,419,228,355,478,330,257,345,313,448.51,332.53,NA,NA,51,50,12,2,11,152,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,6,0.1,3,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,2,16,11,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Shark oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,8,5,3,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,0.1,0.1,0.1,0,0,0,0.1,0,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,1,1,1,0.1,0.1,1.02,1.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Other seaweeds and aquatic plants and products thereof","seaweeds",202,0,341,92,363,732,486,243,304,506,1006,1286,1551,2190,2172,906,0,0,0,0,0,0,0,0,0,NA,NA,88,162,458,410,473,839,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",584,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,763,617,559,712,458,225,547.42,695.54,156,63,78,141,285,424,702,971,102,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,109,209,363,561,976,1218,895,1575.41,1561.75,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Coral and the like","corals",24,26,14,1,2,5,82,23,47,24,4,13,13,54,49,88,229,470,253,33,12,1,0,0,0,NA,NA,4,2,1,0.1,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Z_TOTAL","corals",24,26,14,1,2,5,82,23,47,24,4,13,13,54,49,88,229,470,253,33,12,1,0,0,0,NA,NA,4,2,1,0.1,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Fish body oils, nei","fish_oil",8,20,0,2,24,339,330,63,4,18,51,19,24,15,47,3,29,631,480,72,411,2025,3382,2122.94,4319.51,23,20,1,17,6,12,0.1,0.1,8,12,0,0,0,0,0,0,0.1,0.1,8,1 -"Malaysia",206,"Fish liver oils, nei","fish_oil",120,52,9,21,8,9,18,10,204,24,19,5,596,163,170,119,83,51,21,22,28,20,3,0,0.9,0,3,10,25,18,13,27,9,2,NA,NA,NA,NA,0.1,1,2,3,1,0.1,NA -"Malaysia",206,"Ornamental fish nei","ornamentals",1693.05162166368,1518.23305239183,1126.29311024861,1337.54455739779,1414.9446352174,1821.63972704318,3021.80848898208,2434.76899308598,2351.99474591095,2644.79574198329,2557.20422187608,3393.49683197429,3379.36872408268,2301.48352549085,3128,2126,1859,0,0,0,0,0,0,0,0,69.4495927494149,82.8487587559102,236.637021642782,268.617097530504,378.017631256668,699.20612853644,773.165297118784,1149.06425127106,67.7495181496176,20.1246799399944,18.7279362262539,18.7075562074191,18.3430852648579,19.1829325553391,17.4420979178722,66.2826290681881,12.756110409896,25.8111854926649,30.780123867863,16.7041507215651 -"Malaysia",206,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,21.7703866121042,20.5719371205223,19.2610128615747,17.9400908455277,16.6133368045066,15.1824394603686,20,6,8,9.47634615874131,7.7946717406985,6.68703520943427,4.58128926110203,3.80607815338544,2.4026746412701,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Agar agar nei","seaweeds",126,0,4,6,3,4,11,1,5,5,6,51,112,436,177,17,52,14,11,126,42,18,20,3.86,28.94,NA,NA,NA,NA,NA,NA,1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Other seaweeds and aquatic plants and products thereof","seaweeds",477,1299,1159,1989,2257,1462,1817,1496,1293,1193,980,734,382,237,886,1431,501,0,0,0,0,0,0,0,0,NA,NA,683.041873328359,679.128340794428,646.892678506236,622.209584152515,1,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,550,687,2261,2224,2672,1092,1520.48,1572.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,1,0,0,0,0,0,787,22,117,2,3,8,0.57,1.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,27,1,0,102,167,278,84,92,34.17,13.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Shells nei","shells",NA,17,0,0,0,0,0,0,1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Natural sponges nei","sponges",0,0,0,0,1,0,0,0,0,0.1,0,6,0,0,0,0,0,122,0,0,0,0,2,0.07,0.07,NA,NA,0.1,0.1,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Maldives",39,"Coral and the like","corals",8,24,8,13,27,29,37,29,14,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Maldives",39,"Z_TOTAL","corals",8,24,8,13,27,29,37,29,14,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Maldives",39,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,2,3,3,0,0,6,0.1,1,7,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Maldives",39,"Shark liver oil","fish_oil",3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,18,22,34,24,4,2,0,36,NA,NA,NA,9,25,79,59,74,50,31,NA -"Maldives",39,"Ornamental saltwater fish","ornamentals",376.458461636335,362.282905459993,336.312476207942,322.267250120833,315.716004164697,309.034428119328,293.946561318346,282.507937015922,269.635681731921,259.761018500314,249.495365000999,228.933634452173,212.607631803461,197.780425180947,343,320,0,280,315,437,386,386,399,286.71,118.22,469.270756948059,452.879589254731,437.987217587601,437.300825647006,420.844492909066,409.471033651262,412.564214298465,383.596192994024,477.972449376561,NA,NA,NA,572.444294353911,559.311378891442,545.722308116652,531.09059662799,516.393720094711,504.694435613819,492.929986088307,NA -"Maldives",39,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,0,0,0,0,0.1,0.1,0,0,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Maldives",39,"Shells nei","shells",42,47,2,8,0,5,11,6,9,8,5,2,0,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malta",68,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,0,0,0,0,0.1,0.1,0.1,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Marshall Islands",11,"Coral and the like","corals",NA,NA,33,0,0,0,7,12,18,34,42,12,7,16,0,2,9,6,3,17,4,4,4,3.7,0.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Marshall Islands",11,"Z_TOTAL","corals",NA,NA,33,0,0,0,7,12,18,34,42,12,7,16,0,2,9,6,3,17,4,4,4,3.7,0.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Marshall Islands",11,"Ornamental fish nei","ornamentals",46.4120851007103,14.2839028533565,5.31900405641136,1.17206821715149,1.47248280036956,10.1116794257352,8.18841879771435,8.11822084572623,20.4635428231572,32.9941710681915,59.2374631158677,60.2791027694993,87.6342324227951,135.928970315261,177.367376306405,109.47508441162,0,0,0,0,0,0,0,0,0,21.7720163225706,41.3442827365291,31.2675463339642,0,0,0,0,84.2847616437655,0,NA,NA,NA,NA,20.5956455780579,0,0,0,0,0,NA -"Marshall Islands",11,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0.348376467282719,0.396028018747415,0.652040624592928,3.20002482862822,2.51146732128041,2.57300960970394,2.75956853075581,3.25172366489983,4.1953277502023,0,0.31,0.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Marshall Islands",11,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,0,0,10,21,4,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Marshall Islands",11,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,5,0,0,0,0,0,17,17,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritania",64,"Cod liver oil","fish_oil",NA,NA,NA,NA,628,519,238,127,49,241,143,257,577,200,2226,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritania",64,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1243,1652,3661,10152,4386,6218.16,14133,12842,325.42,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritania",64,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,711,2663,3503,4190,15366,23606.94,5860,21640,40105.13,34535.17,36760.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Coral and the like","corals",0.1,0,0.1,0,0,0,0,0,5,0,0,0,0,0,0.1,0.1,25,0,0,0,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,0.1,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Z_TOTAL","corals",0.1,0,0.1,0,0,0,0,0,5,0,0,0,0,0,0.1,0.1,25,0,0,0,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,0.1,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,20,320,707,922,553,1108,803,87,1431,2317,1723,1826.29,1694.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0,102,34,25,0,0,570,1357,21,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Ornamental fish nei","ornamentals",7,6,7,10,8,10,15,4,3,3,3,2,2,3,2,3,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,7,7,7,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,1,9,6,9,5.3,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Agar agar nei","seaweeds",NA,NA,0.1,0.1,0,0,0,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0,0.1,9.5,0.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mayotte",29,"Ornamental fish nei","ornamentals",5.64694244983983,0,0,0,0,0.1,0.1,0,0,0,34,14,8,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,44,19,0,28,10,36,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,44,19,0,28,10,36,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,NA,0.1,1,0.1,0,0,1,2,1,3,0.1,1,1,1,0.1,1,0,0.87,0.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Fish body oils, nei","fish_oil",1922,1587,3102,795,1902,3374,9852,2178,2174,717,12765,5807,26668,29399,12133,27010,36001,15562,4108,1683,3811,23003,12299,25061.61,22115.66,0,479,405,44,0.1,16,27,53,851,NA,NA,NA,NA,NA,351,92,3760.06454850623,199,499,NA -"Mexico",135,"Fish liver oils, nei","fish_oil",0.1,0.1,0,0,0,0.1,1,0.1,1,0.1,2,0.1,0.1,0.1,1,0,1,0,0,0.1,0,0,2,0.24,0.24,NA,NA,0.1,0,1,0.1,22,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Ornamental fish nei","ornamentals",4.66455304165495,15.974020730372,7.7618058504075,7.39312414535969,16.6109829874323,8.05016663302703,15.3507173656755,9.05581059513513,11.9988428972744,17.5563862577192,13.8759905454843,11.415699993792,14.707333770372,23.7508918752242,29.4827359728894,22.6649269906879,14.4527121107234,0,0,0,0,0,0,0,0,1,4,0,9,5,8,1,0.1,2,1,0,0,4.46293451970693,0,6,1,4.38261359727866,1,3,0.1 -"Mexico",135,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8.79770111136343,13.6064537473485,11.2481966903899,8.5315891487841,10.2943626652681,15.4614657859003,6.11537427832167,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Agar agar nei","seaweeds",0,73,66,77,101,96,79,60,68,76,72,65,75,53,74,79,45,60,78,99,101,108,84,97.52,93.42,NA,NA,NA,NA,NA,NA,17,51,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Other seaweeds and aquatic plants and products thereof","seaweeds",35000,32665,5671,34755,15080,28325,22409,18539,17406,145,364,199,139,257,283,443,261,0,0,0,0,0,0,0,0,NA,NA,25194,28976,42644,37261,26453,39362,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,216,499,341,104,82,7,45,62.28,22.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,133,295,503,419,396,352,623,650.18,578.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Miscellaneous corals and shells","shells",650,691,676,751,1116,2539,957,1119,1062,1492,1417,839,824,633,965,627,760,710,733,679,997,864,1114,1024.13,478.9,NA,NA,447,781,644,616,798,636,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0,0,0,0,0.1,0,0,0.1,0.1,0.1,0.1,0.1,0.1,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Natural sponges raw","sponges",NA,NA,1,0,1,0.1,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Montenegro",186,"Coral and the like","corals",145,223,21,128,0,118,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Montenegro",186,"Z_TOTAL","corals",145,223,21,128,0,118,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Montenegro",186,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,1,0,0,0,0.1,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Montenegro",186,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,357.664223272659,330.715358538589,0.1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Montenegro",186,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,123,0,164,0,161,128,0,0,0,0,0.1,0,0,0,0,0,0,0,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Coral and the like","corals",2.9,67.98,417.44,357.72,275.54,157.84,22,4.95,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,5.29,4.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Z_TOTAL","corals",2.9,67.98,417.44,357.72,275.54,157.84,22,4.95,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,5.29,4.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Fish body oils, nei","fish_oil",3410,6927,3670,4478,4867,18462,11749,19661,32351,24125,21865,25750,25178,40217,39804,16663,26741,16258,39397,52192,34769,34256,29908,35653.46,45850.2,645,1150,4776,3684,1933,515,705,9871,3147,5937,6441,6848,3511,9519,828,7919,4965,5,3828,4098 -"Morocco",62,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,285,255,715,2279,349,74,59,176,289,386,641,249,520,142.72,142.72,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,243,1725,1696,2099,2050,2109,315,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Agar agar nei","seaweeds",992,979,975,1178,1314,1172,1216,1177,1238,1136,1095,1081,917,868,1000,896,937,1066,925,905,936,1016,1048,931.99,870.87,NA,NA,NA,NA,NA,NA,962,1007,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Other seaweeds and aquatic plants and products thereof","seaweeds",1807,1773,2698,4019,4767,4935,4650,5275,5611,8461,6973,5290,4359,4753,4768,2333,3691,4309,3273,0,0,0,0,0,0,NA,NA,NA,NA,NA,4,926,789,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.07,0.07,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2425,2507,1958,1715,2467.45,1657.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,6.03,7,3.51,1.6,1.93,3.54,3.04,3.51,3.79,2.79,6.58,4.05,3.61,3.42,1.5,3.02,1.8,0.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Natural sponges raw","sponges",0,1.01,0.06,0.04,2.4,0,0,0,0,0,0,0.02,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.05,2.40490549794194,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mozambique",41,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,1000,80,0,0,0,0,0,0,0,0,0,0,4.03,NA,NA,NA,NA,NA,NA,148,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mozambique",41,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,92,0,39,93,107,58,89,151,110,122,92.14,97.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mozambique",41,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0,0.1,0.1,0,0,0,0,5,7,1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mozambique",41,"Miscellaneous corals and shells","shells",231,215,220,353,230,23,762,75,45,270,32,60,120,150,85,359,326,597,257,218,270,135,19,10.63,116.83,NA,NA,NA,NA,NA,NA,104,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Myanmar",205,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,484.83803694915,0,0,423.240010375848,391.289454081671,361.290054627898,329.773088742702,300.424074902388,277.578917196741,247.362722538477,218.88088951612,193.434189356609,172.323393286868,133.435390449056,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Myanmar",205,"Oyster shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,67,119,53,94,117,175,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Myanmar",205,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,52,777,880,45,460,57,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Myanmar",205,"Trochus shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,22,0,49,0,57,87,40,400,32,30,30,81,24,46,45,37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Fish body oils, nei","fish_oil",0,2076,7662,3540,3889,1619,1187,201,1827,802,1813,22,941,102,136,1391,653,281,531,225,226,59,20,84.22,297.93,NA,NA,NA,NA,NA,NA,2306,3246,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Fish liver oils, nei","fish_oil",NA,0.1,0.1,0,28,340,3170,2130,0.1,752,28,2373,710,624,740,1047,378,330,1152,307,113,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,1,0,22,4,80,72,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Agar agar nei","seaweeds",NA,NA,NA,1,0,0,0.1,0,7,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,865,3711,869,508,482,266,53,60,241,74,74,139,152,134,76,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,29,29,0,0,0.1,0,0.1,0.83,0.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Miscellaneous corals and shells","shells",NA,1,10,3,0.1,3,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,0.1,0.1,0.1,0,0,0.1,0,0,0.1,1.08,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Natural sponges nei","sponges",NA,0.1,0.1,0,0,0,0.1,7,0.1,1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Fish body oils, nei","fish_oil",20316,19234,11927,10365,10745,11034,14979,12357,22165,13776,17025,10327,13809,11326,13360,13057,15615,11774,12818,10168,9968,13973,15153,15562.75,21116.53,15724,14441,12533,10680,10411,23045,28541,25004,15973,9158,7666,6874,10449,10311,11641,11630,16172,13301,15215,11776 -"Netherlands",177,"Fish liver oils, nei","fish_oil",3097,2762,2621,2585,3124,3110,4177,3980,3830,3511,2937,7953,3246,2635,1449,868,761,587,923,786,686,289,499,538.12,689.53,4137,4828,4012,3095,2657,1330,750,1814,5922,647,801,1116,1325,1173,1804,1603,3598,2502,2788,NA -"Netherlands",177,"Halibuts, liver oils","fish_oil",21,22,6,115,8,7,49,60,19,14,12,5,5,11,0,28,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,14,12,23,28,32,50,59,68,62,52,NA -"Netherlands",177,"Ornamental saltwater fish","ornamentals",9,28,14,8,4,6,6,46,73,107,148,259,327,321,357,362,336,397,270,419,222,936,434,817.71,1277.23,42,31,53,70,107,22,8,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Agar agar nei","seaweeds",18,12,17,29,45,29,32,69,81,92,110,97,115,112,101,121,71,97,134,119,49,65,49,92.55,28.98,8,5,0,0,0,0,22,13,1,1,1,1,3,2,1,2,5,0.1,6,1 -"Netherlands",177,"Other seaweeds and aquatic plants and products thereof","seaweeds",106,108,458,252,368,268,379,650,679,806,758,974,904,534,687,899,0,0,0,0,0,0,0,0,0,320,40,8,24,29,158,38,107,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,420,334,317,210,238,229,273,260.43,265.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,180,514,304,590,358,399,441,333.09,271.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Miscellaneous corals and shells","shells",7095,7795,3403,13844,3888,2047,3588,10108,6586,3624,5783,6827,3193,11164,28972,16257,27061,19601,18839,48692,30963,32255,31110,32734.87,35846.02,NA,NA,16280,15765,15963,2407,4758,8130,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18188,17033,0,0,0,0,0,0,16578,19186,16590,17235,14555,11647,12130,11873,13001,17752,16146,19953 -"Netherlands",177,"Natural sponges other than raw","sponges",0.1,0.1,2,8,21,143,18,10,28,11,8,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,1,0.1,1,1.16,0.14,NA,NA,6,5,4,3,62,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Natural sponges raw","sponges",0.1,0.1,0.1,0.1,0.1,0.1,24,0.1,0.1,0.1,0.1,6,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.63,0.49,5,4,0,0,0,0,0,0.1,4,0.122508329726539,1,0,1,1,10,5,23,3,13,5 -"New Caledonia",5,"Ornamental fish nei","ornamentals",0,4,5,1,7,7,4,5,5,4,3,4,4,3,6,6,17,15,2,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,5,NA,NA,NA,NA,NA,NA,NA,3,0,3,NA -"New Caledonia",5,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,13,14,13,4,3,2.91,0.99,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Caledonia",5,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,0.1,0.1,0.1,0,0.1,0.1,0.1,0,0,0.1,1,2,0.1,0.1,0,0.1,0,0,0,18.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Caledonia",5,"Trochus shells","shells",NA,NA,NA,98,96,343,78,100,120,153,187,198,199,277,228,144,175,227,127,129,88,20,31,20,20,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Caledonia",5,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,3.60004421046796,0,3.16946818632186,0.1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Coral and the like","corals",506.609394230516,515.205754159731,458.88222992485,206,254,210,450,442,475,390,301,430,270,200,294,258,231,216,228,193,288,247,289,246.99,242.67,NA,NA,661.070403701116,680.695624260523,633.52104123024,587.72506577873,605.47036691253,536.990030392102,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Z_TOTAL","corals",506.609394230516,515.205754159731,458.88222992485,206,254,210,450,442,475,390,301,430,270,200,294,258,231,216,228,193,288,247,289,246.99,242.67,NA,NA,661.070403701116,680.695624260523,633.52104123024,587.72506577873,605.47036691253,536.990030392102,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Cod liver oil","fish_oil",50,113,41,63,31,60,171,56,48,89,149,110,70,115,190,216,464,621,409,94,101,71,39,46.68,30.46,NA,NA,22,22,33,61,14,58,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Fish body oils, nei","fish_oil",2015,2073,2121,3549,3114,3167,2740,2665,2941,2299,2587,2227,2860,2645,3303,2795,2930,2653,2605,2923,3690,3398,4395,4974.11,2156.18,690,1376,1320,837,965,577,1102,1698,520,NA,NA,NA,NA,NA,NA,NA,1081,1865,779,NA -"New Zealand",162,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,54,35,45,17,0,0,0,134,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Ornamental fish nei","ornamentals",0.1,0.1,1,0.1,0,0,0.1,0.1,69,4,19,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0.1,0.1,0,1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,1.3,0.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Agar agar nei","seaweeds",6,6,10,6,5,46,8,8,12,3,8,3,9,6,16,12,11,17,0.1,2,5,16,9,0.4,0.44,NA,NA,NA,NA,NA,NA,24,19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Other seaweeds and aquatic plants and products thereof","seaweeds",604.370936573076,593.536955102085,541.25846738815,10,1,10,1,3,8,4,8,50,20,25,43,63,0,0,0,0,0,0,0,0,0,NA,NA,895.175928377794,891.487551431419,993.55412144975,805.509147767647,696.065823856581,660.936787001789,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,193,197,60,68,83,123,16,18.61,5.46,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,13,0.1,1,0.1,3,1,1.16,7.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Natural sponges nei","sponges",0.93367592162425,1.73600434787265,0,0.1,0.1,0,0,3,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,0.11787133429188,0.920199760540282,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nicaragua",131,"Coral and the like","corals",NA,0.1,0,0,0,0,0,0,0,18,70,45,0.1,2,22,17,0,0.1,0,1,16,0.1,1,5.18,9.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nicaragua",131,"Z_TOTAL","corals",NA,0.1,0,0,0,0,0,0,0,18,70,45,0.1,2,22,17,0,0.1,0,1,16,0.1,1,5.18,9.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nicaragua",131,"Ornamental fish nei","ornamentals",2,5,8,0.1,2,1,0,0,4,0,6,13,12,0,2,4,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,84,6,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nicaragua",131,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,2,5,9,12,20,26,511.14,6.39,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nigeria",196,"Ornamental fish nei","ornamentals",4.29862813125668,80.4380141189926,27.577595032621,36.9533646522943,51.0478616943522,65.8437911910889,70.3095336280108,76.752040255391,119.286435005334,77.7127017806122,0,53.358028350608,0,0,51,0,0,0,0,0,0,0,0,0,21.2,NA,NA,NA,NA,27,28,75,119.714068857618,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nigeria",196,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,2,0,0,0,0,0,0,0,0,0,0,8,8,114,0,0.1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Coral and the like","corals",0,0,36,125,52,50,103,194,333,1426,623,443,239,421,493,533,48,231,474,547,808,440,698,712.89,40.84,NA,NA,49,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Z_TOTAL","corals",0,0,36,125,52,50,103,194,333,1426,623,443,239,421,493,533,48,231,474,547,808,440,698,712.89,40.84,NA,NA,49,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Agar agar nei","seaweeds",NA,53.7744475267709,57.1157904471438,0,0,0,2,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,375,256,949,289,238,678,616,1169,1674,1375,371,314,337,73,28,0,0,0,0,0,0,0,0.08,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,15,0,49,4,17,1,25,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,47,1028,838,493,1169,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,30,30,20,20,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Coral and the like","corals",0.1,895,1142,1744,1244,2373,2289,2592,3311,4883,1711,413,173,25,12,10,3,6,3,1,1,2,0.1,1.67,1.67,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Z_TOTAL","corals",0.1,895,1142,1744,1244,2373,2289,2592,3311,4883,1711,413,173,25,12,10,3,6,3,1,1,2,0.1,1.67,1.67,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Cod liver oil","fish_oil",1737,1963,1812,1467,1429,2111,1583,1244,1567,1406,1913,1471,1434,1035,1533,1700,1561,1170,1462,835,746,999,1232,958.59,1560.07,903,691,801,1105,1083,1002,1715,1437,994,1254,1720,1582,1723,1672,1191,1628,1113,1383,1078,815 -"Norway",223,"Fish body oils, nei","fish_oil",662,3429,3100,5595,6431,482,2175,4074,5040,4103,7660,7911,3611,2390,5518,8588,6119,7465,43096,49325,49559,40323,43767,57010.11,58258.69,45608,39113,42737,58633,53712,62035,63473,673,71276,120799,64041,78964,79446,107332,101140,127952,76862,114347,38831,132521 -"Norway",223,"Fish liver oils, nei","fish_oil",3475,1330,1976,1799,1688,2246,1024,1825,1188,722,676,950,998,959,832,753,805,851,478,782,1360,1284,947,600.57,1414.34,2977,3192,2272,2958,2460,2366,3249,2680,5451,19247,17056,13115,11666,9344,9091,7649,7910,7204,4913,15533 -"Norway",223,"Herring oil","fish_oil",67402,51558,37768,48378,50838,38556,33520,33020,20816,18807,29440,46595,58225,56547,61331,62994,62338,59281,39353,37256,34091,47903,54085,58535.49,76681.2,NA,NA,NA,NA,NA,NA,NA,84984,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Oils and fats of aquatic animals, nei","fish_oil",NA,2,20,0,0,0,2,27,0.1,0.1,51,96,76,16,27,11,20,15,2,55,63,246,41,31.85,1396.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Shark oil","fish_oil",89,132,69,55,56,47,57,42,48,50,48,35,36,40,53,9,18,0,0,0,1,0,0,0.58,9.47,7,0.1,7,6.65508498774625,4,0,11,111,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Ornamental fish nei","ornamentals",0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5.62452525118351,0.1,0,0,0,0.1,0,0,21,NA,NA,NA,2,7.12374296400861,6.92185991520432,0,0,6.27319258319392,1,NA -"Norway",223,"Agar agar nei","seaweeds",0.1,0,0.1,0.1,0.1,0.1,0.1,29,39,20,0,0.1,0,0,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Other seaweeds and aquatic plants and products thereof","seaweeds",3622,3988,3741,4340,4181,3665,3584,2351,3434,3196,3320,2883,2037,1080,757,537,0,0,0,0,0,0,0,0,0,NA,NA,3513,3535,3376,3815,4120,3633,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,162,6,11,10,114,54,64,96.37,351.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,562,633,892,2256,3525,3975,4797,3662.85,3198.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Natural sponges raw","sponges",1,4,3,1,0.1,0.1,0.1,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,22,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Coral and the like","corals",20,0,9,0,42,30,0,15,0,0,30,56,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Z_TOTAL","corals",20,0,9,0,42,30,0,15,0,0,30,56,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Fish body oils, nei","fish_oil",34,40,21,0,15,0,0,0,0,40,0,121,121,175,14,254,0,0,0,2300,3500,5708,11842.65,5972.24,18932.42,NA,NA,NA,NA,NA,NA,12,20,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,70,0,0,0,0,0,0,0,0,21,0,25,0,498,174,34,0,129.6,2302.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Oils and fats of aquatic animals, nei","fish_oil",18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0.1,3,0,0,0,0,0,NA,NA,NA,NA,10,0,0,0,0,0,NA -"Oman",48,"Ornamental fish nei","ornamentals",0,3,2,1,0.1,3,2,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,59,0,0,0,19,0,0,15,76,0,0,0,0,0,0,15,113,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,49,0,0,0,0,134,0,18,0,3,43,241,469,8,4,32,37,37.21,3.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,49,0,0,0,0,134,0,18,0,3,43,241,469,8,4,32,37,37.21,3.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,35,0,0,0,0,16,31,104,317,756.5,493.42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,1,0,0,0,0,1,19,18,4,41,4,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,77,210,69,172,1,3.69,3.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,6,0.1,0,0,44,0,36,0.1,0,0,0,0,5,4,9,1,7.43,7.43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,35,0.1,0,6,0,0,18,49,1,160,221,65,220,320,725,475.45,85.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Palau",8,"Coral and the like","corals",NA,NA,50,38,20,0,0,0,0,55,14,1,96,0,0,32,0,0,0,0,0,0,0,0,0.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Palau",8,"Z_TOTAL","corals",NA,NA,50,38,20,0,0,0,0,55,14,1,96,0,0,32,0,0,0,0,0,0,0,0,0.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Palau",8,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0.590861825980255,8.67413964853608,5.08312261208584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Palau",8,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1.88118599305125,0,1.7877902428534,2,2,6,15.13,20,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Palau",8,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,3,0,0,6,0,0,0,0,0,0.1,0,0.1,0,0,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Panama",129,"Fish body oils, nei","fish_oil",2323,10682,10605,4000,9651,16728,7913,5203,7088,7100,5788,5989,2103,4225,2000,3225,5093,4204,8497,3768,5093,4845,7920,21675.26,11333.26,3056,13373,6110,8638,8566,8645,12623,7357,10195,12365,4174,3626,13101,3912,1052,2843,1560,28817,11187,11721 -"Panama",129,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,2,0.1,4.24205198302918,35,114,26,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Panama",129,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,6,1,0,0,0,0,11,44,22,0.1,0,3,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Panama",129,"Miscellaneous corals and shells","shells",142,22,11,0.1,0,1,0.1,0,0,32,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Coral and the like","corals",4,0,62.2061004240704,0,0.1,73,0.1,0,4,34,15,0,5,0,126,0,0,109,32,17,0,50,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Z_TOTAL","corals",4,0,62.2061004240704,0,0.1,73,0.1,0,4,34,15,0,5,0,126,0,0,109,32,17,0,50,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Fish body oils, nei","fish_oil",0,0,5.79431255205355,25,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,96.24,101.74,NA,NA,NA,15,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Ornamental fish nei","ornamentals",NA,NA,7,1,0,0,0.1,0,0,0,0,9.76846428917645,7.77262019612735,0.1,39.9317903600812,36,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,105,113,0,79,163,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Miscellaneous corals and shells","shells",3,0,103,4054,0,0,0.1,327,0.1,223,323,264,288,0,86,22,0.1,97,52,34,86,51,90,102.14,88.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Mother of pearl shells","shells",NA,NA,NA,NA,NA,8,0,0,0.1,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,2.08,2.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Shells nei","shells",1,0,131,59,0,8,0,0,0,158,77,96,82,0,93,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Trochus shells","shells",52,0,0,0,10,145,349,0,164,0,0,0,0,113,0,0,50,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Coral and the like","corals",0.1,4,8,15,6,46,34,3,0.1,5,3,6,16,11,1,49,62,65,13,14,0.1,13,24,6.01,70.92,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Z_TOTAL","corals",0.1,4,8,15,6,46,34,3,0.1,5,3,6,16,11,1,49,62,65,13,14,0.1,13,24,6.01,70.92,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,315,0,0,0.1,0.1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Fish body oils, nei","fish_oil",225144,228886,34926,258653,456448,315360,160611,183221,285117,286369,298365,320659,257696,304381,254117,234047,303202,126147,163072,116759,94992,171087,195985,183794.29,141576.23,1533,96032,26482,33900,24377,119875,285543,205600,1000,0,155,47307,0,0,45915,0,43027,34782,56519,22 -"Peru",138,"Fish liver oils, nei","fish_oil",0,0.1,513,646,0.1,0,632,2047,2008,733,305,59,132,97,0.1,22,40,62,493,67,0,278,0,0,0,NA,NA,NA,NA,NA,NA,35,430,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Ornamental fish nei","ornamentals",498,466,581,513,583,604,548,641,603,583,552,454,505,410,441,387,2,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0.1,0,0,534,451,0,346,354,384,264,254,63,28,140,90,0.1,368 -"Peru",138,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,14,24,15,25,9,13,60,0.33,0.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Agar agar nei","seaweeds",NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0.1,0.1,0.1,0.1,0.1,0,0,0.1,0.1,0,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Other seaweeds and aquatic plants and products thereof","seaweeds",1042,2387,3785,3347,1067,2194,3484,3184,4238,5587,6494,8979,21835,12327,22783,25257,786,0,0,0,0,0,0,0,0,NA,NA,25,21,17,29,170,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,64,54,27,48,41,23,18,18.26,173.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,27120,30440,29089,24301,21687,28199,31267,35266.58,29468.56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Coral and the like","corals",1925,1832,1724,1254,1239,1805,2196,3207,4724,3740,2702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,1789,3135,1656,2260,1785,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Z_TOTAL","corals",1925,1832,1724,1254,1239,1805,2196,3207,4724,3740,2702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,1789,3135,1656,2260,1785,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,45,180,91,3,5,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Fish body oils, nei","fish_oil",0,0,0,0.1,0,0.1,23,0.1,0,0,20,0,580,134,35,0,15,2,7,10,90,300,763,629.19,1570.08,0,0,0,0,0,0,0,0,0,84,24,63,118,123,38,22,0,5,6,NA -"Philippines",15,"Fish liver oils, nei","fish_oil",0,0,0.1,0,6,38,0,0.1,0,6,7,37,160,107,43,0,6,0,34,1,0,139,623,184.29,2084.69,109,81,91,0,0,0,0,0,176,134,189,229,468,384,166,315,342,513,494,NA -"Philippines",15,"Shark liver oil","fish_oil",6,1,0,0,0,0,90,51,33,0,0,0,0,0,0,79,65,4,39,65,66,0,0,0,0,NA,NA,NA,180,188,104,50,14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Ornamental fish nei","ornamentals",6007,5843,5441,5558,5741,5542,5632,5911,6941,6698,6660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,4659,5217,5874,6211,6399,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6766,6441,5555,5166,5503,6049,5904,5945,5888,6534,5898,5313,5123.36,3788.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,1,2,1,2,1,3,1,2.53,11.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Other seaweeds and aquatic plants and products thereof","seaweeds",26780,27663,26954,32311,49081,32561,31064,31100,32181,21402,18948,12032,13423,10734,17150,27142,26053,37064,18494,18021,11052,9118,0,0,0,NA,NA,NA,27137,20837,21831,23557,28921,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3545,2188,1552,3449,5993,5008,5612,8017,7024,6124,2205,5025,3611.21,1634.2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Natural sponges raw","sponges",4,15,9,7,14,15,17,13,18,15,15,10,6,5,4,5,3,2,2,2,5,2,0,0,0,NA,NA,NA,13,5,6,11,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Fish body oils, nei","fish_oil",0.1,0,9,0,0.1,1,0.1,1,15,18,225,285,205,245,333,290,1107,1400,2363,2576,1924,2408,3130,2886.75,6438.77,0,0,0,0,0,6,0,12,107,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Fish liver oils, nei","fish_oil",NA,NA,0.1,0.1,0,1,0.1,0.1,2,0,0,0,0,0,4,0.1,5,0.1,3,5,0.1,1,334,4.26,1.99,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Halibuts, liver oils","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,0,0,0,0,0,0,0,0.1,0.12,0.11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,0.1,0,0,0,0.1,0,0.1,0,0,0,5,17,0,0,0,0,0,0.38,0.87,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Agar agar nei","seaweeds",0,0,0,0,0,0,0,0,0,0,0,0,0,5,8,3,7,3,15,4,14,7,3,8.01,4.95,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,2,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,2,1,2,166,161,244,174.47,143.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0.1,0.1,0.1,57,3,3.51,1.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Miscellaneous corals and shells","shells",159,0,0,0,0,0,0,0,0,0,0,0,0,483,491,343,200,238,394,281,246,264,141,45.06,6.93,NA,NA,NA,NA,NA,NA,211,206,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,25,21,0.1,17,2,0.1,0.1,1,0.46,3.11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,107,42,0.1,0.1,0.1,0,0,0,0.01,5.89,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Cod liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,536,301,230,0,0,0.1,0.1,0.1,0,1443 -"Portugal",183,"Fish body oils, nei","fish_oil",618,876,699,310,900,786,803,1116,774,965,480,412,601,300,373,351,517,567,3139,1744,383,287,474,464.85,834.2,651,57,47,835,120,487,196,826,2126,4636,3217,4017,3739,4741,3239,2700,1843,2057,1608,4512 -"Portugal",183,"Fish liver oils, nei","fish_oil",1624,1214,1064,907,732,592,400,311,267,420,505,678,947,423,328,526,407,585,490,707,233,138,67,386.81,196.07,1948,1812,1363,2505,3014,1736,1345,1496,247,25,7,36,178,269,28,483,20,92,341,90 -"Portugal",183,"Halibuts, liver oils","fish_oil",0,24,0,0,0.1,3,0,0,0,4,0,0,0,0,87,18,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,108,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Shark liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,16,228,936,0,NA -"Portugal",183,"Ornamental saltwater fish","ornamentals",0,0,0,0,0,0,0,0.1,0.1,41,39,10,71,26,4,5,11,14,7,25,41,37,40,30.25,40.27,1,0,0,0,0,125.647124929235,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Agar agar nei","seaweeds",115,168,152,292,240,288,300,263,180,320,305,188,219,165,224,152,159,177,66,3,13,1,1,4.2,4.79,318,301,0,0,0,0,146,120,347,460,551,421,469,375,330,321,305,328,331,561 -"Portugal",183,"Other seaweeds and aquatic plants and products thereof","seaweeds",546,226,314,195,259,164,103,94,110,28,40,298,16,18,19,22,0,0,0,0,0,0,0,0,0,387,388,266,1218,1537,548,451,855,0,482,346,707,455,100,654,0,0,0,0,591 -"Portugal",183,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,80,38,82,30,35,43,199,182.6,182.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,339,935,153,681,1665,1494,2685,960.02,467.99,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Miscellaneous corals and shells","shells",3,0,46,4,7,0.1,0,1,1,0,11,0.1,0.1,0.1,0.1,0.1,0.1,16,27,1,2,3,5,1.05,13.72,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,31,0,0,0,0,0,0,63,62,64,131,99,22,0,27,29,21,29,17 -"Portugal",183,"Natural sponges other than raw","sponges",0,0,0,0,0,0.1,0.1,0,0,0.1,0.1,0,0.1,0.1,0.1,0.1,0.1,0.1,1,1,2,1,1,0.01,24.66,NA,NA,NA,NA,NA,NA,5,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Natural sponges raw","sponges",0,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0,0.1,1,0,1,0,0.1,0.1,0.1,0.1,0.1,0,0,0.1,0,0,0,0,0,0,0,0,0.1,0,0.1,0,0,0,0,0,0.1,0,NA -"Republique du Congo",100,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,1000,500,340,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,12,0,20,0,0,NA -"Republique du Congo",100,"Ornamental fish nei","ornamentals",10.6479754532793,8.35410229005197,7.54267926765078,7.65778758326587,9.4406523073103,15.3002549186267,24.6806766144055,22.5721097187813,3.78597873886292,0,11.0578335390176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Coral and the like","corals",87,0,92,88,59,120,106,75,100,96,94,89,93,96,112,93,109,136,119,149,117,122,83,136.99,124.54,NA,NA,NA,NA,10,45,67,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Z_TOTAL","corals",87,0,92,88,59,120,106,75,100,96,94,89,93,96,112,93,109,136,119,149,117,122,83,136.99,124.54,NA,NA,NA,NA,10,45,67,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,232,496,1399,15,24,2,154,442,36,53,38,76,71,62,68,102.03,68.46,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,96,31,250,30,0,0,3,0.1,4,4,0.1,1,0.1,1,1,3.23,9.58,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,19,16.52,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Agar agar nei","seaweeds",NA,NA,NA,NA,0.1,0.1,0.1,0.1,1,0,0.1,0,0,0,0,533,0,0,0.1,0,0.1,0.1,0.1,0.04,0.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,0,0.1,0.1,4,0.1,1,3,0.1,1,1,16,230,544,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,3,3,0.1,5,7,0.1,0.3,0.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,1,0.1,1,1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Natural sponges raw","sponges",0,0,19,88,144,63,51,47,25,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,14,0,9,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Coral and the like","corals",NA,NA,NA,NA,1681,1788,6,2614,2815,1790,2241,1588,683,1636,141,536,689,1,65,149,2645,4567,5466,9059,6238,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Z_TOTAL","corals",NA,NA,NA,NA,1681,1788,6,2614,2815,1790,2241,1588,683,1636,141,536,689,1,65,149,2645,4567,5466,9059,6238,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Fish body oils, nei","fish_oil",2244,1555,1068,1336,1383,480,235,248,259,221,232,86,152,187,116,156,162,115,9,64,362,165,180,311,3113,30641,37272,45653,28796,2578,2351,1117,1125,80,138,216,330,140,280,80,241,0,161,80,100 -"Russia",73,"Fish liver oils, nei","fish_oil",27,25,15,0,27,21,8,16,19,6,4,4,0.1,0,0,1,0,0,0,0,0,0,0,1,52,NA,NA,NA,NA,1250,2152,0,63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Agar agar nei","seaweeds",NA,NA,1,0,1,1,1,0,1,4,12,21,1,2,5,28,38,37,40,34,35,50,94,90,107,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,37,5,225,186,266,344,193,93,34,55,50,38,74,85,1,2,50,770,1034,38,119,203,161,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,124,185,138,128,135,82,139,146,269,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,2,4,4,6,10,32,29,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,64,0.1,0,0.1,0.1,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Natural sponges raw","sponges",NA,NA,NA,NA,1,1,2,13,1,24,0,0.1,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saba",248,"Coral and the like","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saba",248,"Z_TOTAL","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saba",248,"Ornamental fish nei","ornamentals",3.04904978140181,0.75,3.30936930199279,0.5,0.5,0.25,0.5,0.5,0,1.5,2,2.25,0.5,0.5,0.742195340821681,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Kitts and Nevis",119,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0,0,0,0,0,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Lucia",122,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,0.1,0.1,0,2,1,1,1,1,0.1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Lucia",122,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,0.1,0.1,0,7.85,22.54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Lucia",122,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,17,0.1,0,0,20.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Vincent and the Grenadines",127,"Coral and the like","corals",NA,NA,NA,2,0,0.1,0,0,0.1,0,0,0,0.1,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Vincent and the Grenadines",127,"Z_TOTAL","corals",NA,NA,NA,2,0,0.1,0,0,0.1,0,0,0,0.1,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Vincent and the Grenadines",127,"Fish body oils, nei","fish_oil",0,0,0,0.441017462770249,1,1,1,1,0.1,1,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0.12,0,0,0,0,0,0,0,1,1,NA,NA,NA,NA,3,0,0,0.1,0.1,1,NA -"Saint Vincent and the Grenadines",127,"Fish liver oils, nei","fish_oil",0,0,0,1,0,0,0,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0.15,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0.1,1,0.357258338162533 -"Saint Vincent and the Grenadines",127,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,0,0,0,0,1,2.86,2.86,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Samoa",152,"Ornamental fish nei","ornamentals",2.11834774086445,2.52451853609255,3.02827257975949,4.50785910781486,0,0.1,0.1,0.1,0.1,0.1,0,1,0.1,0,6.82890638966937,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,3.66384191441322,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Samoa",152,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,73,0,0.1,0.1,0,0,0,0,72,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sao Tome and Principe",103,"Ornamental fish nei","ornamentals",NA,0,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,61,0,14,42,0,0,0,0,0,0,0,0,0,3,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,168,0,0,0,36,80,0,0,0,0,0,0,7,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Ornamental fish nei","ornamentals",0,0,55,104,8,78,79,100,209,158,200,35,46,38,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,9,0,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,8,0,0,22,0,0,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,66,1,0,32,21,6,4,0,0,0,0,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Natural sponges nei","sponges",NA,NA,NA,NA,7,0,0,19,112,27,43,0,3,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Coral and the like","corals",NA,NA,1250,23,0,0,4,0,0,0,0,0,0.1,22,1,202,51,19,0,0,4,0.1,0,26.2,67.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Z_TOTAL","corals",NA,NA,1250,23,0,0,4,0,0,0,0,0,0.1,22,1,202,51,19,0,0,4,0.1,0,26.2,67.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Clupeoid oils, nei","fish_oil",0,0,21,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,45,30,24,19,0,0,10,NA,NA,374,5,253,0,0,0,15,3,NA -"Senegal",66,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,10,0,0,26,400,9,0,0,44,177,649,2469,2530,1789,1013,4775.23,2812.54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Fish liver oils, nei","fish_oil",84,0,0,1,0,0,24,0,4,0,4,14,628,14,0,30,0,72,0,4,21,815,50,61,61,NA,NA,NA,NA,NA,NA,NA,120,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,560,0,7,21,66,78,55,14,11,0.1,0,25,26,19,45,36,0,6,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,32,30,25,17.3,17.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Seychelles",31,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,20,75,0,0,0,128,731,537,601,800,781,930,609,534,1220,1276,568,3170,1009.35,837.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Seychelles",31,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0,0,5,62,0,0,0,59,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sierra Leone",96,"Ornamental fish nei","ornamentals",5,0,0.349262473726299,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,1,0,0,0,0,0,0,0,0,0,NA,NA,1012,453,498,330,188,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,1,0,0,0,0,0,0,0,0,0,NA,NA,1012,453,498,330,188,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Fish body oils, nei","fish_oil",71,0.1,155,3,153,137,100,118,156,208,180,148,63,15,59,75,49,65,25,10,43,32,59,21.81,26.64,35,32,32,16,25,15,36,61,112,NA,NA,243,167,10,19,10,30,33,113,NA -"Singapore",208,"Fish liver oils, nei","fish_oil",31,38,43,57,28,120,15,18,20,7,27,10,8,33,44,4,24,39,3,15,59,17,60,31.11,20.44,15,72,23,83,53,47,56,37,11,NA,NA,25,26,36,65,124,216,82,30,NA -"Singapore",208,"Ornamental fish nei","ornamentals",13400.7137050662,12112.0013483508,10002.9359378499,9815.10962952835,10022.7177741942,9578.63953416696,9524.79266221942,9490.02376826689,11218.6670676258,12195.6813930223,13737.8808165209,14724.0005405059,15285.4184588974,13337.8654757407,0,0,0,0,0,0,0,0,0,0,0,1512.53477598248,1566.65191587034,1547.27548143651,1530.28379425206,1560.33666644167,1581.06734483826,1605.04995130218,13609.7859434277,1365.62928857344,1246.77494803895,1223.27940471983,1196.74872853787,1175.85472767262,1177.29063286972,1194.98617840347,1213.11531434619,1391.23931120161,1125.36672926408,1167.99372331403,1270.92087697153 -"Singapore",208,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1910.63938437949,1951.7226769581,1980.19189045286,1951.13100993005,1965.20533317621,1987.14490573348,2021.30282156017,2050.66244063732,2075.07536203456,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Agar agar nei","seaweeds",114,32,49,42,42,25,36,62,78,30,49,48,67,58,28,43,58,79,76,58,76,56,47,75.9,85.08,NA,NA,NA,NA,NA,NA,126,126,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Other seaweeds and aquatic plants and products thereof","seaweeds",494,331,538,634,267,198,208,172,246,282,431,400,396,292,329,178,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,5864,262,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,115,83,82,75,94,115,97,78.3,50.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,52,81,13,7,3,17,32,8.38,62.99,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Miscellaneous corals and shells","shells",71,102,106,58,46,110,41,21,23,13,31,33,5,9,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,210,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,6,2,1,1,0.1,2,0.55,31.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Natural sponges raw","sponges",0.1,0.1,0.1,0.1,1,9,1,1,6,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,0.1,7,0.1,3,1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Eustatius",249,"Coral and the like","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Eustatius",249,"Z_TOTAL","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Eustatius",249,"Ornamental fish nei","ornamentals",3.04904978140181,0.75,3.30936930199279,0.5,0.5,0.25,0.5,0.5,0,1.5,2,2.25,0.5,0.5,0.742195340821681,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Maarten",220,"Coral and the like","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Maarten",220,"Z_TOTAL","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Maarten",220,"Ornamental fish nei","ornamentals",3.04904978140181,0.75,3.30936930199279,0.5,0.5,0.25,0.5,0.5,0,1.5,2,2.25,0.5,0.5,0.742195340821681,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Fish body oils, nei","fish_oil",0,0,693.94264520405,0,0,0.1,1,0,0,0,320.087320525083,2,5,16,22,21,17,2,0,0.1,0.1,24,22,22.1,0.99,NA,NA,NA,NA,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Fish liver oils, nei","fish_oil",0.1,0.1,1,1,2,2,2,1,1,3,1,3,2,3,1,2,1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,0,1,0.1,0.1,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Agar agar nei","seaweeds",0,0,59.4554041162219,56.3931377418521,0,0.1,0.1,0.1,42.4096206099857,5,36.4510647037432,5,20,3,8,13,12,0.1,0.1,0.1,1,0.1,0.1,0.05,0.31,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Other seaweeds and aquatic plants and products thereof","seaweeds",0.1,0,0,75.8631944260233,0,0,0.1,0.1,0,0,0,15.8861110001908,12.3306969051173,1,9,14,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,7,4,1,3,0.1,1,2.08,1.68,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,13,6,4,0.1,1,2,8.46,1.4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Miscellaneous corals and shells","shells",0.1,0.1,6,8,8,0.1,1,0.1,0,2,100.82668665838,1,64.7253633768851,4,7,47,38,34,8,0.1,5,12,50,3.8,25.15,NA,NA,NA,NA,NA,NA,1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Natural sponges nei","sponges",0.1,1,0.312430048131255,0.292454991267519,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.03,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Coral and the like","corals",NA,NA,391,238,169,143,266,146,214,282,378,397,300,280,238,358,135,157,165,35,0,0,0,92.98,451.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Z_TOTAL","corals",NA,NA,391,238,169,143,266,146,214,282,378,397,300,280,238,358,135,157,165,35,0,0,0,92.98,451.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Ornamental fish nei","ornamentals",14.8523487493588,7.23303780185719,10.8606605632606,14.2204991887377,1.78107379456253,52.8064886149231,41,54,80,102,143,100,69,48,42,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,168,362,147,105,50,150,344,702,694,758,842,465,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,244,28,11,12,12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,153,60,173,175,130.86,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,28,41,47,62,32.6,32.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Somalia",44,"Coral and the like","corals",NA,NA,NA,NA,NA,2.47457627400217,0,1,0,30.9202511566473,0,52,13,0,21,0,0,0,0,1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Somalia",44,"Z_TOTAL","corals",NA,NA,NA,NA,NA,2.47457627400217,0,1,0,30.9202511566473,0,52,13,0,21,0,0,0,0,1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Somalia",44,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,53,43,166,411.62,770.94,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Somalia",44,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,2,0,5,12,14,31,0,13,0,0,0,24,8,3,11,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Somalia",44,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,0,20,2,0,0,2,0,0,2,1,0,0,0,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Coral and the like","corals",0,217,273,76,65,11,20,51,63,51,42,21,14,8,10,10,6,10,11,27,16,25,23,2.49,10.53,NA,NA,NA,NA,NA,NA,70,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Z_TOTAL","corals",0,217,273,76,65,11,20,51,63,51,42,21,14,8,10,10,6,10,11,27,16,25,23,2.49,10.53,NA,NA,NA,NA,NA,NA,70,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Fish body oils, nei","fish_oil",352,274,2196,19,4805,2,802,1018,1401,1081,1188,3415,1992,370,4157,3517,5388,979,3763,4037,6260,6115,5655,3925.18,7454.53,6552,41,30,194,576,562,119,309,23858,500,11500,13300,700,10800,2000,8600,1700,1397,54,14200 -"South Africa",102,"Fish liver oils, nei","fish_oil",1,1,73,1,299,1,54,1,47,1,18,1,629,1340,114,2,270,175,99,65,113,58,63,1.26,2.55,0,0,0.1,2,5,6,3,4,0,NA,138.58534938941,0,0,0,0,0,0,0,0,NA -"South Africa",102,"Ornamental fish nei","ornamentals",150.624410957557,170.813863716855,58.3185272996399,31.361100656116,18.5477378334386,21.2254925288312,4.37096861448338,50.827968469639,9.05295115665686,2.30132997148512,2.28497727243078,0.921570876152956,74.9931715243899,0.888865478044266,1.54603962760167,1.52968692854732,0,0,0,0,0,0,0,0,0,0,0,153.41663454633,150.706174452829,208.613130734384,216.005573370058,181.639351391805,201.155277302492,0,NA,NA,NA,NA,NA,NA,NA,NA,62.5722734790168,0,NA -"South Africa",102,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,8,2,24,8,10,20.39,2.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Agar agar nei","seaweeds",NA,NA,69,1,0.1,1,0.1,0.1,0.1,1,2,0.1,1,1,0.1,3,0.1,1,28,3,1,1,2,4.16,2.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,2802,1249,1898,1993,1050,1406,871,492,427,679,642,710,888,880,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,268,290,1050,532,1299,864,492,498.14,239.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,801,406,134,292,480,556.81,2122.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Abalone shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,20,81,70,53,101,70,140,82,151,166.04,99.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Shells nei","shells",0,128,34,87,61,60,138,72,60,51,99,79,52,40,1,0.1,5,21,16,22,11,10,47,0,0.02,NA,NA,NA,NA,NA,NA,164,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Natural sponges raw","sponges",NA,1,1,1,3,15,8,2,69,46,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,2,0.1,0,0,0,0.1,0,0,0,0,0,0,0.02,2,0.1,0.1,0.1,0,0.1,0,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,2,0.1,0,0,0,0.1,0,0,0,0,0,0,0.02,2,0.1,0.1,0.1,0,0.1,0,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Fish body oils, nei","fish_oil",1204,1531,2696,865,1502,2396,854,1417,3807,1053,367,737,1536,570,1659,1339,1030,1112,1042,811,767,427,147,625.84,1119.17,14,31,3,261,271,289,940,1731,43,8,0,0,0,0,0,0,0,0,0,NA -"South Korea",20,"Fish liver oils, nei","fish_oil",328,3,1,48,1157,542,1283,2612,1591,1745,1757,3395,1997,1496,304,377,956,972,909,1620,1453,1022,818,864,540.8,43,0,0,118,121,409,75,796,14,71,8,0,0,0,0,0,58,0,0,12 -"South Korea",20,"Shark liver oil","fish_oil",2,2,0,0,0,0,0,0,0,0,15,0.1,0,40,4,78,70,0,27,149,0,0,0,0,0.2,0,0.1,0,0.1,10,0,0,2,0,0,6,9,0,0,0,0.1,0,6,0,5 -"South Korea",20,"Ornamental saltwater fish","ornamentals",0.1,3,6,6,18.7788087152253,0.1,23.9260266311248,0.1,13.1841281024272,14.7907383268748,9.34394602460407,14.5151790313721,11.8745791322044,9.34774378991915,9.98430225762113,3.13126529164467,0.229089494665307,0,0,0.448581781831813,1,0,0.1,0.05,0.1,1,0,0,0,0,0.1,0.1,1,62,237,81,112,354,59,70,140,90,34,15,NA -"South Korea",20,"Agar agar in powder","seaweeds",194,160,133,134,112,141,181,195,230,379,398,229,225,200,208,227,247,347,359,341,345,370,374,466.32,347.97,125,145,140,120,56,120,192,196,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Agar agar in strips","seaweeds",272,182,239,215,183,180,168,171,168,243,260,121,113,97,115,152,122,130,103,71,83,83,72,49.81,44.57,603,543,556,511,433,287,252,352,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Agar agar nei","seaweeds",18,34,17,22,76,83,84,81,81,102,75,118,25,27,26,7,11,1,3,4,1,1,0.1,0.96,0.86,4,3,8,7,2,4,1,5,749,NA,NA,NA,NA,643,685,783,628,643,682,NA -"South Korea",20,"Kelp meal","seaweeds",4,2,36,11,1,0,0.1,2,19,14,11,0,1,0.1,1,0.1,0,0,0,0,0,0,0,0,0,81,74,27,7,4,1,7,9,165,NA,NA,NA,NA,488,217,170,315,120,201,NA -"South Korea",20,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",781,1120,648,1074,1039,1100,548,1178,1392,1455,1328,1103,966,928,1480,1891,2078,1205,818,634,868,932,909,947.44,957.06,1021,814,521,859,994,655,703,395,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Other red algae","seaweeds",163,188,900,489,366,394,530,563,703,1055,692,149,218,299,524,1065,523,767,349,498,405,500,263,174.72,254.42,21,57,51,87,40,47,9,27,58,NA,NA,NA,NA,161,44,105,110,64,47,NA -"South Korea",20,"Other seaweeds and aquatic plants and products thereof","seaweeds",922,983,749,767,650,646,776,731,667,449,597,606,719,625,841,760,597,718,458,379,327,314,564,478.06,152.12,1720,1583,1555,1465,1851,1208,1241,1474,1560,NA,NA,NA,NA,2773,2025,1193,1293,1488,1594,NA -"South Korea",20,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,33,47,12,23,20,61,34,58.05,10.68,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,146,236,139,156,82,150,106,90.49,133.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Abalone shells","shells",41,21,11,51,78,16,67,123,21,29,33,74,36,48,57,34,104,53,42,43,88,171,295,234.08,116,124,74,98,31,36,113,88,157,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Miscellaneous corals and shells","shells",753,557,671,256,269,116,129,217,1162,800,708,555,1399,1768,1092,1130,1119,1697,1497,1412,1279,1217,800,406.67,343.03,393,722,1123,687,519,729,1163,1167,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Mother of pearl shells","shells",10,20,12,23,29,33,65,95,142,74,43,71,9,4,0.1,2,28,53,11,16,8,7,49,29.1,6.5,31,2,4,5,0,10,3,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Oyster shells","shells",39,26,37,24,8,9,6,15,2,6,15,5,4,1,0,0,0,0,0,0,0,6,0,0,0,599,324,167,159,152,72,121,77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Sea snail shells","shells",6,0,0,3,46,29,55,23,35,28,33,19,17,10,0,0,12,8,5,17,17,0,6,18,6.04,9,41,54,9,0,0,2,6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Shells nei","shells",55,734,369,122,99,113,86,26,116,56,72,210,112,53,142,27,66,15,30,44,198,103,226,25.68,172.86,157,42,55,50,82,33,7124,51,1655,NA,NA,NA,NA,NA,1586,948,1531,2150,1914,NA -"South Korea",20,"Trochus shells","shells",19,8,0.1,12,14,0,2,4,4,11,50,72,15,34,24,0,12,2,0,30,0,46,0,0,0,NA,10,184,51,64,99,14,43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,NA -"Spain",182,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,NA -"Spain",182,"Fish body oils, nei","fish_oil",5548,3987,2538,6042,2863,3916,3640,2497,2944,2225,4249,2585,3145,2114,2611,4242,7594,5544,4796,6818,7720,8372,8355,10310.67,11034.45,1628,3358,6276,1498,4801,5654,3853,2414,1638,2686,1795,3251,3179,1367,2135,66,1397,7093,1163,5992 -"Spain",182,"Fish liver oils, nei","fish_oil",1488,1451,951,1123,1305,1672,2527,1940,1292,1757,1214,1398,1511,564,585,587,237,426,817,589,869,233,1,182.12,731.2,660,495,511,1986,1030,936,1116,1094,558,NA,NA,NA,8,290,1784,355,411,821,1199,NA -"Spain",182,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.19079100888866,30,1.32083063653845,0.764387366420923,1.29193294150517,0,0,0,0,0,0,NA -"Spain",182,"Ornamental saltwater fish","ornamentals",2335,681,834,1020,1138,1529,568,2392,2973,3846,4296,4379,3783,6452,8089,9223,6655,7763,6241,6997,6543,6266,5388,5127.36,4957.06,155.469884390337,149.628153818083,147.044599928295,0.1,2,201,71,195,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Agar agar nei","seaweeds",766,616,666,471,705,653,610,676,582,783,734,841,784,844,1063,963,1063,1153,1309,1478,1521,1468,1354,1420.12,1612.16,756,651,0,0,0,0,702,704,716,NA,NA,NA,NA,812,0,946,0,0,557,NA -"Spain",182,"Other seaweeds and aquatic plants and products thereof","seaweeds",427,474,469,302,244,53,196,90,501,366,336,398,152,210,135,417,0,0,0,0,0,0,0,0,0,248,36,305,506,416,381,71,116,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,308,236,201,454,237,153,134,345.39,960.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,428,758,887,1172,946,755,2438,1987.74,1245.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Miscellaneous corals and shells","shells",119,414,1,2,2,2,8,6,17,20,8,0.1,5,6,1,4,10,11,1,6,32,8,10,8.71,2.47,NA,NA,255,8,5,6,9,46,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,408,0,0,0,0,0,0,49,NA,NA,NA,NA,139,105,227,204,57,47,NA -"Spain",182,"Natural sponges other than raw","sponges",1,23,2,1,6,7,0.1,0.1,0.1,0.1,2,38,55,70,97,140,17,23,17,45,25,12,10,34.4,30,NA,NA,4,6,6,1,15,13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Natural sponges raw","sponges",3,2.11560489008752,2.04345381076791,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.04,0.07,0.1,0.1,0,0,0,0,0.1,0.1,0.1,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,NA -"Sri Lanka",40,"Coral and the like","corals",673,446,603,653,0,498,324,683,591,557,474,574,497,17,16,65,3,14,64,47,44,6,5,10.86,9.57,NA,NA,190.449072365065,194.453069278027,198.028383128683,236.755708088403,137,416,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Z_TOTAL","corals",673,446,603,653,0,498,324,683,591,557,474,574,497,17,16,65,3,14,64,47,44,6,5,10.86,9.57,NA,NA,190.449072365065,194.453069278027,198.028383128683,236.755708088403,137,416,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0.1,0.1,0,0,3,0,0,4,3,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,37,20,NA -"Sri Lanka",40,"Fish liver oils, nei","fish_oil",12,17,17,2,12,17,20,17,31,5,9,23,41,21,11,14,8,13,27,9,11,8,2,5.95,4.25,20,19,13,9,36,38,9,4,0,NA,NA,NA,NA,NA,NA,NA,NA,37,29,NA -"Sri Lanka",40,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,NA,NA,NA,NA,19,112,77,76,0,0,NA -"Sri Lanka",40,"Ornamental fish nei","ornamentals",464,0,0,0,1013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,130,98,107,296,75,193,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Ornamental saltwater fish","ornamentals",NA,846,1023,967,0,766,637,684,774,838,875,736,713,854,684,892,507,37,40,62,242,204,199,224.42,176.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Agar agar nei","seaweeds",1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.15,0.06,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Other seaweeds and aquatic plants and products thereof","seaweeds",6,10,6,9,0,0,4,45,9,21,40,16,184,90,89,66,31,0,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,90,134,92,90,69,54,57.68,38.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,2,0,0,85.64,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,698,0,0,0,0,0,0,0,0,467,626,413,325,286,343,289,297,349,324,264.26,211.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sudan",49,"Coral and the like","corals",216,466,412,266,406,388,345,364,365,350,322,14,364,182,154,262,0,120,60,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sudan",49,"Z_TOTAL","corals",216,466,412,266,406,388,345,364,365,350,322,14,364,182,154,262,0,120,60,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sudan",49,"Ornamental fish nei","ornamentals",NA,NA,3,0,0.1,0,0,2,0,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sudan",49,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,196,0,0,0,0,0,60,107,252,92,68,58,80,110,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Suriname",168,"Ornamental fish nei","ornamentals",NA,3,0,0,0,0,57.9575497956212,54.5574699381814,51.3732541173104,48.1026926818104,45.3933777413913,42.0364706912651,38.765909255766,35.7543846641502,33.0450697237302,29.6018170589759,25.8995275503394,22.6289661148403,0,0,0,0,0,0,5.49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Fish body oils, nei","fish_oil",6665,5444,7322,9572,6427,4973,5075,5179,5812,3875,863,1567,1554,2113,1500,2636,1602,1150,939,1200,1215,872,893,677.75,798.79,4166,3843,4971,5880,5501,7313,11530,7338,2967,2882,2293,3598,4446,3979,4675,2715,4182,2420,2428,5034 -"Sweden",222,"Fish liver oils, nei","fish_oil",53,147,146,119,132,98,245,150,555,240,266,265,226,217,224,257,192,206,192,34,12,14,21,23.81,10.32,103,17,6,4,9,9,23,15,9,0.1,17,13,32,24,28,89,4,2,5,NA -"Sweden",222,"Halibuts, liver oils","fish_oil",0,0,0,1,0.1,0.1,0,0.1,5,0.1,5,0,0,15,9,0,5,0,0,0.1,0,0,0,0,0.09,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,25,20,17,15,15,16,0,45,9,11,7,14,26,15,32,51,51,54,10 -"Sweden",222,"Ornamental saltwater fish","ornamentals",0.1,0.1,0.1,0.1,2,0.1,232,50,0,0,1,13.8909428498387,0.1,1,5,5,3,4,3,3,3,3,5,0.31,0.33,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Agar agar nei","seaweeds",2,6,5,3,3,3,2,1,3,2,0.1,3,1,0.1,0.1,0.1,0.1,0.1,10,0.1,3,0.1,0.1,0.16,0.26,NA,NA,NA,NA,NA,NA,7,14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Other seaweeds and aquatic plants and products thereof","seaweeds",7,10,10,9,10,12,2,0.1,25,2,2,11,4,17,16,14,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,106,16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,12,17,38,63,77,98,139.99,35.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,1,0.1,1,1,2,3,6.19,1.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Miscellaneous corals and shells","shells",0.1,2,0.1,35,35,113,147,96,13,544,80,250,358,190,66,2,31,0.1,83,44,0.1,1,8,22.41,30.55,NA,NA,NA,NA,NA,NA,0.1,31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Natural sponges other than raw","sponges",0.1,1,0.1,1,0.1,0.1,0.1,0.1,0.1,0.1,1,0.1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.3,0.05,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Natural sponges raw","sponges",0.1,0.1,0.1,0.1,0.1,0.1,1,0.1,0.1,0.1,0.1,0.1,0.1,108,68,78,30,23,200,200,195,135,375,379.27,300.02,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Syria",77,"Coral and the like","corals",NA,NA,55,0,27,44,40,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Syria",77,"Z_TOTAL","corals",NA,NA,55,0,27,44,40,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Syria",77,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,0,0,0,0,38,19,7,32,51,45,2.04191950624016,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Syria",77,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10.1046077243045,5.34753679038636,16.8419218644567,2.37244231037982,2.13500707099105,4.68628321758845,3,1.26,1.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Syria",77,"Natural sponges raw","sponges",NA,NA,NA,11,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Coral and the like","corals",6,2,2,4,2,3,31,16,15,19,37,27,24,5,2,3,3,2,1,35,6,3,3,0,0,107,132,0,0,0,0,1,3,104,100,226,213,12,42,37,64,78,121,70,63 -"Taiwan",14,"Z_TOTAL","corals",6,2,2,4,2,3,31,16,15,19,37,27,24,5,2,3,3,2,1,35,6,3,3,0,0,107,132,0,0,0,0,1,3,104,100,226,213,12,42,37,64,78,121,70,63 -"Taiwan",14,"Fish body oils, nei","fish_oil",558,49,989,12,49,173,213,22,67,33,42,24,16,1,1,1,40,0.1,4,56,19,2,1,0.2,0.02,0.1,124,226,439,716,565,380,360,35,0,16,28,13,0,0,0,0,0,21,8 -"Taiwan",14,"Fish liver oils, nei","fish_oil",5,5,20,6,31,102,51,45,4,2,2,11,107,46,35,17,18,17,14,7,1,37,16,0,0.11,2,20,0,0,5,104,52,0.1,0,0,5,4,4,0.1,0,0,0,0,9,18 -"Taiwan",14,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,22,110,52,30,37,24,19,26,35,26,28,92 -"Taiwan",14,"Ornamental fish nei","ornamentals",1,1,0,0,0.1,25,36,31,0.1,22,19,32,126,38,28,30,65,99,0,0,0,0,0,0,0,7,0.1,0.1,2,1,3,0.1,2,13,19,22,203,55,4,25,7,31,25,23,33 -"Taiwan",14,"Ornamental saltwater fish","ornamentals",58,76,80,69,59,34,40,60,93,89,89,85,83,66,74,58,44,43,26,34,38,52,54,47.57,33.17,NA,4,13,10,14,22,39,52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Agar agar nei","seaweeds",247,272,199,118,75,75,115,80,73,68,50,46,49,57,25,38,66,114,201,229,498,428,548,715.25,433.49,0,84,0,0,0,0,89,104,0,1,50,125,68,0,0,0,0,0,0,1 -"Taiwan",14,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",NA,NA,33,20,11,84,109,108,121,119,231,213,228,173,130,108,20,22,20,38,32,16,10,8.41,10.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Other red algae","seaweeds",NA,NA,1,0,0,0,0,10,0.1,0,2,0,17,0,0.1,1,2,1,18,42,67,14,4,0.22,0.56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Other seaweeds and aquatic plants and products thereof","seaweeds",707,307,437,367,236,252,109,256,460,174,131,120,90,167,180,181,216,202,0.1,0,0,2,4,3.86,2.45,10,826,0,0,0,0,1148,1109,7,23,57,38,3,27,6,5,31,20,13,17 -"Taiwan",14,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,11,182,140,322,86,99,55.01,23.51,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,45,74,292,95,162,142.41,60.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Shells nei","shells",66,32,16,62,81,75,76,121,52,11,7,103,17,0.1,0,24,7,3,6,25,7,22,25,13.98,0.33,838,499,0,0,0,0,95,77,857,300,166,249,136,286,118,281,316,446,683,327 -"Taiwan",14,"Natural sponges raw","sponges",0.1,0.1,0.1,0.1,0.1,1,5,2,3,2,3,2,1,5,2,6,2,0.1,0.1,0.1,0.1,1,3,3.14,2.13,1,1,0,0,0,0,5,0.1,2,NA,0.1,0,1,0,0,0,0.1,1,0.1,NA -"Tanzania",202,"Fish body oils, nei","fish_oil",NA,55,66,0,0,0,0,0,0,0,0,0,0,0,4,2,0,0,18,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Ornamental fish nei","ornamentals",15.4880574408883,20.7661881034718,20.1599407301707,13.4664057335407,25,36,25,56,37,26,37,4,46,95,4,1,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,8.88108890378967,8.3762963242107,12.9442434307392,10.1059905955508,7.06482817291814,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,5,75,73,2,14,200,600,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,1813,3868,5359,10294,12745,9797,7605,9361,7496,11848,12536,10450,12182,14773,9815,11600,8400,9000,10200,11450,10542,10048,10678,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,180,104,0,263,78,0,0,0,22.07,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,69,0,88,0.1,101,30,800,803.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,392,680,346,1127,408,418,594,379,432,557,576,485,744,1384,667,544,294,107,165,939.42,1133.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,24,3,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Coral and the like","corals",0,0.1,1,0.1,0,0,0.1,0.1,0.1,21,58,162,1,0.1,8,0.1,3,55,31,13,26,0,0,0,0,NA,NA,NA,NA,NA,NA,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Z_TOTAL","corals",0,0.1,1,0.1,0,0,0.1,0.1,0.1,21,58,162,1,0.1,8,0.1,3,55,31,13,26,0,0,0,0,NA,NA,NA,NA,NA,NA,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Fish body oils, nei","fish_oil",6,486,290,368,1260,633,1189,1157,1005,1736,2094,3389,3556,2761,3817,4186,3458,3491,3179,3000,3794,3214,3992,4148.65,5833.34,0,54,0,0.1,9,45,161,88,0,NA,NA,NA,0.1,0.1,0.1,0,1,0,0,NA -"Thailand",25,"Fish liver oils, nei","fish_oil",45,64,93,52,9,44,36,6,2,0.1,4,23,9,1,4,2,17,4,28,2,24,5,43,42.88,44.16,0,10,12,9,1,18,20,28,0,NA,NA,0.1,44,0,0,0,0,0,0,NA -"Thailand",25,"Ornamental fish nei","ornamentals",497,878,839,605,730,901,1567,1625,1839,1739,1517,0,0,0,0,0,588,29,53,85,103,0,0,0,0,92,42,52,51,83,112,172,213,621,169,151,147,166,152,179,165,266,306,436,127 -"Thailand",25,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,908,2200,970,1115,1493,597,726,864,925,1032,827,643,601.86,439.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Agar agar nei","seaweeds",17,35,36,38,35,67,134,239,169,156,117,167,186,197,219,193,135,95,55,189,199,173,169,166.36,176.16,NA,NA,NA,NA,NA,NA,9,22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",77,78,36,37,38,13,81,17,13,364,1466,423,434,258,145,100,134,440,414,621,428,352,330,107.97,43.2,NA,NA,135,99,98,95,102,110,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,37,32,124,166,195,189,180,124,114,38,76,77.57,126.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Mother of pearl shells","shells",0.1,1,0.1,0.1,1,11,81,39,61,101,179,26,0.1,8,0.1,12,0,378,4,0,36,356,537,310.82,263.11,NA,NA,NA,NA,NA,NA,1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Shells nei","shells",350,640,892,990,987,1151,1420,1545,1320,901,721,1063,1042,2427,4729,5050,2763,2610,2185,1087,1599,1634,800,860.55,1191.95,NA,NA,586,560,307,288,235,220,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Natural sponges raw","sponges",2,6,5,6,5,6,5,4,4,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,15,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Coral and the like","corals",NA,NA,NA,NA,0.1,0,20,0,0,0,0.1,0,85,30,46,15,36,70,64,0,30,10,0,102.51,76.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Z_TOTAL","corals",NA,NA,NA,NA,0.1,0,20,0,0,0,0.1,0,85,30,46,15,36,70,64,0,30,10,0,102.51,76.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Ornamental fish nei","ornamentals",NA,NA,NA,3.9223596171818,0,0,0,0,0,0,0,0,20.1661358228454,1,0,3.03899750202721,9,3,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,0,0,0,0,0.01,0.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,150,0,102,91,0,29,164,1328,538,298,108,11,0,0.1,107,323,117,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,17,72,17,91,93,88.17,107.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Miscellaneous corals and shells","shells",NA,NA,NA,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,40,44,34,74,0.54,1.28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Fish body oils, nei","fish_oil",0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.04,0,0,0,0.1,0,0,0,0,0,0.1,0,0,1,0,0,0,0,0,0,0.1 -"Trinidad and Tobago",126,"Ornamental fish nei","ornamentals",106,122,134,118,127,127,100,88,82,82,104,86,83,65,178.164847198374,31.329772016703,2.57530343771074,2.0936561579515,2.99793149089976,1.13036159843298,0,0,0,0,0,26,27,34,7,30,52,78,101,21,38.0043212395651,37.2454894372644,58.9386039608251,65.6637542671449,48.5510356348956,15,12.1081221900651,9,8,11,65.0956826833084 -"Trinidad and Tobago",126,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3.4296774944459,0,3.4296774944459,0,0,0.13,0.95,29.17,0.06,0.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Other seaweeds and aquatic plants and products thereof","seaweeds",0.1,1,0.1,1,1,6,0.1,0.1,0,0.1,0.1,0.1,1,0.1,1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,1,2.56,1.86,5.46,2.69,5.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0.67,29.85,45.28,57.49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Miscellaneous corals and shells","shells",NA,NA,NA,0.1,0.1,0.1,0.1,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0.03,0.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,0.1,0.1,1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Coral and the like","corals",3,6,4,5,5,5,4,4,5,5,21,14,20,20,32,44,45,6,7,11,8,6,4.78,4.11,2.84,NA,NA,16,21,12,6,17,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Z_TOTAL","corals",3,6,4,5,5,5,4,4,5,5,21,14,20,20,32,44,45,6,7,11,8,6,4.78,4.11,2.84,NA,NA,16,21,12,6,17,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0.1,5,1,0,0,0,0,0,0,0,0,0,0,NA,NA,18,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,4,2,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,38,104,65,55,19.55,29.93,0.28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,0,3,3,2,7,2,408,181,133,36,55,66,45,4,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0,0,0.1,1,2.7,0.36,0.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,17,2,66,28,40.91,40.09,17.88,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Miscellaneous corals and shells","shells",NA,NA,NA,0.1,0.1,0,1,3,3,6,0,3,1,0,0,0,0,0,0,0,0,0,0,0,6.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,16,6,0,0,24,24,0,0,35,35,0,0,0.24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Natural sponges raw","sponges",27,27,24,15,13,15,20,19,24,21,0,12,0,0,0,0,0,0,0,0,0,0,0,0,8.61,NA,NA,18,17,18,17,27,24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Turks and Caicos Islands",111,"Miscellaneous corals and shells","shells",NA,NA,NA,8,4,4,6,16,90,5,1,2,0,1,3,5,0,15,13,5,11,9,4,0,0.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Aquatic animals, oils and fats, nei","fish_oil",158,165,321,370,190,214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,16,60,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,11,0,0.1,1,1,0,0,0,0,2,0.1,7,0,0,0,0,0,3.94,3.94,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0.1,0,0,0,0.02,0.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,0.1,0.1,2,1,0,10,3,1,0.1,0,0.1,0.1,2,0.1,7,3,1,0.41,0.42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,2,5,20,6,5,11,11,6,4,2,1,7,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,0.1,0.1,2,2,5,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,9,15,16,27,34.5,40.42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,5,8,12,22,11,53,0,0,0,0,0,0,0,0,0,0,10,59.85,94.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,0,0,1,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Fish body oils, nei","fish_oil",NA,NA,NA,74,50,30,25,22,74,4,83,25,4,64,76,160,24,44,109,347,744,218,462,753.84,93.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,45,0,0,0,0,0,0,23,2,2,11,0,11,0.1,15,213,255,404.04,292.24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Ornamental fish nei","ornamentals",11.7322891843683,1.39307414994957,3.42062692679534,0,0,0,0,0,1.98249899547909,0,4.09425532168623,0,0,16,6,5.22194551485106,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,2.10800760917431,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,0.753081633884221,0,0,0,0,0,0,2.4695716340275,0,1,0,0,0,0.1,4,27.11,10.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,3,0,25,0,0,38,51,8,0,0,0,0,0,0,18,39.36,36.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,1,0,59,0,1,87,3,15,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,0.1,0,7,0,27,17,37,54,61,1,0,140,0.1,1,0.1,0.1,0,198.45,198.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Natural sponges nei","sponges",NA,NA,NA,1,5,2,69,158,9,11,9,16,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Fish body oils, nei","fish_oil",5041,4159,3001,1998,1485,1402,1557,1022,2740,1768,2824,2767,2532,4582,6182,5152,5748,4828,3166,8019,9130,10773,10023,11297.83,9705.44,694,568,5770,899,5303,10625,11754,14010,3813,2531,2637,997,237,260,3613,905,181,3276,4466,995 -"United Kingdom",180,"Fish liver oils, nei","fish_oil",1133,1769,958,498,257,235,322,157,508,460,285,395,360,377,1312,2987,2685,3355,2913,2393,1059,946,595,574.11,279.35,1019,684,827,1339,3516,529,546,1040,1032,1953,1340,1090,962,938,635,900,949,806,831,2098 -"United Kingdom",180,"Halibuts, liver oils","fish_oil",36,75,38,13,0,15,2,11,1,2,2,3,46,1,1,1,35,1,0.1,4,0,0.1,0.1,0.7,0.7,NA,NA,NA,NA,NA,NA,NA,40,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Ornamental saltwater fish","ornamentals",43,45,214,119,85,25,41,28,32,47,65,59,84,112,177,160,148,148,128,88,107,119,111,127.59,115.31,0.1,13,24,260,44,5,29,114,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Agar agar nei","seaweeds",10,40,44,49,142,59,32,32,49,43,80,110,133,608,46,35,92,125,78,55,64,120,103,89.19,74.58,134,113,0,0,0,0,59,63,50,33,53,28,22,41,65,27,52,53,60,27 -"United Kingdom",180,"Other seaweeds and aquatic plants and products thereof","seaweeds",523,545,439,125,359,228,531,1044,1238,1027,1098,1354,1255,1670,1715,1466,0,0,0,0,0,0,0,0,0,146,198,385,245,576,549,532,553,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,959,1046,1107,1358,1495,1688,2394,2867.51,2551.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,484,414,751,765,373,344,416,364.91,609.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Miscellaneous corals and shells","shells",2266,4240,3813,4100,5362,3579,3725,4572,7139,6624,7301,8627,12132,8843,10795,10035,8255,8994,8204,8359,6668,7785,8063,4266.36,3728.91,NA,NA,2471,2886,2136,1723,2895,3242,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2382,3028,0,0,0,0,0,0,2405,226,414,908,1811,2485,3206,2869,2474,1485,1887,125 -"United Kingdom",180,"Natural sponges other than raw","sponges",1,4,17,6,29,80,13,3,4,13,9,10,5,3,6,5,4,15,21,64,20,28,17,2.52,15.25,NA,NA,NA,NA,NA,NA,6,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Natural sponges raw","sponges",0.1,0.1,0.1,7,0.1,0.1,3,102,43,41,21,1,2,3,2,2,10,10,130,115,120,90,100,121.33,65.1,0.1,0,1,0.1,1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,0.1 -"United States",163,"Coral and the like","corals",19150,19889,20221,20476,23809,27318,26997,17008,12639,13517,12008,11091,7635,7085,7401,8918,7602,5677,5950,5778,5445,5272,4583,4190.28,4292.75,NA,NA,25647,23325,23499,25499,23860,25530,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Z_TOTAL","corals",19150,19889,20221,20476,23809,27318,26997,17008,12639,13517,12008,11091,7635,7085,7401,8918,7602,5677,5950,5778,5445,5272,4583,4190.28,4292.75,NA,NA,25647,23325,23499,25499,23860,25530,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Fish body oils, nei","fish_oil",25801,24823,24859,14194,8904,9790,14542,12360,8183,11954,21063,8938,13667,18342,16070,21559,19601,18904,23075,24967,27393,32075,30972,32033.13,27524.04,1678,218,396,1741,7594,13729,14669,19507,674,1830,3953,2536,6177,1694,2367,2453,3455,396,1496,3330 -"United States",163,"Fish liver oils, nei","fish_oil",676,1851,1410,732,1230,949,2231,3519,2064,4192,3611,1436,1142,940,1077,1902,840,908,1033,805,656,1375,1522,1551.23,729.44,NA,930,2406,968,563,324,1362,643,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Menhaden oil","fish_oil",58240,70662,62506,90438,54349,101738,79672,49430,37855,39665,38188,45506,43180,31464,62222,44183,17840,46037,53614,26825,44920,29287,29716,55188.93,29250.05,66034,90084,104453,111615,72299,69620,93990,97946,112324,39281,96750,87500,122647,106400,89414,180837,177720,126192,85690,77969 -"United States",163,"Ornamental fish nei","ornamentals",1430.78826804547,1356.61599498604,978.700891123197,1015.15611593132,765.06497053555,650.522396924292,773.235803777102,789.643817832834,798.970936347583,902.648688953858,540.826529502335,1033.95353686261,1220.57892294896,1117.80718867856,1217.25479589671,1209.01761508253,0,0,0,0,0,0,0,0,0,1206.55291674335,957.565287535783,1154.85799677478,1223.5910700879,1414.35464188001,1610.08403651905,1769.58131631203,1837.48675248399,785.706219710494,287.904391903525,396.08816894497,515.582986915516,691.357130484515,707.489265493195,712.034480525723,683.566169594453,492.329220902949,379.166042526947,453.968454875192,214.941173202288 -"United States",163,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.170112986502701,0.115915897414258,0.131564448994837,0.12098722801889,0.0834841625290572,0,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Agar agar nei","seaweeds",132,132,111,87,71,63,81,58,76,134,80,182,281,283,264,279,177,191,158,115,97,157,121,139.04,175.33,NA,NA,NA,NA,NA,NA,62,135,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Other seaweeds and aquatic plants and products thereof","seaweeds",2454,2121,1773,1627,1576,1725,2013,2224,2569,2252,934,1245,1718,1406,1380,1560,0,0,0,0,0,0,0,0,0,NA,NA,969,1219,1183,1568,1351,2400,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,920,1233,1245,1144,1052,1063,941,1026.71,1384.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,313,156,246,208,183,340,486,463.02,259.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Natural sponges raw","sponges",196,701,1199,2399,2105,774,671,528,581,340,190,132,559,304,102,42,79,125,47,50,23,28,20,26.34,52.54,NA,NA,147,108,142,131,379,339,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Uruguay",173,"Fish body oils, nei","fish_oil",54,71,113,6,0,10,21,12,0,0,181,0,0,0,5,0,36,17,6,0,0,0,0,0,0,146,301,229,206,209,109,38,69,289,NA,NA,NA,22,70,92,1041,79,40,107,NA -"Uruguay",173,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.01,0.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vanuatu",6,"Coral and the like","corals",NA,NA,25,48,0,29,59,63,36,32,0,0,0,0,0,0,19,0,44,33,36,0,0,15.54,16.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vanuatu",6,"Z_TOTAL","corals",NA,NA,25,48,0,29,59,63,36,32,0,0,0,0,0,0,19,0,44,33,36,0,0,15.54,16.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vanuatu",6,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,98.6226497111189,124.476355754406,119.267102030241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vanuatu",6,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,4.46984300327358,28.6536356934787,0,0,0,0,0,0,13.3968033104625,21.2225155909821,53.4035920370334,18.3347823543777,6.16728524528185,15.8105620157664,2,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vanuatu",6,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,12,0,0,0,12,11,2,10,26,17,6,5,10,0,0,0,32,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Coral and the like","corals",NA,NA,1993,2938,2473,3103,945,1128,2320,3236,3128,2400,2600,3500,3000,3000,2850,1600,2335,3000,2611,2362,1711,709.26,1280.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Z_TOTAL","corals",NA,NA,1993,2938,2473,3103,945,1128,2320,3236,3128,2400,2600,3500,3000,3000,2850,1600,2335,3000,2611,2362,1711,709.26,1280.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,60,0,18,402,1966,2036,8200,29000,26000,30000,50660,57000,51000,38041,18100,20200,12702,6606,17849.81,15215.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,2,341,1,113,7,5,15,3,53,0,3,0,0,0,0,7,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Ornamental fish nei","ornamentals",715.592700020672,0,0,0,0,40,156,3520,1564,30,89,74,84,121,905.229222690163,849.214398697739,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,736.053110476947,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1831.88989400855,1861.79364983051,1905.39975822586,1939.40927312215,1964.51473219457,1995.7540963901,2070.52440016902,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Agar agar nei","seaweeds",NA,NA,1,2,26,0,4,0,1,0,0,0.1,2,2,1,0.1,4,5,13,23,28,143,108,464.9,453.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,66,0,66,1100,600,154,319,532,316,290,600,460,800,800,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,168,130,179,137,128,144,157,226.1,335.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1100,360,511,750,574,929,1040,2616.54,2806.72,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Yemen",47,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,3,0,0,0,60,15,0,122,127,192,100,0,0,40,20,0,285.88,0,0,0,0,0,0,0,0,0,NA,NA,NA,254,482,119,2,0,0,0,NA -"Yemen",47,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,20,0,20,26,5,270,161,445,563,115,19,8,55,144,126,431.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Yemen",47,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,6,24,4,2,18,3,41,22,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Yemen",47,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,11,0,1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Yemen",47,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,5,0,43,38,7,0,0.1,7,1,12,0,8,8,27,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"rgn_name","rgn_id","commodity","product","1996","1997","1998","1999","2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021","1988","1989","1990","1991","1992","1993","1994","1995","1987","1977","1978","1979","1980","1981","1982","1983","1984","1985","1986","1976" +"Albania",82,"Coral and the like","corals",315,87,221,100,27,45,78,44,77,19,14,0,50,16,0,104,38,37,9,63,134,31,14,28.12,27.13,27.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Albania",82,"Z_TOTAL","corals",315,87,221,100,27,45,78,44,77,19,14,0,50,16,0,104,38,37,9,63,134,31,14,28.12,27.13,27.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Albania",82,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,0.1,0.1,0,0,2,1,1,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Albania",82,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,1,0.1,0.1,0.1,0.12,0.33,0.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Algeria",84,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,0.1,0.1,1,1,1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Angola",200,"Fish body oils, nei","fish_oil",NA,NA,931,688,400,0,0,922,811,851,500,0,0,0,0,203,100,16,1632,8339,12537,11197,5535.53,603,105,184.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Angola",200,"Fish liver oils, nei","fish_oil",NA,90,34,2,0,0,0,0,0,0,0,0,40,8,8,2,25,0,945,0,0,0,0,0.18,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Angola",200,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.08,0.06,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Argentina",172,"Fish body oils, nei","fish_oil",531,575,443,113,96,913,1249,1000,992,685,463,959,1543,1015,1243,1224,247,1203,539,495,265,828,67,0,245.3,245.3,74,184,353,375,368,46,209,537,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Argentina",172,"Fish liver oils, nei","fish_oil",0,0.1,0.1,0,0.1,0,0.1,31,27,5,2,0.1,0.1,0,0.1,0,0,0,0,1,0,0,0,0,0,0,6,0,1,0.1,1,1,1995,5,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Argentina",172,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,292,190,0.1,0,0.1,200,0,0,0,NA +"Argentina",172,"Ornamental fish nei","ornamentals",0.1,0.1,0.1,0,0.1,1,1,2,1,2,2,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0.1,81.8461366724123,1,8,1,72.3798554504083,0.1,0.1,1,113.099771163819,110.517958692912,107.936146222004,106.396558973066,102.727207140102,100.009452248937,97.3370114978588,0,0,89.6822023653067,115.409698794213 +"Argentina",172,"Agar agar nei","seaweeds",25,2,1,1,1,1,1,3,4,2,2,5,1,1,2,0.1,0.1,0.1,0.1,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,49,55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Argentina",172,"Other seaweeds and aquatic plants and products thereof","seaweeds",211,198,229,120,18,1,0.1,59,42,88,169,84,116,126,125,119,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,276,74,239,704,375,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Argentina",172,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,74,77,158,101,201,168,16,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Aruba",250,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,12,0.1,0.8,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Coral and the like","corals",894,902,1377,861,982,829,1412,941,782,707,1676,616,446,294,353,426,1118,916,704,912,944,951,0,0,0,0,0,0,1618,1420,1300,1369,1780,1188,0,524,705,981,1505,663,739,613,535,468,0,464 +"Australia",16,"Z_TOTAL","corals",894,902,1377,861,982,829,1412,941,782,707,1676,616,446,294,353,426,1118,916,704,912,944,951,0,0,0,0,0,0,1618,1420,1300,1369,1780,1188,0,524,705,981,1505,663,739,613,535,468,0,464 +"Australia",16,"Fish body oils, nei","fish_oil",24,1,130,12,103,64,21,114,69,260,389,448,302,1517,1282,1555,2262,2694,2524,7119,2239,2383,2067,1978.74,1249.41,1845.41,230,515,2,0.1,353,44,45,53,0.1,56,62,1,2,6,7,28,719,4,84,21 +"Australia",16,"Fish liver oils, nei","fish_oil",244,219,219,173,143,105,68,129,110,61,52,68,59,69,98,113,260,139,88,81,33,0,0,0,0,0,NA,18,27,79,132,282,526,200,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Ornamental fish nei","ornamentals",377,324,131,167,179,191,80,114.042159577708,164.125602556779,108.192126102824,97.9448073738448,183.951338755843,270.458540359485,274.855825613581,271.743057543023,281.147045013554,0,0,0,0,0,0,0,0,0,0,NA,52.3549984649603,45.4872037320753,65.9059360787653,77.9384422129252,118.509150980769,166,172,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,11,0,3.80180074698035,3.658448273717,6.74285537043818,4.33801530037027,3.55733450437106,6.97068525153657,7.34130723209239,4.25802088298309,3.76516578112268,45.8499544336451,43.6301451669521,32.9811548576242,26.1355755065583,29.8367519478626,32.283830721848,39.6239462961922,0,0,93.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Agar agar nei","seaweeds",4,4,2,0.1,0.1,0.1,0.1,0.1,0.1,4,55,200,122,1,0.1,0.1,0.1,1,1,1,1,2,1,0.09,1.07,0.12,NA,NA,NA,NA,NA,NA,NA,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Other seaweeds and aquatic plants and products thereof","seaweeds",3126,3569,3400,3964,2700,3370,4430,1350,4150,5400,5420,3340,2690,1980,3240,2450,0,0,0,0,0,0,0,0,0,0,NA,NA,1551,2692,2138,3156,3000,3431,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,7,11,25,4,17,43,46.54,50.14,41.61,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1180,836,959,552,870,994,827,1012.09,574.32,537.27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1124,1385.38,869.85,774.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Mother of pearl shells","shells",234,0,0,0,209,219,0,181,133,268,150,189,215,135,342,204,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,451,538,331,496,395,312,259,233,184,0,366 +"Australia",16,"Natural sponges raw","sponges",7,51,9,26,0,0,225,639,128,45,11,2,4,9,16,10,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahamas",110,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8.1,21.18,10.22,8,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahamas",110,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,1,2,0,0,0,0,10,2,22,31,13,28,17,33,24,46,30.92,23.91,29.89,61.74,18.65,18.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahamas",110,"Shells nei","shells",NA,NA,NA,NA,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.19,0,0.15,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahamas",110,"Trochus shells","shells",NA,NA,NA,NA,6,2,0,0,0,20,35,2,73,31,0.1,85,67,45,78,92,75.72,38.2,49.87,104.61,52.82,52.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahamas",110,"Natural sponges nei","sponges",73,66,96,97,84,67,8,3,31,23,50,31,26,0,0,0,0,0,0,0,0,0,0,0,0,0.02,NA,NA,NA,NA,NA,NA,NA,90,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahrain",52,"Fish body oils, nei","fish_oil",0,282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0.1,0.1,0.1,0,0,2 +"Bahrain",52,"Ornamental fish nei","ornamentals",4,1,0.1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahrain",52,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0.1,0,12,0,0.2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahrain",52,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,6.5,3.97,2.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahrain",52,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0.57,1.17,2.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bangladesh",204,"Ornamental fish nei","ornamentals",0,0,0,0,0,1,2,1,1,11,10,2,0.1,0.1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,NA,NA,NA,NA,NA,NA,NA,32,10,0,NA +"Bangladesh",204,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,0,50,63,74,74,103,35,200,0,0,0,3.54,5.96,15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bangladesh",204,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,118,121,248,423,176,222,673,949,2197,2178,530,395,285,215,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Barbados",124,"Fish liver oils, nei","fish_oil",NA,NA,NA,0.1,0,0,0,0.1,0,0.1,0.1,0.1,1,0,0.1,1,0,0,0,0,1,0.1,0.1,0.65,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Barbados",124,"Ornamental fish nei","ornamentals",0,0,0.1,0.1,10,4,3,3,3,1,0,0,0,0,0,0.1,0,0,0,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0.1 +"Barbados",124,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,2,2,1,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0.1,0,0,0.01,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Barbados",124,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,0.1,0.1,0,10,0,0,0,0.1,0,0,0,0,0,0,0,2,0.1,0.1,2.87,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Fish body oils, nei","fish_oil",1635,1019,485,52,31,37,801,3708,12764,26131,21259,16136,7941,28589,14140,11855,10964,4788,3195,6732,10999,11529,21400,20030.59,21328.88,23873.26,162,710,519,309,275,788,584,2176,641,347,328,407,591,195,149,253,550,135,194,442 +"Belgium",59,"Fish liver oils, nei","fish_oil",69,73,123,106,100,136,146,151,121,75,53,203,223,102,46,21,21,40,27,31,96,21,18,11.06,7.61,9.45,496,287,117,104,66,138,74,177,251,29,6,80,34,31,34,6,26,56,114,448 +"Belgium",59,"Halibuts, liver oils","fish_oil",NA,1.4037237272787,0,0,0,0,0,0.1,0,0,0,0,21,8,0,0.1,1,1,0.1,0.1,0,0,1,0,0.19,1.22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Ornamental saltwater fish","ornamentals",27,16,2,3,1,26,27,12,3,5,3,2,0.1,2,3,3,5,6,3,2,3,4,7,4.29,10.47,5.86,20,7,7,6,12,19,33,43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Agar agar nei","seaweeds",4,8,8,30,24,8,13,5,9,51,20,53,38,37,39,32,43,57,116,186,100,103,104,111.7,82.47,73.05,8,2,0,0,0,0,3,6,10,1,4,3,5,6,5,13,15,16,9,28.0750728345761 +"Belgium",59,"Other seaweeds and aquatic plants and products thereof","seaweeds",63,522,372,192,166,203,253,290,328,1321,344,170,320,271,309,338,0,0,0,0,0,0,0,0,0,0,115,13,10,10,28,63,122,54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,126,217,168,111,171,196,220,197.11,145.76,108.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,159,316,391,185,160,200,203,268.69,547.34,324.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Miscellaneous corals and shells","shells",269,433,378,84,233,592,645,590,1021,55287,68142,50105,35124,2336,1165,1070,1120,1561,1351,1843,1425,1368,1381,1429.94,1418.37,1477.82,NA,NA,726,602,751,681,793,474,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,730,0,0,0,0,0,0,1177,1398,1340,1136,678,609,422,1198,1214,1195,1412,966 +"Belgium",59,"Natural sponges other than raw","sponges",8,13,15,18,20,33,17,111,18,13,3,2,1,6,0.1,2,3,0.1,0.1,0.1,1,0.1,0.1,5.17,1.48,2.77,NA,NA,NA,NA,NA,NA,4,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Natural sponges raw","sponges",0,0,0,0,1,11,15,9,3,0.1,0.1,0.1,3,0.1,0.1,0.1,65,0.1,0.1,1,0.1,0.1,8,0.15,0.12,0.04,0.1,0.1,2,9,25,9,7,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1 +"Belize",164,"Ornamental fish nei","ornamentals",7,12,0,0,11.3036664051258,7.25756895716746,7.74712917780559,56,53,90,57,40,39,28,20,30,47,27,0,0,0,0,0,0,0,0,7.17342747615906,11.5008518779173,6.93140931435167,8.99100488181168,9.30611673058073,8.7489867200043,10.285237171857,6,5.46272865243725,5.62612923025961,0,11.3153557120015,15.8172284856288,0,5.98054987102117,5.59786823231383,5.73853170921377,7.4492305329356,7.76434238170465,NA +"Belize",164,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belize",164,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,62,255,0.1,0,0,0.1,0,0,0,11,0.07,103.42,44.54,40.82,0,27.61,0,79.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bonaire",245,"Coral and the like","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bonaire",245,"Z_TOTAL","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bonaire",245,"Ornamental fish nei","ornamentals",3.07842388343661,0.75,3.3301834184202,0.5,0.5,0.25,0.5,0.5,0,1.5,2,2.25,0.5,0.5,0.711588459196037,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bosnia and Herzegovina",232,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,15,28,0,142,95,82,48,64,53,5,51,69,76,13,23,32,16,18,7.31,33.52,27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Coral and the like","corals",44,33,5,0.1,1,1,9,513,510,35,16,11,3,1,1,1,2,11,0.1,0.1,0.1,0.1,0.1,0.04,0,0,NA,NA,NA,NA,NA,NA,7,17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Z_TOTAL","corals",44,33,5,0.1,1,1,9,513,510,35,16,11,3,1,1,1,2,11,0.1,0.1,0.1,0.1,0.1,0.04,0,0,NA,NA,NA,NA,NA,NA,7,17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Cod liver oil","fish_oil",0,3,0.1,0.1,0.1,0,0.1,0.1,4,3,0.1,0.1,0,0.1,0.1,0,0.1,0,0,0.1,0,0,0,0,0.03,0.03,NA,NA,NA,0.1,0.1,1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Fish body oils, nei","fish_oil",0,60,0.1,0,1,0.1,0.1,0.1,0.1,2,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,0,22,334,585,2454,1247.42,2207.97,1316.37,1,21,0,0,26,19313.7459680096,0.1,0.1,0,7,1,0,0,0,0,0,0,0,0,42 +"Brazil",171,"Fish liver oils, nei","fish_oil",0,0.1,0.1,0.1,0.1,0,0.1,0,0.1,0.1,0.1,0,0,0,0,0.1,0.1,0,0,0,0,1,0,0,3.63,3.63,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Ornamental fish nei","ornamentals",326,321,269,288,197,181,172,110,95,174,152,158,131,97,86,76,1,0,0,0,0,0,0,0,0,0,532,493,545,578,671,921,275,256,468,194,236,271,233,211,198,211,261,345,360,188 +"Brazil",171,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,5,4,4,4,4,3,2.63,1.49,1.56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Agar agar nei","seaweeds",23,0.1,1,8,6,1,3,3,3,0.1,0.1,0.1,0.1,0.1,3,6,0.1,5,3,4,6,1,7,2.33,0.51,2.06,NA,NA,NA,NA,NA,NA,29,10,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Other seaweeds and aquatic plants and products thereof","seaweeds",258,205,146,239,356,173,128,131,89,126,47,81,84,94,121,137,0,0,0,0,0,0,0,0,0,0,NA,NA,0.1,207,156,135,144,159,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0.1,2,0.1,2,80,81.5,126.34,215.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,132,123,159,148,125,286,816,533.34,7884.84,10314.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Natural sponges raw","sponges",13,0,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brunei",247,"Ornamental fish nei","ornamentals",3.42251989753041,0,0,1.45600510399173,0,4.1594487393937,2.24225842320351,6.86289237479566,28.1721830099375,0,15.9074500322588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brunei",247,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,2,2,0.1,3.65,17.69,9.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brunei",247,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,1,0,0,2.15,4.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Ornamental fish nei","ornamentals",NA,NA,NA,0,1.46053750310496,0.966119878721912,0.1,0.1,11,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0,0,0,0,0,0,0,0,25,118,197.26,414.68,349.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0,0,0,0,0,0,0,0,0,0,2,1,2,2,2.17,1.8,13.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,6,0,2,0,0,0,0.1,0,0,0,17.063805599827,0,5,8,5,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,2,4,4,7,3,5,30.96,49.53,41.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0.62,1.57,9.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,271,200,332,241,68,82,69,62,80,81,146,76,45,230,52,81,80,108,94.91,56.92,39.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Natural sponges raw","sponges",NA,NA,NA,13,0,0,0,0,0,0,0,3.31458135704146,3.08753691515642,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cambodia",24,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,322,449,433,253,142,124,63,110,13,47,230,141,9,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cambodia",24,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,56,323,210,476,1943,1266,120,0,0,0,43,0,25,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Coral and the like","corals",602,419,672,2220,2893,4131,2087,1568,2394,716,147,194,390,194,382,1235,522,773,1437,1061,1738,1132,1499,791.62,401.97,1273.09,NA,NA,1098,716,245,1042,1057,1795,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Z_TOTAL","corals",602,419,672,2220,2893,4131,2087,1568,2394,716,147,194,390,194,382,1235,522,773,1437,1061,1738,1132,1499,791.62,401.97,1273.09,NA,NA,1098,716,245,1042,1057,1795,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Cod liver oil","fish_oil",13,0.1,16,2,13,536,24,23,10,13,16,57,11,8,40,53,37,34,46,20,39,41,21,31.7,21,29.65,0,0,0,0,0,26,64,27,358,914,1546,1162,1032,915,437,845,173,184,213,1381 +"Canada",218,"Fish body oils, nei","fish_oil",769,1492,1542,988,1572,2139,2698,4237,5816,4143,4949,4608,4349,1493,3667,6533,4938,4604,2927,1492,1317,1992,3819,6260.88,5619.95,5753.12,5347,4957,7750,6928,9571,2107,1139,1329,2449,10987,4161,4004,2806,3936,3181,2389,2857,2233,2006,3407 +"Canada",218,"Fish liver oils, nei","fish_oil",2,9,21,5,379,0.1,20,147,2006,857,177,378,377,261,353,115,10,68,22,85,26,10,17,38.9,5.61,3.12,1707,1159,69,88,151,19,28,213,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Herring oil","fish_oil",4873,3071,2891,1904,2570,1608,1959,2035,2560,1092,1263,2152,2313,691,587,625,454,370,218,205,486,388,248,346.38,311.17,446.68,0,0,0,0,0,4188,2405,2919,4134,4124,3679,6274,4724,4196,2329,4196,3198,3791,3025,5314 +"Canada",218,"Ornamental fish nei","ornamentals",1,4,9,9,9,4,5,1,16,25,16,22,2,1,2,0.1,0,0,0,0,0,0,0,0,0,0,1,0,2,10,3,7,1,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,1,0.1,0.1,1,0.1,0,0,0.87,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Agar agar nei","seaweeds",0,0.1,3,1,2,75,3,7,8,14,31,15,5,2,3,10,15,41,92,0.1,1,1,8,8.53,1.57,2.48,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Other seaweeds and aquatic plants and products thereof","seaweeds",900,500,780,980,1100,870,1120,1530,1830,2100,2730,2800,3570,4000,4150,4430,0,0,0,0,0,0,0,0,0,0,NA,NA,923.094181610806,596.443206515694,496.13772770813,875.593573180857,1300,700,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,585,304,470,720,970,1000,690,865.25,885.17,1223.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3969,5786,5550,5420,5100,5400,5629,5257.01,6517.32,5858.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Natural sponges raw","sponges",0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,NA,NA,0,0,0,0,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cape Verde",56,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,207,248.39,131.94,132.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Coral and the like","corals",340,242,477,307,280,502,260,113,47,8,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,842,409,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Z_TOTAL","corals",340,242,477,307,280,502,260,113,47,8,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,842,409,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Fish body oils, nei","fish_oil",127189,32354,4465,64546,16146,6302,22843,18591,28149,42193,61843,71490,80492,80417,49914,60988,70533,67127,85273,79601,68648,61371,89780,93157.39,128499.06,121992.08,75469,141858,83919,108738,51825,71165,165714,150582,91592,26017,55897,51787,87880,71604,89232,18575,94748,135026,114022,20234 +"Chile",224,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,NA,NA,NA,NA,2,6,5,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Ornamental fish nei","ornamentals",0,1,6,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Agar agar nei","seaweeds",2297,2439,1548,2298,2893,2872,2400,2413,2477,2676,2304,2185,1995,1985,2170,2056,1925,1771,1780,1825,1562,1571,1495,1325.47,1399.99,1207.77,NA,NA,NA,NA,NA,NA,2107,2226,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Other seaweeds and aquatic plants and products thereof","seaweeds",39078,45419,43340,40261,35175,38508,36097,45577,44671,46997,41498,51953,55622,56194,65173,67770,0,0,0,0,0,0,0,0,0,0,NA,NA,34426,27118,25977,23096,64752,36847,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5615,5668,3521,1269,748,382,253,275.65,338.47,402.57,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,65583,76475,71351,66893,75170,80488,57730,59350.36,68076.51,66286.56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,50,16,36,41,42,14,30,19,31,42,37,19,21.84,65.84,106.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Natural sponges raw","sponges",0,0,0,0,21,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,22,5,242,906,842,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Coral and the like","corals",1748,3093,1429,1620,707.1,1884,2309,2228,3220,4937,5795,7679,6919,14625,17705,10958,10215,8810,11676,11743,10286,8904,11285,13874.02,14044.97,10551.32,NA,NA,0,0,0,0,1955,3481,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Z_TOTAL","corals",1748,3093,1429,1620,707.1,1884,2309,2228,3220,4937,5795,7679,6919,14625,17705,10958,10215,8810,11676,11743,10286,8904,11285,13874.02,14044.97,10551.32,NA,NA,0,0,0,0,1955,3481,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Fish body oils, nei","fish_oil",1,37,2127,739,227,391,313,162,222,824,3479,3986,5268.1,4554,8699,22666,13200,19736,29014,48362,44329,29697,24257,27013.25,27043.28,22324.62,0.1,0.1,0,0,45,15,1,15.1,0,NA,NA,NA,NA,NA,1,0,1,0,2,NA +"China",209,"Fish liver oils, nei","fish_oil",169,172,145,174,113,37,28,46,84.1,160.1,43,49.1,67.1,92,301,386,565,424,313,601,816,808,630,721.99,282.19,434.8,2,3,44,13,170,216,97,120,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Ornamental fish nei","ornamentals",414,405,607,412,59.700221840558,56.6934145939581,57.8995285048204,69.7049352217352,0.1,73.7695808826056,73.4572567791174,0.1,0.1,0.1,530,571,0,0,0,0,0,0,0,0,0,0,1,0,0,0,471,294.877405884543,1029,460,0,NA,NA,NA,NA,NA,NA,1,3,0,0,NA +"China",209,"Ornamental saltwater fish","ornamentals",0,24.1675049610226,17.8179071571271,0,16.8244645146438,12.6197096453852,11.7594556233571,8.24541288559249,6.65809346199285,5.61607308957173,2.97450883369311,1.35083614001496,0,0,0,0.341770538267061,1,0.1,0.314752707402848,0.1,0.342702187607206,0.1,0.1,0.07,0,0,38.5987928537329,36.3571145687192,0,37.6902812112653,0,0,0,0,39.1318674450536,NA,56.8349496448382,0,52.387946344888,50.2553278701093,48.3771822858812,46.5717432418101,0,0,0,NA +"China",209,"Agar agar nei","seaweeds",685,711,731,970,1066,1353,1752,2178,2704.1,3759.1,4493,4669,4009.1,3478.1,3980.1,3715,4146.1,4488,5465,5472,5846,5662,5913,5678.11,5349.01,6254.42,NA,NA,NA,NA,NA,NA,587,895,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",10833,13861,12782,13600,12810,14739,17812,15260,13471,15628,16301,14852,16533,12861,12902,10019,6099,5743,5244,4800,4618,4934,5004,5062.25,4513.04,3115.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Other red algae","seaweeds",175,237,139,130,65,0,0,0,0,0,0,0,18,2,0,8,3,3,0,484,1937,814,660,215.44,66.52,950.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Other seaweeds and aquatic plants and products thereof","seaweeds",31124,36911,5730,6690,5842,4319,4692,4663,4287,3087,3586,2880.1,3086.1,3090,3678,4726,0,0,0,0,0,0,0,0,0,0,NA,NA,0,0,0,120.793117651148,35575,37436,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1409,550,322.1,334,663,875,986,735.24,644.09,995.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1007,1214,1383,1153,1477,1512,1796.1,1992.35,1052.24,1384.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Miscellaneous corals and shells","shells",0,1,0.1,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,82,82,46.24,5.17,45.43,NA,NA,NA,NA,NA,NA,1,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Natural sponges nei","sponges",0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,36,26,1,27,7,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Natural sponges raw","sponges",22,5,3,2,3,4,3,3,0,1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,3,13,8,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Coral and the like","corals",1,2,1,1,0.1,1,0.1,12,3,9,0.1,0.1,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Z_TOTAL","corals",1,2,1,1,0.1,1,0.1,12,3,9,0.1,0.1,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Cod liver oil","fish_oil",0,0,0,0,0,0,2,2,3,4,1,0.1,0.1,0.1,2,2,0,0.1,0.1,0.1,0.1,0.1,0,0,0.05,0.05,NA,NA,NA,NA,1,3,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Fish body oils, nei","fish_oil",3,19,32,0.1,0.1,0.1,0,0.1,1,2,6,20,31,128,188,1,130,66,3,14,0.1,0,0,0,0,1.81,NA,NA,NA,NA,3,13,2,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Fish liver oils, nei","fish_oil",0.1,0.1,3,0.1,1,4,1,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,NA,NA,NA,NA,1,0,0,0,0,0,NA +"Colombia",132,"Ornamental fish nei","ornamentals",161,120,125,170,141,121,166,166,213,239,294,542,321,452,368,559,0,0,0,0,0,0,0,0,0,0,277,266,222,1034,139,174,127,135,244,217,346,270,217,205,146,94,80,253,389,164 +"Colombia",132,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,65,106,50,100,125.38,7.73,0.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,0.1,1,0.1,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,2,1,0.1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,19,72,6,13,22,31,19,3,16,10,0,0,0,0,111.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cook Islands",153,"Ornamental fish nei","ornamentals",12.1934718776101,0,14,8,14,6,12,19,9,9.59390559647469,10.9683626365343,5.49394663792044,16.0654617584845,14.896051669894,17.5424422742787,13.4378008833995,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,13,9,16,12.7758357057429,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cook Islands",153,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10.8817171922633,7.66662631932331,8.9672386784182,4.86864065138525,2.5370569325396,0,0,0.01,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cook Islands",153,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,56,0.1,73,0.1,0.1,0.1,40,0,16,0,0,0,0,0,0,15.75,9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Costa Rica",130,"Fish body oils, nei","fish_oil",0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,1,116,210,189,446,518,868,1703,1677,938.85,1304.91,509.14,2,0,0,0,0,0,0,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Costa Rica",130,"Fish liver oils, nei","fish_oil",22,0,1,0,0,2,3,0.1,1,0.1,0,0,0,0,0,149,80,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Costa Rica",130,"Ornamental fish nei","ornamentals",83,90,100,93,95,97,101,114,85,75,69,73,48,5,0,3,0,0,0,0,0,0,0,0,0,0,66,81,61.7081980812479,97,87,77,104,87,28,NA,NA,NA,NA,NA,NA,NA,9,0,7,NA +"Costa Rica",130,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,24,19,11,9,0,10,4,6,5,3,7,36.88,23.89,37.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Costa Rica",130,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0,0,0,0,0.1,1,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Costa Rica",130,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,3923.40176277515,7379.03328966146,0,0,2749.85142583866,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Coral and the like","corals",1,1,2,15.4536424251797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Z_TOTAL","corals",1,1,2,15.4536424251797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Fish body oils, nei","fish_oil",14,16,43,0,28,27,1,0.1,15,0.1,11,0.1,9,4,4,3,3,52,5,67,43,0.1,6,46.51,0.03,0.03,NA,NA,NA,NA,4,115,46,16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,1,2,0.1,0.1,1,0.1,0.1,13,1,3,5,3,0.1,0,0,0.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Agar agar nei","seaweeds",NA,NA,NA,NA,2,0,0.1,1,0,0.1,0.1,0.1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.43,0.12,0.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Other seaweeds and aquatic plants and products thereof","seaweeds",3,4,0,3,1,1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,0.1,0.1,0.1,0.1,0.1,0.1,0.11,0.17,0.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0,0.01,0.07,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,1,1,1,3,1,1,1,1,1,1,1,2,0.1,2,2,0.1,1,0.1,0.72,0.3,1.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Natural sponges nei","sponges",NA,NA,NA,NA,8,5,7,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,3,5,3,3,2,1,2,1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.17,0.11,0.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Natural sponges raw","sponges",7,5,5,7,0,0,0,0,3,2,4,5,5,5,6,4,3,0.1,0,1,1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,5,13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Ornamental fish nei","ornamentals",NA,NA,NA,10,14,16,14,14,14,12,19,20,10,11,9,6,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,3,4,2,4,3,0,0.07,1.14,0.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,3,11,8,5,3,3,1,1,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Miscellaneous corals and shells","shells",NA,NA,NA,6,4,0.1,2,0.1,0,0,0,0,0,0,0,0,0,22,45,28,0,0,0,0,6,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Natural sponges nei","sponges",NA,NA,NA,38,45,32,45,46,38,28,36,29,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,25,23,16,27,18,30,21,19,8.67,4.98,9.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Curacao",244,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,45,20,34,19,15,15,12,15,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cyprus",81,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,6,11,0,0,0,0,0,0,0,0,0.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cyprus",81,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,1,1,2,1,0,0.03,0.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cyprus",81,"Natural sponges other than raw","sponges",0.1,0.1,3,5,1,1,0.1,2,1.18075468485411,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,11,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cyprus",81,"Natural sponges raw","sponges",0,0,15,3,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0.1,0.1,1,NA,NA,1,3,1,0,1,0.1,0.1,0,NA +"Democratic Republic of the Congo",199,"Ornamental fish nei","ornamentals",79.7992631590676,60.9459054351041,60.2540042592821,40.1033996390229,48.6775477224564,14.9985111836838,40.4368689189625,43.8220294172131,31.6402271599138,36.69327652483,37.6692642156738,40.1278197879985,34.8028939825483,39.4853013770946,38.237437245717,29.0207707513796,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,97.355373986735,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Democratic Republic of the Congo",199,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,36.7627322010849,31.2756945562314,0,0,0,1.72,1.41,0,0,0.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Fish body oils, nei","fish_oil",107676,103938,75589,94206,113512,95688,81046,100875,112268,104273,119371,127241,119797,169207,159507,168256,149924,119558,140385,118174,142607,146822,142280,146090.1,151187.33,127679.21,47696,26453,38681,78113,94154,74751,96045,140297,39407,NA,NA,NA,103040,87821,69734,68214,64151,61059,62437,NA +"Denmark",175,"Fish liver oils, nei","fish_oil",275,159,216,83,182,104,763,1606,423,216,430,327,354,79,21,118,361,253,265,242,464,542,481,225.56,324.78,216.63,210,404,374,277,98,96,1085,291,238,1,0.1,231,1797,1022,91,20,4,2,4,1 +"Denmark",175,"Halibuts, liver oils","fish_oil",NA,NA,2,7,22,0.1,0,0,0,0,3,0,4,0.1,0,0,3,1,0.1,0.1,32,12,55,46.54,60.26,54.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Herring oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74461,66077,64431,0,0,0,0,0,0,0,85651 +"Denmark",175,"Ornamental saltwater fish","ornamentals",0.1,0.1,10,3,1,4,1,1,0,0,1,0.1,0.1,0,0,0,0.1,0.1,1,6,19,5,4,0,0.03,0.04,19,0,8,41,13,4,4,156,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Agar agar nei","seaweeds",108,115,48,53,27,6,27,27,53,46,27,26,9,4,3,7,1,1,16,27,23,29,0.1,0.31,0.47,0.2,23,18,9,7,2,9,8,43,25,NA,NA,NA,NA,NA,NA,12,7,7,8,NA +"Denmark",175,"Other seaweeds and aquatic plants and products thereof","seaweeds",13,66,55,70,120,323,26,88,200,582,194,180,199,267,376,477,0,0,0,0,0,0,0,0,0,0,2,2,2,11,2,45,21,20,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,609,570,362,328,359,371,490,652.2,704.1,776.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,88,70,170,242,72,590,786,389.57,446.71,577.58,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Miscellaneous corals and shells","shells",30405,41614,20867,4755,9773,20611,25544,23564,4572,2900,1327,1109,1838,1614,1652,1681,1259,3391,368,283,234,591,640,493.86,759.3,770.81,NA,NA,35032,32839,33128,43345,31327,23669,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35621,38478,0,0,0,0,0,0,38048,37853,37594,33754,31090,33843,32995,29742,29069,33381,35183,35605 +"Denmark",175,"Natural sponges other than raw","sponges",0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,10,1,4,0.1,0.1,0.1,0.1,0.1,0.1,5,2,0.1,0.16,0.42,0.85,NA,NA,NA,NA,NA,NA,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Natural sponges raw","sponges",0,0,0,0.1,0,0,0,0,0,0.1,0.1,0,24,0,0,21,0.1,0.1,0.1,68,25,0.1,0.1,2.42,0.17,0.41,1,0,0,0,0,0,2,53,0.1,0.1,0.1,0,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1 +"Djibouti",46,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominica",123,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0,0.03,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominica",123,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,0.1,0,4,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominica",123,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,0.1,0.1,2,2,1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Coral and the like","corals",NA,37,9.48941664771291,19,2,0,0.1,21,0.1,15,37,0.1,0.1,0,3,10,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Z_TOTAL","corals",NA,37,9.48941664771291,19,2,0,0.1,21,0.1,15,37,0.1,0.1,0,3,10,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Fish body oils, nei","fish_oil",0,0.256485362497192,1,0.250026669930568,1,0.1,0.1,0.1,0,0,0.1,0,0,0,0,0.1,4,0.1,0,1,0.1,0.01,0.01,0.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0.1 +"Dominican Republic",115,"Fish liver oils, nei","fish_oil",NA,NA,NA,0.4676578930912,0,0.1,0,0.1,0,0.1,0,0,2,0.1,0,0,0,0,0,0,0.1,0.19,58.68,0.07,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Ornamental fish nei","ornamentals",5.30430919396397,3.99462313164213,0.468234927524861,0,0.896828247849896,2.35801986277235,22.3840919152314,22.4598446915317,11.7291745265793,141.759090365636,12.1577678469044,51.8570714077977,43.3431033846408,32.335345451964,35.459063673233,43.5703617135417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10.5430534432513,0.920734349196664,38.9575113037435,62.3086365688957,0,NA,NA,0.1,0,0,0,0,0,0,0,NA +"Dominican Republic",115,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.813814648653423,0,0.0211958740838785,0.157207379779244,10.9912273162032,0.2,3.78,0.03,0.1,0.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,1,0,0,0,7,1,2,1,1,1.02,0.5,0.42,0.68,0.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,5.04,0,0.05,0.16,0.58,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"East Timor",231,"Other red algae","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,29,0,0,0,0,98,0,51.6,56.6,56.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Coral and the like","corals",70,41,6,10,2,5,1,1,7,0.1,0.1,322,4,0,0,0.1,0,0,0,0,0,0,0,0,0,1.04,NA,NA,NA,NA,NA,NA,45,31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Z_TOTAL","corals",70,41,6,10,2,5,1,1,7,0.1,0.1,322,4,0,0,0.1,0,0,0,0,0,0,0,0,0,1.04,NA,NA,NA,NA,NA,NA,45,31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Fish body oils, nei","fish_oil",307,3384,0,180,264,547,0.1,3831,7476,6806,4025,8778,6238,10787,8571,9736,16011,17539,10805,11767,12531,14152,7140,4419,8931,5430.06,0,0,0,0,0,0,30,0,0,4506,7500,3000,0,0,0,0,0,5458,7218,3853 +"Ecuador",137,"Fish liver oils, nei","fish_oil",16,33,0,158,140,3838,579,1942,3082,2662,0,2,7,5,0,0,0,90,146,269,325,0,21,80,0,0,NA,NA,NA,NA,NA,NA,NA,20,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Ornamental fish nei","ornamentals",43,64,57,38,37,53,58,55,7,11,22,10,6,10,20,19,24,0,0,0,0,0,0,0,0,0,12,22,37,30,19,23,28,32,0,2,1,1,1,1,1,0.1,1,13,0.1,1 +"Ecuador",137,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,11,13,10,10,8,6,2,0,1.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Other seaweeds and aquatic plants and products thereof","seaweeds",0.1,3,0,8,9,6,5,7,6,7,14,22,24,15,27,26,28,7,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,12,17,48,35,40,34.95,39,28.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,2,0.1,0,0.1,1.74,1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Coral and the like","corals",0,19,13,11,8,15,4,0,0,0.1,3,0.1,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,3,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Z_TOTAL","corals",0,19,13,11,8,15,4,0,0,0.1,3,0.1,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,3,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,41,73,126,15,0,78,1,3,1,14,0,0,0.55,0.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,34,5,134,5,24,12,0,0,21.83,21.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Ornamental fish nei","ornamentals",0,35,30,29,63,39,23,12,11,0.1,1,0.1,5,4,18,3,10,8,24,259,38,23,22,35.32,46.84,46.84,NA,NA,NA,NA,NA,NA,61,55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,2,7,1,0,18.94,58.64,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,60,61,60,20,26,10,20,70,0,0,20,25,59,56,81,48,7,36,50,16,115,61,68.8,0,0,NA,NA,NA,NA,NA,NA,40,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,7,0,33,33,3,42,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,12,0,0,0,0,369,171,7,11,5,9.66,17.68,62.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Natural sponges raw","sponges",0,9,0,1,0,0,0,0,0,18,0.1,0.1,0.1,0,1,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"El Salvador",134,"Coral and the like","corals",0.1,0,0,0.1,0,0.1,0.1,0.1,0.1,0.1,0,1021,240,0.1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"El Salvador",134,"Z_TOTAL","corals",0.1,0,0,0.1,0,0.1,0.1,0.1,0.1,0.1,0,1021,240,0.1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"El Salvador",134,"Fish body oils, nei","fish_oil",NA,1000,0,83,0,0,0,2,0,98,34,20,108,123,72,108,110,182,156,162,165,288,237,305,220,220,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"El Salvador",134,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0.1,0.1,0,0,0,0,0,0,0,0.1 +"El Salvador",134,"Ornamental fish nei","ornamentals",0.1,0.1,0,0,40,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4.38225352625352,0,0,0,0,0,0.1,1,0,0,0,0.1,0,0,0,0,0,0,0,0.1 +"El Salvador",134,"Natural sponges raw","sponges",NA,NA,NA,23,0,0.1,0,0,0,0,0,0,0,15,52,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Equatorial Guinea",104,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Eritrea",45,"Ornamental fish nei","ornamentals",1,2,6.78095891045933,5.73868149667146,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,11.1240314395865,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Fish body oils, nei","fish_oil",24,8,7,0.1,53,34,18,16,3372.55324669974,0,0,2,8,3,2,1,1,1,1,2,2,1,9,2035.68,2499.66,2636.42,NA,NA,NA,NA,29,7,11,14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Fish liver oils, nei","fish_oil",307.383295089705,0,0,0,0,0.1,0,0.1,0,0.1,0.1,1,0,0.1,0,0.1,0,0,0.1,0,0.1,0,2,0.48,0.14,0.81,NA,NA,NA,NA,NA,36,11,18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Agar agar nei","seaweeds",NA,NA,45,40,53,96,63,31,6,26,24,26,19,2,18,9,4,1,0,0.1,0.1,1,0.1,0.09,0.09,0.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,146,129,117,161,139,142,315,108,118,276,219,18,74,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,10,1,0.1,1,2,1,0.28,0.98,3.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0.1,0.1,1,0.1,1,0.02,0.04,0.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,2,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,3.75,11.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0.1,0.1,0.1,0.1,0.1,0,0.01,0.01,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Faeroe Islands",141,"Fish body oils, nei","fish_oil",9984,7054,1245,3454,1199,988,1223,803,5346,4516,678,2524,55,67,2091,430,0,6984,3334,0,0,0,0,0,0,0,12759,7834,3033,2835,9463,16488,10278,6834,7191,6003,6492,2974,7300,5366,3497,7645,8647,16482,9912,6310 +"Faeroe Islands",141,"Fish liver oils, nei","fish_oil",375,212,141,85,0,0,0,0,0,0,285,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22 +"Faeroe Islands",141,"Miscellaneous corals and shells","shells",20,0,53,0,5,0,3950,1200,0,1300,0.1,0,2373,1631,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Coral and the like","corals",536,1180,1280,830,1235,0,1026,1412,1695,1852,1837,1814,1244,782,1030,1127,1251,1088,981,900,486,341,99,105.1,86.68,64.3,NA,NA,589,457,351,109,307,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Z_TOTAL","corals",536,1180,1280,830,1235,0,1026,1412,1695,1852,1837,1814,1244,782,1030,1127,1251,1088,981,900,486,341,99,105.1,86.68,64.3,NA,NA,589,457,351,109,307,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0.1,NA,6,0.1,11,0,0,0,0,0,0,NA +"Fiji",18,"Ornamental fish nei","ornamentals",0,0,48.3145161932833,48.7380343406435,197.971685770455,233,253,220,269,126,90,117,119,99,175,135,0,0,0,0,0,0,0,0,0,0,NA,19.0766610292126,45.9969475128367,60.3379601398507,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,71,93,95,98,82,77,74,153.1,168.15,213.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Kelp","seaweeds",NA,NA,NA,NA,106,0,0,0.1,19,10,91,41,15,32,28,21,22,43,24,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,0.1,49,0.1,15,0.1,0.01,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Trochus shells","shells",42,0.1,37,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Fish body oils, nei","fish_oil",8257.69480876368,7,0,4,1,0,1,7,3376.68223067396,0.1,7,183,673,39,419,657,1117,322,2,1,1,109,1160,1208.01,1988.62,1545.9,13,2,334,0.1,0.1,4,2,0,3,NA,NA,NA,NA,NA,NA,64,0,0,28,NA +"Finland",174,"Fish liver oils, nei","fish_oil",1,3,1,0,0,0,0,1,1,6,7,10,5,8,8,10,6,1,0.1,0.1,8,2,1,1.28,1.49,1.17,26,0,613.834038703586,0.1,0.1,16,4,10,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Halibuts, liver oils","fish_oil",2,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0.93,0.93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Agar agar nei","seaweeds",NA,NA,9.24444656562025,8.76694123942013,1,0,7.33442526081967,6.85691993461955,0,0,1,1,0,0,0,0,0.1,0.1,0.1,0.1,0,0.1,0.1,0.46,0.13,0.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Other seaweeds and aquatic plants and products thereof","seaweeds",9,17,2,2,1,0,0,1,0,0.1,0.1,10,10,12,12,2,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0.1,0.1,0.1,0.1,0.1,0,0.23,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,12,6,4,5,25,11,4.8,5.71,4.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,3074.33653485629,0,2592.12887163961,1,0,0.1,0.1,0,0,0.1,0.1,0,0.1,0,0,0,0.1,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Natural sponges other than raw","sponges",NA,1,6,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0.08,0.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.6,12,27,0,0,0,0,0,0,3,5,76,41,12,34,3,3,6,6,8,25 +"France",179,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.6,12,27,0,0,0,0,0,0,3,5,76,41,12,34,3,3,6,6,8,25 +"France",179,"Fish body oils, nei","fish_oil",15058,16816,10043,13265,19068,19414,17632,18570,17131,16523,19616,20448,26071,14927,18409,12693,18827,16911,19039,23903,21215,23632,22602,22060.63,25264.91,26693.85,13261,13378,13736,10757,14883,20004,20050,20445,8715,5075,4816,6393,3626,4429,6325,5806,5805,8394,7673,5001 +"France",179,"Fish liver oils, nei","fish_oil",739,701,642,713,587,266,321,342,213,125,359,312,238,269,755,667,360,437,1079,815,1218,1067,1127,993.22,1136.09,986.45,1112,500,404,410,547,978,1483,754,924,300,157,165,356,308,359,503,485,417,792,344 +"France",179,"Halibuts, liver oils","fish_oil",0.1,16,4.06339361439728,1.08311468562391,0.1,0.1,0.1,0.1,4,0.1,1,0.1,2,3,0.1,2,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.02,0.03,0.02,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Ornamental saltwater fish","ornamentals",1,528,102,78,97,280,292,385,361,212,145,128,133,82,157,35,42,67,78,75,66,67,39,30.03,25.54,31.33,27,1,1,0.1,6,543,555,15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Agar agar nei","seaweeds",61,71,105,91,113,67,105,74,128,98,82,91,70,118,140,156,149,187,170,112,137,137,74,59.33,29.57,52,156,108,0,0,0,0,43,54,73,63,52,44,52,114,75,58,54,72,46,64 +"France",179,"Other seaweeds and aquatic plants and products thereof","seaweeds",6255,5366,5997,5760,5898,4997,3911,2485,2079,2587,3331,5252,3603,2397,3354,2894,0,0,0,0,0,0,0,0,0,0,3930,1702,2333,2563,3260,9649,4092,2086,291,1257,107,142,1791,1840,2025,1796,1837,323,395,1242 +"France",179,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,911,914,823,973,991,715,622,537.1,901.28,989.88,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1406,1818,1621,2292,4446,4504,5579,8180.04,8606.48,9575.99,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Miscellaneous corals and shells","shells",265,1059,1233,1347,1505,2148,1408,1786,1796,2195,2717,5463,4186,1139,305,194,297,1320,507,358,477,409,327,323.54,410.57,779.89,NA,NA,5370,8141,6512,420,161,171,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,4543,0,0,0,0,0,0,3601,1295,1393,2471,2258,1437,1213,383,168,1318,2702,1436 +"France",179,"Natural sponges other than raw","sponges",3,138,18,20,6,12,11,12,18,17,11,120,190,121,82,71,50,47,28,45,30,5,6,5.23,4.88,5.94,NA,NA,NA,NA,NA,NA,19,43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Natural sponges raw","sponges",22,54,43,29,46,44,34,32,35,28,31,40,31,101,21,19,22,16,23,18,19,27,25,9.93,1.74,5.27,65,49,262,65,59,39,20,12,59,55,60,62,67,66,61,66,58,75,78,46 +"French Polynesia",147,"Coral and the like","corals",NA,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,2,0.16,0.01,0.05,0.07,0.01,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"French Polynesia",147,"Z_TOTAL","corals",NA,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,2,0.16,0.01,0.05,0.07,0.01,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"French Polynesia",147,"Ornamental fish nei","ornamentals",0,0,3,12,20,34,48,56,53,47,37,27,35,27,24,21,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,1,1,0.1,2.04092548922013,2.04560792154506,1.95244931046037,0,0.1,0,0,0.1 +"French Polynesia",147,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,23,15,29,21,34.23,26.93,42.63,55.02,41.05,32.27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"French Polynesia",147,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"French Polynesia",147,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.08,0.03,0,0.01,0,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"French Polynesia",147,"Shells nei","shells",NA,815,556,941,846,807,1276,1942,1828,2896,2520,2407,2381,1858,2129,2879,2600,3045,2211,2144,1368.11,1683.37,1742.28,1750.68,1314.45,1373.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Gambia",65,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,870,1378,423,1242.38,740.54,480,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Georgia",74,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,55,383,0,439,671,0.1,1593,1170,186,3296,4058,3550,3898,4250,5188,3086.53,9587.25,5405.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Fish body oils, nei","fish_oil",4355,3092,5911,3009,1666,5999,6603,7198,8958,4476,7440,8407,9349,8773,11428,10375,10603,10909,11004,11695,15075,14019,12775,14115.83,15417.01,19930.85,6200,11118,5480,7178,8564,3432,3747,16277,2747,4369,6152,3175,3064,4369,4079,3964,3243,2006,2583,5743 +"Germany",176,"Fish liver oils, nei","fish_oil",161,143,108,48,80,153,217,259,334,271,303,351,313,339,381,437,442,364,521,413,315,225,246,230.95,454.61,1035.8,252,193,450,220,138,118,172,149,33,491,264,421,410,244,220,127,117,83,81,1085 +"Germany",176,"Halibuts, liver oils","fish_oil",0,1,2,1,4,0.1,0.1,8,7,5,13,0,11,0,1,2,1,0.1,3,4,0.1,0.1,0.1,0.08,39.55,7.41,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7612,11009,10833,4681,0,0,0,0,6218,NA,NA,26,398,2,757,7715,8190,17185,10879,NA +"Germany",176,"Ornamental saltwater fish","ornamentals",2,6,4,25,21,9,1,2,3,3,3,5,5,2,3,3,2,2,3,4,2,2,2,1.2,0.45,0.39,2,3,4,33,6,41,14,34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Agar agar nei","seaweeds",244,327,296,373,416,423,656,517,527,634,644,394,652,610,860,618,404,521,606,659,672,533,470,437.4,365.99,376.11,134,269,0,0,0,0,247,170,112,35,58,72,63,50,52,82,116,73,65,45 +"Germany",176,"Other seaweeds and aquatic plants and products thereof","seaweeds",164,127,132,111,124,91,81,84,146,130,140,161,262,127,223,285,0,0,0,0,0,0,0,0,0,0,41,22,42,40,47,69,144,97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365,718,500,668,710,343,975,601.32,308.72,340.39,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,87,209,250,233,706,1070,167,627.22,715.14,848.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Miscellaneous corals and shells","shells",300,173,128,194,166,105,311,378,175,427,562,272,527,196,471,350,356,328,365,466,450,402,537,633.83,521.84,556.53,NA,NA,208,251,428,294,315,480,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,186,0,0,0,0,0,0,232,204,109,205,251,249,260,234,224,207,172,215 +"Germany",176,"Natural sponges other than raw","sponges",1,4,1,3,2,3,7,4,3,1,17,3,12,0.1,2,8,21,10,18,14,25,24,16,11.4,11.36,8.67,NA,NA,NA,NA,NA,NA,6,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Natural sponges raw","sponges",2.02439474772176,4.1965835281209,3.94197975959965,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,1,0.1,0.1,2,0.1,0.1,0.1,0.1,0.1,0.1,0.22,0.56,6,12,5,4,11,54,5.91743978255464,1,3,2,2,2,5,1,1,2,2,3,5,1 +"Ghana",106,"Fish body oils, nei","fish_oil",NA,NA,NA,1,0,0,0,0,0,0,0,0,0,20,0,34,135,43,30,13,0,295,391,331.23,46.44,46.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ghana",106,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,32,47,68,22,23,5,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ghana",106,"Ornamental fish nei","ornamentals",1,0,0,0,0,0,0,0,0,0.1,0,0,1,0,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,1.35178268083764,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,NA +"Ghana",106,"Ornamental saltwater fish","ornamentals",2.8738883138779,2.72900279631654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,1,1,104.63,2.44,2.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ghana",106,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0.03,0.36,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ghana",106,"Miscellaneous corals and shells","shells",52,26,0,0.1,15,0,0,0,0,0,0,0,1,19,44,0,0,2,1,2,0,0.1,0,0.01,0,6.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ghana",106,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,50,0,0.1,1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Fish body oils, nei","fish_oil",0,0,40,0,0,271,0,21,41,0,1,1,0.1,0.1,125,0.1,3,335,0,0.1,150,74,124,525.14,322.06,8.2,NA,NA,NA,NA,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Fish liver oils, nei","fish_oil",0.1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,6,4,4,4,6,2,0.1,1,9.79,13.03,5.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Ornamental saltwater fish","ornamentals",10,74,243,298,102,115,297,13,125.462941671749,31,303,201.378764641046,184,148.604229144648,709,38,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,0.1,0,43,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Agar agar nei","seaweeds",0.1,0,0,0,0,0.1,0.1,0.1,0,0,0,0.1,0,0.1,0.1,0.1,0.1,0.1,0,0,0.1,0.1,0.1,0.93,0.58,1.59,87.8140715744585,85.2498714551966,0.3,54,17,0,11,0.1,90.6266106486046,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,1,0.1,2,0.1,0.1,1,1,3,0.1,1,0.1,11,3,0,0,0,0,0,0,0,0,0,0,22,30,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,0,1,0.1,1,1,2,3.23,0.28,0.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,2,2,12,2,3,6,5.75,9.87,20.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Miscellaneous corals and shells","shells",286,393,256,286,392,220,167,92,104,175,119,125,135,70,279,78,96,143,495,118,202,41,82,4.39,12.15,16.52,NA,NA,753,891,647,498,411,384,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,819,1313,0,0,0,0,0,0,1200,203,195,130,141,112,182,120,354,456,1033,210 +"Greece",80,"Natural sponges other than raw","sponges",280,362,82,51,243,161,195,149,216,26,21,37,195,129,27,12,24,12,10,11,9,9,68,49.08,12.03,10.31,NA,NA,NA,NA,NA,NA,18,423,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Natural sponges raw","sponges",0.1,1,2,2,6,6,2,3,14,15,1,4,1,1,1,2,2,4,4,6,5,6,6,3.2,4.72,5.23,24,39,19,24,18,24,3,1,33,61,68,56,62,32,49,30,40,29,28,55 +"Greenland",145,"Coral and the like","corals",0,0,0,0,526,0,0,0,0,0,72,0,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greenland",145,"Z_TOTAL","corals",0,0,0,0,526,0,0,0,0,0,72,0,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greenland",145,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,0,0,9 +"Greenland",145,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0.1,0,0.1,0,0.04,0.69,1.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guadeloupe and Martinique",140,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,6,7,4.1,6.1,8.1,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,44,0.1,0.1,96,0,11,3,40,0.1,0.1,0,0.1,20,0.1,1,22.91,111.81,195.89,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,2,21,2,1,0,0,0,0,0,0,0,0,1,0.1,1,2,0,0.1,0.84,0.63,1.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Ornamental fish nei","ornamentals",0,0,1,0.1,0,0,0,0,0,0,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0.1,2,NA,1,0,0,0,0,0,0,0,0,NA +"Guatemala",136,"Agar agar nei","seaweeds",NA,NA,NA,0.1,0,0,0,0,0,0,1,0,0,0,0,0.1,0,0.1,0,0.1,0.1,0,0.1,0,0.01,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,0.1,0.1,0.1,0.1,0.1,0.14,0.09,0.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Natural sponges raw","sponges",0,0,0,1,1,0.1,1,0.1,6,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guinea",194,"Ornamental fish nei","ornamentals",2,2,0,0,0,0,0.1,0,0,0,0,0.1,0,3.11691519735973,3.29882001137636,4.6260693331372,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guinea",194,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.0635486382238837,0,0.1,0,0,0.25,0,0,0.05,0.01,0.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guinea Bissau",193,"Ornamental fish nei","ornamentals",0,0,0,0,0,0.325441426191716,0,0.498360302934316,0.55300461609049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guyana",167,"Ornamental fish nei","ornamentals",81.7631629900634,171,80,81,51,69,60,68,86,23,61,103,28,21,2,9,4,0.1,1,6,4,13,7,3.31,0,0,96.5268245461893,91.6793050709994,92.0429117056592,0,0,0,0,91.2780388940755,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guyana",167,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,0,0,12,0.1,0,0.1,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Coral and the like","corals",NA,NA,96,134,207,204,320,266,215,145,158,113,78,40,39,35,14,47,38,39,13,30,37,12.9,4.76,33.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Z_TOTAL","corals",NA,NA,96,134,207,204,320,266,215,145,158,113,78,40,39,35,14,47,38,39,13,30,37,12.9,4.76,33.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Ornamental fish nei","ornamentals",19.9899608833586,54.4245968574879,330.202678519593,219.443324206123,115.056988550314,111.253512578472,90.8247705431649,69.8418529724087,95.4096803793563,62.2349010287254,57.0459862182616,83.4450769283824,117.048449599338,155.085226553885,113.043638636073,105.915109451538,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0,0,0,2.31375897665961,1.98040919674835,1.99663366360909,2.26356289330624,2.65407897792284,3.15052665247032,3.53044957809382,0.22,0.21,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Miscellaneous corals and shells","shells",NA,NA,NA,0,0,1,0,1,24,0,0,0,0,0,0,0,21,22,2,44,14,0,7,10.38,0.85,12.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,2,0,1,2,72,35,24,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Honduras",133,"Coral and the like","corals",4,0,0.1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,0.3,NA,NA,NA,NA,1024,830,75,200,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Honduras",133,"Z_TOTAL","corals",4,0,0.1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,0.3,NA,NA,NA,NA,1024,830,75,200,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Honduras",133,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,25,40,56,6,224,43,0,0,138,118,237,16,84,0,22,42,0,43,161.72,40.6,NA,NA,NA,0.1,40,0,1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Honduras",133,"Ornamental fish nei","ornamentals",NA,11,13,0,41,16,0.1,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Honduras",133,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,0.81,0.5,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iceland",143,"Coral and the like","corals",NA,NA,17,0,0.1,0,1,15,3,39,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iceland",143,"Z_TOTAL","corals",NA,NA,17,0,0.1,0,1,15,3,39,9,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iceland",143,"Capelin oil","fish_oil",107845,105387,75000,74605,68242,88391,59294,104390,46091,29277,16126,9042,12040,8894,9878,21904,33631,21616,7878,9903,11996,10057,10460,1397.87,3717.77,2148.42,99342,53696,62986,28497,59779,98395,76562,68385,79187,66736,68486,87433,80703,76807,33984,55,53895,122425,96629,22714 +"Iceland",143,"Cod liver oil","fish_oil",1698,1605,1504,1734,1738,1592,1774,1798,2117,1430,1196,1777,1789,2901,3387,3712,3948,2756,2385,2334,2169,2735,2703,2492.68,2183.17,2478.24,1518,1268,1447,1764,2338,1836,1075,1361,2769,2846,2487,2555,2687,1866,2330,3113,3765,2229,2930,2049 +"Iceland",143,"Fish body oils, nei","fish_oil",675,694,177,2075,1075,2063,578,18960,9975,5831,5342,8940,7232,15131,13447,17787,11063,16121,15662,15514,15076,14815,25500,15168.23,14680.63,16818.64,194,0,0,0,745,1357,2288,353,256,1420,1074,857,310,347,908,567,339,1,3,3680 +"Iceland",143,"Fish liver oils, nei","fish_oil",102,76,6,47,5,64,12,62,77,67,223,163,199,132,241,253,290,225,112,120,96,473,71,140.84,404.33,259.91,0,1,31,0,17,1,1,2,1,0,0,0,0,0,0,0,0,0,10,124 +"Iceland",143,"Herring oil","fish_oil",28746,23868,13253,9272,7473,8998,4640,4678,7994,12293,19182,41545,32583,57882,31713,16570,9987,18142,10169,9570,12885,18627,11535,17190.84,15180.2,12003.88,409,1527,2277,1650,9607,11773,9507,21107,0,0,196,500,0,311,163,1581,413,110,248,57 +"Iceland",143,"Redfish oil","fish_oil",84,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,203,62,0,500,0,0,0,0,0,351,22,61,124,150,240,414,716,182,1186,3017,1058,3346,1539,430,0,1045 +"Iceland",143,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0.1,0.1,0.1,902,3708,1759,2772,10175,6153,7244,4723,5904,5454,3298,24,0,0,0,0,0,0,0,1896.55,0,0,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iceland",143,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,179,12,24,4,4,2,65,2.56,67.68,0.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iceland",143,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1816,4438,4255,3083,4958,5089,9091,1873.97,3980.98,4573.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Coral and the like","corals",NA,NA,NA,NA,7,48,42,114,20,47,0,77,0,0.1,276,12,9,0.1,0,1,0,0,50,12,24,3.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Z_TOTAL","corals",NA,NA,NA,NA,7,48,42,114,20,47,0,77,0,0.1,276,12,9,0.1,0,1,0,0,50,12,24,3.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Cod liver oil","fish_oil",NA,NA,NA,NA,105,149,130,11,59,36,153,311,115,13,0,18,21,4,1,0.1,12,10,3,0.44,7.23,0.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Fish body oils, nei","fish_oil",10,4,0,58,3,18,1,72,101,218,2049,371,368,227,1541,2485,5632,2744,2063,484,260,30,26,108.72,254.15,220.47,18,467,252,267,116,30,40,0,60,45,262,823,402,373,405,68,518,352,105,189 +"India",203,"Fish liver oils, nei","fish_oil",32,10,24,41,9,25,14,47,135,91,59,193,227,42,67,84,76,16,20,16,0.1,0,0,5.96,0.02,2.46,NA,2,0,15,21,48,35,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Sardine oil","fish_oil",NA,NA,NA,NA,5,2,15,88,109,3,201,3599,3888,9685,12582,16977,18606,16894,23959,24916,7591,27824,9424,2331.13,818.02,592.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Ornamental fish nei","ornamentals",11,30,20,27,64,65,57,135,53,31,71,81,77,77,43,80,81,4,0,0,0,0,0,0,0,0,1,8,8,24,4,32,8,39,2,2,0.1,0.1,0.1,1,0,2,2,1,4,3 +"India",203,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,36,55,31,32,165,81,48.45,40.06,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Agar agar nei","seaweeds",2,8,5,9,10,11,15,25,20,66,189,110,92,135,86,106,184,210,163,148,166,112,111,144.82,119.75,129.95,NA,NA,NA,NA,NA,NA,4,10,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Other seaweeds and aquatic plants and products thereof","seaweeds",1,34,4,1,117,23,281,133,123,132,100,126,603,1123,838,855,1129,184,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,7,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,723,170,11,47,85,98,38.44,28.92,65.84,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,157,226,295,121,134,178,88.54,27.54,90.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Miscellaneous corals and shells","shells",540,745,52,663,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,902,931,641,2544,1438,1305,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Shells nei","shells",NA,NA,NA,NA,196,1087,526,254,283,516,1476,953,1106,1116,1289,1611,1545,787,1164,1643,1612,1575,1201,1280.53,1051.9,1211.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Natural sponges nei","sponges",NA,63,0,0,0,0.1,0,25,7,3,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,70,620,1172,1300,1153,958,840,915,142,0,0,0,0,NA,NA,NA,NA,NA,NA,1131,1171,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,70,620,1172,1300,1153,958,840,915,142,0,0,0,0,NA,NA,NA,NA,NA,NA,1131,1171,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Cod liver oil","fish_oil",22,3,3,41,48,15,72,127,1380,46,7,162,479,137,34,12,0,0,0,0,0,0,0,0,0,0,178,241,257,335,392,150,91,28,215,NA,NA,220,186,21,30,0,74,14,101,NA +"Indonesia",216,"Fish body oils, nei","fish_oil",0.1,0,6551,16,0.1,14,149,487,728,818,1683,1517,5041,1835,238,161,331,23,51,782,955,196,145,140.4,2163.91,1592.49,476,18,37,35,45,1,130,19,455,NA,NA,NA,0.1,14,52,167,171,147,480,NA +"Indonesia",216,"Fish liver oils, nei","fish_oil",68,28,20,17,570,25,81,3254,33,0,0,0,0,0,17,10,44,140,202,279,391,174,62,19.8,54.93,46.4,326,787,710,741,380,177,91,75,373,838,1215,252,113,9,11,5,268,205,769,23 +"Indonesia",216,"Ornamental saltwater fish","ornamentals",1709,528,167,1759,1781,1549,1915,1765,2248,4452,1471,1114,890,911,1056,1086,945,1087,931,718,872,722,794,437.15,424.48,462.64,749,844,964,1436,1831,2040,2176,2224,424,NA,NA,NA,NA,202,84,58,87,122,684,NA +"Indonesia",216,"Agar agar nei","seaweeds",981,637,1164,2354,3715,4563,6291,5603,3560,2663,4186,2118,2467,1795,1721,1873,1292,1056,933,750,946,1355,1489,710.85,814.61,1226.15,NA,NA,NA,NA,NA,NA,828,931,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Other red algae","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,22931,46028,81595,121841,64271,8152,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Other seaweeds and aquatic plants and products thereof","seaweeds",22310,12698,5213,25084,23074,27874,28559,40162,51010,69226,95588,94073,99949,94003,123074,159075,0,0,0,0,0,0,0,0,0,0,NA,NA,11788,11305,12047,16562,37378,24957,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,63886,55519,37163,34418,36700,138421,176482,181596.43,168364.39,187503.57,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,81463,74564,81946,49915,81399,38019,24680,14007.72,13160.35,21452.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Miscellaneous corals and shells","shells",1001,792,258,844,2393,4680,3639,3208,3125,6531,5954,7069,6829,6417,12325,8927,8876,10548,11486,8292,8862,1278,114,336.97,383.91,737.53,NA,NA,1713,1322,2474,1214,1132,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,573,1125,1449,1918,1091,1111,1188,2409,7386,10744,11709.96,12745.41,4990.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Natural sponges raw","sponges",20,24,0,2,0.1,70,54,38,90,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iran",191,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0.1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1,0,0,NA +"Iran",191,"Ornamental fish nei","ornamentals",1.00866964178789,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iran",191,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,14,0,20,27,53,20,0,2,5,28,370,14,24,28.25,581.21,16.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iran",191,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,16,31,39,3.38,61.66,126.31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iran",191,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,0,0.1,0.1,20,26,0,0,0,9.25,6.5,7.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Fish body oils, nei","fish_oil",131,208,221,0,0,0,0,1,3,5,3,18,2,0.1,0,1092,5913,7117,3740,4005,3797,2584,2985,3422.78,3336.37,5154.96,4395,3607,3283,2631,1436,509,0,113,4395,1693,2832,2125,2143,1381,1549,2017,2028,2170,4112,2006 +"Ireland",181,"Fish liver oils, nei","fish_oil",4,1,3,0,0,0,0,1,1,2,10,8,25,15,10,2,4,14,7,11,13,20,36,26.32,19.84,22.2,239,232,9,1143,3128,605,532,4,22,20,123,0,0,0,20,2,0,4,19,NA +"Ireland",181,"Ornamental saltwater fish","ornamentals",4,50,0,98,2,0,0,6,12,0,2,11,89,168,124,230,1,0.1,2,1,1,3,3,0,2.89,0,NA,NA,NA,NA,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Agar agar nei","seaweeds",404,0,10,0,1,4,0,3,0,0,0,0,0,0,0,0,0,0.1,0.1,1,0,0,0.1,0.22,3.53,0.22,62,20,0,0,0,0,1061,969,89,36,45,53,62,74,67,92,82,52,62,25 +"Ireland",181,"Other seaweeds and aquatic plants and products thereof","seaweeds",603,507,1360,1308,1115,3782,3518,2750,5541,9529,12566,12520,16188,23103,24409,28821,0,0,0,0,0,0,0,0,0,0,4879,5828,4369,3943,3467,741,861,1175,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,579,481,1190,687,433,757,323,24.38,498.06,6166.24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,31830,37755,42154,49313,44713,63309,76509,69733.6,77440.7,76069.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Miscellaneous corals and shells","shells",64,206,237,312,339,420,256,280,371,242,181,229,180,286,481,570,677,449,42,340,800,30,39,8.98,23.06,2.56,NA,NA,64,56,93,112,131,70,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3426,101,0,0,0,0,0,0,31,2,0,1,28,17,7,1,2,1,2,4 +"Ireland",181,"Natural sponges other than raw","sponges",2,0.1,0,1,3,4,3,8,53,0.1,0,0.1,0,0,0.1,0.1,1,1,3,2,0.1,0.1,38,0,4.22,0,NA,NA,NA,NA,NA,NA,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Natural sponges raw","sponges",0.1,0,0.1,5,4,8,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,0,0,0.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,2,0,0,0,0 +"Israel",79,"Fish body oils, nei","fish_oil",NA,NA,NA,0,0.1,0,0,0,0,0,25,0,0,0,41,180,470,1350,1460,1455,2250,816,1056,0,1,0.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,6,7,80,380,940,440,415,110,1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Ornamental fish nei","ornamentals",1456.65396330817,1479.87313383351,1253.18477240678,1075.98305097056,955.160751523534,980.147302048541,991.348288576192,1507.84321700694,1908.22127945996,1940.98430198348,2010.86230449987,2403.81737095432,2816.74383140493,2766.79346994431,2692.09978848843,2804.57164899666,0,0,0,0,0,0,4.09327324230435,0,0,0,619.267593230359,628.347723758417,807.803286253802,879.97888276976,899.486555295818,991.103331808047,1265.29046228527,1482.5679567734,0,4.54836352045507,0,4.85808657999381,0,0,0,0,0,0,0,2.89122899097379 +"Israel",79,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1.62543926848517,3.87672480653698,0,1.14001144567055,3.0557010164456,3.96460268539037,5.35292716473052,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Agar agar nei","seaweeds",NA,0,0,0,0,4,8,6,2,8,6,0.1,0,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,900,1000,1000,750,1790,2370,817,2330,1500,1500,2300,4800,4680,0,0,0,0,0,0,0,0,0,0,NA,NA,716.71569552162,1324.65367877678,881.041411339215,1491.50594493241,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1353,1212,2515,3000,2050,280,176,88,210.89,122.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2460,900,137,50,308,5025,3233,1990,166.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Fish body oils, nei","fish_oil",3,45,4,7,92,192,48,51,65,52,45,37,32,316,31,96,108,153,207,263,236,268,339,442.6,733.4,592,390,455,312,350,287,135,10,4,2,1,356,751,4,4,25,29,53,26,23,21 +"Italy",184,"Fish liver oils, nei","fish_oil",35,67,14,46,3,3,1,1,2,27,5,12,110,14,6,6,15,8,29,20,9,3,7,13.06,25.74,8.26,30,77,52,305,30,167,59,12,5,9,19,1,18,5,3,30,0,0,21,4 +"Italy",184,"Halibuts, liver oils","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0,0,1,2,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Ornamental saltwater fish","ornamentals",161,136,128,107,123,117,165,115,120,95,109,98,210,106,90,27,48,35,42,33,94,104,40,37.04,26.12,15,56,5,19,24,26,56,29,6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Agar agar nei","seaweeds",255,300,238,279,443,210,202,240,346,380,460,480,429,402,394,498,600,770,930,620,930,1084,1195,953,701,970,131,59,0,0,0,0,138,295,75,17,16,55,41,32,32,69,92,153,45,11 +"Italy",184,"Other seaweeds and aquatic plants and products thereof","seaweeds",2,8,8,5,36,70,262,115,107,126,168,453,171,48,42,42,0,0,0,0,0,0,0,0,0,0,203,522,151,37,8,6,12,10,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,20,29,20,18,14,28,24.52,50.97,19.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,26,20,41,76,158,310,627,295.27,880.09,791.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Miscellaneous corals and shells","shells",1717,1462,1602,1485,1515,1273,1414,1308,1224,712,809,857,887,854,1859,2198,1815,1714,2050,2362,2409,2297,939,999.67,1153.46,760.1,NA,NA,3917,2750,972,1254,2235,1450,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2142,2496,0,0,0,0,0,0,2827,429,1084,2520,1905,1856,2672,1957,2160,3690,2639,542 +"Italy",184,"Natural sponges other than raw","sponges",45,53,39,23,33,29,30,17,15,32,21,4,4,64,6,6,28,8,5,25,27,15,43,8.15,32.79,14.25,NA,NA,74,46,63,76,38,33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Natural sponges raw","sponges",2.17971130354681,1,1.71329195235495,1.57741082875538,0.1,4,6,1,1,1,3,4,1,0.1,0.1,2,0.1,3,1,1,1,0.1,2,5.48,0.34,0.25,96,44,0,0,0,0,1,1,6,11,12,24,9,7,8,18,11,8,9,12 +"Ivory Coast",195,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,80,58,483,917,1032,2411,3313.51,4678.73,6572.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ivory Coast",195,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,80,58,483,917,1032,2411,3313.51,4678.73,6572.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ivory Coast",195,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,306,44,0,166.86,432.66,302.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ivory Coast",195,"Fish liver oils, nei","fish_oil",14,15,0,14,0,7,6,7,0,7,14,6,3,4,0,0,0,0,0,0,0,0,45,0,0,10.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ivory Coast",195,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,11,12,6,0,60,0,115,0,0,43,65,0,24 +"Ivory Coast",195,"Ornamental fish nei","ornamentals",3,2,4,0,0,0,0,0,0,0,0.1,0.1,0,0.1,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ivory Coast",195,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.02,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Jamaica",166,"Coral and the like","corals",159,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0.1,0,0,0,0,NA,NA,NA,18,3,3,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Jamaica",166,"Z_TOTAL","corals",159,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0.1,0,0,0,0,NA,NA,NA,18,3,3,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Jamaica",166,"Ornamental fish nei","ornamentals",36.0610514113754,62.1830543537719,12,3,13,3,2,2,1,0.1,3,0.1,0.1,0.1,0.1,0,0,1,1,0.1,0,0,0,0,0,0,35.1779414332486,28.6035877841626,0,13.2381783441953,42.6852344992849,52.1819713782157,46.1617932645786,34.5998597964529,27.3437311606643,22.9840624172438,11.976304484567,7.89574074500086,0,0,4.24377032575978,12.9092439015173,5.22653918153367,10.2898717768736,16.7386432108358,1.01837599071371 +"Jamaica",166,"Other seaweeds and aquatic plants and products thereof","seaweeds",11,14,0,0,0,0,0.1,0,0,0,0,8,0,5,4,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,NA,NA,NA,9,6,28,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Jamaica",166,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0.1,0,0.04,0.24,0.56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Jamaica",166,"Natural sponges raw","sponges",0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Coral and the like","corals",7849,6412,3546,3205,6117,10406,7022,2449,2433,3789,3816,3625,2672,2968,3222,6774,15008,10674,12793,22002,25363,28025,37938,36606.51,34206.43,23186.21,3500,3600,3736,3207,3192,5100,12125,7566,3400,8,6,3,6,4,8,35,19,11,9,15 +"Japan",210,"Z_TOTAL","corals",7849,6412,3546,3205,6117,10406,7022,2449,2433,3789,3816,3625,2672,2968,3222,6774,15008,10674,12793,22002,25363,28025,37938,36606.51,34206.43,23186.21,3500,3600,3736,3207,3192,5100,12125,7566,3400,8,6,3,6,4,8,35,19,11,9,15 +"Japan",210,"Cod liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1330,1346,1633,1289,770,409,0,0,567,647,728,847,675,526,860,527,499,500,456,742 +"Japan",210,"Fish body oils, nei","fish_oil",835,1590,659,391,239,242,585,928,1360,1159,1169,485,1215,324,502,606,745,1530,5143,3514,4344,5289,34129,22912.74,21565.11,9766.49,345971,185063,215034,114253,43971,12646,2976,2406,156721,106130,209525,189250,159613,175482,174364,229156,331387,249370,224565,72032 +"Japan",210,"Fish liver oils, nei","fish_oil",393,789,336,465,119,64,54,20,79,36,20,29,26,16,106,42,43,15,21,19,13,19,7,11.55,7.23,21.33,142,105,190,137,197,259,1215,578,156,180,176,165,181,125,89,102,88,82,161,134 +"Japan",210,"Ornamental fish nei","ornamentals",117,129,126,89,93,95,114,142,225,255,204,240,229,258,269,266,0,0,0,0,0,0,0,0,0,0,42,45,59,74,75,78,90,109,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,3,9,3,8,3,2,0.93,2.45,1.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Agar agar nei","seaweeds",86,157,91,55,51,50,40,44,75,63,90,58,53,50,52,37,29,31,27,21,36,21,29,28.8,27.54,37.71,261,627,323,188,170,121,92,149,447,565,565,529,804,684,802,762,880,804,540,546 +"Japan",210,"Other red algae","seaweeds",667,602,480,561,367,412,530,386,545,736,639,718,398,601,601,436,0,0,0,0,0,0,0,0,0,0,NA,NA,3327,2129,2363,1425,826,753,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Other seaweeds and aquatic plants and products thereof","seaweeds",758,999,743,713,995,924,1568,1661,1954,2002,1726,1955,2079,1297,1253,838,0,0,0,0,0,0,0,0,0,0,3607,3029,1439,1559,2332,823,655,558,1873,2340,2188,2232,1994,2183,2841,2259,2214,3086,3145,1942 +"Japan",210,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1019,1311,1211,1198,1105,1252,1186,1237,1143.82,1382.87,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,84,99,109,133,153,190,180,169.08,132.53,148.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2908,4585,7792,5869,6178,6258,8746,4835,3311,3353,1453 +"Japan",210,"Natural sponges raw","sponges",1,1,0.1,1,0.1,1,1,1,1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4,1.8,2,2,4,15,2,4,1.2,1,1,3,1,2,1,3,1,1,1,3 +"Jordan",215,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,1,0.1,0,0,0,0,0,0.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kenya",43,"Fish body oils, nei","fish_oil",0,0,0.1,1,0,0.1,0,5,0,0,0,1,33,21,0.1,0,0,0.1,0,0,0,6,0.1,2.59,0,0.15,0,0,0,0,0,0,0,0.1,0,NA,NA,0.1,0.1,1,0.1,0,0,4,0.1,NA +"Kenya",43,"Fish liver oils, nei","fish_oil",0,1,0,0,8,0,0,0,0,0,0,93,2,0.1,0,1,2,2,0,0,0.1,0,0,0,0.06,0.05,0,0,0,0,0,0,0.1,0.1,0,NA,NA,0.1,0.1,0.1,0,0,0.1,0,0.1,NA +"Kenya",43,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,69,79,36,44,15,100,100,60,45,25,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kenya",43,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,33,38,18,37,43,46,99.06,407.88,507.47,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kenya",43,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,1200,0,0,0,0,0,0.1,0,0.1,0,0.1,0,0.1,0,0.04,0.03,0.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kenya",43,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,0.1,0,0,1,1,0,0,0,13,0,63,18,14,0,0,33,100,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kenya",43,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,452,676,370,410,530,661,712,662,488,482,631,506,406,301,356,289,289.93,366.76,432.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kiribati",212,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0.43,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kiribati",212,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0.43,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kiribati",212,"Ornamental fish nei","ornamentals",46.8121277961172,90.4119420795371,101.765904940747,204.668434483403,133.554558937238,153.618608102149,98.9983002374584,157.238472350502,144.500707137648,0,94.9334486378739,6,0,41,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,46.9358559418963,32.900843832746,64.0841521087632,70.9904113255307,107.918670142287,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kiribati",212,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1.99094910619698,0,0,0,0,0,0,0,2.89278470479476,3.18319273022865,2.70821612226916,4.1857513341908,4.71046077801043,0,0.26,0.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kiribati",212,"Other seaweeds and aquatic plants and products thereof","seaweeds",1119,141,0,0,0,0,0,0,97,120,0,58,265,305,7,4,0,236,0,0,0,0,0,0,0,0,32,115,798,693,388,339,374,178,65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kuwait",51,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,6,30,0,15,0.1,1,29,1,3,0,0,21 +"Latvia",69,"Fish body oils, nei","fish_oil",179,140,54,347,395,615,690,725,445,372,337,420,365,258,284,773,1478,2691,4025,4625,4498,4425,3833,6172.66,8654.85,9941.55,NA,NA,NA,NA,NA,306,200,387,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Fish liver oils, nei","fish_oil",0,0,0.1,0,0,0,0,0,0,0.1,0,0.1,1,24,1,0.1,1,1,1,0.1,1,1,2,0.6,0.55,0.51,NA,NA,NA,NA,NA,31,13,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Ornamental fish nei","ornamentals",0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,83,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Agar agar nei","seaweeds",1,0,0,0,0,0.1,0.1,0,6.37941460841944,0.1,0.1,0.1,0,0.1,1,2,12,54,50,63,14,9,20,8.9,4.29,2.49,NA,NA,NA,NA,NA,NA,3,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,1,1,2,6,19,83,2,9,2,1,1,7,7,42,58,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,54,57,48,60,63,51,129,81.92,69.28,77.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,0,22,7,21,12.03,11.34,34.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0.1,5,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,2,4.48,4.46,16.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,1,2,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,0.1,0.01,0.01,9.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0,1,1,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Fish body oils, nei","fish_oil",NA,NA,NA,2,0,0,0,0,0,0,0,0.1,0,0,0.1,0.1,0.1,0,0,0,0,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Ornamental fish nei","ornamentals",NA,NA,0.1,0,0,0.1,0,0,0,0.1,0.1,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0.1,0,0,2,0.1,0.1,0,4.74,2.88,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,1,0.1,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,2,0.1,0.1,0.1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,0.1,0,0.1,1,1,0.46,0.03,0.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0,0.1,0.1,0.1,0.04,0,1.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Natural sponges nei","sponges",NA,0.1,0.1,1,1,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Liberia",97,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Libya",67,"Ornamental fish nei","ornamentals",NA,4.81344316710801,0,1,8,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1504.7,3009.4,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Libya",67,"Natural sponges raw","sponges",NA,NA,16,0,19,25,13,1,2,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Fish body oils, nei","fish_oil",25,5,0,0,44,75,572,895,740,451,261,236,169,193,116,26,26,413,260,481,273,542,239,11.08,14.71,524.49,NA,NA,NA,NA,NA,NA,10,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Fish liver oils, nei","fish_oil",0,0,5,0,9,82,0,0,0,0,0,0,17,19,12,11,14,14,17,16,17,15,14,13.58,19.18,26.88,NA,NA,NA,NA,NA,NA,65,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,14,19,38.71,23.97,25.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Agar agar nei","seaweeds",1,0.1,0.1,2,0.1,8.23631193437325,1,7.17520594513451,1,2,26,3,4,4,6,27,5,13,18,31,39,10,21,15.04,9.65,16.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,9,32,47,1,6,36,4,21,32,84,77,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,40,0,40,51,54,133,170,65.97,123.04,392.22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,15,0,7,48,27,2,6,4.25,91.62,3.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Miscellaneous corals and shells","shells",24,76,61,44,93,139,141,177,173,191,73,109,70,92,110,81,108,192,141,175,187,176,456,183.8,313.82,379.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,10,9,33,41,0,0.1,0,0,0.1,0.1,0.1,0.1,0.12,15.22,89.42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0,0.1,0.1,0.1,10,10,5,0.19,0.36,8.93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Coral and the like","corals",47,0,161,152,118,0,0,124,181,228,524,191,147,157,325,419,228,355,478,330,257,345,313,448.51,332.53,420.41,NA,NA,51,50,12,2,11,152,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Z_TOTAL","corals",47,0,161,152,118,0,0,124,181,228,524,191,147,157,325,419,228,355,478,330,257,345,313,448.51,332.53,420.41,NA,NA,51,50,12,2,11,152,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,6,0.1,3,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,2,16,11,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33.48,55.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Shark oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,8,5,3,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,0.1,0.1,0.1,0,0,0,0.1,0,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,1,1,1,0.1,0.1,1.02,0,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Other seaweeds and aquatic plants and products thereof","seaweeds",202,0,341,92,363,732,486,243,304,506,1006,1286,1551,2190,2172,906,0,0,0,0,0,0,0,0,0,0,NA,NA,88,162,458,410,473,839,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",584,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,763,617,559,712,458,225,547.42,695.54,702.43,156,63,78,141,285,424,702,971,102,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,109,209,363,561,976,1218,895,1575.41,1561.75,2006.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Coral and the like","corals",24,26,14,1,2,5,82,23,47,24,4,13,13,54,49,88,229,470,253,33,12,1,0,0,0,0,NA,NA,4,2,1,0.1,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Z_TOTAL","corals",24,26,14,1,2,5,82,23,47,24,4,13,13,54,49,88,229,470,253,33,12,1,0,0,0,0,NA,NA,4,2,1,0.1,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Fish body oils, nei","fish_oil",8,20,0,2,24,339,330,63,4,18,51,19,24,15,47,3,29,631,480,72,411,2025,3382,2122.94,4319.51,723.72,23,20,1,17,6,12,0.1,0.1,8,12,0,0,0,0,0,0,0.1,0.1,8,1 +"Malaysia",206,"Fish liver oils, nei","fish_oil",120,52,9,21,8,9,18,10,204,24,19,5,596,163,170,119,83,51,21,22,28,20,3,0,0.9,0.9,0,3,10,25,18,13,27,9,2,NA,NA,NA,NA,0.1,1,2,3,1,0.1,NA +"Malaysia",206,"Ornamental fish nei","ornamentals",1693.10599710517,1518.28055970684,1126.33053741532,1337.58082783025,1414.97776876268,1821.67459518288,3021.85683010341,2434.8043678207,2352.02461419247,2644.82565994762,2557.22856212207,3393.5292621384,3379.39666332188,2301.49123693435,3128,2126,1859,0,0,0,0,0,0,0,0,0,69.5142045058885,82.9092868168728,236.69554287813,268.67180995018,378.069680193337,699.258647111232,773.214627902726,1149.11486106154,67.8183866740937,20.2356631017969,18.8346168067475,18.8099545680732,18.4411963153052,19.2767741118654,17.5316318027222,66.3686035653686,12.8370111351073,25.8879974319977,30.8527273976837,16.8193651995331 +"Malaysia",206,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,22.021280605657,20.6941639462889,19.3609280897513,18.0271483045763,16.6930512276967,15.3532882275122,20,6,8,9.99518810188738,8.64178155838408,7.31960558413766,5.94312740093619,4.6390370538802,3.30076985744745,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Agar agar nei","seaweeds",126,0,4,6,3,4,11,1,5,5,6,51,112,436,177,17,52,14,11,126,42,18,20,3.86,28.94,3.37,NA,NA,NA,NA,NA,NA,1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Other seaweeds and aquatic plants and products thereof","seaweeds",477,1299,1159,1989,2257,1462,1817,1496,1293,1193,980,734,382,237,886,1431,501,0,0,0,0,0,0,0,0,0,NA,NA,660.771839612149,658.441504939248,627.837463734177,604.773077604354,1,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,550,687,2261,2224,2672,1092,1520.48,1572.74,901.99,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,1,0,0,0,0,0,787,22,117,2,3,8,0.57,1.04,2.28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,27,1,0,102,167,278,84,92,34.17,13.03,54.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Shells nei","shells",NA,17,0,0,0,0,0,0,1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Natural sponges nei","sponges",0,0,0,0,1,0,0,0,0,0.1,0,6,0,0,0,0,0,122,0,0,0,0,2,0.07,0,0.18,NA,NA,0.1,0.1,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Maldives",39,"Coral and the like","corals",8,24,8,13,27,29,37,29,14,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Maldives",39,"Z_TOTAL","corals",8,24,8,13,27,29,37,29,14,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Maldives",39,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,2,3,3,0,0,6,0.1,1,7,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Maldives",39,"Shark liver oil","fish_oil",3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,18,22,34,24,4,2,0,36,NA,NA,NA,9,25,79,59,74,50,31,NA +"Maldives",39,"Ornamental saltwater fish","ornamentals",365.99340136482,352.719286794152,327.67959909152,314.535490853799,308.866746760697,303.067996334645,288.883837433328,278.339855854607,266.365804613433,257.381899030112,248.007974447937,228.363549562724,212.944330498383,199.020184262961,343,320,0,280,315,437,386,386,399,286.71,118.22,304.69,451.645317324099,436.161095093281,422.171945691385,422.353486581029,406.804261183734,396.32528277149,400.277007316679,372.247173956199,459.45916591087,NA,NA,NA,547.63273675289,535.398672845819,522.709586773421,508.98045003743,495.186310134959,484.382315890336,473.513318479239,NA +"Maldives",39,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,0,0,0,0,0.1,0.1,0,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Maldives",39,"Shells nei","shells",42,47,2,8,0,5,11,6,9,8,5,2,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malta",68,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,0,0,0,0,0.1,0.1,0.1,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malta",68,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,31.41,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Marshall Islands",11,"Coral and the like","corals",NA,NA,33,0,0,0,7,12,18,34,42,12,7,16,0,2,9,6,3,17,4,4,4,3.7,0.7,0.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Marshall Islands",11,"Z_TOTAL","corals",NA,NA,33,0,0,0,7,12,18,34,42,12,7,16,0,2,9,6,3,17,4,4,4,3.7,0.7,0.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Marshall Islands",11,"Ornamental fish nei","ornamentals",46.4414858257471,14.4303381536406,5.58431362967349,1.55663472051924,1.97665945580775,10.7361285244262,8.93230143749338,8.98168420241177,21.4475729747326,34.0987827322383,60.4637453934429,61.6250540694716,89.1019426417865,137.520102540019,179.081385986403,111.30328817357,0,0,0,0,0,0,0,0,0,0,20.8427697212257,40.5361769157662,30.578226480688,0,0,0,0,84.1975840385919,0,NA,NA,NA,NA,18.8292015001321,0,0,0,0,0,NA +"Marshall Islands",11,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,1.08211106958913,0,1.45986589118931,1.8752346730956,2.25936326588382,2.53415119675867,1.85611335953152,1.64667835907588,6.59187456310636,4.25810670262004,3.611309054511,3.24567310846484,3.56732132301687,4.90427568390703,0,0.31,0.14,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Marshall Islands",11,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,0,0,10,21,4,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Marshall Islands",11,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,5,0,0,0,0,0,17,17,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritania",64,"Cod liver oil","fish_oil",NA,NA,NA,NA,628,519,238,127,49,241,143,257,577,200,2226,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritania",64,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1243,1652,3661,10152,4386,6218.16,14133,12842,325.42,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritania",64,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,711,2663,3503,4190,15366,23606.94,5860,21640,40105.13,34535.17,36760.77,21549.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Coral and the like","corals",0.1,0,0.1,0,0,0,0,0,5,0,0,0,0,0,0.1,0.1,25,0,0,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Z_TOTAL","corals",0.1,0,0.1,0,0,0,0,0,5,0,0,0,0,0,0.1,0.1,25,0,0,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,20,320,707,922,553,1108,803,87,1431,2317,1723,1826.29,1694.7,2801.89,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0,102,34,25,0,0,570,1357,21,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Ornamental fish nei","ornamentals",7,6,7,10,8,10,15,4,3,3,3,2,2,3,2,3,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,7,7,7,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,1,9,6,9,5.3,1,1.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Agar agar nei","seaweeds",NA,NA,0.1,0.1,0,0,0,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0,0.1,9.5,0.62,0.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mayotte",29,"Ornamental fish nei","ornamentals",5.92626637593986,0,0,0,0,0.1,0.1,0,0,0,34,14,8,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,44,19,0,28,10,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,44,19,0,28,10,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,NA,0.1,1,0.1,0,0,1,2,1,3,0.1,1,1,1,0.1,1,0,0.87,0.62,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Fish body oils, nei","fish_oil",1922,1587,3102,795,1902,3374,9852,2178,2174,717,12765,5807,26668,29399,12133,27010,36001,15562,4108,1683,3811,23003,12299,25061.61,22115.66,48238.96,0,479,405,44,0.1,16,27,53,851,NA,NA,NA,NA,NA,351,92,3758.65506587361,199,499,NA +"Mexico",135,"Fish liver oils, nei","fish_oil",0.1,0.1,0,0,0,0.1,1,0.1,1,0.1,2,0.1,0.1,0.1,1,0,1,0,0,0.1,0,0,2,0.24,0,0,NA,NA,0.1,0,1,0.1,22,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Ornamental fish nei","ornamentals",4.63531948210765,15.9406787586297,7.70782038581308,7.32513874710575,16.5371175611987,7.95536244464384,15.2484091681767,8.93448288592012,11.8663203127256,17.4148833175675,13.7176826133474,11.2416205122109,14.5223546827546,23.5598851249784,29.2828965016895,22.4456251038256,14.2127667310089,0,0,0,0,0,0,0,0,0,1,4,0,9,5,8,1,0.1,2,1,0,0,4.65253268600668,0,6,1,4.5173931061301,1,3,0.1 +"Mexico",135,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9.11610602209851,13.6042060111113,10.9075472825832,7.85165061817804,9.28622815223594,14.1335660771257,4.43176759899541,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Agar agar nei","seaweeds",0,73,66,77,101,96,79,60,68,76,72,65,75,53,74,79,45,60,78,99,101,108,84,97.52,93.42,92.05,NA,NA,NA,NA,NA,NA,17,51,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Other seaweeds and aquatic plants and products thereof","seaweeds",35000,32665,5671,34755,15080,28325,22409,18539,17406,145,364,199,139,257,283,443,261,0,0,0,0,0,0,0,0,0,NA,NA,25194,28976,42644,37261,26453,39362,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,216,499,341,104,82,7,45,62.28,22.8,28.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,133,295,503,419,396,352,623,650.18,578.26,440.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Miscellaneous corals and shells","shells",650,691,676,751,1116,2539,957,1119,1062,1492,1417,839,824,633,965,627,760,710,733,679,997,864,1114,1024.13,478.9,788.75,NA,NA,447,781,644,616,798,636,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0,0,0,0,0.1,0,0,0.1,0.1,0.1,0.1,0.1,0.1,0,0.01,0.01,0.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Natural sponges raw","sponges",NA,NA,1,0,1,0.1,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Micronesia",9,"Coral and the like","corals",NA,NA,26,44,16,0,12,3,0,40,151,24,15,2,160,99,4,40,113,5,6,4,5,5.97,2.42,2.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Micronesia",9,"Z_TOTAL","corals",NA,NA,26,44,16,0,12,3,0,40,151,24,15,2,160,99,4,40,113,5,6,4,5,5.97,2.42,2.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Micronesia",9,"Ornamental saltwater fish","ornamentals",0,0,1,8,5,2,0.954277760933763,1.41650682651721,1.39451296077013,1.2006980548735,0,0,1.43149825425422,1.58132542865667,1.69991241394104,3.70853084087034,4.87366416161098,4.86729039042294,2.9084047993538,2.35532771859906,3.09871848624539,2.96738395858497,3.86697567182179,0.05,0,0,NA,NA,NA,0.758847636498217,0.830574338105436,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Micronesia",9,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,20,16,0,0,25,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Montenegro",186,"Coral and the like","corals",145,223,21,128,0,118,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Montenegro",186,"Z_TOTAL","corals",145,223,21,128,0,118,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Montenegro",186,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,1,0,0,0,0.1,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Montenegro",186,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,351.715565531391,326.389282878998,0.1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Montenegro",186,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,123,0,164,0,161,128,0,0,0,0,0.1,0,0,0,0,0,0,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Coral and the like","corals",2.9,67.98,417.44,357.72,275.54,157.84,22,4.95,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,5.29,4.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Z_TOTAL","corals",2.9,67.98,417.44,357.72,275.54,157.84,22,4.95,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,5.29,4.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Fish body oils, nei","fish_oil",3410,6927,3670,4478,4867,18462,11749,19661,32351,24125,21865,25750,25178,40217,39804,16663,26741,16258,39397,52192,34769,34256,29908,35653.46,45850.2,30021.47,645,1150,4776,3684,1933,515,705,9871,3147,5937,6441,6848,3511,9519,828,7919,4965,5,3828,4098 +"Morocco",62,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,285,255,715,2279,349,74,59,176,289,386,641,249,520,142.72,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,243,1725,1696,2099,2050,2109,315,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Agar agar nei","seaweeds",992,979,975,1178,1314,1172,1216,1177,1238,1136,1095,1081,917,868,1000,896,937,1066,925,905,936,1016,1048,931.99,870.87,764.98,NA,NA,NA,NA,NA,NA,962,1007,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Other seaweeds and aquatic plants and products thereof","seaweeds",1807,1773,2698,4019,4767,4935,4650,5275,5611,8461,6973,5290,4359,4753,4768,2333,3691,4309,3273,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,4,926,789,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.07,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2425,2507,1958,1715,2467.45,1657.19,1805.11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,6.03,7,3.51,1.6,1.93,3.54,3.04,3.51,3.79,2.79,6.58,4.05,3.61,3.42,1.5,3.02,1.8,0.18,1.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Natural sponges raw","sponges",0,1.01,0.06,0.04,2.4,0,0,0,0,0,0,0.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.05,2.38617479075575,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mozambique",41,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,1000,80,0,0,0,0,0,0,0,0,0,0,4.03,4.03,NA,NA,NA,NA,NA,NA,148,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mozambique",41,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,92,0,39,93,107,58,89,151,110,122,92.14,97.92,93.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mozambique",41,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0,0.1,0.1,0,0,0,0,5,7,1,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mozambique",41,"Miscellaneous corals and shells","shells",231,215,220,353,230,23,762,75,45,270,32,60,120,150,85,359,326,597,257,218,270,135,19,10.63,116.83,67.4,NA,NA,NA,NA,NA,NA,104,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,482.79377284534,0,0,420.569615553788,388.405580012681,358.193516268948,326.463252238362,296.901845760425,273.847011940423,243.418062441422,214.724198984542,189.066736101362,167.746988323473,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1.06,0.68,0.55,0.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,31.61,443.91,1611.51,204.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.92,3.1,2.5,106.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,215.71,1253.36,1254.55,1901.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Trochus shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,22,0,49,0,57,87,40,400,32,30,30,81,24,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Fish body oils, nei","fish_oil",0,2076,7662,3540,3889,1619,1187,201,1827,802,1813,22,941,102,136,1391,653,281,531,225,226,59,20,84.22,297.93,84.53,NA,NA,NA,NA,NA,NA,2306,3246,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Fish liver oils, nei","fish_oil",NA,0.1,0.1,0,28,340,3170,2130,0.1,752,28,2373,710,624,740,1047,378,330,1152,307,113,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,1,0,22,4,80,72,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Agar agar nei","seaweeds",NA,NA,NA,1,0,0,0.1,0,7,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0.01,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,865,3711,869,508,482,266,53,60,241,74,74,139,152,134,76,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,29,29,0,0,0.1,0,0.1,0.83,0,0.2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Miscellaneous corals and shells","shells",NA,1,10,3,0.1,3,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,0.1,0.1,0.1,0,0,0.1,0,0,0.1,1.08,0,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Natural sponges nei","sponges",NA,0.1,0.1,0,0,0,0.1,7,0.1,1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Fish body oils, nei","fish_oil",20316,19234,11927,10365,10745,11034,14979,12357,22165,13776,17025,10327,13809,11326,13360,13057,15615,11774,12818,10168,9968,13973,15153,15562.75,21116.53,29969.37,15724,14441,12533,10680,10411,23045,28541,25004,15973,9158,7666,6874,10449,10311,11641,11630,16172,13301,15215,11776 +"Netherlands",177,"Fish liver oils, nei","fish_oil",3097,2762,2621,2585,3124,3110,4177,3980,3830,3511,2937,7953,3246,2635,1449,868,761,587,923,786,686,289,499,538.12,689.53,726.08,4137,4828,4012,3095,2657,1330,750,1814,5922,647,801,1116,1325,1173,1804,1603,3598,2502,2788,NA +"Netherlands",177,"Halibuts, liver oils","fish_oil",21,22,6,115,8,7,49,60,19,14,12,5,5,11,0,28,0,0,0,0,0,0,0,0,0,0.78,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,14,12,23,28,32,50,59,68,62,52,NA +"Netherlands",177,"Ornamental saltwater fish","ornamentals",9,28,14,8,4,6,6,46,73,107,148,259,327,321,357,362,336,397,270,419,222,936,434,817.71,1277.23,2190.94,42,31,53,70,107,22,8,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Agar agar nei","seaweeds",18,12,17,29,45,29,32,69,81,92,110,97,115,112,101,121,71,97,134,119,49,65,49,92.55,28.98,46.77,8,5,0,0,0,0,22,13,1,1,1,1,3,2,1,2,5,0.1,6,1 +"Netherlands",177,"Other seaweeds and aquatic plants and products thereof","seaweeds",106,108,458,252,368,268,379,650,679,806,758,974,904,534,687,899,0,0,0,0,0,0,0,0,0,0,320,40,8,24,29,158,38,107,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,420,334,317,210,238,229,273,260.43,265.69,303.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,180,514,304,590,358,399,441,333.09,271.52,316.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Miscellaneous corals and shells","shells",7095,7795,3403,13844,3888,2047,3588,10108,6586,3624,5783,6827,3193,11164,28972,16257,27061,19601,18839,48692,30963,32255,31110,32734.87,35846.02,37708.69,NA,NA,16280,15765,15963,2407,4758,8130,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18188,17033,0,0,0,0,0,0,16578,19186,16590,17235,14555,11647,12130,11873,13001,17752,16146,19953 +"Netherlands",177,"Natural sponges other than raw","sponges",0.1,0.1,2,8,21,143,18,10,28,11,8,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,1,0.1,1,1.16,0.14,0.12,NA,NA,6,5,4,3,62,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Natural sponges raw","sponges",0.1,0.1,0.1,0.1,0.1,0.1,24,0.1,0.1,0.1,0.1,6,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.63,0.49,0.65,5,4,0,0,0,0,0,0.1,4,0.128371530789963,1,0,1,1,10,5,23,3,13,5 +"New Caledonia",5,"Ornamental fish nei","ornamentals",0,4,5,1,7,7,4,5,5,4,3,4,4,3,6,6,17,15,2,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,NA,NA,NA,NA,NA,NA,NA,3,0,3,NA +"New Caledonia",5,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,13,14,13,4,3,2.91,0.99,0.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Caledonia",5,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,0.1,0.1,0.1,0,0.1,0.1,0.1,0,0,0.1,1,2,0.1,0.1,0,0.1,0,0,0,18.3,18.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Caledonia",5,"Trochus shells","shells",NA,NA,NA,98,96,343,78,100,120,153,187,198,199,277,228,144,175,227,127,129,88,0,31,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Caledonia",5,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,3.18703765818253,0,2.88623122653064,0.1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Coral and the like","corals",505.045781635468,513.366355467901,456.500464716337,206,254,210,450,442,475,390,301,430,270,200,294,258,231,216,228,193,288,247,289,246.99,242.67,218.29,NA,NA,662.007566007866,681.402288263846,633.722906999974,587.427794289055,604.934877609194,535.862255072592,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Z_TOTAL","corals",505.045781635468,513.366355467901,456.500464716337,206,254,210,450,442,475,390,301,430,270,200,294,258,231,216,228,193,288,247,289,246.99,242.67,218.29,NA,NA,662.007566007866,681.402288263846,633.722906999974,587.427794289055,604.934877609194,535.862255072592,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Cod liver oil","fish_oil",50,113,41,63,31,60,171,56,48,89,149,110,70,115,190,216,464,621,409,94,101,71,39,46.68,30.46,22.79,NA,NA,22,22,33,61,14,58,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Fish body oils, nei","fish_oil",2015,2073,2121,3549,3114,3167,2740,2665,2941,2299,2587,2227,2860,2645,3303,2795,2930,2653,2605,2923,3690,3398,4395,4537.02,2156.18,3034.04,690,1376,1320,837,965,577,1102,1698,520,NA,NA,NA,NA,NA,NA,NA,1081,1865,779,NA +"New Zealand",162,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,54,35,45,17,0,0,0,134,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Ornamental fish nei","ornamentals",0.1,0.1,1,0.1,0,0,0.1,0.1,69,4,19,15,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0.1,0.1,0,1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,1.3,0.21,0.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Agar agar nei","seaweeds",6,6,10,6,5,46,8,8,12,3,8,3,9,6,16,12,11,17,0.1,2,5,16,9,0.4,0.44,1.94,NA,NA,NA,NA,NA,NA,24,19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Other seaweeds and aquatic plants and products thereof","seaweeds",590.099587377597,582.488667745303,533.551207530094,10,1,10,1,3,8,4,8,50,20,25,43,63,0,0,0,0,0,0,0,0,0,0,NA,NA,860.923498692107,860.437844677581,965.406121805689,781.088614853274,675.149029696084,643.312206963456,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,193,197,60,68,83,123,16,18.61,5.46,7.27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,13,0.1,1,0.1,3,1,1.16,7.32,77.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Natural sponges nei","sponges",0.940287292881266,1.74091797484628,0,0.1,0.1,0,0,3,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,0.127016080860077,0.927646762825091,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nicaragua",131,"Coral and the like","corals",NA,0.1,0,0,0,0,0,0,0,18,70,45,0.1,2,22,17,0,0.1,0,1,16,0.1,1,5.18,9.35,16.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nicaragua",131,"Z_TOTAL","corals",NA,0.1,0,0,0,0,0,0,0,18,70,45,0.1,2,22,17,0,0.1,0,1,16,0.1,1,5.18,9.35,16.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nicaragua",131,"Ornamental fish nei","ornamentals",2,5,8,0.1,2,1,0,0,4,0,6,13,12,0,2,4,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,84,6,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nicaragua",131,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,2,5,9,12,20,26,511.14,6.39,6.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nigeria",196,"Ornamental fish nei","ornamentals",4.37907688966661,80.3446099660895,27.5861464221532,36.9308072981232,50.9841067059304,65.7373388684702,70.1824704613124,76.6001398174918,119.032530917182,77.5366216993971,0,53.2118941605004,0,0,51,0,0,0,0,0,0,0,0,0,21.2,21.2,NA,NA,NA,NA,27,28,75,119.558816105661,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nigeria",196,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,2,0,0,0,0,0,0,0,0,0,0,8,8,114,0,0.1,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Coral and the like","corals",0,0,36,125,52,50,103,194,333,1426,623,443,239,421,493,533,48,231,474,547,808,440,698,712.89,40.84,40.84,NA,NA,49,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Z_TOTAL","corals",0,0,36,125,52,50,103,194,333,1426,623,443,239,421,493,533,48,231,474,547,808,440,698,712.89,40.84,40.84,NA,NA,49,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Agar agar nei","seaweeds",NA,42.0562896234214,46.0360300049133,0,0,0,2,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,375,256,949,289,238,678,616,1169,1674,1375,371,314,337,73,28,0,0,0,0,0,0,0,0.08,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,15,0,49,4,17,1,25,0,0,0,0,0.84,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,47,1028,838,493,1169,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,30,30,20,20,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Coral and the like","corals",0.1,895,1142,1744,1244,2373,2289,2592,3311,4883,1711,413,173,25,12,10,3,6,3,1,1,2,0.1,1.67,0,0.13,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Z_TOTAL","corals",0.1,895,1142,1744,1244,2373,2289,2592,3311,4883,1711,413,173,25,12,10,3,6,3,1,1,2,0.1,1.67,0,0.13,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Cod liver oil","fish_oil",1737,1963,1812,1467,1429,2111,1583,1244,1567,1406,1913,1471,1434,1035,1533,1700,1561,1170,1462,835,746,999,1232,958.59,1560.07,1591.55,903,691,801,1105,1083,1002,1715,1437,994,1254,1720,1582,1723,1672,1191,1628,1113,1383,1078,815 +"Norway",223,"Fish body oils, nei","fish_oil",662,3429,3100,5595,6431,482,2175,4074,5040,4103,7660,7911,3611,2390,5518,8588,6119,7465,43096,49325,49559,40323,43767,57010.11,58258.69,51139.11,45608,39113,42737,58633,53712,62035,63473,673,71276,120799,64041,78964,79446,107332,101140,127952,76862,114347,38831,132521 +"Norway",223,"Fish liver oils, nei","fish_oil",3475,1330,1976,1799,1688,2246,1024,1825,1188,722,676,950,998,959,832,753,805,851,478,782,1360,1284,947,600.57,1414.34,720.77,2977,3192,2272,2958,2460,2366,3249,2680,5451,19247,17056,13115,11666,9344,9091,7649,7910,7204,4913,15533 +"Norway",223,"Herring oil","fish_oil",67402,51558,37768,48378,50838,38556,33520,33020,20816,18807,29440,46595,58225,56547,61331,62994,62338,59281,39353,37256,34091,47903,54085,58535.49,76681.2,72804.21,NA,NA,NA,NA,NA,NA,NA,84984,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Oils and fats of aquatic animals, nei","fish_oil",NA,2,20,0,0,0,2,27,0.1,0.1,51,96,76,16,27,11,20,15,2,55,63,246,41,31.85,1396.25,213.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Shark oil","fish_oil",89,132,69,55,56,47,57,42,48,50,48,35,36,40,53,9,18,0,0,0,1,0,0,0.58,9.47,1.58,7,0.1,7,6.5966302185235,4,0,11,111,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Ornamental fish nei","ornamentals",0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5.42161061414618,0.1,0,0,0,0.1,0,0,21,NA,NA,NA,2,6.77223430971867,6.59169038303259,0,0,6.00665049858935,1,NA +"Norway",223,"Agar agar nei","seaweeds",0.1,0,0.1,0.1,0.1,0.1,0.1,29,39,20,0,0.1,0,0,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0.01,NA,NA,NA,NA,NA,NA,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Other seaweeds and aquatic plants and products thereof","seaweeds",3622,3988,3741,4340,4181,3665,3584,2351,3434,3196,3320,2883,2037,1080,757,537,0,0,0,0,0,0,0,0,0,0,NA,NA,3513,3535,3376,3815,4120,3633,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,162,6,11,10,114,54,64,96.37,351.29,507.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,562,633,892,2256,3525,3975,4797,3662.85,3198.25,2383.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Natural sponges raw","sponges",1,4,3,1,0.1,0.1,0.1,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,22,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Coral and the like","corals",20,0,9,0,42,30,0,15,0,0,30,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Z_TOTAL","corals",20,0,9,0,42,30,0,15,0,0,30,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Fish body oils, nei","fish_oil",34,40,21,0,15,0,0,0,0,40,0,121,121,175,14,254,0,0,0,2300,3500,5708,11842.65,5972.24,18932.42,24831.03,NA,NA,NA,NA,NA,NA,12,20,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,70,0,0,0,0,0,0,0,0,21,0,25,0,498,174,34,0,129.6,2302.05,5708.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Oils and fats of aquatic animals, nei","fish_oil",18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0.1,3,0,0,0,0,0,NA,NA,NA,NA,10,0,0,0,0,0,NA +"Oman",48,"Ornamental fish nei","ornamentals",0,3,2,1,0.1,3,2,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,59,0,0,0,19,0,0,15,76,0,0,0,0,0,0,15,113,17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,49,0,0,0,0,134,0,18,0,3,43,241,469,8,4,32,37,37.21,3.23,15.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,49,0,0,0,0,134,0,18,0,3,43,241,469,8,4,32,37,37.21,3.23,15.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,35,0,0,0,0,16,31,104,317,756.5,493.42,506.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,10,54,NA,NA,NA,NA,NA,NA,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,1,0,0,0,0,1,19,18,4,41,4,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,77,210,69,172,1,3.69,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,6,0.1,0,0,44,0,36,0.1,0,0,0,0,5,4,9,1,7.43,0,25.64,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,35,0.1,0,6,0,0,18,49,1,160,221,65,220,320,725,475.45,85.97,184.54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Palau",8,"Coral and the like","corals",NA,NA,50,38,20,0,0,0,0,55,14,1,96,0,0,32,0,0,0,0,0,0,0,0,0.5,2.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Palau",8,"Z_TOTAL","corals",NA,NA,50,38,20,0,0,0,0,55,14,1,96,0,0,32,0,0,0,0,0,0,0,0,0.5,2.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Palau",8,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,1.33414104490362,9.53764715796706,6.0659312043681,0.18504244336259,0.0491042230958101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Palau",8,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1.88257422062723,0,1.78921662742465,2,2,6,15.13,20,32.11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Palau",8,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,3,0,0,6,0,0,0,0,0,0.1,0,0.1,0,0,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Panama",129,"Fish body oils, nei","fish_oil",2323,10682,10605,4000,9651,16728,7913,5203,7088,7100,5788,5989,2103,4225,2000,3225,5093,4204,8497,3768,5093,4845,7920,21675.26,11333.26,5483.91,3056,13373,6110,8638,8566,8645,12623,7357,10195,12365,4174,3626,13101,3912,1052,2843,1560,28817,11187,11721 +"Panama",129,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,2,0.1,4.28089884134607,35,114,26,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Panama",129,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,6,1,0,0,0,0,11,44,22,0.1,0,3,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Panama",129,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,6,0,5,0,12.5,12.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Panama",129,"Miscellaneous corals and shells","shells",142,22,11,0.1,0,1,0.1,0,0,32,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Coral and the like","corals",4,0,60.9653986157573,0,0.1,73,0.1,0,4,34,15,0,5,0,126,0,0,109,32,17,0,50,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Z_TOTAL","corals",4,0,60.9653986157573,0,0.1,73,0.1,0,4,34,15,0,5,0,126,0,0,109,32,17,0,50,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Fish body oils, nei","fish_oil",0,0,6.08065194290647,25,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,96.24,101.74,198.39,NA,NA,NA,15,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Ornamental fish nei","ornamentals",NA,NA,7,1,0,0,0.1,0,0,0,0,9.83840783134619,7.85312885722786,0.1,40.0145277311692,36,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,105,113,0,79,163,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Miscellaneous corals and shells","shells",3,0,103,4054,0,0,0.1,327,0.1,223,323,264,288,0,86,22,0.1,97,52,34,86,51,90,102.14,88.19,71.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Mother of pearl shells","shells",NA,NA,NA,NA,NA,8,0,0,0.1,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,2.08,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Shells nei","shells",1,0,131,59,0,8,0,0,0,158,77,96,82,0,93,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Trochus shells","shells",52,0,0,0,10,145,349,0,164,0,0,0,0,113,0,0,50,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Coral and the like","corals",0.1,4,8,15,6,46,34,3,0.1,5,3,6,16,11,1,49,62,65,13,14,0.1,13,24,6.01,70.92,76.21,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Z_TOTAL","corals",0.1,4,8,15,6,46,34,3,0.1,5,3,6,16,11,1,49,62,65,13,14,0.1,13,24,6.01,70.92,76.21,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,315,0,0,0.1,0.1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Fish body oils, nei","fish_oil",225144,228886,34926,258653,456448,315360,160611,183221,285117,286369,298365,320659,257696,304381,254117,234047,303202,126147,163072,116759,94992,171087,195985,183794.29,141576.23,224660.6,1533,96032,26482,33900,24377,119875,285543,205600,1000,0,155,47307,0,0,45915,0,43027,34782,56519,22 +"Peru",138,"Fish liver oils, nei","fish_oil",0,0.1,513,646,0.1,0,632,2047,2008,733,305,59,132,97,0.1,22,40,62,493,67,0,278,0,0,0,0,NA,NA,NA,NA,NA,NA,35,430,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Ornamental fish nei","ornamentals",498,466,581,513,583,604,548,641,603,583,552,454,505,410,441,387,2,0,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0.1,0,0,534,451,0,346,354,384,264,254,63,28,140,90,0.1,368 +"Peru",138,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,14,24,15,25,9,13,60,0.33,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Agar agar nei","seaweeds",NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0.1,0.1,0.1,0.1,0.1,0,0,0.1,0.1,0,0,0.01,0,0.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Other seaweeds and aquatic plants and products thereof","seaweeds",1042,2387,3785,3347,1067,2194,3484,3184,4238,5587,6494,8979,21835,12327,22783,25257,786,0,0,0,0,0,0,0,0,0,NA,NA,25,21,17,29,170,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,64,54,27,48,41,23,18,18.26,173.02,33.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,27120,30440,29089,24301,21687,28199,31267,35266.58,29468.56,43700.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Coral and the like","corals",1925,1832,1724,1254,1239,1805,2196,3207,4724,3740,2702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,1789,3135,1656,2260,1785,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Z_TOTAL","corals",1925,1832,1724,1254,1239,1805,2196,3207,4724,3740,2702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,1789,3135,1656,2260,1785,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,45,180,91,3,5,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Fish body oils, nei","fish_oil",0,0,0,0.1,0,0.1,23,0.1,0,0,20,0,580,134,35,0,15,2,7,10,90,300,763,629.19,1570.08,2027.1,0,0,0,0,0,0,0,0,0,84,24,63,118,123,38,22,0,5,6,NA +"Philippines",15,"Fish liver oils, nei","fish_oil",0,0,0.1,0,6,38,0,0.1,0,6,7,37,160,107,43,0,6,0,34,1,0,139,623,184.29,2084.69,573.62,109,81,91,0,0,0,0,0,176,134,189,229,468,384,166,315,342,513,494,NA +"Philippines",15,"Shark liver oil","fish_oil",6,1,0,0,0,0,90,51,33,0,0,0,0,0,0,79,65,4,39,65,66,0,0,0,0,0,NA,NA,NA,180,188,104,50,14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Ornamental fish nei","ornamentals",6007,5843,5441,5558,5741,5542,5632,5911,6941,6698,6660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,4659,5217,5874,6211,6399,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6766,6441,5555,5166,5503,6049,5904,5945,5888,6534,5898,5313,5123.36,3788.98,7079.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,1,2,1,2,1,3,1,2.53,11.06,10.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Other seaweeds and aquatic plants and products thereof","seaweeds",26780,27663,26954,32311,49081,32561,31064,31100,32181,21402,18948,12032,13423,10734,17150,27142,26053,37064,18494,18021,11052,9118,0,0,0,0,NA,NA,NA,27137,20837,21831,23557,28921,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3153,11149.63,12710.79,8799.56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5191,8578.54,3487.38,985.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3545,2188,1552,3449,5993,5008,5612,8017,7024,6124,2205,5025,3611.21,1634.2,809.49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Natural sponges raw","sponges",4,15,9,7,14,15,17,13,18,15,15,10,6,5,4,5,3,2,2,2,5,2,0,0,0,0,NA,NA,NA,13,5,6,11,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Fish body oils, nei","fish_oil",0.1,0,9,0,0.1,1,0.1,1,15,18,225,285,205,245,333,290,1107,1400,2363,2576,1924,2408,3130,2886.75,6438.77,6405.86,0,0,0,0,0,6,0,12,107,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Fish liver oils, nei","fish_oil",NA,NA,0.1,0.1,0,1,0.1,0.1,2,0,0,0,0,0,4,0.1,5,0.1,3,5,0.1,1,334,4.26,1.99,54.39,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Halibuts, liver oils","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,0,0,0,0,0,0,0,0.1,0.12,0.11,0.11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,0.1,0,0,0,0.1,0,0.1,0,0,0,5,17,0,0,0,0,0,0.38,0.87,0.4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Agar agar nei","seaweeds",0,0,0,0,0,0,0,0,0,0,0,0,0,5,8,3,7,3,15,4,14,7,3,8.01,4.95,8.75,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,2,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,2,1,2,166,161,244,174.47,143.96,264.42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0.1,0.1,0.1,57,3,3.51,1.82,4.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Miscellaneous corals and shells","shells",159,0,0,0,0,0,0,0,0,0,0,0,0,483,491,343,200,238,394,281,246,264,141,45.06,6.93,30.47,NA,NA,NA,NA,NA,NA,211,206,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,25,21,0.1,17,2,0.1,0.1,1,273.86,779.17,1781.86,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,107,42,0.1,0.1,0.1,0,0,0,8.13,5.89,0.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Cod liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,536,301,230,0,0,0.1,0.1,0.1,0,1443 +"Portugal",183,"Fish body oils, nei","fish_oil",618,876,699,310,900,786,803,1116,774,965,480,412,601,300,373,351,517,567,3139,1744,383,287,474,464.85,834.2,931.17,651,57,47,835,120,487,196,826,2126,4636,3217,4017,3739,4741,3239,2700,1843,2057,1608,4512 +"Portugal",183,"Fish liver oils, nei","fish_oil",1624,1214,1064,907,732,592,400,311,267,420,505,678,947,423,328,526,407,585,490,707,233,138,67,386.81,196.07,155.76,1948,1812,1363,2505,3014,1736,1345,1496,247,25,7,36,178,269,28,483,20,92,341,90 +"Portugal",183,"Halibuts, liver oils","fish_oil",0,24,0,0,0.1,3,0,0,0,4,0,0,0,0,87,18,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,108,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Shark liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,16,228,936,0,NA +"Portugal",183,"Ornamental saltwater fish","ornamentals",0,0,0,0,0,0,0,0.1,0.1,41,39,10,71,26,4,5,11,14,7,25,41,37,40,30.25,40.27,67.01,1,0,0,0,0,137.428269396563,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Agar agar nei","seaweeds",115,168,152,292,240,288,300,263,180,320,305,188,219,165,224,152,159,177,66,3,13,1,1,4.2,4.79,2.75,318,301,0,0,0,0,146,120,347,460,551,421,469,375,330,321,305,328,331,561 +"Portugal",183,"Other seaweeds and aquatic plants and products thereof","seaweeds",546,226,314,195,259,164,103,94,110,28,40,298,16,18,19,22,0,0,0,0,0,0,0,0,0,0,387,388,266,1218,1537,548,451,855,0,482,346,707,455,100,654,0,0,0,0,591 +"Portugal",183,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,80,38,82,30,35,43,199,182.6,182.6,413.56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,339,935,153,681,1665,1494,2685,960.02,467.99,813.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Miscellaneous corals and shells","shells",3,0,46,4,7,0.1,0,1,1,0,11,0.1,0.1,0.1,0.1,0.1,0.1,16,27,1,2,3,5,1.05,1.01,1.43,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,31,0,0,0,0,0,0,63,62,64,131,99,22,0,27,29,21,29,17 +"Portugal",183,"Natural sponges other than raw","sponges",0,0,0,0,0,0.1,0.1,0,0,0.1,0.1,0,0.1,0.1,0.1,0.1,0.1,0.1,1,1,2,1,1,0.01,24.66,0.04,NA,NA,NA,NA,NA,NA,5,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Natural sponges raw","sponges",0,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0,0.1,1,0,1,0,0.1,0.1,0.1,0.1,0.1,0,0,0,0.1,0,0,0,0,0,0,0,0,0.1,0,0.1,0,0,0,0,0,0.1,0,NA +"Republique du Congo",100,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,1000,500,340,340,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,12,0,20,0,0,NA +"Republique du Congo",100,"Ornamental fish nei","ornamentals",10.6745356850201,8.50006662771693,7.80816545189487,8.0428692019982,9.94546181876763,15.9251161096095,25.4258691189684,23.4367210468506,4.76868430807235,0,12.2802892453133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Coral and the like","corals",87,0,92,88,59,120,106,75,100,96,94,89,93,96,112,93,109,136,119,149,117,122,83,136.99,124.54,1.68,NA,NA,NA,NA,10,45,67,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Z_TOTAL","corals",87,0,92,88,59,120,106,75,100,96,94,89,93,96,112,93,109,136,119,149,117,122,83,136.99,124.54,1.68,NA,NA,NA,NA,10,45,67,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,232,496,1399,15,24,2,154,442,36,53,38,76,71,62,68,102.03,68.46,65.49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,96,31,250,30,0,0,3,0.1,4,4,0.1,1,0.1,1,1,3.23,9.58,5.49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,19,16.52,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Agar agar nei","seaweeds",NA,NA,NA,NA,0.1,0.1,0.1,0.1,1,0,0.1,0,0,0,0,533,0,0,0.1,0,0.1,0.1,0.1,0.04,0.05,0.24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,0,0.1,0.1,4,0.1,1,3,0.1,1,1,16,230,544,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,3,3,0.1,5,7,0.1,0.3,0.16,0.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,1,0.1,1,1,0.1,0,0,0.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Natural sponges raw","sponges",0,0,19,88,144,63,51,47,25,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,14,0,9,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Coral and the like","corals",NA,NA,NA,NA,1681,1788,6,2614,2815,1790,2241,1588,683,1636,141,536,689,1,65,149,2645,4567,5466,9059,6238,4685,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Z_TOTAL","corals",NA,NA,NA,NA,1681,1788,6,2614,2815,1790,2241,1588,683,1636,141,536,689,1,65,149,2645,4567,5466,9059,6238,4685,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Fish body oils, nei","fish_oil",2244,1555,1068,1336,1383,480,235,248,259,221,232,86,152,187,116,156,162,115,9,64,362,165,180,311,3113,3717,30641,37272,45653,28796,2578,2351,1117,1125,80,138,216,330,140,280,80,241,0,161,80,100 +"Russia",73,"Fish liver oils, nei","fish_oil",27,25,15,0,27,21,8,16,19,6,4,4,0.1,0,0,1,0,0,0,0,0,0,0,1,52,119,NA,NA,NA,NA,1250,2152,0,63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Agar agar nei","seaweeds",NA,NA,1,0,1,1,1,0,1,4,12,21,1,2,5,28,38,37,40,34,35,50,94,90,107,86,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,37,5,225,186,266,344,193,93,34,55,50,38,74,85,1,2,50,770,1034,38,119,203,161,312,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,124,185,138,128,135,82,139,146,269,366,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,2,4,4,6,10,32,29,23,29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,64,0.1,0,0.1,0.1,0.1,0.1,0,0,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Natural sponges raw","sponges",NA,NA,NA,NA,1,1,2,13,1,24,0,0.1,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saba",248,"Coral and the like","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saba",248,"Z_TOTAL","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saba",248,"Ornamental fish nei","ornamentals",3.07842388343661,0.75,3.3301834184202,0.5,0.5,0.25,0.5,0.5,0,1.5,2,2.25,0.5,0.5,0.711588459196037,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Helena",86,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,2.42341800145317,0,1.9755139393111,1.62133759508538,0,0,1.29674633695168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Kitts and Nevis",119,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0,0,0,0,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Lucia",122,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,0.1,0.1,0,2,1,1,1,1,0.1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Lucia",122,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,0.1,0.1,1.44,7.85,110.26,58.2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Lucia",122,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,17,0.1,0,0,0.69,30.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Lucia",122,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.02,0.01,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Vincent and the Grenadines",127,"Coral and the like","corals",NA,NA,NA,2,0,0.1,0,0,0.1,0,0,0,0.1,0,0,0.1,0,0,0,0,0,0,0,0,0,0.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Vincent and the Grenadines",127,"Z_TOTAL","corals",NA,NA,NA,2,0,0.1,0,0,0.1,0,0,0,0.1,0,0,0.1,0,0,0,0,0,0,0,0,0,0.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Vincent and the Grenadines",127,"Fish body oils, nei","fish_oil",0,0,0,0.438016602433943,1,1,1,1,0.1,1,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0.04,0,0,0,0,0,0,0,1,1,NA,NA,NA,NA,3,0,0,0.1,0.1,1,NA +"Saint Vincent and the Grenadines",127,"Fish liver oils, nei","fish_oil",0,0,0,1,0,0,0,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0.1,1,0.571503632943324 +"Saint Vincent and the Grenadines",127,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,0,0,0,0,1,2.86,17.77,5.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Samoa",152,"Ornamental fish nei","ornamentals",2.11584440641905,2.51189101238247,3.00577866175551,4.47807674522477,0,0.1,0.1,0.1,0.1,0.1,0,1,0.1,0,6.6820864558107,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,3.67661866864806,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Samoa",152,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,73,0,0.1,0.1,0,0,0,0,72,0,0,0.1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sao Tome and Principe",103,"Ornamental fish nei","ornamentals",NA,0,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,61,0,14,42,0,0,0,0,0,0,0,0,0,3,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,168,0,0,0,36,80,0,0,0,0,0,0,7,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Ornamental fish nei","ornamentals",0,0,55,104,8,78,79,100,209,158,200,35,46,38,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,9,0,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,8,0,0,22,0,0,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,66,1,0,32,21,6,4,0,0,0,0,0,0,0.1,0,0,0,0,2.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Natural sponges nei","sponges",NA,NA,NA,NA,7,0,0,19,112,27,43,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Coral and the like","corals",NA,NA,1250,23,0,0,4,0,0,0,0,0,0.1,22,1,202,51,19,0,0,4,0.1,0,26.2,67.08,156.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Z_TOTAL","corals",NA,NA,1250,23,0,0,4,0,0,0,0,0,0.1,22,1,202,51,19,0,0,4,0.1,0,26.2,67.08,156.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Clupeoid oils, nei","fish_oil",0,0,21,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,45,30,24,19,0,0,10,NA,NA,374,5,253,0,0,0,15,3,NA +"Senegal",66,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,10,0,0,26,400,9,0,0,44,177,649,2469,2530,1789,1013,4775.23,2812.54,1069.56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Fish liver oils, nei","fish_oil",84,0,0,1,0,0,24,0,4,0,4,14,628,14,0,30,0,72,0,4,21,815,50,61,0,282,NA,NA,NA,NA,NA,NA,NA,120,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,560,0,7,21,66,78,55,14,11,0.1,0,25,26,19,45,36,0,6,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,32,30,25,17.3,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Seychelles",31,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,20,75,0,0,0,128,731,537,601,800,781,930,609,534,1220,1276,568,3170,1009.35,837.25,964.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Seychelles",31,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0,0,5,62,0,0,0,59,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sierra Leone",96,"Ornamental fish nei","ornamentals",5,0,0.416029488444124,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,1,0,0,0,0,0,0,0,0,0,0,NA,NA,1012,453,498,330,188,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,1,0,0,0,0,0,0,0,0,0,0,NA,NA,1012,453,498,330,188,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Fish body oils, nei","fish_oil",71,0.1,155,3,153,137,100,118,156,208,180,148,63,15,59,75,49,65,25,10,43,32,59,21.81,26.64,13,35,32,32,16,25,15,36,61,112,NA,NA,243,167,10,19,10,30,33,113,NA +"Singapore",208,"Fish liver oils, nei","fish_oil",31,38,43,57,28,120,15,18,20,7,27,10,8,33,44,4,24,39,3,15,59,17,60,31.11,20.44,0.05,15,72,23,83,53,47,56,37,11,NA,NA,25,26,36,65,124,216,82,30,NA +"Singapore",208,"Ornamental fish nei","ornamentals",13405.8653368711,12116.4145780618,10006.2681213318,9818.1632277555,10025.6579517816,9581.19409548275,9527.12459865992,9492.14104830037,11221.3062312621,12198.5285007218,13741.1719341561,14727.5034053369,15288.9556819547,13340.3891128967,0,0,0,0,0,0,0,0,0,0,0,0,1514.32204006036,1568.26164935924,1548.67698762347,1531.47806919561,1561.34335966014,1581.88256264829,1605.67505196542,13615.2250344633,1367.55532750828,1250.65268577463,1226.94719468883,1200.20530302933,1179.1024410067,1180.33881177632,1197.84161419078,1215.77818811576,1393.77644942592,1127.59268395444,1170.03734822431,1275.00883412622 +"Singapore",208,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1564.89713497513,1596.62634450435,1597.4463780638,1457.29632671011,1422.84353592758,1407.66352545561,1422.42299131514,1425.42484906069,1416.30546132789,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Agar agar nei","seaweeds",114,32,49,42,42,25,36,62,78,30,49,48,67,58,28,43,58,79,76,58,76,56,47,75.9,85.08,53.59,NA,NA,NA,NA,NA,NA,126,126,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Other seaweeds and aquatic plants and products thereof","seaweeds",494,331,538,634,267,198,208,172,246,282,431,400,396,292,329,178,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,5864,262,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,115,83,82,75,94,115,97,78.3,50.48,43.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,52,81,13,7,3,17,32,8.38,62.99,47.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Miscellaneous corals and shells","shells",71,102,106,58,46,110,41,21,23,13,31,33,5,9,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,210,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,6,2,1,1,0.1,2,0.55,31.73,15.31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Natural sponges raw","sponges",0.1,0.1,0.1,0.1,1,9,1,1,6,2,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,0.1,7,0.1,3,1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Eustatius",249,"Coral and the like","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Eustatius",249,"Z_TOTAL","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Eustatius",249,"Ornamental fish nei","ornamentals",3.07842388343661,0.75,3.3301834184202,0.5,0.5,0.25,0.5,0.5,0,1.5,2,2.25,0.5,0.5,0.711588459196037,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Maarten",220,"Coral and the like","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Maarten",220,"Z_TOTAL","corals",NA,NA,NA,NA,0,0.25,0.5,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Maarten",220,"Ornamental fish nei","ornamentals",3.07842388343661,0.75,3.3301834184202,0.5,0.5,0.25,0.5,0.5,0,1.5,2,2.25,0.5,0.5,0.711588459196037,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Fish body oils, nei","fish_oil",0,0,724.557063002052,0,0,0.1,1,0,0,0,364.457382789042,2,5,16,22,21,17,2,0,0.1,0.1,24,22,22.1,0.99,223.83,NA,NA,NA,NA,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Fish liver oils, nei","fish_oil",0.1,0.1,1,1,2,2,2,1,1,3,1,3,2,3,1,2,1,1,0.1,0.1,0.1,0.1,0.1,0.1,0,0.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,0,1,0.1,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Agar agar nei","seaweeds",0,0,60.7234264783483,57.7867179267605,0,0.1,0.1,0.1,44.4276495948679,5,38.7197917949488,5,20,3,8,13,12,0.1,0.1,0.1,1,0.1,0.1,0.05,0.31,0.84,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Other seaweeds and aquatic plants and products thereof","seaweeds",0.1,0,0,77.0741072579294,0,0,0.1,0.1,0,0,0,19.994987909351,16.783167831245,1,9,14,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,7,4,1,3,0.1,1,2.08,1.68,4.4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,13,6,4,0.1,1,2,8.46,1.4,15.94,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Miscellaneous corals and shells","shells",0.1,0.1,6,8,8,0.1,1,0.1,0,2,108.034849688844,1,74.9425661192108,4,7,47,38,34,8,0.1,5,12,50,3.8,25.15,0.33,NA,NA,NA,NA,NA,NA,1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Natural sponges nei","sponges",0.1,1,0.296331172769634,0.278260784180567,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.03,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Coral and the like","corals",NA,NA,391,238,169,143,266,146,214,282,378,397,300,280,238,358,135,157,165,35,0,0,0,92.98,451.03,464.42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Z_TOTAL","corals",NA,NA,391,238,169,143,266,146,214,282,378,397,300,280,238,358,135,157,165,35,0,0,0,92.98,451.03,464.42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Ornamental fish nei","ornamentals",14.8148966962983,7.20909110539668,10.8443387480616,14.2119422661178,1.78854243225908,52.7968001306685,41,54,80,102,143,100,69,48,42,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,168,362,147,105,50,150,344,702,694,758,842,465,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,244,28,11,12,0,17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,153,60,173,175,130.86,1525.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,28,41,47,62,32.6,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Somalia",44,"Coral and the like","corals",NA,NA,NA,NA,NA,0,0,1,0,27.8812098128747,0,52,13,0,21,0,0,0,0,1,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Somalia",44,"Z_TOTAL","corals",NA,NA,NA,NA,NA,0,0,1,0,27.8812098128747,0,52,13,0,21,0,0,0,0,1,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Somalia",44,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,53,43,166,411.62,770.94,478.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Somalia",44,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,2,0,5,12,14,31,0,13,0,0,0,24,8,3,11,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Somalia",44,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,0,20,2,0,0,2,0,0,2,1,0,0,0,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Coral and the like","corals",0,217,273,76,65,11,20,51,63,51,42,21,14,8,10,10,6,10,11,27,16,25,23,2.49,10.53,10.76,NA,NA,NA,NA,NA,NA,70,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Z_TOTAL","corals",0,217,273,76,65,11,20,51,63,51,42,21,14,8,10,10,6,10,11,27,16,25,23,2.49,10.53,10.76,NA,NA,NA,NA,NA,NA,70,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Fish body oils, nei","fish_oil",352,274,2196,19,4805,2,802,1018,1401,1081,1188,3415,1992,370,4157,3517,5388,979,3763,4037,6260,6115,5655,3925.18,7454.53,5531.44,6552,41,30,194,576,562,119,309,23858,500,11500,13300,700,10800,2000,8600,1700,1397,54,14200 +"South Africa",102,"Fish liver oils, nei","fish_oil",1,1,73,1,299,1,54,1,47,1,18,1,629,1340,114,2,270,175,99,65,113,58,63,1.26,2.55,69,0,0,0.1,2,5,6,3,4,0,NA,129.788618301876,0,0,0,0,0,0,0,0,NA +"South Africa",102,"Ornamental fish nei","ornamentals",150.627651712404,170.817158281826,58.3199103677554,31.3618392019264,18.5480413566729,21.2255904815734,4.37057168758395,50.8280144237894,9.05213311259564,2.30016669044584,2.28356851618911,0.919896692353774,74.9923492449208,0.886700343840317,1.54363899437288,1.52704082011616,0,0,0,0,0,0,0,0,0,0,0,0,153.421388057102,150.710642583688,208.618211341311,216.010518239737,181.643542001225,201.159511745859,0,NA,NA,NA,NA,NA,NA,NA,NA,62.5769075818287,0,NA +"South Africa",102,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,8,2,24,8,10,20.39,2.12,2.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Agar agar nei","seaweeds",NA,NA,69,1,0.1,1,0.1,0.1,0.1,1,2,0.1,1,1,0.1,3,0.1,1,28,3,1,1,2,4.16,2.83,16.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,2802,1249,1898,1993,1050,1406,871,492,427,679,642,710,888,880,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,268,290,1050,532,1299,864,492,498.14,239.63,1383.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,801,406,134,292,480,556.81,2122.79,1605.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Abalone shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,20,81,70,53,101,70,140,82,151,166.04,99.33,128.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Shells nei","shells",0,128,34,87,61,60,138,72,60,51,99,79,52,40,1,0.1,5,21,16,22,11,10,47,0,0.02,1.26,NA,NA,NA,NA,NA,NA,164,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Natural sponges raw","sponges",NA,1,1,1,3,15,8,2,69,46,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,2,0.1,0,0,0,0.1,0,0,0,0,0,0,0.02,0.03,2,0.1,0.1,0.1,0,0.1,0,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,2,0.1,0,0,0,0.1,0,0,0,0,0,0,0.02,0.03,2,0.1,0.1,0.1,0,0.1,0,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Fish body oils, nei","fish_oil",1204,1531,2696,865,1502,2396,854,1417,3807,1053,367,737,1536,570,1659,1339,1030,1112,1042,811,767,427,147,625.84,1119.17,346.52,14,31,3,261,271,289,940,1731,43,8,0,0,0,0,0,0,0,0,0,NA +"South Korea",20,"Fish liver oils, nei","fish_oil",328,3,1,48,1157,542,1283,2612,1591,1745,1757,3395,1997,1496,304,377,956,972,909,1620,1453,1022,818,864,540.8,797.45,43,0,0,118,121,409,75,796,14,71,8,0,0,0,0,0,58,0,0,12 +"South Korea",20,"Shark liver oil","fish_oil",2,2,0,0,0,0,0,0,0,0,15,0.1,0,40,4,78,70,0,27,149,0,0,0,0,0.2,0.3,0,0.1,0,0.1,10,0,0,2,0,0,6,9,0,0,0,0.1,0,6,0,5 +"South Korea",20,"Ornamental saltwater fish","ornamentals",0.1,3,6,6,19.4418999603022,0.1,24.3013338004716,0.1,13.9287474777111,15.4314560107919,10.1724563092544,15.092372229723,12.5235145140009,10.0637166085153,9.45793547703761,1.05588539853837,0.181895932488977,0,0,0.247995976139772,1,0,0.1,0.05,0.1,0.35,1,0,0,0,0,0.1,0.1,1,62,237,81,112,354,59,70,140,90,34,15,NA +"South Korea",20,"Agar agar in powder","seaweeds",194,160,133,134,112,141,181,195,230,379,398,229,225,200,208,227,247,347,359,341,345,370,374,466.32,347.97,505.03,125,145,140,120,56,120,192,196,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Agar agar in strips","seaweeds",272,182,239,215,183,180,168,171,168,243,260,121,113,97,115,152,122,130,103,71,83,83,72,49.81,44.57,45.34,603,543,556,511,433,287,252,352,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Agar agar nei","seaweeds",18,34,17,22,76,83,84,81,81,102,75,118,25,27,26,7,11,1,3,4,1,1,0.1,0.96,0.86,1.5,4,3,8,7,2,4,1,5,749,NA,NA,NA,NA,643,685,783,628,643,682,NA +"South Korea",20,"Kelp meal","seaweeds",4,2,36,11,1,0,0.1,2,19,14,11,0,1,0.1,1,0.1,0,0,0,0,0,0,0,0,0,0,81,74,27,7,4,1,7,9,165,NA,NA,NA,NA,488,217,170,315,120,201,NA +"South Korea",20,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",781,1120,648,1074,1039,1100,548,1178,1392,1455,1328,1103,966,928,1480,1891,2078,1205,818,634,868,932,909,947.44,957.06,752.96,1021,814,521,859,994,655,703,395,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Other red algae","seaweeds",163,188,900,489,366,394,530,563,703,1055,692,149,218,299,524,1065,523,767,349,498,405,500,263,174.72,254.42,218.32,21,57,51,87,40,47,9,27,58,NA,NA,NA,NA,161,44,105,110,64,47,NA +"South Korea",20,"Other seaweeds and aquatic plants and products thereof","seaweeds",922,983,749,767,650,646,776,731,667,449,597,606,719,625,841,760,597,718,458,379,327,314,564,478.06,152.12,92.78,1720,1583,1555,1465,1851,1208,1241,1474,1560,NA,NA,NA,NA,2773,2025,1193,1293,1488,1594,NA +"South Korea",20,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,33,47,12,23,20,61,34,58.05,10.68,12.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,146,236,139,156,82,150,106,90.49,133.78,135.58,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Abalone shells","shells",41,21,11,51,78,16,67,123,21,29,33,74,36,48,57,34,104,53,42,43,88,171,295,234.08,116,52.03,124,74,98,31,36,113,88,157,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Miscellaneous corals and shells","shells",753,557,671,256,269,116,129,217,1162,800,708,555,1399,1768,1092,1130,1119,1697,1497,1412,1279,1217,800,406.67,343.03,293.71,393,722,1123,687,519,729,1163,1167,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Mother of pearl shells","shells",10,20,12,23,29,33,65,95,142,74,43,71,9,4,0.1,2,28,53,11,16,8,7,49,29.1,6.5,8.35,31,2,4,5,0,10,3,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Oyster shells","shells",39,26,37,24,8,9,6,15,2,6,15,5,4,1,0,0,0,0,0,0,0,6,0,0,0,0,599,324,167,159,152,72,121,77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Sea snail shells","shells",6,0,0,3,46,29,55,23,35,28,33,19,17,10,0,0,12,8,5,17,17,0,6,18,6.04,6,9,41,54,9,0,0,2,6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Shells nei","shells",55,734,369,122,99,113,86,26,116,56,72,210,112,53,142,27,66,15,30,44,198,103,226,25.68,172.86,7.6,157,42,55,50,82,33,7124,51,1655,NA,NA,NA,NA,NA,1586,948,1531,2150,1914,NA +"South Korea",20,"Trochus shells","shells",19,8,0.1,12,14,0,2,4,4,11,50,72,15,34,24,0,12,2,0,30,0,46,0,0,0,0,NA,10,184,51,64,99,14,43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.95,0,0,0,0,0,0,0,0,0.1,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,NA +"Spain",182,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.95,0,0,0,0,0,0,0,0,0.1,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,NA +"Spain",182,"Fish body oils, nei","fish_oil",5548,3987,2538,6042,2863,3916,3640,2497,2944,2225,4249,2585,3145,2114,2611,4242,7594,5544,4796,6818,7720,8372,8355,10310.67,11034.45,14105.29,1628,3358,6276,1498,4801,5654,3853,2414,1638,2686,1795,3251,3179,1367,2135,66,1397,7093,1163,5992 +"Spain",182,"Fish liver oils, nei","fish_oil",1488,1451,951,1123,1305,1672,2527,1940,1292,1757,1214,1398,1511,564,585,587,237,426,817,589,869,233,1,182.12,731.2,469.86,660,495,511,1986,1030,936,1116,1094,558,NA,NA,NA,8,290,1784,355,411,821,1199,NA +"Spain",182,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.1762969610156,30,1.29178805166951,0.736608722730971,1.26612336485753,0,0,0,0,0,0,NA +"Spain",182,"Ornamental saltwater fish","ornamentals",2335,681,834,1020,1138,1529,568,2392,2973,3846,4296,4379,3783,6452,8089,9223,6655,7763,6241,6997,6543,6266,5388,5127.36,4957.06,4758.08,172.44743007647,165.565293734357,161.911476368468,0.1,2,201,71,195,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Agar agar nei","seaweeds",766,616,666,471,705,653,610,676,582,783,734,841,784,844,1063,963,1063,1153,1309,1478,1521,1468,1354,1420.12,1612.16,1640.28,756,651,0,0,0,0,702,704,716,NA,NA,NA,NA,812,0,946,0,0,557,NA +"Spain",182,"Other seaweeds and aquatic plants and products thereof","seaweeds",427,474,469,302,244,53,196,90,501,366,336,398,152,210,135,417,0,0,0,0,0,0,0,0,0,0,248,36,305,506,416,381,71,116,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,308,236,201,454,237,153,134,345.39,960.83,1340.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,428,758,887,1172,946,755,2438,1987.74,1245.36,1981.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Miscellaneous corals and shells","shells",119,414,1,2,2,2,8,6,17,20,8,0.1,5,6,1,4,10,11,1,6,32,8,10,8.71,2.47,7.47,NA,NA,255,8,5,6,9,46,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,408,0,0,0,0,0,0,49,NA,NA,NA,NA,139,105,227,204,57,47,NA +"Spain",182,"Natural sponges other than raw","sponges",1,23,2,1,6,7,0.1,0.1,0.1,0.1,2,38,55,70,97,140,17,23,17,45,25,12,10,34.4,30,86.35,NA,NA,4,6,6,1,15,13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Natural sponges raw","sponges",3,2.16062444234308,2.0896290200746,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.04,0.07,0.03,0.1,0.1,0,0,0,0,0.1,0.1,0.1,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,NA +"Sri Lanka",40,"Coral and the like","corals",673,446,603,653,0,498,324,683,591,557,474,574,497,17,16,65,3,14,64,47,44,6,5,10.86,9.57,21.69,NA,NA,193.430835243626,197.190091865955,200.523316882769,238.791133551837,137,416,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Z_TOTAL","corals",673,446,603,653,0,498,324,683,591,557,474,574,497,17,16,65,3,14,64,47,44,6,5,10.86,9.57,21.69,NA,NA,193.430835243626,197.190091865955,200.523316882769,238.791133551837,137,416,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0.1,0.1,0,0,3,0,0,0,4,3,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,37,20,NA +"Sri Lanka",40,"Fish liver oils, nei","fish_oil",12,17,17,2,12,17,20,17,31,5,9,23,41,21,11,14,8,13,27,9,11,8,2,5.95,4.25,13.39,20,19,13,9,36,38,9,4,0,NA,NA,NA,NA,NA,NA,NA,NA,37,29,NA +"Sri Lanka",40,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,NA,NA,NA,NA,19,112,77,76,0,0,NA +"Sri Lanka",40,"Ornamental fish nei","ornamentals",464,0,0,0,1013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,130,98,107,296,75,193,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Ornamental saltwater fish","ornamentals",NA,846,1023,967,0,766,637,684,774,838,875,736,713,854,684,892,507,37,40,62,242,204,199,224.42,176.15,560.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Agar agar nei","seaweeds",1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.15,0.06,0.01,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Other seaweeds and aquatic plants and products thereof","seaweeds",6,10,6,9,0,0,4,45,9,21,40,16,184,90,89,66,31,0,0,0,0.1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,90,134,92,90,69,54,57.68,38.52,40.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,2,0,0,85.64,109.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,698,0,0,0,0,0,0,0,0,467,626,413,325,286,343,289,297,349,324,264.26,211.02,284.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sudan",49,"Coral and the like","corals",216,466,412,266,406,388,345,364,365,350,322,14,364,182,154,262,0,120,60,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sudan",49,"Z_TOTAL","corals",216,466,412,266,406,388,345,364,365,350,322,14,364,182,154,262,0,120,60,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sudan",49,"Ornamental fish nei","ornamentals",NA,NA,3,0,0.1,0,0,2,0,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sudan",49,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6.74647785724574,5.14906782378785,0,0,0,1.46,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sudan",49,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,196,0,0,0,0,0,60,107,252,92,68,58,80,110,64.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Suriname",168,"Ornamental fish nei","ornamentals",NA,3,0,0,0,0,48.5091452510396,45.700762079704,43.1189496087954,40.4465088577163,38.3631519277506,35.6000828965007,32.9276421454215,30.5270862348561,28.4437293048904,25.590031993469,22.4644498415337,19.7920090904545,0,0,0,0,0,0,5.49,4.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Fish body oils, nei","fish_oil",6665,5444,7322,9572,6427,4973,5075,5179,5812,3875,863,1567,1554,2113,1500,2636,1602,1150,939,1200,1215,872,893,677.75,798.79,1187.85,4166,3843,4971,5880,5501,7313,11530,7338,2967,2882,2293,3598,4446,3979,4675,2715,4182,2420,2428,5034 +"Sweden",222,"Fish liver oils, nei","fish_oil",53,147,146,119,132,98,245,150,555,240,266,265,226,217,224,257,192,206,192,34,12,14,21,23.81,10.32,34.72,103,17,6,4,9,9,23,15,9,0.1,17,13,32,24,28,89,4,2,5,NA +"Sweden",222,"Halibuts, liver oils","fish_oil",0,0,0,1,0.1,0.1,0,0.1,5,0.1,5,0,0,15,9,0,5,0,0,0.1,0,0,0,0,0.09,0.1,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,25,20,17,15,15,16,0,45,9,11,7,14,26,15,32,51,51,54,10 +"Sweden",222,"Ornamental saltwater fish","ornamentals",0.1,0.1,0.1,0.1,2,0.1,232,50,0,0,1,14.2727302712979,0.1,1,5,5,3,4,3,3,3,3,5,0.31,0.33,0.3,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Agar agar nei","seaweeds",2,6,5,3,3,3,2,1,3,2,0.1,3,1,0.1,0.1,0.1,0.1,0.1,10,0.1,3,0.1,0.1,0.16,0.26,2.91,NA,NA,NA,NA,NA,NA,7,14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Other seaweeds and aquatic plants and products thereof","seaweeds",7,10,10,9,10,12,2,0.1,25,2,2,11,4,17,16,14,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,106,16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,12,17,38,63,77,98,139.99,35.19,44.28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,1,0.1,1,1,2,3,6.19,1.35,2.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Miscellaneous corals and shells","shells",0.1,2,0.1,35,35,113,147,96,13,544,80,250,358,190,66,2,31,0.1,83,44,0.1,1,8,22.41,30.55,5.07,NA,NA,NA,NA,NA,NA,0.1,31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Natural sponges other than raw","sponges",0.1,1,0.1,1,0.1,0.1,0.1,0.1,0.1,0.1,1,0.1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.3,0.05,0.17,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Natural sponges raw","sponges",0.1,0.1,0.1,0.1,0.1,0.1,1,0.1,0.1,0.1,0.1,0.1,0.1,108,68,78,30,23,200,200,195,135,375,379.27,300.02,400.19,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Syria",77,"Coral and the like","corals",NA,NA,55,0,27,44,40,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Syria",77,"Z_TOTAL","corals",NA,NA,55,0,27,44,40,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Syria",77,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,0,0,0,0,38,19,7,32,51,45,1.86044553413902,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Syria",77,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5.12522578437135,2.77405234262764,8.52512439656563,1.33178056982869,1.23389433694319,2.52633425420427,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Syria",77,"Natural sponges raw","sponges",NA,NA,NA,11,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Coral and the like","corals",6,2,2,4,2,3,31,16,15,19,37,27,24,5,2,3,3,2,1,35,6,3,3,0,0,0,107,132,50,30,10,5,1,3,104,100,226,213,12,42,37,64,78,121,70,63 +"Taiwan",14,"Z_TOTAL","corals",6,2,2,4,2,3,31,16,15,19,37,27,24,5,2,3,3,2,1,35,6,3,3,0,0,0,107,132,50,30,10,5,1,3,104,100,226,213,12,42,37,64,78,121,70,63 +"Taiwan",14,"Fish body oils, nei","fish_oil",558,49,989,12,49,173,213,22,67,33,42,24,16,1,1,1,40,0.1,4,56,19,2,1,0.2,0.02,0,0.1,124,226,439,716,565,380,360,35,0,16,28,13,0,0,0,0,0,21,8 +"Taiwan",14,"Fish liver oils, nei","fish_oil",5,5,20,6,31,102,51,45,4,2,2,11,107,46,35,17,18,17,14,7,1,37,16,0,0.11,0.11,2,20,0,0,5,104,52,0.1,0,0,5,4,4,0.1,0,0,0,0,9,18 +"Taiwan",14,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,22,110,52,30,37,24,19,26,35,26,28,92 +"Taiwan",14,"Ornamental fish nei","ornamentals",1,1,0,0,0.1,25,36,31,0.1,22,19,32,126,38,28,30,65,99,0,0,0,0,0,0,0,0,7,0.1,0.1,2,1,3,0.1,2,13,19,22,203,55,4,25,7,31,25,23,33 +"Taiwan",14,"Ornamental saltwater fish","ornamentals",58,76,80,69,59,34,40,60,93,89,89,85,83,66,74,58,44,43,26,34,38,52,54,47.57,33.17,25.05,NA,4,13,10,14,22,39,52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Agar agar nei","seaweeds",247,272,199,118,75,75,115,80,73,68,50,46,49,57,25,38,66,114,201,229,498,428,548,715.25,433.49,547.12,82,84,85,86,87,88,89,104,80,1,50,125,68,60,62,65,70,73,75,1 +"Taiwan",14,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",NA,NA,33,20,11,84,109,108,121,119,231,213,228,173,130,108,20,22,20,38,32,16,10,8.41,10.48,8.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Other red algae","seaweeds",NA,NA,1,0,0,0,0,10,0.1,0,2,0,17,0,0.1,1,2,1,18,42,67,14,4,0.22,0.56,0.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Other seaweeds and aquatic plants and products thereof","seaweeds",707,307,437,367,236,252,109,256,460,174,131,120,90,167,180,181,216,202,0.1,0,0,2,4,3.86,2.45,2.06,10,826,850,900,950,1000,1148,1109,7,23,57,38,3,27,6,5,31,20,13,17 +"Taiwan",14,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,11,182,140,322,86,99,55.01,23.51,12.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,45,74,292,95,162,142.41,60.85,26.43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,31,2515.92,1221.61,2511.81,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Shells nei","shells",66,32,16,62,81,75,76,121,52,11,7,103,17,0.1,0,24,7,3,6,25,7,22,25,13.98,18.86,11.36,838,499,300,200,150,100,95,77,857,300,166,249,136,286,118,281,316,446,683,327 +"Taiwan",14,"Natural sponges raw","sponges",0.1,0.1,0.1,0.1,0.1,1,5,2,3,2,3,2,1,5,2,6,2,0.1,0.1,0.1,0.1,1,3,3.14,2.13,0.71,1,1,1,1,1,1,5,0.1,2,NA,0.1,0,1,0,0,0,0.1,1,0.1,NA +"Tanzania",202,"Fish body oils, nei","fish_oil",NA,55,66,0,0,0,0,0,0,0,0,0,0,0,4,2,0,0,18,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Ornamental fish nei","ornamentals",15.7575420353617,20.9991727750186,20.3623087904853,13.6442433671343,25,36,25,56,37,26,37,4,46,95,4,1,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,9.31329301323399,8.77778238601428,13.3099396244758,10.4433017790427,7.3739572189823,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,5,75,73,2,14,200,600,600,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,1813,3868,5359,10294,12745,9797,7605,9361,7496,11848,12536,10450,12182,14773,9815,11600,8400,9000,10200,11450,10542,10048,10678,7840,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,180,104,0,263,78,0,0,0,22.07,150.75,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,69,0,88,0.1,101,30,800,803.08,1381.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,392,680,346,1127,408,418,594,379,432,557,576,485,744,1384,667,544,294,107,165,939.42,1133.35,1509.22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,24,3,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Coral and the like","corals",0,0.1,1,0.1,0,0,0.1,0.1,0.1,21,58,162,1,0.1,8,0.1,3,55,31,13,26,0,0,0,0,0,NA,NA,NA,NA,NA,NA,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Z_TOTAL","corals",0,0.1,1,0.1,0,0,0.1,0.1,0.1,21,58,162,1,0.1,8,0.1,3,55,31,13,26,0,0,0,0,0,NA,NA,NA,NA,NA,NA,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Fish body oils, nei","fish_oil",6,486,290,368,1260,633,1189,1157,1005,1736,2094,3389,3556,2761,3817,4186,3458,3491,3179,3000,3794,3214,3992,4148.65,5833.34,6923.81,0,54,0,0.1,9,45,161,88,0,NA,NA,NA,0.1,0.1,0.1,0,1,0,0,NA +"Thailand",25,"Fish liver oils, nei","fish_oil",45,64,93,52,9,44,36,6,2,0.1,4,23,9,1,4,2,17,4,28,2,24,5,43,42.88,44.16,6.11,0,10,12,9,1,18,20,28,0,NA,NA,0.1,44,0,0,0,0,0,0,NA +"Thailand",25,"Ornamental fish nei","ornamentals",497,878,839,605,730,901,1567,1625,1839,1739,1517,0,0,0,0,0,588,29,53,85,103,0,0,0,0,0,92,42,52,51,83,112,172,213,621,169,151,147,166,152,179,165,266,306,436,127 +"Thailand",25,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,908,2200,970,1115,1493,597,726,864,925,1032,827,643,601.86,439.15,497.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Agar agar nei","seaweeds",17,35,36,38,35,67,134,239,169,156,117,167,186,197,219,193,135,95,55,189,199,173,169,166.36,176.16,144.6,NA,NA,NA,NA,NA,NA,9,22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",77,78,36,37,38,13,81,17,13,364,1466,423,434,258,145,100,134,440,414,621,428,352,330,107.97,43.2,91.28,NA,NA,135,99,98,95,102,110,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,37,32,124,166,195,189,180,124,114,38,76,77.57,126.45,138.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Mother of pearl shells","shells",0.1,1,0.1,0.1,1,11,81,39,61,101,179,26,0.1,8,0.1,12,0,378,4,0,36,356,537,310.82,263.11,184.94,NA,NA,NA,NA,NA,NA,1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Shells nei","shells",350,640,892,990,987,1151,1420,1545,1320,901,721,1063,1042,2427,4729,5050,2763,2610,2185,1087,1599,1634,800,860.55,1191.95,1182.45,NA,NA,586,560,307,288,235,220,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Natural sponges raw","sponges",2,6,5,6,5,6,5,4,4,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,15,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Coral and the like","corals",NA,NA,NA,NA,0.1,0,20,0,0,0,0.1,0,85,30,46,15,36,70,64,0,30,10,0,102.51,76.73,56.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Z_TOTAL","corals",NA,NA,NA,NA,0.1,0,20,0,0,0,0.1,0,85,30,46,15,36,70,64,0,30,10,0,102.51,76.73,56.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Ornamental fish nei","ornamentals",NA,NA,NA,3.89103048476704,0,0,0,0,0,0,0,0,20.076944538279,1,0,2.87096819516039,9,3,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,0,0,0,0,0.01,0,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,150,0,102,91,0,29,164,1328,538,298,108,11,0,0.1,107,323,117,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,17,72,17,91,93,88.17,107.09,114.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Miscellaneous corals and shells","shells",NA,NA,NA,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,40,44,34,74,0.54,1.28,0.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Fish body oils, nei","fish_oil",0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.04,0.04,0,0,0,0.1,0,0,0,0,0,0.1,0,0,1,0,0,0,0,0,0,0.1 +"Trinidad and Tobago",126,"Ornamental fish nei","ornamentals",106,122,134,118,127,127,100,88,82,82,104,86,83,65,178.159264051313,31.3784999336669,2.63712486662675,2.15870210747821,3.06571818695181,1.20185658918112,0,0,0,0,0,0,26,27,34,7,30,52,78,101,21,37.9468018743628,37.1912913474899,58.8798900062955,65.605749207982,48.5020603853678,15,12.0779805983441,9,8,11,65.0256503350564 +"Trinidad and Tobago",126,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2.97625674294475,0,2.97625674294475,0,0,0.13,0.95,29.17,0.06,0.29,0.24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Other seaweeds and aquatic plants and products thereof","seaweeds",0.1,1,0.1,1,1,6,0.1,0.1,0,0.1,0.1,0.1,1,0.1,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,1,2.56,1.86,5.46,2.69,5.85,3.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0.67,29.85,45.28,57.49,10.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Miscellaneous corals and shells","shells",NA,NA,NA,0.1,0.1,0.1,0.1,0,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0.03,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,0.1,0.1,1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Coral and the like","corals",3,6,4,5,5,5,4,4,5,5,21,14,20,20,32,44,45,6,7,11,8,6,4.78,4.11,0.8,3.44,NA,NA,16,21,12,6,17,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Z_TOTAL","corals",3,6,4,5,5,5,4,4,5,5,21,14,20,20,32,44,45,6,7,11,8,6,4.78,4.11,0.8,3.44,NA,NA,16,21,12,6,17,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0.1,5,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,18,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,38,104,65,55,19.55,29.93,0.35,4.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,0,3,3,2,7,2,408,181,133,36,55,66,45,4,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0,0,0.1,1,2.7,0.36,0.15,0.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,17,2,66,28,40.91,40.09,33.18,72.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Miscellaneous corals and shells","shells",NA,NA,NA,0.1,0.1,0,1,3,3,6,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,16,6,0,0,24,24,0,0,35,35,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Natural sponges raw","sponges",27,27,24,15,13,15,20,19,24,21,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,18,17,18,17,27,24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Coral and the like","corals",630,565,595,464,354,348,404,417,351,973,756,5889,1017,3723,940,966,850,1151,957,575,559,0,0,0,0,0,NA,NA,850,748,947,892,5422,6145,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Z_TOTAL","corals",630,565,595,464,354,348,404,417,351,973,756,5889,1017,3723,940,966,850,1151,957,575,559,0,0,0,0,0,NA,NA,850,748,947,892,5422,6145,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Cod liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12806,47,57,8,0,0,0,2,7607,1245,30,0,0,0,0,0,3758,6618,4517,NA +"Turkey",76,"Fish body oils, nei","fish_oil",5,0,0,0.1,3604,1500,6558,11415,914,0,0.1,0.1,13208,61,9778,6002,3639,5025,12229,6447,9936,3575,10238,7296.63,16966.93,6895.91,0,3900,1984,104,0,0,2000,6712,0,0,0,0,0,0,934,2343,1310,0,0,30 +"Turkey",76,"Fish liver oils, nei","fish_oil",35,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,1,1,0.1,2,0.1,0.21,1.44,1,NA,NA,NA,NA,NA,NA,41,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,0.1,0,0,0,1,0.1,0.1,1,1,11,1,0.1,0.1,0.1,2.16,4.51,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Agar agar nei","seaweeds",0.1,1,1,0,2,1,0.1,3,0.1,1,2,0.1,1,1,9,8,3,5,6,2,3,26,11,2.26,3.91,112.72,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Other seaweeds and aquatic plants and products thereof","seaweeds",26,32,73,78,90,47,38,38,10,7,40,12,15,0,0.1,24,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,18,35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,1,1,79,0.07,0.3,16.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,3,0,12,0,0,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,806,728,774.32,651.11,687.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1232,0,0,0,0,0,0,0,1342,887,1188,679,687,1023,0,0,408,367,1141,889 +"Turkey",76,"Natural sponges other than raw","sponges",1,0,0.1,0.1,0,1,0.1,0.1,0,0,0.1,4,0,0.1,1,3,0.1,1,1,0.1,1,1,2,1.58,1.47,0.68,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Natural sponges raw","sponges",8,15,7,7,0,1,3,3,4,3,1,0.1,0,0,0,0,0,0,0,0,0,0.1,0.1,2.06,0.26,2.1,13,0,6,5,3,6,2,5,13,11,17,16,13,18,0,0,12,13,15,24 +"Turks and Caicos Islands",111,"Miscellaneous corals and shells","shells",NA,NA,NA,8,4,4,6,16,90,5,1,2,0,1,3,5,0,15,13,5,11,9,4,0,0.9,0.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Aquatic animals, oils and fats, nei","fish_oil",158,165,321,370,190,214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,16,60,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,11,0,0.1,1,1,0,0,0,0,2,0.1,7,0,0,0,0,0,3.94,0,0.49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0.1,0,0,0,0.02,0.09,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,0.1,0.1,2,1,0,10,3,1,0.1,0,0.1,0.1,2,0.1,7,3,1,0.41,0.42,1.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,2,5,20,6,5,11,11,6,4,2,1,7,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,0.1,0.1,2,2,5,2,3.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,9,15,16,27,34.5,40.42,33.72,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,5,8,12,22,11,53,0,0,0,0,0,0,0,0,0,0,10,59.85,94.33,142.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,0,0,1,0.1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Fish body oils, nei","fish_oil",NA,NA,NA,74,50,30,25,22,74,4,83,25,4,64,76,160,24,44,109,347,744,218,462,753.84,93.9,69.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,45,0,0,0,0,0,0,23,2,2,11,0,11,0.1,15,213,255,404.04,292.24,146.43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Ornamental fish nei","ornamentals",11.8208135852428,1.45976411702884,3.47037464644234,0,0,0,0,0,1.9252118255331,0,4.0023148847329,0,0,16,6,5.04172953352895,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,2.21046905728673,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,0.299068765829503,0,0,0,0,0,0,2.4695716340275,0,1,0,0,0,0.1,4,27.11,10.8,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,3,0,25,0,0,38,51,8,0,0,0,0,0,0,18,39.36,36.34,55.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,1,0,59,0,1,87,3,15,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,0.1,0,7,0,27,17,37,54,61,1,0,140,0.1,1,0.1,0.1,0,198.45,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Natural sponges nei","sponges",NA,NA,NA,1,5,2,69,158,9,11,9,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Fish body oils, nei","fish_oil",5041,4159,3001,1998,1485,1402,1557,1022,2740,1768,2824,2767,2532,4582,6182,5152,5748,4828,3166,8019,9130,10773,10023,11297.83,9705.44,9101.48,694,568,5770,899,5303,10625,11754,14010,3813,2531,2637,997,237,260,3613,905,181,3276,4466,995 +"United Kingdom",180,"Fish liver oils, nei","fish_oil",1133,1769,958,498,257,235,322,157,508,460,285,395,360,377,1312,2987,2685,3355,2913,2393,1059,946,595,574.11,279.35,251.25,1019,684,827,1339,3516,529,546,1040,1032,1953,1340,1090,962,938,635,900,949,806,831,2098 +"United Kingdom",180,"Halibuts, liver oils","fish_oil",36,75,38,13,0,15,2,11,1,2,2,3,46,1,1,1,35,1,0.1,4,0,0.1,0.1,0.7,0,6.58,NA,NA,NA,NA,NA,NA,NA,40,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Ornamental saltwater fish","ornamentals",43,45,214,119,85,25,41,28,32,47,65,59,84,112,177,160,148,148,128,88,107,119,111,127.59,115.31,8,0.1,13,24,260,44,5,29,114,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Agar agar nei","seaweeds",10,40,44,49,142,59,32,32,49,43,80,110,133,608,46,35,92,125,78,55,64,120,103,89.19,74.58,31.56,134,113,0,0,0,0,59,63,50,33,53,28,22,41,65,27,52,53,60,27 +"United Kingdom",180,"Other seaweeds and aquatic plants and products thereof","seaweeds",523,545,439,125,359,228,531,1044,1238,1027,1098,1354,1255,1670,1715,1466,0,0,0,0,0,0,0,0,0,0,146,198,385,245,576,549,532,553,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,959,1046,1107,1358,1495,1688,2394,2867.51,2551.52,1277.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,484,414,751,765,373,344,416,364.91,609.1,1202.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Miscellaneous corals and shells","shells",2266,4240,3813,4100,5362,3579,3725,4572,7139,6624,7301,8627,12132,8843,10795,10035,8255,8994,8204,8359,6668,7785,8063,4266.36,3728.91,4119.63,NA,NA,2471,2886,2136,1723,2895,3242,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2382,3028,0,0,0,0,0,0,2405,226,414,908,1811,2485,3206,2869,2474,1485,1887,125 +"United Kingdom",180,"Natural sponges other than raw","sponges",1,4,17,6,29,80,13,3,4,13,9,10,5,3,6,5,4,15,21,64,20,28,17,2.52,15.25,25.1,NA,NA,NA,NA,NA,NA,6,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Natural sponges raw","sponges",0.1,0.1,0.1,7,0.1,0.1,3,102,43,41,21,1,2,3,2,2,10,10,130,115,120,90,100,121.33,65.1,182.04,0.1,0,1,0.1,1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,0.1 +"United States",163,"Coral and the like","corals",19150,19889,20221,20476,23809,27318,26997,17008,12639,13517,12008,11091,7635,7085,7401,8918,7602,5677,5950,5778,5445,5272,4583,4190.28,4292.75,2607.32,NA,NA,25647,23325,23499,25499,23860,25530,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Z_TOTAL","corals",19150,19889,20221,20476,23809,27318,26997,17008,12639,13517,12008,11091,7635,7085,7401,8918,7602,5677,5950,5778,5445,5272,4583,4190.28,4292.75,2607.32,NA,NA,25647,23325,23499,25499,23860,25530,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Fish body oils, nei","fish_oil",25801,24823,24859,14194,8904,9790,14542,12360,8183,11954,21063,8938,13667,18342,16070,21559,19601,18904,23075,24967,27393,32075,30972,32033.13,27524.04,26599.09,1678,218,396,1741,7594,13729,14669,19507,674,1830,3953,2536,6177,1694,2367,2453,3455,396,1496,3330 +"United States",163,"Fish liver oils, nei","fish_oil",676,1851,1410,732,1230,949,2231,3519,2064,4192,3611,1436,1142,940,1077,1902,840,908,1033,805,656,1375,1522,1551.23,729.44,1667.68,NA,930,2406,968,563,324,1362,643,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Menhaden oil","fish_oil",58240,70662,62506,90438,54349,101738,79672,49430,37855,39665,38188,45506,43180,31464,62222,44183,17840,46037,53614,26825,44920,29287,29716,55188.93,29250.05,20198.27,66034,90084,104453,111615,72299,69620,93990,97946,112324,39281,96750,87500,122647,106400,89414,180837,177720,126192,85690,77969 +"United States",163,"Ornamental fish nei","ornamentals",1430.45221251213,1356.29783958338,978.471876299509,1014.91905444469,764.887069542176,650.371864592263,773.056993616378,789.461662921897,798.787097453773,902.441036891599,540.704243547824,1033.71609553604,1220.29821375084,1117.55108738568,1216.97587358211,1208.74112835079,0,0,0,0,0,0,0,0,0,0,1206.26542487118,957.336697335985,1154.58363676822,1223.30109290754,1414.02042624979,1609.70441774498,1769.16479234646,1837.0548054603,785.516930442493,287.826821886623,395.985728907677,515.453023943772,691.186444713242,707.31529967693,711.859952283748,683.398821984878,492.20723000615,379.071096765388,453.85646842498,214.880212505899 +"United States",163,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.0502234376866451,0,0.0373815078376403,0.0436647354391528,0.0106160976350438,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Agar agar nei","seaweeds",132,132,111,87,71,63,81,58,76,134,80,182,281,283,264,279,177,191,158,115,97,157,121,139.04,175.33,150.03,NA,NA,NA,NA,NA,NA,62,135,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Other seaweeds and aquatic plants and products thereof","seaweeds",2454,2121,1773,1627,1576,1725,2013,2224,2569,2252,934,1245,1718,1406,1380,1560,0,0,0,0,0,0,0,0,0,0,NA,NA,969,1219,1183,1568,1351,2400,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,920,1233,1245,1144,1052,1063,941,1026.71,1384.26,1654.91,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,313,156,246,208,183,340,486,463.02,259.04,325.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Natural sponges raw","sponges",196,701,1199,2399,2105,774,671,528,581,340,190,132,559,304,102,42,79,125,47,50,23,28,20,26.34,52.54,19.43,NA,NA,147,108,142,131,379,339,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Uruguay",173,"Fish body oils, nei","fish_oil",54,71,113,6,0,10,21,12,0,0,181,0,0,0,5,0,36,17,6,0,0,0,0,0,0,0,146,301,229,206,209,109,38,69,289,NA,NA,NA,22,70,92,1041,79,40,107,NA +"Uruguay",173,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.01,0.05,0.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vanuatu",6,"Coral and the like","corals",NA,NA,25,48,0,29,59,63,36,32,0,0,0,0,0,0,19,0,44,33,36,0,0,15.54,16.82,16.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vanuatu",6,"Z_TOTAL","corals",NA,NA,25,48,0,29,59,63,36,32,0,0,0,0,0,0,19,0,44,33,36,0,0,15.54,16.82,16.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vanuatu",6,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,98.6080493596549,124.457759344844,119.260750875421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vanuatu",6,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,4.61919503001559,27.4290060098699,0,0,0,0,0,0,14.1161635246867,21.592747248164,51.898802664469,19.1682571378915,7.90422977024195,17.0845054110944,2,0,0,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vanuatu",6,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,12,0,0,0,12,11,2,10,26,17,6,5,10,0,0,0,32,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Venezuela",139,"Coral and the like","corals",0,0,0,7,3,17,14,0,0,0,0,0,0.1,0,0,0,0,538,644,1412,894,1180,691,0,0,0,NA,NA,NA,NA,NA,NA,1,28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Venezuela",139,"Z_TOTAL","corals",0,0,0,7,3,17,14,0,0,0,0,0,0.1,0,0,0,0,538,644,1412,894,1180,691,0,0,0,NA,NA,NA,NA,NA,NA,1,28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Venezuela",139,"Cod liver oil","fish_oil",0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5 +"Venezuela",139,"Fish body oils, nei","fish_oil",0,0.1,0,0,0,0.1,1,1,1,1,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Venezuela",139,"Ornamental fish nei","ornamentals",108,12,2,2,10,7,5,8,22,15,3,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,18,40,40,39,118,83,31,3,0,0,0.1,0,0,0,0,0.1,2,7,0.1 +"Venezuela",139,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,14,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193.75,230.5,157,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Venezuela",139,"Natural sponges raw","sponges",0,1,1,0,1,0,0,0,1,0.1,0.1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Coral and the like","corals",NA,NA,1993,2938,2473,3103,945,1128,2320,3236,3128,2400,2600,3500,3000,3000,2850,1600,2335,3000,2611,2362,1711,709.26,1280.92,1038.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Z_TOTAL","corals",NA,NA,1993,2938,2473,3103,945,1128,2320,3236,3128,2400,2600,3500,3000,3000,2850,1600,2335,3000,2611,2362,1711,709.26,1280.92,1038.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,60,0,18,402,1966,2036,8200,29000,26000,30000,50660,57000,51000,38041,18100,20200,12702,6606,17849.81,15215.66,27258.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,2,341,1,113,7,5,15,3,53,0,3,0,0,0,0,7,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Ornamental fish nei","ornamentals",715.446024836063,0,0,0,0,40,156,3520,1564,30,89,74,84,121,902.359876227514,846.121521852045,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,736.115115348155,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1234.05143862306,1238.38663337123,1276.2976780944,1290.69350658959,1283.27109322376,1290.87902425108,1405.15391548782,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Agar agar nei","seaweeds",NA,NA,1,2,26,0,4,0,1,0,0,0.1,2,2,1,0.1,4,5,13,23,28,143,108,464.9,453.12,872.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,66,0,66,1100,600,154,319,532,316,290,600,460,800,800,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,168,130,179,137,128,144,157,226.1,335.44,180.39,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1100,360,511,750,574,929,1040,2616.54,2806.72,4267.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Yemen",47,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,3,0,0,0,60,15,0,122,127,192,100,0,0,40,20,0,285.88,2730.53,0,0,0,0,0,0,0,0,0,NA,NA,NA,254,482,119,2,0,0,0,NA +"Yemen",47,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,20,0,20,26,5,270,161,445,563,115,19,8,55,144,126,431.06,297.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Yemen",47,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,6,24,4,2,18,3,41,22,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Yemen",47,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,11,0,1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Yemen",47,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,5,0,43,38,7,0,0.1,7,1,12,0,8,8,27,0,0,0,12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA diff --git a/globalprep/prs_coral_harvest/v2023/int/coral_harvest_usd_wide.csv b/globalprep/prs_coral_harvest/v2023/int/coral_harvest_usd_wide.csv index b4670c00..5c019e28 100644 --- a/globalprep/prs_coral_harvest/v2023/int/coral_harvest_usd_wide.csv +++ b/globalprep/prs_coral_harvest/v2023/int/coral_harvest_usd_wide.csv @@ -1,1012 +1,1058 @@ -"rgn_name","rgn_id","commodity","product","1996","1997","1998","1999","2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","1988","1989","1990","1991","1992","1993","1994","1995","1987","1977","1978","1979","1980","1981","1982","1983","1984","1985","1986","1976" -"Albania",82,"Coral and the like","corals",391,137,156,316,57,21,33,54,126,29,29,0,136,120,0,160,89,66,24,180,359,28,80,193.92,97.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Albania",82,"Z_TOTAL","corals",391,137,156,316,57,21,33,54,126,29,29,0,136,120,0,160,89,66,24,180,359,28,80,193.92,97.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Albania",82,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,1,0.1,0,0,4,1,6,0,16,5,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Albania",82,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,12,14,10,3,4,4.46,1.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Algeria",84,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,3,2,12,8,5,0.1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Angola",200,"Fish body oils, nei","fish_oil",NA,NA,565,438,228,0,0,417,204,446,100,0,0,0,0,241,115,20,2030,2674,3227,3845,1812,2165.44,2000,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Angola",200,"Fish liver oils, nei","fish_oil",NA,227,100,1,0,0,0,0,0,0,0,0,445,76,80,15,286,0,87,0,0,0,0,0.24,0.24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Argentina",172,"Fish body oils, nei","fish_oil",178,224,263,47,26,297,476,495,588,454,496,922,1859,1326,1812,1972,479,2607,1754,1701,886,1241,184,0,302.2,21,50,34,79,93,9,61,119,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Argentina",172,"Fish liver oils, nei","fish_oil",0,1,3,0,0.1,0,0.1,26,55,29,12,1,0.1,0,0.1,0,0,0,0,6,0,0,0,0,0,8,0,5,1,5,5,1071,229,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Argentina",172,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,109,95,2,0,2,77,0,0,0,NA -"Argentina",172,"Ornamental fish nei","ornamentals",30,8,10,0,17,25,23,38,30,50,60,61,61,56,52,39,0,0,0,0,0,0,0,0,0,2,3,3,24,8,22,2,32,9,9,9,9,32,8,5,3,0,0,5,3 -"Argentina",172,"Agar agar nei","seaweeds",519,52,20,30,29,14,19,36,56,29,37,47,25,15,41,9,9,6,5,0,0,2,0,0,0,NA,NA,NA,NA,NA,NA,1014,1134,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Argentina",172,"Other seaweeds and aquatic plants and products thereof","seaweeds",102,61,162,58,9,2,0.1,101,104,624,884,436,400,201,496,268,0,0,0,0,0,0,0,0,0,NA,NA,NA,369,96,397,1302,475,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Argentina",172,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,483,493,769,935,1079,679,75,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Aruba",250,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,225,92,2,5.63,5.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Coral and the like","corals",2304,2162,2934,1534,957,802,1863,676,921,1053,1846,1902,1814,1929,2668,2865,6403,7641,6331,9692,9591,9810,0,0,0,0,0,7301,4307,4339,3429,3832,3205,0,363,522,776,1366,729,780,1127,1183,1029,0,328 -"Australia",16,"Z_TOTAL","corals",2304,2162,2934,1534,957,802,1863,676,921,1053,1846,1902,1814,1929,2668,2865,6403,7641,6331,9692,9591,9810,0,0,0,0,0,7301,4307,4339,3429,3832,3205,0,363,522,776,1366,729,780,1127,1183,1029,0,328 -"Australia",16,"Fish body oils, nei","fish_oil",96,7,110,99,768,459,261,555,537,1368,3114,7775,1628,3119,2369,3529,4853,6894,8022,10606,7285,5769,3280,4588.22,4378.78,118,183,6,2,217,66,212,483,1,48,78,5,4,19,12,26,1216,8,76,101 -"Australia",16,"Fish liver oils, nei","fish_oil",1530,1768,2120,696,828,775,325,1071,1052,1045,1039,1714,1607,1123,1822,1671,4137,2961,2431,2257,507,0,0,0,0,NA,43,74,158,538,716,733,663,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Ornamental fish nei","ornamentals",3477,2087,782,1077,912,1194,955,876,1278,833,753,1442,2135,2172,2149,2226,0,0,0,0,0,0,0,0,0,NA,357,304,469,567,893,1142,1480,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,178,0,164,147,287,160,112,268,276,116,82,2119,2001,1473,1130,1300,1409,1756,1563.49,827.86,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Agar agar nei","seaweeds",39,36,18,6,1,2,5,15,7,80,196,633,462,40,28,13,9,20,15,31,19,88,24,7.52,18.25,NA,NA,NA,NA,NA,NA,NA,60,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Other seaweeds and aquatic plants and products thereof","seaweeds",1812,1803,1462,1430,1085,1355,1920,682,2448,3023,3471,2008,1957,1671,2721,2914,0,0,0,0,0,0,0,0,0,NA,NA,679,1486,1290,1494,1631,1847,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,824,924,1063,858,707,1049,1225,702.14,1188.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1589,1143,1335,681,1013,1152,1234,1184.13,719.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Mother of pearl shells","shells",876,0,0,0,764,649,0,750,577,1575,896,1539,2040,1010,2082,1299,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Australia",16,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,726,583,1368,1159,911,720,535,426,0,353 -"Australia",16,"Natural sponges raw","sponges",71,155,60,113,0,0,16,37,73,44,108,13,43,125,211,124,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bahamas",110,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,134,28,0,0,0,0,347,146,664,784,250,842,537,1167,438,1179,889.33,572.1,571.35,47.25,10.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bahamas",110,"Shells nei","shells",NA,NA,NA,NA,34,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5,0,0.5,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bahamas",110,"Trochus shells","shells",NA,NA,NA,NA,43,18,0,0,0,20,67,2,30,16,5,83,50,41,83,65,53.61,27,29.81,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bahamas",110,"Natural sponges nei","sponges",1797,1104,1555,2780,1579,1496,52,8,16,569,1053,717,368,0,0,0,0,0,0,0,0,0,0,0.55,0.53,NA,NA,NA,NA,NA,NA,NA,2038,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bahrain",52,"Fish body oils, nei","fish_oil",0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0.03,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0 -"Bahrain",52,"Ornamental fish nei","ornamentals",37,8,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,5,56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bangladesh",204,"Ornamental fish nei","ornamentals",0,0,0,0,0,4,6,3,3,86,45,7,2,1,2,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,NA,NA,NA,NA,NA,NA,NA,43,18,0,NA -"Bangladesh",204,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,24,0,48,27,174,43,53,16,129,4,0,0,10.42,43.68,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bangladesh",204,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,102,66,112,102,122,187,434,766,1386,1263,260,173,116,82,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Barbados",124,"Fish liver oils, nei","fish_oil",NA,NA,NA,0.1,0,0,0,3,0,1,1,0.1,5,0,2,4,0,0,0,0,5,2,2,3.66,3.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Barbados",124,"Ornamental fish nei","ornamentals",0,0,1,2,89,26,22,24,20,9,0,0,0,5,0,2,0,0,0,0.1,4,0.1,0,0,0,0,0,0,0,1,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,7 -"Barbados",124,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,4,8,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0.1,0,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Barbados",124,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,0.1,0.1,0,1,0,0,0,1,0,0,0,0,0,0,0,10,6,5,10.05,10.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Fish body oils, nei","fish_oil",1268,831,643,362,259,88,529,1946,11355,18470,21656,20529,14290,25706,17334,21060,19211,10607,10079,14967,22512,19617,36384,34405.23,37978.66,109,159,173,79,91,274,311,1132,576,130,140,181,244,75,52,98,230,74,101,149 -"Belgium",59,"Fish liver oils, nei","fish_oil",141,124,223,220,162,206,279,308,372,184,139,358,487,224,189,119,88,185,181,140,359,125,118,108.15,66.4,749,393,173,149,123,209,146,355,406,30,24,60,118,38,23,12,33,67,155,138 -"Belgium",59,"Halibuts, liver oils","fish_oil",NA,3,0,0,0,0,0,0.1,0,0,0,0,96,38,0,3,10,19,4,4,0,0,12,0,3.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Ornamental saltwater fish","ornamentals",194,121,20,33,18,415,617,241,123,97,30,51,40,45,68,90,180,321,86,131,119,154,138,60.8,304.79,174,82,117,71,129,197,283,285,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Agar agar nei","seaweeds",229,181,213,702,611,404,452,420,541,805,781,1358,1503,1478,1617,1611,1752,2381,3824,3277,2858,2958,2917,2682.92,1957.03,70,31,0,0,0,0,133,241,136,0.1,1,1,1,44,29,101,128,170,104,0.1 -"Belgium",59,"Other seaweeds and aquatic plants and products thereof","seaweeds",303,340,490,456,384,732,990,1713,1478,1682,1067,1583,1553,1508,1893,1487,0,0,0,0,0,0,0,0,0,336,247,155,141,180,371,886,383,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1000,1889,1616,1369,1645,2006,2545,2203.29,1804.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,675,341,470,265,332,429,547,924.06,760.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Miscellaneous corals and shells","shells",196,219,195,64,144,281,358,353,518,14137,17631,16430,16279,1572,1100,1273,1327,1414,1335,1464,1778,1762,1520,2165.01,2775.97,NA,NA,186,196,300,506,540,280,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,158,0,0,0,0,0,0,245,4,4,4,4,119,87,185,137,151,217,3 -"Belgium",59,"Natural sponges other than raw","sponges",323,307,336,236,215,213,140,169,235,304,128,129,149,99,70,40,28,11,3,1,11,5,6,35.11,131.1,NA,NA,NA,NA,NA,NA,238,289,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belgium",59,"Natural sponges raw","sponges",8,1,0,0,1,115,88,68,26,0.1,1,1,0.1,0.1,0.1,1,72,3,0.1,7,1,2,70,2,1.66,66,84,78,223,268,252,238,7,44,2,2,1,2,44,29,32,17,25,24,2 -"Belize",164,"Ornamental fish nei","ornamentals",36,47,0,0,43,20,23,44,90,95,51,116,125,119,84,120,284,208,0,0,0,0,0,0,0,17,42,16,28,30,27,36,32,7,6,0,39,65,0,9,7,8,18,20,NA -"Belize",164,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,2,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Belize",164,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,61,119,0.1,0,0,0.1,0,0,0,12,0.33,40.49,16.61,17.76,0,14.16,14.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bonaire",245,"Coral and the like","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bonaire",245,"Z_TOTAL","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bonaire",245,"Ornamental fish nei","ornamentals",12,18.25,13.75,14,12.5,9.5,9.5,10.5,1.75,10.5,18,17.25,14.5,15,0.25,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bosnia and Herzegovina",232,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,33,59,0,402,404,448,267,515,377,29,223,520,475,104,147,221,111,125,56.66,255.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Coral and the like","corals",14,12,6,1,1,2,3,34,94,55,64,54,47,29,3,8,16,68,5,4,1,3,1,0.13,0.13,NA,NA,NA,NA,NA,NA,12,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Z_TOTAL","corals",14,12,6,1,1,2,3,34,94,55,64,54,47,29,3,8,16,68,5,4,1,3,1,0.13,0.13,NA,NA,NA,NA,NA,NA,12,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Cod liver oil","fish_oil",0,15,0.1,0.1,0.1,0,0.1,0.1,34,14,4,4,0,0.1,1,0,0.1,0,0,1,0,0,0,0,0.06,NA,NA,NA,0.1,1,17,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Fish body oils, nei","fish_oil",0,26,7,0,3,0.1,0.1,0.1,1,12,3,3,2,4,4,4,0,0.1,0,27,397,647,2146,1028.36,2119.59,17,15,0,0,4,3,18,11,0,10,4,0,0,0,0,0,0,0,0,33 -"Brazil",171,"Fish liver oils, nei","fish_oil",0,2,1,1,0.1,0,0.1,0,6,0.1,0.1,0,0,0,0,2,4,0,0,0,0,8,0,0,2.21,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Ornamental fish nei","ornamentals",4249,3921,3345,3371,3235,3226,3250,2379,2664,4350,4136,5052,5629,7107,6792,7320,86,0,0,0,0,0,0,0,0,1078,1110,1393,1848,2396,3277,3833,4252,1023,665,884,1035,843,743,622,515,711,833,859,625 -"Brazil",171,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,493,425,314,329,391,365,273,239.22,116.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Agar agar nei","seaweeds",152,5,6,92,28,18,27,29,39,0.1,2,2,8,8,56,129,5,104,81,95,131,3,138,44.85,5.4,NA,NA,NA,NA,NA,NA,341,130,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Other seaweeds and aquatic plants and products thereof","seaweeds",285,253,170,301,474,175,122,110,77,145,72,195,213,159,221,220,0,0,0,0,0,0,0,0,0,NA,NA,2,266,183,118,196,128,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,1,4,19,1,24,327,351.06,538,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,212,224,392,414,312,288,254,234.68,1566.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brazil",171,"Natural sponges raw","sponges",35,0,0,8,0.1,6,4,2,4,13,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brunei",247,"Ornamental fish nei","ornamentals",14,0,0,3,0,19,8,35,159,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brunei",247,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,24,73,3,46.67,65.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Brunei",247,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,150,202,0,0,421.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Ornamental fish nei","ornamentals",NA,NA,NA,1,4,3,4,1,20,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,0,0,0,0,0,0,0,0,62,263,432.29,762.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,1.09647328684878,6,0,0,0,0,0,0,0,0,0,0,64,11,35,4,43.26,43.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,86,0,30,0,0,0,1,0,0,0,1,0,199,580,445,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,271,390,419,122,119,69,91,180.89,269.51,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,829,439,561,439,122,162,47,77,290,220,824,525,390,1523,264,435,416,535,542.95,442.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Bulgaria",71,"Natural sponges raw","sponges",NA,NA,NA,6,0,0,0,0,0,0,0,7,6,11,3,7,3,1,0,0,0,0,2,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cambodia",24,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,2327,3237,2435,1147,502,318,119,233,7,34,87,113,7,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cambodia",24,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,24,142,91,250,869,710,64,0,0,0,11,0,20,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Coral and the like","corals",647,630,609,729,1124,1373,729,601,1215,486,501,514,576,290,600,3409,830,635,1522,536,819,571,863,1297.12,1020.54,NA,NA,470,443,210,555,468,750,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Z_TOTAL","corals",647,630,609,729,1124,1373,729,601,1215,486,501,514,576,290,600,3409,830,635,1522,536,819,571,863,1297.12,1020.54,NA,NA,470,443,210,555,468,750,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Cod liver oil","fish_oil",84,4,220,18,112,234,71,57,11,214,168,757,127,134,553,646,630,433,690,254,431,432,328,489.87,209.72,0,0,0,0,0,26,117,124,160,391,694,527,467,606,212,359,100,75,92,467 -"Canada",218,"Fish body oils, nei","fish_oil",632,1514,2601,962,1107,1624,2300,2252,5796,11074,20692,16786,21788,17288,34348,47402,34512,28342,14812,15215,11648,18928,20353,22192.26,23615,1878,1734,2645,2455,3522,973,798,724,886,1946,1790,1771,1004,1441,1185,1022,1061,909,872,1056 -"Canada",218,"Fish liver oils, nei","fish_oil",20,71,466,26,377,3,77,350,1300,1028,692,2533,3328,970,1653,901,76,907,73,140,114,55,281,646.14,75.23,827,280,19,178,103,383,49,192,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Herring oil","fish_oil",2721,1936,2359,1018,1133,659,1069,1143,1457,795,2370,2266,3274,1216,798,1207,855,743,451,428,1176,835,450,673.64,571.94,0,0,0,0,0,1852,1159,1601,1305,1361,1565,1465,2430,1581,846,1465,1356,1571,1106,1509 -"Canada",218,"Ornamental fish nei","ornamentals",9,11,24,26,24,10,13,4,49,87,72,301,36,15,50,10,0,0,0,0,0,0,0,0,0,7,0,9,36,9,23,4,28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,0,19,1,2,8,6,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Agar agar nei","seaweeds",0,19,151,18,71,146,78,83,108,175,510,324,95,29,71,108,223,789,1932,0.1,1,1,17,17.13,3.1,NA,NA,NA,NA,NA,NA,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Other seaweeds and aquatic plants and products thereof","seaweeds",6895,3136,4871,6132,6727,5211,5985,6867,7315,8119,9547,9538,11776,12023,12085,12404,0,0,0,0,0,0,0,0,0,NA,NA,6943,4419,3584,6329,21573,5438,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5360,2829,4381,6695,8733,9065,4582,7366.09,6373.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7009,10219,9844,9099,8661,9137,9585,10319.11,12397.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Canada",218,"Natural sponges raw","sponges",5,3,24,213,11,14,10,17,360,438,374,153,80,119,15,30,82,15,1,6,5,0,0,0,0,NA,NA,139,197,186,242,45,12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Coral and the like","corals",363,268,372,179,210,341,180,151,100,61,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,699,645,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Z_TOTAL","corals",363,268,372,179,210,341,180,151,100,61,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,699,645,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Fish body oils, nei","fish_oil",41712,13222,3262,13409,3121,2013,12192,10332,17629,26077,43551,52666,102764,56319,50122,86922,108319,108811,132467,108948,86657,84733,134059,123825.6,169395.41,23521,22690,14360,26492,15060,18978,43776,49180,16698,11218,22168,21467,34608,27048,26879,6738,28549,35671,18481,10482 -"Chile",224,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,NA,NA,NA,NA,14,45,43,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Ornamental fish nei","ornamentals",0,5,30,2,2,2,2,0.1,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,19,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Agar agar nei","seaweeds",44581,42483,24025,32372,39044,40325,32575,31904,32793,39168,46099,46208,39282,32991,36470,43639,43805,44071,48754,48790,39030,37248,34286,30143.9,31031.02,NA,NA,NA,NA,NA,NA,33428,40354,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Other seaweeds and aquatic plants and products thereof","seaweeds",25212,26862,28161,28403,24145,26012,22354,28028,30393,35604,33604,41500,54603,60811,71211,81161,0,0,0,0,0,0,0,0,0,NA,NA,18574,17586,13168,12682,39459,25043,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10941,12951,8664,4279,4616,3474,3290,5013.18,3147.27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,85423,129436,134186,96463,103279,126904,98341,80650.96,84176.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,94,106,150,73,156,56,163,33,66,79,101,80,62.51,131.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Chile",224,"Natural sponges raw","sponges",0,0,0,0,13,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,45,23,199,701,699,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Coral and the like","corals",639,1815,513,551,394.1,645,663,789,819,1667,2098,2422,1982,3559,4249,3779,3840,3982,4385,5983,5384,4833,7701,7906.44,7621.45,NA,NA,565,887,980,1023,1731,1388,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Z_TOTAL","corals",639,1815,513,551,394.1,645,663,789,819,1667,2098,2422,1982,3559,4249,3779,3840,3982,4385,5983,5384,4833,7701,7906.44,7621.45,NA,NA,565,887,980,1023,1731,1388,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Fish body oils, nei","fish_oil",25,143,1298,395,740,752,1078,888,921,3226,8185,12083,21416,30919,50470,87945,81756,113122,123179,162311,133499,125422,126160,144395.4,150486.04,3,0.1,0,0,315,46,22,22,0,NA,NA,NA,NA,NA,0.1,0,0.1,0,1,NA -"China",209,"Fish liver oils, nei","fish_oil",412,411,379,359,339,46,200,369,717,1207,259,339,441,622,1867,2896,4479,3456,2597,4394,3193,3274,3534,3281.73,2733.13,1,8,109,43,366,243,281,386,14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Ornamental fish nei","ornamentals",17889,4381,3044,11027,2155,2019,2166,3025,3280,3430,3475,4584,4564,5065.1,4806,5280,0,0,0,0,0,0,0,0,0,0.1,0,0,0,17594,17491,18195,19362,0,NA,NA,NA,NA,NA,NA,7,3,0,0,NA -"China",209,"Ornamental saltwater fish","ornamentals",0,127,5,0,83,20,49,5,14,38,18,26,12,7,3,7,64,25,36,25,6,209,134,412.04,242.66,50,41,0,183,0,0,0,0,12,NA,25,0,8,2,3,6,0,0,0,NA -"China",209,"Agar agar nei","seaweeds",8891,8255,7016,7900,8202,10658,12545,14652,16430.1,29252,43259,41075,35916,31985,43018,53834,58804,69065,97184,91558,86024,85460,85777,76029.42,67987.5,NA,NA,NA,NA,NA,NA,5952,11739,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",16817,17155,13198,17222,16096,17025,18705,20360,16675,19712,22362,23562,32666,27542,28340,29670,23342,19434,18334,15446,14862,16641,16304,17771.59,16959.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Other red algae","seaweeds",6229,4577,1518,1036,741,0,0,0,0,0,0,0,15,4,0,94,15,12,0,924,3251,1219,1135,309.05,110.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Other seaweeds and aquatic plants and products thereof","seaweeds",61690,70758,17182,14966,11275,10648,13582,18578,19113,16978,25272,16849,15877,17379,19457,26563,0,0,0,0,0,0,0,0,0,NA,NA,474,1485,2903,4197,57276,75130,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7232,2686,2083,1768,2871,3775,4052,4202.19,3570.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1352,984,1317,2949,1896,3728,3710.1,3037.47,2030.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Miscellaneous corals and shells","shells",0,1,1,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,1209,1326,1782.69,511.05,NA,NA,NA,NA,NA,NA,5,15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Natural sponges nei","sponges",0,0,0,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,294,171,1,46,9,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"China",209,"Natural sponges raw","sponges",228,168,119,63,768,1040,646,612,0,208,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,24,130,116,262,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Coral and the like","corals",3,11,9,4,1,8,1,21,20,41,1,11.0151483424131,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Z_TOTAL","corals",3,11,9,4,1,8,1,21,20,41,1,11.0151483424131,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Cod liver oil","fish_oil",0,0,0,0,0,0,7,8,24,32,6,3,2,0.1,14,9,0,1,1,1,1,4,0,0,0.82,NA,NA,NA,NA,5.14128368472183,8,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Fish body oils, nei","fish_oil",30,90,73,13,9,12,0,2,24,40,84,382,374,1455,277,13,282,94,34,295,2,0,0,0,0.01,NA,NA,NA,NA,7,38,5,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Fish liver oils, nei","fish_oil",1,2,19,4,5,13,3,0,0,0,0,20.4980612504437,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,NA,NA,NA,NA,2,0,0,0,0,0,NA -"Colombia",132,"Ornamental fish nei","ornamentals",4819,4423,3705,4265,3162,3636,4284,4599,7272,6258,7031,8652,7551,8500,8543,8789,0,0,0,0,0,0,0,0,0,1373,1768,1723,5339,3583,4558,4770,4713,1258,2627,6934,8451,12221,14083,6851,1759,1500,823,1122,1209 -"Colombia",132,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,879,868,517,975,1254.94,57.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,2,2,1,1,0,0,0,3,3,0,0,3,2,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,18,14,2,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Colombia",132,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,271,160,93,174,459,583,466,62,364,267,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cook Islands",153,"Ornamental fish nei","ornamentals",105,60,115,74,115,40,98,163,90,78,92,36,144,132,159,117,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,111,89,157,111,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cook Islands",153,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,5,38,16,12,0,0,10.36,10.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cook Islands",153,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,52,1,47,16,106,31,167,80,0.1,37,166,0,59,0,0,0,0,0,0,64.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Costa Rica",130,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,92,175,158,425,514,786,1467,1379,829.07,1064.56,8,0,0,0,0,0,0,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Costa Rica",130,"Fish liver oils, nei","fish_oil",17,0,6,1,0,5,6,1,2,5.9145820587928,0,0,0,0,0,104,68,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,8.46095497681728,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Costa Rica",130,"Ornamental fish nei","ornamentals",458,368,365,282,268,252,330,346,418,277,312,280,145,14,0,19,0,0,0,0,0,0,0,0,0,311,369,330,549,501,951,876,541,164,NA,NA,NA,NA,NA,NA,NA,36,0,25,NA -"Costa Rica",130,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,153,137,78,59,0,64,30,45,36,23,56,241.63,124.27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Costa Rica",130,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,22,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Costa Rica",130,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,12,18,11,23,15,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,NA,NA,51,290,0,0,11,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Coral and the like","corals",42,38,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,55,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Z_TOTAL","corals",42,38,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,55,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Fish body oils, nei","fish_oil",9,7,12,0,14,15,3,10,7,1,5,246,474,333,251,206,222,298,84,128,106,11,9,48.58,0.47,NA,NA,NA,NA,2,19,13,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,0.1,0.1,3,4,11,2,1,12,19,13,29,73,135,131,94,0.1,0.02,0.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Agar agar nei","seaweeds",NA,NA,NA,NA,7,0,1,10,0,1,1,8,14,6,6,12,6,8,5,7,11,3,4,10.07,4.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Other seaweeds and aquatic plants and products thereof","seaweeds",17,12,0,19,3,6,3,1,2,3,8,9,14,4,12,1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,0.1,3,3,2,2,2,6.42,2.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0,0.12,2.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,32,50,31,40,65,54,68,123,84,70,150,97,113,19,5,3,6,6,7,11.19,9.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Natural sponges nei","sponges",NA,NA,NA,NA,268,187,290,345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,184,285,197,215,174,93,169,38,81,45,36,37,54,25,39,18.69,10.47,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Croatia",187,"Natural sponges raw","sponges",254,242,235,315,0,0,0,0,193,68,282,309,431,431,478,379,235,11,0,148,125,0,0,0,0,NA,NA,NA,NA,NA,NA,173,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Ornamental fish nei","ornamentals",NA,NA,NA,74,83,102,56,100,108,97,107,110,71,70,71,187,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,112,118,119,86,68,74,8,5.34,14.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,77,230,136,101,72,61,24,23,0,0,8,4,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Miscellaneous corals and shells","shells",NA,NA,NA,27,5,1,16,12,0,0,0,0,0,0,0,0,0,52,101,58,0,2,0,0,26.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Natural sponges nei","sponges",NA,NA,NA,1489,655,542,731,781,643,457,748,608,0,0,0,0,0,0,0,0,0,0,0,1.63,1.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cuba",112,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,502,369,232,390,277,400,267,170,92.18,73.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Curacao",244,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,62,11,21,17,16,15,12,15,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cyprus",81,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,1,4,60,20,0.14,0.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cyprus",81,"Natural sponges other than raw","sponges",17,25,338,503,39,28,8,19,48,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,128,49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Cyprus",81,"Natural sponges raw","sponges",0,0,1614,112,712,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,0,0,0,0,2,2,10,NA,NA,56,128,55,0,46,14,20,0,NA -"Democratic Republic of the Congo",199,"Ornamental fish nei","ornamentals",458,360,360,255,305,127,268,290,228,259,268,285,260,289,286,240,2,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,549,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Democratic Republic of the Congo",199,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,23,10,0,0,0,9.8,6.31,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Fish body oils, nei","fish_oil",51611,54669,56937,39741,33819,40356,54305,66186,82792,89772,116665,126777,201438,150268,206251,239904,268738,262033,274404,241969,268990,231879,231044,244511.59,298304.44,16707,6991,10044,25182,33055,24899,29139,54237,8399,NA,NA,NA,39397,32689,22878,22546,20896,18358,12549,NA -"Denmark",175,"Fish liver oils, nei","fish_oil",341,268,365,194,207,217,451,784,460,1215,3000,789,1917,802,843,3877,5564,9093,11531,5659,10609,11970,13493,3252.8,5394.71,268,372,392,214,627,59,477,267,154,0.1,2,108,771,432,40,11,9,4,9,1 -"Denmark",175,"Halibuts, liver oils","fish_oil",NA,NA,7,61,24,3,0,0,0,0,25,0,40,0.1,0,0,36,27,0.1,13,332,114,921,930.34,951.58,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Herring oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32058,27976,26029,0,0,0,0,0,0,0,28473 -"Denmark",175,"Ornamental saltwater fish","ornamentals",10,6,127,57,38,37,44,19,0,0,40,5,1,0,0,0,3,0.1,31,85,343,86,63,0,2.66,66,0,27,182,87,13,1,47,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Agar agar nei","seaweeds",2033,2116,873,880,437,85,384,464,833,823,367,637,131,95,113,192,78,92,579,634,490,309,87,12.23,78.05,944,1467,0,0,0,0,244,740,14303,NA,NA,NA,NA,NA,NA,594,605,714,1211,NA -"Denmark",175,"Other seaweeds and aquatic plants and products thereof","seaweeds",119,743,434,286,541,429,174,873,1097,2586,1819,2270,2163,2072,2679,3494,0,0,0,0,0,0,0,0,0,12,22,0,0,0,0,39,29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4736,4910,3345,2545,2861,3724,5432,6278.87,6237.99,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,290,195,210,194,110,1004,1170,823.31,1414.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Miscellaneous corals and shells","shells",2903,3968,1856,520,903,1743,2604,2915,1126,725,634,661,971,532,894,968,285,664,108,111,98,185,573,521.92,1073.93,NA,NA,NA,NA,NA,NA,2735,2246,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2582,2535,0,0,0,0,0,0,2549,184,207,232,214,1696,1514,1285,1188,1379,1952,172 -"Denmark",175,"Natural sponges other than raw","sponges",9,3,12,11,6,3,4,9,1,4,8,110,4,8,0.1,1,3,37,24,12,79,32,17,31.66,49.77,NA,NA,NA,NA,NA,NA,1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Denmark",175,"Natural sponges raw","sponges",0,0,0,7,0,0,0,0,0,0.1,0.1,0,3,0,0,33,12,0.1,1,214,73,2,2,18.96,1.62,4,0,0,0,0,0,55,286,10,2,2,1,1,4,2,4,5,3,6,5 -"Djibouti",46,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,64,558,942,832,508.91,630.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominica",123,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,5,0,1,0.99,0.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominica",123,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,1,0,3,0.1,0.1,1,0,0,0,0,0,0,0,0,0,0,0,2,7,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominica",123,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,0.1,6,17,7,4,0.1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Coral and the like","corals",NA,26,6,15,4,0,0.1,2,5,4,123,0.1,20,0,151,8,0.1,0,0,0,0,0,7,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Z_TOTAL","corals",NA,26,6,15,4,0,0.1,2,5,4,123,0.1,20,0,151,8,0.1,0,0,0,0,0,7,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Fish body oils, nei","fish_oil",0,1,4,1,2,1,2,0.1,0,0,0.1,0,0,0,0,0.1,25,1,0,3,3,0.1,0,1.31,1.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0 -"Dominican Republic",115,"Fish liver oils, nei","fish_oil",NA,NA,NA,1,0,1,0,0.1,0,0.1,0,0,4,0.1,0,0,0,0,0,0,0.1,1,0,0.08,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Ornamental fish nei","ornamentals",28,23,10,7,11,16,88,88,49,518,50,193,162,122,133,162,0,0,0,0,0,0,0,0,0,0,0,0,2,48,13,150,234,0,NA,NA,1,0,0,0,0,0,0,0,NA -"Dominican Republic",115,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,17,0,0.1,3,234,3,297,0.42,0.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0.1,0,0,0,24,6,8,5,4,6,0,6.88,3.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Dominican Republic",115,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,1,1,0.15,0.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"East Timor",231,"Other red algae","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,30,0,0,0,0,76,0,77.57,45.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Coral and the like","corals",47,38,15,23,4,13,3,1,19,0.1,2,259,10,0,0,0.1,0,0,0,0,0,0,0,0,0.38,NA,NA,NA,NA,NA,NA,23,30,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Z_TOTAL","corals",47,38,15,23,4,13,3,1,19,0.1,2,259,10,0,0,0.1,0,0,0,0,0,0,0,0,0.38,NA,NA,NA,NA,NA,NA,23,30,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Fish body oils, nei","fish_oil",153,1651,0,89,77,210,0.1,1802,4132,3950,2854,5288,8769,8415,8950,13754,25548,35364,20402,26442,25386,20732,12749,6832.63,14265.82,0,0,0,0,0,0,14,0,0,1870,3211,1365,0,0,0,0,0,1383,1847,924 -"Ecuador",137,"Fish liver oils, nei","fish_oil",30,10,0,75,32,1488,250,905,1684,1608,0,5,20,4,0,0,0,136,215,397,405,0,30,120.35,0.02,NA,NA,NA,NA,NA,NA,NA,50,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Ornamental fish nei","ornamentals",35,88,44,36,30,42,40,28,21,41,86,42,35,73,144,129,144,0,0,0,0,0,0,0,0,16,22,29,21,18,21,39,33,0,5,5,2,4,2,2,0.1,1,17,0.1,2 -"Ecuador",137,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,79,160,151,143,99,71,32.77,16.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Other seaweeds and aquatic plants and products thereof","seaweeds",0.1,1,0,107,178,115,131,205,197,265,264,393,446,273,562,580,643,166,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,53,354,456,1319,996,1075,922.26,1138.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ecuador",137,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,27,70,10,0,1,18.83,9.54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Coral and the like","corals",0,24,28,15,8,22,6,0,0,0.1,7,0.1,0,6,0,3,0,0,0,0,0,0,0,0,0.01,NA,NA,NA,NA,NA,NA,6,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Z_TOTAL","corals",0,24,28,15,8,22,6,0,0,0.1,7,0.1,0,6,0,3,0,0,0,0,0,0,0,0,0.01,NA,NA,NA,NA,NA,NA,6,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,91,32,26,0,208,2,3,1,26,0,0,0.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,51,26,25,137,3,13,14,0,0,12.27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Ornamental fish nei","ornamentals",0,113,96,58,97,87,56,41,28,0.1,1,2,4,7,22,10,9,11,29,333,42,33,64,94.56,26.06,NA,NA,NA,NA,NA,NA,238,163,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,1,8,1,0,19.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,80,90,72,23,42,12,26,13,0,0,22,28,77,232,240,77,65,95,116,5,300,117,87.43,87.43,NA,NA,NA,NA,NA,NA,70,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,15,0,107,99,14,2.91,2.91,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,22,0,0,0,0,241,144,3,5,8,12.28,16.89,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Egypt",214,"Natural sponges raw","sponges",0,134,0,14,0,0,0,0,0,63,17,18,2,0,4,1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,255,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"El Salvador",134,"Coral and the like","corals",0.1,0,0,6,0,2,1,1,0.1,1,0,368,86,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"El Salvador",134,"Z_TOTAL","corals",0.1,0,0,6,0,2,1,1,0.1,1,0,368,86,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"El Salvador",134,"Fish body oils, nei","fish_oil",NA,474,0,33,0,0,0,2,0,61,24,14,96,99,61,95,102,170,159,206,221,315,279,395.75,294,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"El Salvador",134,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,8.86008918307562,0.1,0,0,0,0,0,0,0,5.09095762427523 -"El Salvador",134,"Ornamental fish nei","ornamentals",1,1,0,0,46,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0.1,0.1,0,0,0,5.13619117772703,0,0,0,0,0,0,0,5.95611476193983 -"El Salvador",134,"Natural sponges raw","sponges",NA,NA,NA,0.1,0,0.1,0,0,0,0,0,0,0,9,31,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Equatorial Guinea",104,"Ornamental fish nei","ornamentals",0,3,0,0,0,0,0,3,0,0,2,0,8,5,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Eritrea",45,"Ornamental fish nei","ornamentals",119,98,14,5,0,0,0,0,0,0,0,0,150,114,8,4,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Fish body oils, nei","fish_oil",8,3,2,2,15,10,24,6,1,0,0,8,77,33,44,28,32,44,23,39,44,54,177,3075.65,3847.11,NA,NA,NA,NA,2,1,2,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Fish liver oils, nei","fish_oil",1,0,0,0,0,2,0,11,2,21,39,162,0,1,0,6,0,0,8,0,0.1,0,21,7.95,1.41,NA,NA,NA,NA,NA,10,2,12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Agar agar nei","seaweeds",NA,NA,497,471,619,1049,658,361,62,353,478,450,352,29,260,152,72,12,0,0.1,2,19,2,3.05,3.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,140,108,87,111,105,121,99,87,103,265,238,19,74,15,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,36,46,40,21,34,36,53,11.03,34.31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,1,1,13,0.1,11,0.21,2.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,8,1,0.1,1,0.1,0.1,0.1,0.1,1,2,0.1,0.1,0,0.86,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Estonia",70,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0.1,1,0.1,1,0.1,0,0.34,0.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Faeroe Islands",141,"Fish body oils, nei","fish_oil",3967,3245,949,1374,322,451,570,386,3446,2279,484,2272,75,677,2236,565,0,9100,4300,0,0,0,0,0,0,5276,1947,698,783,3307,5448,2971,2549,1699,2438,2469,1158,2707,2038,1097,2773,3020,4548,1724,2155 -"Faeroe Islands",141,"Fish liver oils, nei","fish_oil",456,255,204,124,0,0,0,0,0,0,612,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20 -"Faeroe Islands",141,"Miscellaneous corals and shells","shells",11,0,20,0,3,0,81,194,0,37,1,0,80,93,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Coral and the like","corals",1142,1809,1122,781,1626,0,2299,3350,5100,5004,5374,5090,2934,1363,1817,2137,2377,2802,3019,2512,1480,1594,506,438.83,160.02,NA,NA,2562,843,749,340,833,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Z_TOTAL","corals",1142,1809,1122,781,1626,0,2299,3350,5100,5004,5374,5090,2934,1363,1817,2137,2377,2802,3019,2512,1480,1594,506,438.83,160.02,NA,NA,2562,843,749,340,833,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60.02,60.02,0,0,0,0,0,0,0,0,0.518840458985068,NA,4,0.357552547802804,5,0,0,0,0,0,0,NA -"Fiji",18,"Ornamental fish nei","ornamentals",0,0,176,178,736,659,556,691,741,613,497,546,549,473,588,675,0,0,0,0,0,0,0,0,0,NA,63,164,218,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,462,763,814,785,731,743,518,1181.52,1562.11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Kelp","seaweeds",NA,NA,NA,NA,191,0,0,8,61,49,76,20,11,16,30,89,23,49,24,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,7,1,20,6,3,6,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Fiji",18,"Trochus shells","shells",343,210,235,211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Fish body oils, nei","fish_oil",3,227,0,12,20,0,2,55,7,12,203,444,1248,345,610,1070,1612,717,53,34,29,159,1784,1725.41,3009.25,29,23,53,0.1,5,6,5,0,1,NA,NA,NA,NA,NA,NA,16,0,0,12,NA -"Finland",174,"Fish liver oils, nei","fish_oil",24,22,11,0,0,0,0,8,10,50,70,117,138,243,250,337,198,40,11,11,21,29,36,103.42,130.55,70,0,11,1,6,3,13,101,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Halibuts, liver oils","fish_oil",22,0,0,0,0,28,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,4.89,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Agar agar nei","seaweeds",NA,NA,1,1,6,0,1,1,0,0,14,21,0,0,0,0,3,1,0.1,0.1,0,0.1,1,21.15,6.93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Other seaweeds and aquatic plants and products thereof","seaweeds",119,191,30,25,30,11,18,41,7,12,9,18,19,24,16,3,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,648.038885042879,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0.1,8,18,21,1,0.07,2.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,17,9,9,14,36,40,19.52,21.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,3,0,1,1,0,0.1,0.1,0,0,0.1,0.1,0,0.1,0,0,0,4,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Finland",174,"Natural sponges other than raw","sponges",NA,7,37,1,1,0,1,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0.1,1,17.94,11.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1233,690,0,0,0,0,0,0,665,1807,3046,3939,2103,413,452,608,864,686,1343,1544 -"France",179,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1233,690,0,0,0,0,0,0,665,1807,3046,3939,2103,413,452,608,864,686,1343,1544 -"France",179,"Fish body oils, nei","fish_oil",8603,10097,8999,7055,8020,9356,11579,14810,14961,14495,18893,25471,38716,19487,30775,37455,48753,45338,48134,53310,49954,52061,53956,46365.99,52584.74,5772,4961,5300,4403,7055,9230,9800,11412,3061,2306,2388,3267,1990,1834,2359,2065,2444,3174,3005,1692 -"France",179,"Fish liver oils, nei","fish_oil",946,826,730,764,497,299,625,855,679,639,561,703,716,923,1643,2069,1256,1633,3075,2432,2814,3248,3777,3596.89,3874.36,1111,541,452,497,539,913,1308,908,992,240,138,174,365,250,304,495,406,335,762,219 -"France",179,"Halibuts, liver oils","fish_oil",4,24,12,3,1,2,4,8,29,24,18,11,25,53,19,28,0.1,4,1,1,1,1,1,0.9,1.39,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Ornamental saltwater fish","ornamentals",976,855,2045,1312,1645,2498,2012,2207,3016,3045,2853,6959,8629,2635,6114,1391,1310,2189,2325,1802,1404,1720,1518,1498.8,1333.69,14,12,21,9,62,1577,1568,208,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Agar agar nei","seaweeds",1891,1805,4281,2177,1826,1237,1410,1318,1550,1705,2313,2977,2643,4004,4591,5534,5172,6589,4081,3235,4446,4189,2198,1829.22,1010.62,2901,2251,0,0,0,0,1935,1724,1526,822,674,755,1032,1123,1107,1000,1004,1519,1130,720 -"France",179,"Other seaweeds and aquatic plants and products thereof","seaweeds",5730,4537,5392,5952,6768,6877,9173,10932,9133,8714,10540,13599,13376,11135,11925,12502,0,0,0,0,0,0,0,0,0,1934,1608,1952,3502,4051,3616,3897,2609,1234,48404,463,1040,72811,10317,10867,9706,8928,667,983,45949 -"France",179,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3497,4188,4565,4341,3964,4342,5067,3947.14,5000.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7917,8682,7326,3745,6133,5651,6222,6371.79,6036.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Miscellaneous corals and shells","shells",1166,1156,924,1388,985,1072,991,1267,1243,1847,2055,2013,2334,1905,2489,1816,2103,3351,3006,2669,3358,2941,2648,2379.7,3104.3,NA,NA,2331,2322,2310,2273,1552,1439,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1404,0,0,0,0,0,0,719,7090,9942,8516,11134,1140,758,657,600,577,821,5532 -"France",179,"Natural sponges other than raw","sponges",244,587,414,420,266,621,372,610,604,845,434,874,422,485,257,387,827,518,449,708,199,222,194,210.61,166.39,NA,NA,NA,NA,NA,NA,495,328,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"France",179,"Natural sponges raw","sponges",982,1616,1260,1187,1180,1245,1107,1429,1526,1370,1661,1901,1710,1567,1177,1014,821,596,816,546,522,713,783,321.87,54.43,2559,2545,3050,2193,1910,1366,866,841,2243,1348,1385,1657,2182,2137,2035,1952,1393,1839,2710,1110 -"French Polynesia",147,"Coral and the like","corals",NA,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,18,0.05,0.02,0.02,0.1,0.07,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"French Polynesia",147,"Z_TOTAL","corals",NA,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,18,0.05,0.02,0.02,0.1,0.07,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"French Polynesia",147,"Ornamental fish nei","ornamentals",0,0,29,72,111,194,248,249,198,856,180,147,177,110,104,75,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,6,6,2,2,2,1,0,1,0,0,2 -"French Polynesia",147,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,95,108,264,234,341.52,279.03,426.02,534.71,267.39,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"French Polynesia",147,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,1,1,2,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"French Polynesia",147,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,7,1,0.1,3.25,0,0.01,0.02,0.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"French Polynesia",147,"Shells nei","shells",NA,3134,1415,1962,1512,1217,1602,2660,2490,4145,5668,4229,5623,2502,2830,3122,2923,4278,3100,3105,1980.86,2355.16,2280.67,2409.72,1815.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Gambia",65,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,99,140,42,362.28,108,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Georgia",74,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,11,153,0,300,470,0.1,1125,1070,245,6047,6113,5275,5944,7401,9816,5077.08,17150.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Fish body oils, nei","fish_oil",2958,3241,7046,4320,3490,4986,6244,7594,9407,10899,18442,26053,28339,20335,23340,31424,29220,32161,28022,22171,29567,27307,29866,34955.78,36331.28,3505,3733,2258,3015,3632,2006,2254,7419,1512,2143,3013,1788,1745,2068,1745,1323,1284,900,1005,2204 -"Germany",176,"Fish liver oils, nei","fish_oil",604,437,466,172,232,341,863,1208,1563,969,1326,1593,1740,1771,1985,2446,2513,2649,3723,8683,7300,6673,19303,1451.8,2461.19,609,471,926,543,502,341,396,431,64,375,228,415,442,285,171,100,82,74,91,548 -"Germany",176,"Halibuts, liver oils","fish_oil",0,6,21,15,18,4,5,104,83,47,82,0,31,0,34,49,23,5,52,69,0.1,0.1,0.1,0.18,75.83,NA,NA,NA,NA,NA,NA,NA,31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3526,3979,4866,2615,0,0,0,0,2014,NA,NA,21,268,11,340,3555,3747,7481,3837,NA -"Germany",176,"Ornamental saltwater fish","ornamentals",22,26,47,265,794,566,246,425,714,630,483,629,706,646,543,498,305,442,585,642,502,524,612,394.37,175.72,70,31,27,195,69,92,36,287,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Agar agar nei","seaweeds",5164,5852,5315,5291,5536,5651,8473,8384,8993,9412,11796,8584,12852,9627,14175,14635,9524,12857,16086,14665,13616,12188,11602,10712.51,8971.26,2197,3047,0,0,0,0,3966,3880,2399,468,675,933,1015,632,605,1070,1746,1141,1406,496 -"Germany",176,"Other seaweeds and aquatic plants and products thereof","seaweeds",1105,511,646,653,643,705,766,1077,1486,2224,2574,2578,3422,1416,2440,3812,0,0,0,0,0,0,0,0,0,271,179,171,181,140,251,592,613,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2859,4888,4069,4628,3711,3740,5091,4480.05,4520.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,686,2239,955,858,1457,1955,998,1256.16,1385.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Miscellaneous corals and shells","shells",1101,810,823,566,663,426,445,468,737,446,512,434,876,627,661,902,1021,774,787,909,931,1072,1218,1091.84,1080.7,NA,NA,1221,1383,1982,1557,1764,1452,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,725,0,0,0,0,0,0,593,451,512,459,444,376,405,274,318,264,623,302 -"Germany",176,"Natural sponges other than raw","sponges",474,442,457,426,369,444,511,462,552,405,816,785,967,479,506,580,888,438,962,671,928,754,556,975.98,919.37,NA,NA,NA,NA,NA,NA,420,484,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Germany",176,"Natural sponges raw","sponges",70,134,127,61,29,21,86,24,42,47,46,30,44,114,153,72,112,88,54,57,37,28,43,34.03,34.83,698,586,581,531,816,775,183,241,363,127,144,132,189,142,157,158,200,251,447,82 -"Ghana",106,"Fish body oils, nei","fish_oil",NA,NA,NA,1,0,0,0,0,0,0,0,0,0,21,0,121,167,57,37,15,0,934,1555,1442.11,58.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ghana",106,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,23,49,68,22,23,5,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ghana",106,"Ornamental fish nei","ornamentals",2,0,0,0,0,0,0,0,0,0.1,0,0,8,0,0,0.1,0,0.1,0,0,0,0,0,0,0,2,2,1,1,1,26,0,2,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,NA -"Ghana",106,"Ornamental saltwater fish","ornamentals",1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0.1,1,72.54,1.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ghana",106,"Miscellaneous corals and shells","shells",2,3,0,1,1,0,0,0,0,0,0,0,1,1,4,0,0,1,1,0.1,0,0.1,0,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ghana",106,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,36,0,0.1,0.1,0.1,0.1,1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Fish body oils, nei","fish_oil",0,0,40,0,0,106,0,15,39,0,4,8,0.1,0.1,146,1,266,493,0,1,212,452,547,760.67,497.75,NA,NA,NA,NA,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Fish liver oils, nei","fish_oil",19,0,0,0,0,0,0,0,0,0,0,0,4,0,0,80,63,93,69,99,38,2,11,12.38,17.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Ornamental saltwater fish","ornamentals",76,354,1279,2018,370,382,978,150,388,346,1264,962,1102,733,2595,149,0,0,0,0,0,0,0,0,0,NA,NA,NA,1,0,177,24,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Agar agar nei","seaweeds",0.1,0,0,0,0,0.1,1,1,0,0,0,4,0,1,1,0.1,8,3,0,0,0.1,1,8,18.02,15.5,2,6,0,0,0,0,132,1,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,6,4,14,2,6,10,31,83,4,19,6,98,246,0,0,0,0,0,0,0,0,0,18,19,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,27,23,25,12,25,26,32,16.26,7.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,190,220,191,138,63,104,124,150.87,170.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Miscellaneous corals and shells","shells",1827,1367,1276,1134,930,626,412,296,165,669,378,413,1252,666,1368,654,539,936,3665,441,791,163,312,31.07,37.68,NA,NA,2593,2779,3364,2633,2130,1894,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2105,3554,0,0,0,0,0,0,3283,483,568,375,590,687,615,363,953,893,1918,257 -"Greece",80,"Natural sponges other than raw","sponges",1328,1526,1175,1743,1174,834,677,1024,786,1377,2058,1653,952,1173,779,826,913,1178,1333,1261,1481,1522,1846,1670.71,1829.67,NA,NA,NA,NA,NA,NA,1854,1827,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greece",80,"Natural sponges raw","sponges",43,240,220,141,391,423,198,262,706,831,168,503,269,195,443,564,577,648,791,854,940,1025,996,713.19,983.5,2184,3933,1875,2553,1731,1661,1175,140,2961,2970,3563,3675,3756,2694,3307,2127,2190,2051,2190,2885 -"Greenland",145,"Coral and the like","corals",0,0,0,0,226,0,0,0,0,0,38,0,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greenland",145,"Z_TOTAL","corals",0,0,0,0,226,0,0,0,0,0,38,0,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Greenland",145,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,2 -"Greenland",145,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0.1,0,0.1,0,0.33,1.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guadeloupe and Martinique",140,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,66,63,65,54,52,63,71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,33,0.1,2,88,0,10,15,73,1,1,0,0.1,36,1,5,27.84,134.27,NA,NA,NA,NA,NA,NA,NA,13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,0.1,84,5,3,0,0,0,0,0,0,0,0,3,2,6,10,0,4,9.44,11.58,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Ornamental fish nei","ornamentals",0,0,12,1,0,0,0,0,0,0,0,4,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0.763265395258827,2,NA,2,0,0,0,0,0,0,0,0,NA -"Guatemala",136,"Agar agar nei","seaweeds",NA,NA,NA,0,0,0,0,0,0,0,2,0,0,0,0,0.1,0,0.1,0,1,0.1,0,0.1,0.28,0.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0.1,1,1,1,3,2,0.01,0.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guatemala",136,"Natural sponges raw","sponges",0,0,0,7,1,0.1,3,5,11,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guinea",194,"Ornamental fish nei","ornamentals",2,1,0,0,0,0,2,0,0,0,0,6,0,40,42,62,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guinea",194,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,0,3,0,0,15.18,0,0,1.29,0.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guinea Bissau",193,"Ornamental fish nei","ornamentals",0,0,0,0,0,3,0,4,4,0,0,0,3,5,6,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guyana",167,"Ornamental fish nei","ornamentals",400,273,123,118,81,107,91,87,97,38,107,134,106,63,14,25,8,1,2,9,10,8,7,3.42,3.42,270,220,285,0,0,0,0,553,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Guyana",167,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,0,0,28,0.1,0,0.1,0,0,0,0,0,0,25,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Coral and the like","corals",NA,NA,260,249,400,498,443,377,310,161,143,146,105,58,116,102,18,77,38,33,10,44,37,7.41,9.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Z_TOTAL","corals",NA,NA,260,249,400,498,443,377,310,161,143,146,105,58,116,102,18,77,38,33,10,44,37,7.41,9.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Ornamental fish nei","ornamentals",81,205,1200,800,423,409,335,259,351,231,212,307,428,565,413,387,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,1,0,0,0,333,219,204,260,351,472,560,586.06,310.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Miscellaneous corals and shells","shells",NA,NA,NA,0,1,2,0,1,22,0,0,0,0,0,0,0,69,68,19,16,16,0,23,17.39,0.11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Haiti",114,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,1,0,3,6,24,17,11,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Honduras",133,"Coral and the like","corals",5,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,NA,NA,NA,NA,221,156,659,1690,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Honduras",133,"Z_TOTAL","corals",5,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,NA,NA,NA,NA,221,156,659,1690,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Honduras",133,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,17,28,33,5,181,32,0,0,146,88,356,37,94,0,14,46,0,42.7,99.83,NA,NA,NA,0,19,0,1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Honduras",133,"Ornamental fish nei","ornamentals",NA,12,41,0,34,72,0.1,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Honduras",133,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,97,140.68,100.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iceland",143,"Coral and the like","corals",NA,NA,14,0,1,0,22,329,59,537,212,138,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iceland",143,"Z_TOTAL","corals",NA,NA,14,0,1,0,22,329,59,537,212,138,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iceland",143,"Capelin oil","fish_oil",42462,49504,50957,24512,16291,31974,32963,54745,27087,19374,10623,7444,18264,6472,8662,29930,49946,39911,11806,14211,17019,11418,14251,1967.93,6916.65,27211,13645,13486,7948,18988,32644,24017,25556,13855,26196,28044,31723,29606,28041,8374,8,18443,33069,21568,6963 -"Iceland",143,"Cod liver oil","fish_oil",4766,4421,4319,4561,4333,3733,4092,4366,5337,4674,4709,6449,9111,12008,12095,14286,18736,15776,13492,14184,11795,14115,13645,12035.18,11820.03,4419,3938,3976,3471,4688,4655,3909,4011,5135,1717,1712,2327,3139,2275,2256,2132,2482,1751,3174,1249 -"Iceland",143,"Fish body oils, nei","fish_oil",371,695,286,1195,1907,1984,1581,12391,10560,9756,10463,15681,26088,21439,22150,35068,29321,46086,47205,49004,45772,41625,58699,42844.21,49341.56,54,0,0,0,159,399,619,117,409,598,480,402,108,128,319,140,101,0.1,1,1390 -"Iceland",143,"Fish liver oils, nei","fish_oil",149,118,48,82,39,126,66,273,593,447,1456,1176,1463,805,1548,1548,1774,1429,705,703,615,2660,550,692.49,1251.85,0,3,42,0,4,25,23,49,3,0,0,0,0,0,0,0,0,0,23,53 -"Iceland",143,"Herring oil","fish_oil",10841,10983,9729,3470,1578,3427,2620,2551,4927,7938,13599,34693,50796,38751,28762,23358,17324,31908,17030,15276,19110,22761,17231,25990.63,27195.57,137,385,480,432,3102,3783,2975,7857,0,0,67,200,0,110,42,327,150,29,71,20 -"Iceland",143,"Redfish oil","fish_oil",37,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,268,74,0,606.68,606.68,0,0,0,105,9,27,51,72,40,156,277,61,433,1088,322,833,521,116,0,320 -"Iceland",143,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,1,1,1,673,2020,1332,1926,4842,3969,4211,3489,3886,3235,2563,133,0,0,0,0,0,0,0,1100.23,1100.23,NA,NA,NA,NA,NA,NA,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iceland",143,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,328,125,98,215,230,188,1081,39.79,92.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iceland",143,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1559,3795,4188,3309,6998,6149,4515,2557.39,5341.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Coral and the like","corals",NA,NA,NA,NA,8,31,33,11,64,78,0,201,0,3,362,14,27,1,0,63,0,0,62,18.56,40.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Z_TOTAL","corals",NA,NA,NA,NA,8,31,33,11,64,78,0,201,0,3,362,14,27,1,0,63,0,0,62,18.56,40.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Cod liver oil","fish_oil",NA,NA,NA,NA,878,1011,932,78,260,172,1490,3156,637,125,0,393,169,41,8,4,241,99,53,4.63,81.31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Fish body oils, nei","fish_oil",51,8,0,46,12,24,9,358,260,715,1837,967,819,661,1700,2853,7174,4440,3100,1304,744,128,275,434.86,739.18,21,387,182,126,101,21,129,0,82,14,184,597,234,223,166,31,371,249,86,54 -"India",203,"Fish liver oils, nei","fish_oil",112,107,191,355,65,135,100,275,712,230,529,1766,2375,567,781,725,858,230,543,457,0.1,0,0,14.07,0.42,NA,11,0,86,166,121,168,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Sardine oil","fish_oil",NA,NA,NA,NA,7,7,53,168,58,13,140,4143,4699,7950,11268,21373,25467,27697,32468,34861,10884,35019,13814,2785.83,1040.51,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Ornamental fish nei","ornamentals",243,515,601,525,824,1285,1363,2369,1360,1170,3809,1503,1993,1083,981,1325,1087,222,0,0,0,0,0,0,0,93,142,89,289,145,756,238,342,74,3,1,0.1,1,2,0,5,5,6,42,5 -"India",203,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,992,1875,509,416,668,708,766.07,397.54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Agar agar nei","seaweeds",32,70,51,79,81,143,175,138,270,796,2778,1578,1272,1203,1193,1910,3023,3778,3375,2839,2902,1997,1927,2664.49,2086.36,NA,NA,NA,NA,NA,NA,18,120,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Other seaweeds and aquatic plants and products thereof","seaweeds",15,116,42,10,69,13,53,515,1312,1657,1307,1232,1323,2556,3730,5485,5987,618,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,163,151,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1667,1100,221,944,1572,1240,425.11,352.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3032,4491,5554,2403,2716,3579,1185.65,413.43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Miscellaneous corals and shells","shells",244,289,90,282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,72,110,66,119,115,284,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Shells nei","shells",NA,NA,NA,NA,197,373,438,349,445,682,965,1396,1240,949,1101,1293,1180,934,1402,1291,1325,1453,1127,1174.7,1041.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"India",203,"Natural sponges nei","sponges",NA,22,0,0,0,0.1,0,2,1,4,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,150,1358,2622,3500,3838,3757,4292,5545,846,0,0,0,NA,NA,NA,NA,NA,NA,5949,5772,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,150,1358,2622,3500,3838,3757,4292,5545,846,0,0,0,NA,NA,NA,NA,NA,NA,5949,5772,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Cod liver oil","fish_oil",157,28,22,338,226,78,449,586,228,188,47,418,2408,787,352,205,0,0,0,0,0,0,0,0,0,668,1197,1660,3076,4046,1463,754,233,772,NA,NA,58,76,22,4,0,11,69,455,NA -"Indonesia",216,"Fish body oils, nei","fish_oil",0.1,0,3291,23,6,15,157,282,307,599,805,1149,5326,1844,351,318,372,73,149,1112,1423,219,267,170.93,3916.41,620,97,299,246,388,2,45,21,1184,NA,NA,NA,1,73,145,283,156,822,2730,NA -"Indonesia",216,"Fish liver oils, nei","fish_oil",671,268,119,70,180,53,112,1159,103,0,0,0,0,0,29,66,625,1981,2705,4343,4126,2228,785,156.72,624.22,1543,2242,4643,7521,3985,1642,931,720,1434,151,257,83,56,42,44,19,114,650,4222,12 -"Indonesia",216,"Ornamental saltwater fish","ornamentals",5260,2041,906,5606,8924,7886,8024,8728,6798,6378,5619,5388,5430,4375,4268,4211,5488,7543,5197,5493,7681,7138,7630,6464.8,5991.31,3966,3384,2489,3559,4269,5489,4852,5264,1406,NA,NA,NA,NA,61,30,40,71,319,1045,NA -"Indonesia",216,"Agar agar nei","seaweeds",4974,3327,3880,5721,7684,6333,7056,6433,6270,8805,9741,9437,14206,10310,10693,12627,12861,13084,14812,9932,8908,10048,14169,10627.47,11605.42,NA,NA,NA,NA,NA,NA,3158,2942,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Other red algae","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,19421,50257,96473,103787,45658,7042,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Other seaweeds and aquatic plants and products thereof","seaweeds",18962,10521,5936,16284,15671,17230,15786,20511,25296,35555,49586,57522,110153,87773,135940,157587,0,0,0,0,0,0,0,0,0,NA,NA,7865,5676,5438,8480,18058,16262,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,43210,39647,39977,23429,24538,128242,190671,212133.85,178818.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,71525,72552,89778,33048,53813,23933,18471,6060.93,4569.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Miscellaneous corals and shells","shells",3328,2830,1870,1862,1930,2820,1972,1530,1411,2589,2698,2522,2446,2841,6745,5049,4199,5688,6682,4289,4099,1683,130,417.91,4787.58,NA,NA,10760,5508,6300,5108,5950,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325,900,893,918,585,574,766,1058,11328,9149,6104.31,5786.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Indonesia",216,"Natural sponges raw","sponges",9,25,0,10,1,60,11,29,11,12,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iran",191,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,2,0.1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,20,0,0,NA -"Iran",191,"Ornamental fish nei","ornamentals",44,38,31,24,21,19,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iran",191,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,16,0,132,358,562,98,0,4,5,28,1143,43,38,76.69,1318.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iran",191,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,12,17,7.14,81.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Iran",191,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,0,0.1,0.1,2,2,0,0,0,3.83,8.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Fish body oils, nei","fish_oil",618,128,65,0,0,0,0,2,12,17,13,155,7,1,0,1624,9637,13413,5826,6531,5631,3759,5636,5031.02,5999.11,873,644,711,534,308,125,0,148,699,674,1153,856,805,425,383,645,669,562,864,735 -"Ireland",181,"Fish liver oils, nei","fish_oil",41,7,29,0,0,0,0,0.1,1,1,6,5,19,14,13,28,31,240,46,62,102,272,561,190.98,101.29,43,45,26,203,579,147,243,1,6,9,58,0,0,0,4,7,0,1,5,NA -"Ireland",181,"Ornamental saltwater fish","ornamentals",220,964,0,498,40,0,0,127,316,0,62,74,852,1231,778,1365,9,0.1,12,9,10,19,20,0,16.96,NA,NA,NA,NA,4,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Agar agar nei","seaweeds",4186,0,71,0,13,26,0,28,0,0,0,0,0,0,0,0,0,1,1,18,0,0,0.1,9.63,60.88,392,120,0,0,0,0,10025,9701,675,294,348,448,551,552,459,402,459,324,409,211 -"Ireland",181,"Other seaweeds and aquatic plants and products thereof","seaweeds",1540,1457,1185,1588,2016,3670,3197,3346,3019,4635,5909,6827,9338,8718,11906,14542,0,0,0,0,0,0,0,0,0,1506,1290,1397,1451,1366,435,1913,1093,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,778,723,617,326,366,598,1143,151.15,927.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,15918,21334,23094,22752,24529,43605,43249,32610,34216.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Miscellaneous corals and shells","shells",30,60,83,121,104,146,63,97,111,95,65,95,81,150,165,168,163,116,15,135,321,11,47,9.03,32.25,NA,NA,125,122,66,54,79,41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,180,0,0,0,0,0,0,15,797.941336466312,0,750.648382071937,6,4,1,656.103778848861,632.488280825935,608.831477237327,1,3 -"Ireland",181,"Natural sponges other than raw","sponges",33,3,0,1,2,34,32,84,159,61,0,1,0,0,0.1,0.1,1,1,1,1,1,2,90,0,10.08,NA,NA,NA,NA,NA,NA,39,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ireland",181,"Natural sponges raw","sponges",3,0,15,87,5,14,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,42.4782132397454,12,0,0,5,3 -"Israel",79,"Fish body oils, nei","fish_oil",NA,NA,NA,3,8,0,0,0,0,0,37,0,0,0,62,293,785,2150,2339,2328,3364,1424,4406,6,374,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,5,0,0,0,0,0,28,37,445,2103,5239,2465,2311,667,3,0,1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Ornamental fish nei","ornamentals",8238,8369,7086,6083,5399,5540,5603,8525,10790,10975,11370,13593,15929,15646,15223,15859,0,0,0,0,0,0,11,0,0,3503,3554,4569,4977,5087,5605,7156,8385,0,29,0,30,0,0,0,0,0,0,0,20 -"Israel",79,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,27,73,0,14,53,71,99,93,93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Agar agar nei","seaweeds",NA,5,0,0,0,23,34,24,6,38,26,8,0,4,4,6,4,3,2,0,4,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,3,1436,1452,1531,1124,2690,3556,2575,3443,3963,3794,4475,9504,9460,0,0,0,0,0,0,0,0,0,NA,NA,1302,2510,1637,2850,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2702,2421,5030,6011,4146,3070,1702,1013,2284,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Israel",79,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4912,1781,277,101,368,5487,2394,1592,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Fish body oils, nei","fish_oil",18,34,19,23,52,136,90,172,156,123,464,226,254,552,529,944,378,521,492,722,500,561,601,1048.6,1549.22,200,112,115,76,181,101,40,39,11,6,141,311,8,7,6,11,28,15,11,14 -"Italy",184,"Fish liver oils, nei","fish_oil",98,150,60,200,19,14,6,14,7,29,21,44,178,54,37,54,78,35,131,171,51,24,30,98.24,82.38,14,45,72,268,201,713,158,33,38,9,14,4,14,5,5,9,0,0,2,20 -"Italy",184,"Halibuts, liver oils","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,1,0,0,4,8,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Ornamental saltwater fish","ornamentals",908,813,590,466,485,464,741,691,653,559,632,674,1753,773,889,256,501,450,449,331,769,1543,452,347.24,233.3,286,175,108,193,61,194,264,216,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Agar agar nei","seaweeds",4927,4614,3492,3545,4270,1940,2490,3500,5060,5200,6890,5875,8200,7281,6300,9200,10400,14500,20900,11700,15000,18885,21486,15346,9680,782,812,0,0,0,0,2111,4898,841,152,141,236,255,196,207,576,900,1948,448,92 -"Italy",184,"Other seaweeds and aquatic plants and products thereof","seaweeds",98,85,66,60,204,553,414,248,281,349,436,1257,603,521,1201,426,0,0,0,0,0,0,0,0,0,253,711,235,86,54,35,103,95,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,168,157,186,138,475,206,377,287.4,1573.24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,65,62,162,181,408,852,1646,920.23,1843.42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Miscellaneous corals and shells","shells",2343,1709,1180,1894,2241,1604,1821,1241,1294,1815,2211,3814,3537,4542,7283,9947,8196,10360,9796,9704,5179,5269,5297,3553.06,1846.44,NA,NA,1735,1188,1119,1818,1683,1579,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1478,933,0,0,0,0,0,0,2253,459,310,752,556,571,453,430,893,609,1279,299 -"Italy",184,"Natural sponges other than raw","sponges",851,898,839,618,543,552,530,460,434,678,993,565,727,805,644,850,861,728,933,722,929,959,1640,417.26,696.67,NA,NA,672,397,564,618,607,455,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Italy",184,"Natural sponges raw","sponges",9,10,2,6,55,104,254,58,78,60,82,225,37,47,61,45,39,73,41,57,34,89,117,42.98,15.54,383,457,0,0,0,0,12,25,176,297,248,341,264,195,200,302,242,265,276,268 -"Ivory Coast",195,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,2,9,23,33,96,128.29,217.64,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ivory Coast",195,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,2,9,23,33,96,128.29,217.64,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ivory Coast",195,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,429,68,0,259.24,645.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ivory Coast",195,"Fish liver oils, nei","fish_oil",66,65,0,35,0,30,27,37,0,27,80,90,50,60,0,0,0,0,0,0,0,0,70,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ivory Coast",195,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,57,60,12,0,95,0,121,0,0,89,67,0,63 -"Ivory Coast",195,"Ornamental fish nei","ornamentals",3,57,83,0,0,0,0,0,0,0,1,2,0,1,0,0,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ivory Coast",195,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,0.1,0.1,0.04,0.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Jamaica",166,"Coral and the like","corals",42,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,1,2,0.1,0,0,0,NA,NA,NA,7,20,16,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Jamaica",166,"Z_TOTAL","corals",42,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,1,2,0.1,0,0,0,NA,NA,NA,7,20,16,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Jamaica",166,"Ornamental fish nei","ornamentals",139,233,86,19,49,50,27,18,3,1,9,1,1,10.5414183008069,1,0,0,3,7,1,0,0,0,0,0,138,114,0,58,164,198,176,134,110,97,57,42,6,0,28,59,31,49,72,18 -"Jamaica",166,"Other seaweeds and aquatic plants and products thereof","seaweeds",53,31,0,0,0,0,5.90467586515854,0,0,0,0,5,0,13,22,0.1,1,0.1,0.1,0,0,0,0,0,0,NA,NA,NA,26,14,44,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Jamaica",166,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,1,0.1,0,0.08,4.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Jamaica",166,"Natural sponges raw","sponges",1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,1,1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Coral and the like","corals",11162,8310,4828,4540,6438,5642,8958,10365,10037,10758,23954,16786,14157,17459,39142,50297,56065,57191,57916,65802,63866,52074,45968,49917.44,38993.74,0,0,10384,8323,8437,9832,24742,10316,0,2288,1325,889,823,834,1050,2125,2171,1549,2718,1883 -"Japan",210,"Z_TOTAL","corals",11162,8310,4828,4540,6438,5642,8958,10365,10037,10758,23954,16786,14157,17459,39142,50297,56065,57191,57916,65802,63866,52074,45968,49917.44,38993.74,0,0,10384,8323,8437,9832,24742,10316,0,2288,1325,889,823,834,1050,2125,2171,1549,2718,1883 -"Japan",210,"Cod liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1899,1526,1672,1670,991,573,0,0,819,527,667,778,629,655,822,781,536,571,645,603 -"Japan",210,"Fish body oils, nei","fish_oil",7633,7214,4983,8305,7889,7114,6514,8352,11067,10799,12075,6636,12416,7684,6031,4255,9502,11910,18591,15225,15796,19205,52627,44404.34,48522.17,97506,30620,42218,28887,17165,11142,6856,6111,33257,43523,82881,70193,59037,61483,50942,74027,96550,60386,40168,24791 -"Japan",210,"Fish liver oils, nei","fish_oil",2504,2407,1298,1784,1114,1099,1774,1050,1284,1225,869,1389,1755,1130,2229,2373,1614,795,861,784,810,893,530,831.86,564.94,909,673,804,809,1097,2437,2933,3305,820,1050,1245,1460,1411,875,679,698,456,534,910,564 -"Japan",210,"Ornamental fish nei","ornamentals",9493,8903,7306,6832,8109,7149,7918,12170,18408,16669,16504,20777,22245,23891,31964,31856,0,0,0,0,0,0,0,0,0,3546,4138,5495,5838,6198,6380,7251,8414,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,330,491,956,441,758,330,302,218.25,502.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Agar agar nei","seaweeds",2483,3234,2075,1767,1710,1364,1047,1194,2137,1630,2544,1811,1782,1570,1880,1680,1364,1303,1187,986,1558,1100,1360,1442.15,1412.33,4897,6801,0,0,0,0,2708,3900,7225,5357,6079,6739,12954,9939,10016,10139,11764,11570,8620,5053 -"Japan",210,"Other red algae","seaweeds",6695,5218,4199,8495,4705,4730,4900,3911,5399,6882,5955,6317,5075,8448,9243,8370,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,10052,10344,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Other seaweeds and aquatic plants and products thereof","seaweeds",10759,10444,7693,7680,10855,9206,10858,11147,14668,15511,11831,13824,21511,15885,14742,13784,0,0,0,0,0,0,0,0,0,30369,23832,34781,32281,48290,28204,38437,12716,13209,5948,7287,9395,10053,13734,15488,11439,10241,10624,14804,4397 -"Japan",210,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,19333,17317,16586,14714,17355,19356,18646,19531.75,17923.07,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1064,1072,1201,1229,1650,1842,1727,1635.2,1325.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Japan",210,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1496,2270,4131,4624,4288,3398,4267,3604,2951,3116,1320 -"Japan",210,"Natural sponges raw","sponges",226,164,105,146,126,208,255,221,237,131,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,302,379,467,229,374,0,74,93,261,122,176,131,344,99,52,126,102 -"Kenya",43,"Fish body oils, nei","fish_oil",0,0,0,0.1,0,0.1,0,24,0,0,0,1,38,21,3,0,0,0.1,0,0,0,26,1,13.41,13.41,0,0,0,0,0,0,0,0.1,0,NA,NA,0.1,0.1,0.1,0.1,0,0,7,0.1,NA -"Kenya",43,"Fish liver oils, nei","fish_oil",0,8,0,0,25,0,0,0,0,0,0,86,9,0.1,0,3,4,4,0,0,0.1,0,0,0,0.59,0,0,0,0,0,0,0.1,0.1,0,NA,NA,0,0.1,0,0,0,0,0,0,NA -"Kenya",43,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,141,1106,50,89,15,78,108,43,36,16,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kenya",43,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,16,17,8,15,21,26,54.73,269.95,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kenya",43,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,18,0,0,0,0,0,1,0,1,0,1,0,0.1,0,0.19,0.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kenya",43,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,0.1,0,0,1,1,0,0,0,6,0,28,6,5,0,0,7,39.82,39.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kenya",43,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,115,162,108,154,166,207,195,188,135,181,363,262,129,259,228,174,151.86,184.39,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kiribati",212,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,21,18,0,0,5,23.64,23.64,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kiribati",212,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,21,18,0,0,5,23.64,23.64,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kiribati",212,"Ornamental fish nei","ornamentals",280,519,584,1143,763,875,584,902,837,0,577,94,0,695,0,0,0,53,0,0,0,0,0,0,0,NA,NA,NA,262,190,362,403,606,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kiribati",212,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,50,0,0,0,0,0,0,0,71,85,50,140,169,96.44,23.84,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kiribati",212,"Other seaweeds and aquatic plants and products thereof","seaweeds",586,278,0,0,0,0,0,0,53,55,0,30,137,281,43,4,0,205,0,0,0,0,0,0,0,12,67,565,527,482,148,204,130,39,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Kuwait",51,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,7,7,0,7,0,4,76,3,3,0,0,3 -"Latvia",69,"Fish body oils, nei","fish_oil",53,55,24,135,177,277,316,310,165,269,164,299,362,227,227,846,1634,3593,4514,4507,5162,5010,4325,6371.42,9111.25,NA,NA,NA,NA,NA,73,60,104,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Fish liver oils, nei","fish_oil",0,0,10,0,0,0,0,0,0,1,0,10,6,29,52,15,39,51,39,9,10,8,35,20.38,20.05,NA,NA,NA,NA,NA,5,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Ornamental fish nei","ornamentals",0,0,0,0,35.2330808408706,32.4294966257257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,25,49.2510019165939,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Agar agar nei","seaweeds",16,0,0,0,0,5,5,0,1,2,0.1,0.1,0,6,8,39,210,296,1082,1209,242,172,404,164.99,109.09,NA,NA,NA,NA,NA,NA,18,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,620.517844060694,7,12,21,35,44,26,31,20,24,47,162,114,226,359,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,289,304,279,336,457,217,477,344.61,356.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,0,0,0,11,8,22,9.97,9.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,1,38,46,100,0.1,0.1,0.1,0.1,1,0.1,7,7.93,6.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,5,7,34,33,6,14,27,15,15,45,9,6,0,1,1,2.92,2.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Latvia",69,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,0,0,0,0,0,0,0,0,18,17,1,1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Fish body oils, nei","fish_oil",NA,NA,NA,1,0,0,0,0,0,0,0,1,0,0,1,0.1,1,0,0,0,0,1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Ornamental fish nei","ornamentals",NA,NA,8.7691722938564,0,0,2,0,0,0,2,2,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,9,0,4,8,3,1,0,3.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,1,7,1,0.1,0.1,0,0.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,21,3,6,3,16,18,11,1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,7,7,4,18,25,13,16.18,2.61,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,0,0.1,0,4,7,21,0.23,0.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lebanon",78,"Natural sponges nei","sponges",NA,8,8,5,19,7,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Liberia",97,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,1,0,16,1,10,3,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Libya",67,"Ornamental fish nei","ornamentals",NA,6,0,14,72,24,20,0,0,3,0,0,0,0,0,0,0,0,0,0,15048.75,30097.49,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Libya",67,"Natural sponges raw","sponges",NA,NA,362,0,650,1060,663,141,213,255,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Fish body oils, nei","fish_oil",29,3,0,0,8,17,115,193,201,131,77,86,156,226,135,89,34,535,349,485,354,682,387,57.24,80.96,NA,NA,NA,NA,NA,NA,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Fish liver oils, nei","fish_oil",0,0,10,0,7,14,0,0,0,0,1,33,371,364,260,232,282,349,437,350,389,407,460,422.6,460.68,NA,NA,NA,NA,NA,NA,43,54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0,76,100,208.34,143.93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Agar agar nei","seaweeds",9,2,8,34,6,9,14,7,19,34,338,60,71,64,84,419,90,527,154,336,398,288,462,264.31,184.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,17,61,87,1,9,67,12,72,127,338,440,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,349,1,349,209,209,450,626,195.41,418.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,152,1,69,88,54,17,63,33.18,78.93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Miscellaneous corals and shells","shells",7,31,65,48,227,393,227,703,1104,1188,481,763,609,682,811,582,757,1308,978,992,1171,1174,2357,1275.76,2558.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,149,160,638,11,0,1,1,4,0.1,2,1,13,4.18,236.75,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Lithuania",189,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,1,1,0,0.1,4,1,126,148,69,2.86,3.27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Coral and the like","corals",99,0,257,317,686,0,0,58,68,151,165,128,80,91,131,142,108,118,155,112,104,95,84,166.55,123.21,NA,NA,487,144,20,39,101,313,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Z_TOTAL","corals",99,0,257,317,686,0,0,58,68,151,165,128,80,91,131,142,108,118,155,112,104,95,84,166.55,123.21,NA,NA,487,144,20,39,101,313,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,20,22,0.1,10,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,6,28,29,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Shark oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,46,35,25,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,0.1,3,3,0,0,0,1,0,0.1,0.1,11,6,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,23,18,27,6,30,8,3.96,3.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Other seaweeds and aquatic plants and products thereof","seaweeds",127,0,159,32,99,211,94,58,50,227,496,667,893,1578,1128,368,0,0,0,0,0,0,0,0,0,NA,NA,60,107,298,228,441,494,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",295,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,376,277,315,397,236,138,383.87,672.17,88,41,49,90,196,233,460,589,74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Madagascar",42,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,68,157,273,332,617,723,613,1269.61,1352,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Coral and the like","corals",85,53,67,4,10,6,19,25,77,42,18,113,72,36,131,198,420,565,288,66,38,16,0,0,0,NA,NA,387,677,754,146,140,81,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Z_TOTAL","corals",85,53,67,4,10,6,19,25,77,42,18,113,72,36,131,198,420,565,288,66,38,16,0,0,0,NA,NA,387,677,754,146,140,81,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Fish body oils, nei","fish_oil",11,69,0,3,19,432,416,361,24,142,286,236,268,107,82,27,59,978,1671,207,415,3038,5257,3022.17,6853.87,28,23,1,8,12,13,1,0.1,31,4,0,0,0,0,0,0,0.1,0.1,32,0.1 -"Malaysia",206,"Fish liver oils, nei","fish_oil",377,293,64,169,59,60,93,67,229,110,46,44,788,476,622,1294,477,1695,598,687,151,131,16,0,4.66,0,13,10,23,8,26,35,47,6,NA,NA,NA,NA,0.1,1,3,8,2,2,NA -"Malaysia",206,"Ornamental fish nei","ornamentals",9835,8819,6541,7769,8219,10583,17559,14147,13666,15368,14859,19720,19638,13373,12919,11444,15768,0,0,0,0,0,0,0,0,397,475,1369,1555,2191,4058,4488,6673,387,109,101,101,99,104,94,378,67,143,172,89 -"Malaysia",206,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,133,5,12,31,57,208,99,43,50,791,1243,1006,1967,1331,1449,871.98,641.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Agar agar nei","seaweeds",38,0,23,27,31,39,51,24,20,32,59,107,202,746,617,246,242,225,133,226,194,100,85,32.18,77.98,NA,NA,NA,NA,NA,NA,291,54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Other seaweeds and aquatic plants and products thereof","seaweeds",727,597,485,1308,1506,1972,3802,2941,3732,3432,3133,2421,1129,1235,2119,3499,930,0,0,0,0,0,0,0,0,NA,NA,160,220,205,210,190,320,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,921,1327,1871,1766,2898,2506,4014.21,3636.07,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,3,0,2,7,0,0,0,0,0,959,68,183,19,23,57,4.7,6.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,4,5,0,109,47,125,29,52,22.82,11.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Shells nei","shells",NA,21,0,0,0,0,0,0,18,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malaysia",206,"Natural sponges nei","sponges",0,0,0,0,5,0,0,0,0,4,0,29,0,0,0,0,0,1655,0,0,0,0,29,0.56,0.56,NA,NA,30,118,187,15,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Maldives",39,"Coral and the like","corals",12,24,9,17,32,33,39,30,14,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Maldives",39,"Z_TOTAL","corals",12,24,9,17,32,33,39,30,14,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Maldives",39,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,5,20,19,0,0,24,5,11,71,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Maldives",39,"Shark liver oil","fish_oil",18,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,80,126,177,82,18,12,0,114,NA,NA,NA,15,88,278,253,342,267,174,NA -"Maldives",39,"Ornamental saltwater fish","ornamentals",481,479,296,296,411,524,508,548,566,630,688,588,553,541,587,547,0,478,537,585,493,472,457,430.07,1313.44,181,145,132,337,300,341,604,375,99,NA,NA,NA,40,54,61,52,42,78,113,NA -"Maldives",39,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0.1,0.1,0,0,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Maldives",39,"Shells nei","shells",58,51,1,19,0,5,11,8,12,7,1,2,0,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Malta",68,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,9,0,0,0,0,0,0,1,0.1,0.1,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Marshall Islands",11,"Coral and the like","corals",NA,NA,151,0,0,1,82,111,156,120,181,132,138,101,4,89,182,197,111,151,136,123,165,113.68,19.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Marshall Islands",11,"Z_TOTAL","corals",NA,NA,151,0,0,1,82,111,156,120,181,132,138,101,4,89,182,197,111,151,136,123,165,113.68,19.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Marshall Islands",11,"Ornamental fish nei","ornamentals",278,109,65,47,53,104,98,102,173,245,391,401,553,818,1046,684,0,0,0,0,0,0,0,0,0,110,220,170,0,0,0,0,478,0,NA,NA,NA,NA,73,0,0,0,0,0,NA -"Marshall Islands",11,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,1,0,16,38,58,71,23,5,317,163,117,89,105,186,306,187.89,272.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Marshall Islands",11,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,3,0,35,67,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Marshall Islands",11,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,2,0,0,0,0,0,8,60,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritania",64,"Cod liver oil","fish_oil",NA,NA,NA,NA,186,163,69,38,17,69,34,76,159,50,920,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritania",64,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,605,699,3140,10125,4040,7933.46,17830,14416,316.27,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritania",64,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,264,1220,2447,4264,13746,28665.06,6687,20063,45186.01,40210.1,36851.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Coral and the like","corals",1,0,2,0,0,0,0,0,84,0,0,0,0,0,0.1,0.1,3,0,0,0,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,1,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Z_TOTAL","corals",1,0,2,0,0,0,0,0,84,0,0,0,0,0,0.1,0.1,3,0,0,0,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,1,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,13,261,764,1634,1237,2340,1099,653,3082,4840,5052,6821.93,6465.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0,93,50,42,0,0,1009,2063,30,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Ornamental fish nei","ornamentals",83,53,56,55,61,62,87,79,63,96,115,95,103,70,76,38,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,69,72,74,52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,17,0,0,12,94,77,188,62.79,4.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mauritius",37,"Agar agar nei","seaweeds",NA,NA,0.1,1,0,0,0,1,0.1,0.1,0,0,0,0,0,0,0,0,0.1,0.1,1,0,2,19.94,3.64,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mayotte",29,"Ornamental fish nei","ornamentals",3,0,0,0,0,4,4,0,0,0,250,108,77,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,18,3,0,56,43,16,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,18,3,0,56,43,16,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,NA,2,8,0.1,0,0,13,42,7,15,3,10,7,10,3,7,0,7.98,6.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Fish body oils, nei","fish_oil",931,548,1266,150,744,991,4341,842,997,463,9099,4339,40385,15727,8756,29182,49780,29769,8351,3374,6502,28612,19164,38104.78,41736.92,0,104,63,17,0,16,13,28,141,NA,NA,NA,NA,NA,211,19,2,13,94,NA -"Mexico",135,"Fish liver oils, nei","fish_oil",1,5,0,0,0,4,7,5,13,2,7,2,5,3,26,0,9,0,0,2,0,0,55,6.27,6.27,NA,NA,1,0,10,8.97022956042213,120,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Ornamental fish nei","ornamentals",4,69,22,20,73,24,66,30,47,79,58,44,63,115,148,109,62,0,0,0,0,0,0,0,0,4,16,0,13,10,22,1,1,7,1,0,0,1,0,43,5,1,6,13,1 -"Mexico",135,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,53,80,67,52,62,91,39,46.45,120.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Agar agar nei","seaweeds",0,1448,1326,1444,1324,971,1455,1146,1436,1704,1615,1329,1876,1184,1769,1866,1181,1573,2168,2826,2755,2728,1992,2192.39,2173.95,NA,NA,NA,NA,NA,NA,272,898,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Other seaweeds and aquatic plants and products thereof","seaweeds",1200,1215,300,1269,642,1063,699,637,531,125,647,301,160,247,288,562,432,0,0,0,0,0,0,0,0,NA,NA,1634,1549,2644,3866,1128,1210,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,353,617,3675,255,251,118,228,379.04,307.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,173,405,709,619,656,512,932,931.6,938.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Miscellaneous corals and shells","shells",500,371,301,399,346,615,344,614,764,1572,1033,580,734,532,652,515,653,795,1334,1048,680,1473,2475,2115.53,2253.74,NA,NA,1909,2861,1144,977,629,500,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0,0,0,0,3,0,0,2,2,2,1,1,0.1,0,0.69,0.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mexico",135,"Natural sponges raw","sponges",NA,NA,0.866145633369012,0,0.1,1,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Montenegro",186,"Coral and the like","corals",146,174,25,147,0,74,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Montenegro",186,"Z_TOTAL","corals",146,174,25,147,0,74,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Montenegro",186,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,17,2,0,0,20,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Montenegro",186,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,2,1,1,0,12,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Montenegro",186,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,83,0,140,0,254,211,0,0,0,0,3,0,0,0,0,0,0,0,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Coral and the like","corals",259,204,282,462,599,658,1747,567,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,625,559,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Z_TOTAL","corals",259,204,282,462,599,658,1747,567,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,625,559,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Fish body oils, nei","fish_oil",1755,3290,2039,1264,2499,10497,6351,11640,18415,15296,16900,21516,36897,28904,38987,28391,48378,32956,75690,98635,78637,71649,63175,62895.05,86424.43,154,152,1128,1075,705,175,206,4074,455,2094,2391,2462,1153,2878,218,2459,1334,2,922,1356 -"Morocco",62,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,566,759,4698,2280,808,338,178,1409,2016,2650,4349,1863,2623,913.39,913.39,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,644,6475,7090,7629,7966,9244,1510,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Agar agar nei","seaweeds",19110,17805,17010,18709,20108,18227,18029,18437,19854,19520,22793,26873,22547,20202,22675,22516,23969,28537,25719,24269,26480,30718,33842,29019.62,27047.49,NA,NA,NA,NA,NA,NA,15625,17840,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Other seaweeds and aquatic plants and products thereof","seaweeds",3136,2888,3816,4980,5240,5031,4768,6264,7103,13706,18607,11795,8849,8492,9429,6679,14978,13683,11265,0,0,0,0,0,0,NA,NA,NA,NA,NA,111,1304,1397,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,12,5,5.47,5.47,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8730,10512,8903,8227,10354.99,5316.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,561,866,456,155,282,517,480,599,677,588,1746,1138,882,604,480,707,369.43,44.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Morocco",62,"Natural sponges raw","sponges",0,29,1,1,8,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mozambique",41,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,1095,83,0,0,0,0,0,0,0,0,0,0,6.32,NA,NA,NA,NA,NA,NA,133,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mozambique",41,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,781,0,380,1487,1228,1289,1092,1800,1324,1707,1169.74,1480.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mozambique",41,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,1,1,0,0.1,2,0,0,0,0,6,8,0.1,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Mozambique",41,"Miscellaneous corals and shells","shells",134,129,145,247,184,20,361,49,63,71,60,83,131,142,86,56,90,378,343,138,163,181,72,32.1,124.11,NA,NA,NA,NA,NA,NA,52,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Myanmar",205,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,144,0,0,242,222,211,193,185,207,195,191,201,231,179,0,157,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Myanmar",205,"Oyster shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,62,107,42,116,227,185,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Myanmar",205,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,34,381,476,24,249,31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Myanmar",205,"Trochus shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,32,0,124,0,187,262,132,364,85,89,76,158,36,83,50,42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Fish body oils, nei","fish_oil",0,4103,5735,781,448,622,1194,521,1109,465,747,15,1400,278,147,1760,779,549,787,315,317,61,7,126.33,359.22,NA,NA,NA,NA,NA,NA,620,994,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Fish liver oils, nei","fish_oil",NA,0.1,0.1,0,40,130,1109,860,3,33,18,1520,1240,685,1106,1640,844,935,1755,670,383,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,5,0,7,19,117,107,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Agar agar nei","seaweeds",NA,NA,NA,3,0,0,4,0,39,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0.55,0.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,1112,3546,914,477,429,169,26,56,178,73,73,194,898,215,161,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,50,38,0,0,0.1,0,0.1,1.09,1.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Miscellaneous corals and shells","shells",NA,9,52,26,7,13,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,1,0.1,0.1,0,0,0.1,0,0,0.1,0.38,0.28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Namibia",101,"Natural sponges nei","sponges",NA,1,3,0,0,0,0.1,6,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Fish body oils, nei","fish_oil",12791,15233,13175,8353,7469,9170,17590,18842,26132,21622,32107,26759,58689,60217,60426,65821,68905,51356,54296,36610,37124,47674,53475,52510.08,74226.05,7790,6142,5826,5378,5326,10611,15729,16684,5885,4518,4544,3466,6296,5108,5729,5081,7282,5658,6771,5552 -"Netherlands",177,"Fish liver oils, nei","fish_oil",4029,4095,4285,4220,2857,2636,5057,7064,7292,7396,7175,13427,18755,14307,15112,10921,6030,4115,3478,3258,2432,3551,3599,4157.32,4245.05,4515,5124,4664,3319,2939,1591,1252,3478,5108,361,562,836,1120,849,1220,991,1988,1410,1963,NA -"Netherlands",177,"Halibuts, liver oils","fish_oil",88,26,17,94,14,22,104,174,63,55,50,26,37,60,0,75,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4958,1180,1515,1932,1932,1723,2034,2012,2066,2435,3876,NA -"Netherlands",177,"Ornamental saltwater fish","ornamentals",100,82,133,123,57,63,78,705,1358,2538,3449,4893,5863,5294,4801,6907,6898,7671,4767,7400,3792,10447,12300,11593.59,13642.81,538,987,1785,2123,2133,278,164,81,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Agar agar nei","seaweeds",438,234,260,484,503,423,438,840,763,1200,997,1408,1516,1394,1513,2048,1459,1821,2591,1764,2046,2880,2728,2631.18,1676.33,99,56,0,0,0,0,160,309,30,13,9,7,46,29,7,32,61,3,82,9 -"Netherlands",177,"Other seaweeds and aquatic plants and products thereof","seaweeds",1022,1380,2245,2475,3359,3287,5991,6409,9718,10253,7431,9298,8512,6979,8553,9473,0,0,0,0,0,0,0,0,0,199,99,37,66,89,368,188,1110,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7748,9644,8301,3488,5012,4694,6912,6014.64,4803.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,583,1664,1714,2058,1517,1933,3580,3914.3,4145.94,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Miscellaneous corals and shells","shells",1643,1757,970,2235,1052,647,930,2338,1891,1502,2205,2123,1734,3281,5333,3459,4420,3723,3451,7727,4971,7684,7416,7897.94,8087.98,NA,NA,963,928,1061,366,466,1296,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1658,1445,0,0,0,0,0,0,1350,1161,1057,1257,1052,772,760,793,703,900,1129,1014 -"Netherlands",177,"Natural sponges other than raw","sponges",8,29,37,55,57,55,71,45,177,73,75,16,18,19,8,0.1,0.1,1,4,2,27,7,16,9.94,2.39,NA,NA,52,61,57,26,144,38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Netherlands",177,"Natural sponges raw","sponges",0.1,1,1,2,1,1,3,2,6,4,4,55,1,3,3,4,3,3,1,0.1,1,11,27,27.65,26.93,138,104,0,0,0,0,0,1,80,6,1,1,7,39,84,29,139,53,119,20 -"New Caledonia",5,"Ornamental fish nei","ornamentals",0,131,111,20,96,112,87,105,120,106,101,113,141,132,182,124,299,348,50,5,3,0,0,0,0,0,0,0,0,0,0,0,0,62,NA,NA,NA,NA,NA,NA,NA,23,0,45,NA -"New Caledonia",5,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,317,373,291,194,217,170.06,114.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Caledonia",5,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,4,0.1,4,0.1,5,0.1,0.1,0,0,0.1,0.1,13,2,1,0,0.1,4,0,0,66.4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Caledonia",5,"Trochus shells","shells",NA,NA,NA,351,333,538,238,361,484,694,1129,1097,1124,1496,1205,712,930,1176,675,736,392,80,114,80,80,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Caledonia",5,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,0.1,0,0.1,0.1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Coral and the like","corals",440,644,330,497,429,413,899,883,1894,1868,1563,2141,1568,1202,1882,1358,1290,1165,910,803,1215,1075,1485,1769.2,2129.68,NA,NA,860,1152,911,681,958,547,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Z_TOTAL","corals",440,644,330,497,429,413,899,883,1894,1868,1563,2141,1568,1202,1882,1358,1290,1165,910,803,1215,1075,1485,1769.2,2129.68,NA,NA,860,1152,911,681,958,547,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Cod liver oil","fish_oil",74,208,157,140,63,279,581,1076,957,1210,1437,1801,2186,2132,1876,2015,5312,5402,2450,966,1223,1031,704,521.99,427.89,NA,NA,22,25,121,215,51,168,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Fish body oils, nei","fish_oil",2093,1590,1432,1924,1479,1749,1627,1781,1916,1574,1930,2045,4041,2493,3236,4019,4404,4761,4666,5654,6459,6705,13051,10165.29,7962.55,390,764,749,564,683,500,931,1430,392,NA,NA,NA,NA,NA,NA,NA,708,912,611,NA -"New Zealand",162,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,121,88,144,58,0,0,0,194,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Ornamental fish nei","ornamentals",1,0,12,1,0,0,6,20,276,50,118,69,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,3,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,0,3,31.94,10.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Agar agar nei","seaweeds",114,159,212,129,109,143,218,194,305,106,184,9,277,179,161,392,445,329,26,104,305,1012,491,30.76,50.7,NA,NA,NA,NA,NA,NA,652,563,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Other seaweeds and aquatic plants and products thereof","seaweeds",6,30,25,57,7,84,3,16,62,50,136,939,393,458,1456,1099,0,0,0,0,0,0,0,0,0,NA,NA,20,49,152,52,7,14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2308,2131,896,1002,907,686,580,537.36,234.91,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,43,1,14,0.1,212,529,612.32,468.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"New Zealand",162,"Natural sponges nei","sponges",3,5,0,2,0.1,0,0,7,2,1,1,0,0,0,0,0,0.1,0,0,0,0,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,1,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nicaragua",131,"Coral and the like","corals",NA,82.404421982741,0,0,0,0,0,0,0,32,28,95,27.0203484588492,4,33,34,0,0.1,0,7,78,1,12,39.85,42.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nicaragua",131,"Z_TOTAL","corals",NA,82.404421982741,0,0,0,0,0,0,0,32,28,95,27.0203484588492,4,33,34,0,0.1,0,7,78,1,12,39.85,42.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nicaragua",131,"Ornamental fish nei","ornamentals",3,5,9,1,4,3,0,0,12,0,23,35,24,0,10,19,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,27,14,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nicaragua",131,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,6,18,27,31,56,74,2851.24,19.11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nigeria",196,"Ornamental fish nei","ornamentals",71,1264,434,580,800,1031,1100,1200,1866,1213,0,829,0,0,105,0,0,0,0,0,0,0,0,0,18.54,NA,NA,NA,NA,450,530,1207,1882,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Nigeria",196,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,1,0,0,0,0,0,0,0,0,0,0,24,30,406,0,0.1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Coral and the like","corals",0,0,5,9,9,9,17,42,39,132,66,57,36,46,44,84,20,96,192,219,315,164,183,185.56,10.45,NA,NA,290,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Z_TOTAL","corals",0,0,5,9,9,9,17,42,39,132,66,57,36,46,44,84,20,96,192,219,315,164,183,185.56,10.45,NA,NA,290,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Agar agar nei","seaweeds",NA,1,4,0,0,5,9,6,10,0,0,0,0,0,5,1,0,18,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,644,396,775,478,270,465,502,887,1290,1343,245,29,72,33,16,0,0,0,0,0,0,0,0.37,0.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,47,0,38,2,6,1,13,2,2,0.37,0.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,32,848,279,164,389,2,1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"North Korea",21,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,6,7,4,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Coral and the like","corals",32,155,97,108,107,168,214,288,307,585,327,642,503,121,16,20,8,28,90,4,4,13,1,11.43,11.43,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Z_TOTAL","corals",32,155,97,108,107,168,214,288,307,585,327,642,503,121,16,20,8,28,90,4,4,13,1,11.43,11.43,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Cod liver oil","fish_oil",5433,5136,5277,3991,3714,5779,4536,3594,5989,6025,7573,6298,6262,5501,8206,10811,11202,10428,10978,6733,6245,8795,11799,8700.14,17082.29,4197,3009,3085,3769,3808,3105,4912,5196,3526,1101,1640,2164,2928,2814,1986,2276,1395,1825,2267,760 -"Norway",223,"Fish body oils, nei","fish_oil",558,2392,2694,1789,1420,1144,4088,5175,5895,7844,12022,14415,14917,8746,13272,18380,12895,14957,59114,58041,49774,42651,50016,62173.14,84566.46,16777,10274,10923,18161,19813,21919,22433,300,18300,49720,27807,33787,36561,42174,35666,38858,27197,35152,13721,43845 -"Norway",223,"Fish liver oils, nei","fish_oil",3944,2228,3118,2081,1583,3048,2458,5858,5154,6137,5834,11518,14567,9330,10677,7524,7885,6625,3611,5453,9029,7752,9317,6564.86,11251.15,3363,4646,3376,3435,3831,3035,4149,3470,5395,10118,11167,10792,10009,6171,4462,4487,4983,4505,3796,7151 -"Norway",223,"Herring oil","fish_oil",34100,34446,29631,26362,29196,20899,25993,35046,32976,33428,44893,68849,112426,81060,85799,109205,105538,109369,66990,62101,57785,64513,79775,81697.19,88511.9,NA,NA,NA,NA,NA,NA,NA,33273,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Oils and fats of aquatic animals, nei","fish_oil",NA,6,23,0,0,0,2,211,1,1,219,2172,1947,173,779,298,312,310,33,290,414,1422,378,160.82,4343.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Shark oil","fish_oil",648,1217,527,338,285,286,312,348,526,496,392,270,320,322,331,79,195,0,0,0,26,0,0,22.91,295.21,51,29,90,2,29,0,42,909,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Ornamental fish nei","ornamentals",0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,2,0,0,0,1,0,0,18,NA,NA,NA,1,1,2,0,0,4,8,NA -"Norway",223,"Agar agar nei","seaweeds",1,0,3,2,1,7,2,106,134,66,0,3,0,0,0,0.1,8,6,24,94,1,3,0,0,0,NA,NA,NA,NA,NA,NA,1,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Other seaweeds and aquatic plants and products thereof","seaweeds",3196,3176,2846,3270,3010,2497,2857,2103,2463,2926,3160,3184,2504,1616,2424,1572,0,0,0,0,0,0,0,0,0,NA,NA,2498,2325,2347,2353,2845,2955,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,289,79,176,197,408,599,726,564.36,996.24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1251,1441,2019,2780,4014,4724,5438,4760.72,4487.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Norway",223,"Natural sponges raw","sponges",2,19,15,4,1,0.1,2,0.1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,32,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Coral and the like","corals",8,0,4,0,10,5,0,0.1,0,0,8,13,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Z_TOTAL","corals",8,0,4,0,10,5,0,0.1,0,0,8,13,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Fish body oils, nei","fish_oil",26,36,23,0,7,0,0,0,0,36,0,140,44,39,8,42,0,0,0,2712,4450,7362,15887.75,7950.82,32272.94,NA,NA,NA,NA,NA,NA,18,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,47,0,0,0,0,0,0,0,0,8,0,21,0,517,194,30,0,187.29,4037.89,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Oils and fats of aquatic animals, nei","fish_oil",8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,2.74984520393972,0,0,0,0,0,NA,NA,NA,NA,6,0,0,0,0,0,NA -"Oman",48,"Ornamental fish nei","ornamentals",0,8,28,4,1,31,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,11.1624503784026,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Oman",48,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,5,0,0,0,3,0,0,5,36,0,0,0,0,0,0,15.17,38.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,10,0,0,0,0,43,0,8,0,2,15,98,183,4,2,27,30,28.38,2.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,10,0,0,0,0,43,0,8,0,2,15,98,183,4,2,27,30,28.38,2.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,71,0,0,0,0,18,36,140,440,761.02,553.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,1,0,0,0,0,2,31,34,18,107,6,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,13,241,586,206,441,5,6.19,6.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,17,1,0,0,57,0,41,1,0,0,0,0,23,15,10,1,14,14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Pakistan",53,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,5,0.1,0,8,0,0,5,55,0.1,61,200,39,68,68,137,86.97,14.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Palau",8,"Coral and the like","corals",NA,NA,195,4,3,0,0,3,0,241,8,13,54,0,4,43,0,4,0,0,0,0,0,0,18.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Palau",8,"Z_TOTAL","corals",NA,NA,195,4,3,0,0,3,0,241,8,13,54,0,4,43,0,4,0,0,0,0,0,0,18.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Palau",8,"Ornamental fish nei","ornamentals",1,0,3,0,0,0,57,105,90,62,65,66,0,0,0,5,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Palau",8,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,0,7,10,2,44,152.74,201.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Palau",8,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,4,0,0,19,0,0,0,0,0,1,0,0.1,0,0,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Panama",129,"Fish body oils, nei","fish_oil",679,3854,5527,678,1803,5190,3389,2064,3131,2850,3435,4027,2162,2270,1500,2933,5733,8838,13946,5980,8516,4807,10110,31066.47,20216.43,1011,2211,1111,1589,2349,2062,2461,1868,1711,4505,1529,1378,4685,1295,290,884,432,6029,1536,3724 -"Panama",129,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,5,2,1,28,135,16,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Panama",129,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,5,1,0,0,0,0,9,47,22,1,0,4,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Panama",129,"Miscellaneous corals and shells","shells",78,96,51,4,0,5,2,0,0,29,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Coral and the like","corals",58,0,1,0,1,268,2,0,12,12,5,0,11,0,119,0,0,99,65,35,0,185,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Z_TOTAL","corals",58,0,1,0,1,268,2,0,12,12,5,0,11,0,119,0,0,99,65,35,0,185,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Fish body oils, nei","fish_oil",0,0,9,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,115.76,145.16,NA,NA,NA,76,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Ornamental fish nei","ornamentals",NA,NA,130,1,0,0,1,0,0,0,0,36,29,36,150,49,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,17,1,1,0,3,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,84,117,0,52,76,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Miscellaneous corals and shells","shells",261,0,474,3777,0,0,15,1123,2,460,1280,638,503,0,281,465,2,286,188,108,273,142,314,410.41,296.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Mother of pearl shells","shells",NA,NA,NA,NA,NA,19,0,0,16,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0.38,0.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Shells nei","shells",58,0,687,254,0,41,0,0,0,364,393,559,419,0,377,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Papua New Guinea",17,"Trochus shells","shells",404,0,0,0,69,453,863,0,582,0,0,0,0,1105,0,0,305,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Coral and the like","corals",0.1,9,12,10,16,20,11,5,2,5,7,8,25,10,9,127,141,223,35,27,5,21,4,12.92,113.41,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Z_TOTAL","corals",0.1,9,12,10,16,20,11,5,2,5,7,8,25,10,9,127,141,223,35,27,5,21,4,12.92,113.41,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,136,0,0,0.1,1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Fish body oils, nei","fish_oil",75223,89695,18096,68049,80640,91089,69190,79071,149225,155562,196047,249202,384863,257802,274245,332314,526871,342870,395406,293335,268578,329809,374534,419928.36,365450.94,165,15173,4341,5600,7836,35509,67487,61180,237,0,123,20959,0,0,13598,0,14423,8304,9837,8 -"Peru",138,"Fish liver oils, nei","fish_oil",0,0.1,179,225,0.1,0,380,1060,1083,526,240,55,173,70,1,42,56,120,1184,143,0,284,0,0,0,NA,NA,NA,NA,NA,NA,5,206,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Ornamental fish nei","ornamentals",1643,2089,1628,2140,4753,9776,6439,3102,2967,3247,3731,3813,4242,3132,4454,3543,40,0,0,0,0,0,0,0,0,1061,795,172,131,0,0,2494,1236,0,1051,1105,1142,811,992,255,133,552,359,335,973 -"Peru",138,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,50,81,58,113,30,43,14,1.47,1.47,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Agar agar nei","seaweeds",NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,1,0.1,12,10,4,0,0,1,1,0,0,0.77,0.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Other seaweeds and aquatic plants and products thereof","seaweeds",768,1206,1376,1119,411,912,1287,1335,1627,2177,2595,4003,14085,8578,14831,16814,576,0,0,0,0,0,0,0,0,NA,NA,232,242,201,340,340,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,140,122,154,200,104,76,57,82.44,223.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Peru",138,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,23374,35710,33002,17804,16058,30887,29009,21972.33,19704.46,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Coral and the like","corals",3090,2929,2559,1821,1467,1673,2411,2815,4177,3107,2741,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,3426,4946,2882,4072,3452,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Z_TOTAL","corals",3090,2929,2559,1821,1467,1673,2411,2815,4177,3107,2741,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,3426,4946,2882,4072,3452,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,77,1190,664,51,82,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Fish body oils, nei","fish_oil",0,0,0,4,0,0.1,12,1,0,0,15,0,423,91,47,0,22,7,65,32,305,656,2167,1084.65,2138.55,0,0,0,0,0,0,0,0,0,169,52,199,779,660,144,96,0,30,41,NA -"Philippines",15,"Fish liver oils, nei","fish_oil",0,0,4,0,25,166,0,1,0,22,29,296,1708,1424,646,0,2,0,270,6,0,1515,2056,1291.39,5029.17,602,515,653,0,0,0,0,0,865,280,427,841,2753,2156,716,1894,1297,3185,3502,NA -"Philippines",15,"Shark liver oil","fish_oil",47,5,0,0,0,0,400,231,134,0,0,0,0,0,0,1016,944,58,561,974,1048,0,0,0,0,NA,NA,NA,1499,1721,846,436,109,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Ornamental fish nei","ornamentals",7705,7315,6403,6475,6737,6497,6439,6729,7346,7132,7287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,5530,6198,7404,8178,8808,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7382,7348,6436,5991,6614,7103,6182,5962,5698,5803,5542,5577,6186.34,3971.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,0,0,0,0,5,11,10,6,1,24,8,14.41,59.51,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Other seaweeds and aquatic plants and products thereof","seaweeds",41994,33393,31196,44044,46516,38472,33860,33134,35818,28629,25327,21635,25361,12710,38237,56070,31319,34356,49299,21740,8539,12239,0,0,0,NA,NA,NA,21245,18550,18125,21983,39106,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2919,1262,1097,2222,3795,4359,7304,7379,7275,6137,2007,4269,2040.39,853.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Philippines",15,"Natural sponges raw","sponges",66,225,151,126,249,277,276,232,347,253,324,235,169,98,147,147,136,129,80,81,317,41,0,0,0,NA,NA,NA,176,111,133,165,61,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Fish body oils, nei","fish_oil",1,0,4,0,5,4,2,13,243,358,273,399,425,684,865,1414,3256,4664,5416,7651,5981,7758,10044,8212.56,12402.6,0,0,0,0,0,59,0,16,18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Fish liver oils, nei","fish_oil",NA,NA,1,0.1,0,4,2,1,5,0,0,0,0,0,17,6,176,4,101,55,0.1,14,395,83.9,31.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Halibuts, liver oils","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0,0,0,0,0,0,0,0,0,0.1,1.12,1.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,1,0,0,0,1,0,0.1,0,0,0,49,126,0,0,0,0,0,2.51,2.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Agar agar nei","seaweeds",0,0,0,0,0,0,0,0,0,0,0,0,0,82,135,72,131,69,339,60,236,137,69,124.32,89.6,NA,NA,NA,NA,NA,NA,NA,36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,0,0,0,0,0,0,0,0,0,0,28,54,60,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,43,15,4,23,512,660,890,613.65,671.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,16,3,0.1,0.1,1,158,28,87.03,100.91,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Miscellaneous corals and shells","shells",223,0,0,0,0,0,0,0,0,0,0,0,0,765,675,789,679,928,963,914,884,845,1003,314.52,17.47,NA,NA,NA,NA,NA,NA,0.1,543,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,8,14,18,5,31,8,0.1,6,7,19.98,170.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Poland",178,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,53,1,0.1,0.1,0,0,0,3.3,64.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Cod liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,325,217,183,0,0,0.1,1,0.1,0,556 -"Portugal",183,"Fish body oils, nei","fish_oil",305,509,413,265,260,295,314,503,388,411,271,225,506,72,244,569,595,656,1924,782,324,471,1026,436.56,1021.81,143,111,150,165,44,169,61,300,613,1511,1379,1711,1947,1739,1407,1037,634,1250,1168,1065 -"Portugal",183,"Fish liver oils, nei","fish_oil",6361,4882,3439,1967,1865,1858,1019,893,858,1210,1856,3681,7485,5332,4202,6255,4403,5009,6870,6845,4650,301,309,736.58,725.48,933,2333,6293,7898,16258,7674,4944,5135,838,40,11,29,369,1188,104,256,54,340,1829,23 -"Portugal",183,"Halibuts, liver oils","fish_oil",0,48,0,0,1,13,0,0,0,10,0,0,0,0,245,74,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,872,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Shark liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1252,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,74,785,4723,0,NA -"Portugal",183,"Ornamental saltwater fish","ornamentals",0,0,0,0,0,0,0,1,0.1,247,342,322,249,1677,454,1490,1427,1749,998,964,845,853,970,784.97,976.87,11,0,0,0,0,1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Agar agar nei","seaweeds",2514,2882,2740,4615,4334,4418,3915,4069,3262,5785,6732,4381,4936,4139,5208,4341,4816,4488,2069,84,299,25,18,135.18,244.05,5312,5984,0,0,0,0,2430,2331,5093,3529,4531,4606,6314,5256,3912,3636,3839,4520,4878,4168 -"Portugal",183,"Other seaweeds and aquatic plants and products thereof","seaweeds",973,441,543,316,418,264,185,181,237,152,88,425,480,423,1407,943,0,0,0,0,0,0,0,0,0,394,489,433,2996,2779,1118,828,1628,0,339,212,441,223,27,260,0,0,0,0,324 -"Portugal",183,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,463,333,482,235,252,389,1962,1703.77,1781.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,714,2146,724,1720,3728,4872,9284,3006.66,1888.58,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Miscellaneous corals and shells","shells",1,0,2,2,2,0.1,0,2,1,0,5,0.1,6,3,7,6,5,28,741,10,12,21,22,7,9.91,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,34,0,0,0,0,0,0,159,42,81,161,137,54,0,59,116,48,93,16 -"Portugal",183,"Natural sponges other than raw","sponges",0,0,0,0,0,1,0.1,0,0,0.1,0.1,0,4,0.1,0.1,3,0.1,0.1,45,28,32,25,10,0.03,57.11,NA,NA,NA,NA,NA,NA,38,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Portugal",183,"Natural sponges raw","sponges",0,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0,40,54,0,24,0,4,1,1,0.1,0.1,0,0,5,0,0,0,0,0,0,0,0,0.1,0,0.1,0,0,0,0,0,1,0,NA -"Republique du Congo",100,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,382,177.72,120.38,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,37,0,42,0,0,NA -"Republique du Congo",100,"Ornamental fish nei","ornamentals",85,77,77,82,96,132,187,180,83,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Coral and the like","corals",214,0,249,358,107,499,564,358,526,638,564,552,786,791,890,768,797,1021,890,1035,788,967,655,883.87,892.16,NA,NA,NA,NA,36,133,204,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Z_TOTAL","corals",214,0,249,358,107,499,564,358,526,638,564,552,786,791,890,768,797,1021,890,1035,788,967,655,883.87,892.16,NA,NA,NA,NA,36,133,204,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,1884,3486,9887,127,128,46,1548,4622,312,333,92,192,155,83,144,192.18,103.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,711,227,1688,188,0,0,11,3,24,21,3,3,1,5,23,97.26,275.87,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,178,214.15,45.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Agar agar nei","seaweeds",NA,NA,NA,NA,5,14,23,32,22,0,0.1,0,0,0,0,3,0,0,0.1,0,0.1,0.1,2,1.44,2.07,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Other seaweeds and aquatic plants and products thereof","seaweeds",7,0,0,5,5,6,26,11,7,37,4,7,10,58,133,259,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,25,19,2,37,44,31,6.37,6.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,5,8,6,9,12,3,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Romania",72,"Natural sponges raw","sponges",0,0,73,255,427,222,150,194,62,312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,337,0,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Coral and the like","corals",NA,NA,NA,NA,68,76,8,106,92,69,73,64,54,76,298,39,7,1,24,72,176,402,385,648,400,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Z_TOTAL","corals",NA,NA,NA,NA,68,76,8,106,92,69,73,64,54,76,298,39,7,1,24,72,176,402,385,648,400,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Fish body oils, nei","fish_oil",1354,809,396,347,812,282,310,245,334,106,123,113,178,161,133,165,128,125,60,56,340,187,220,654,3660,11779,5588,8166,6509,350,775,936,685,177,71,148,271,121,266,77,326,0,220,159,89 -"Russia",73,"Fish liver oils, nei","fish_oil",21,23,16,0,37,31,46,39,31,24,21,22,1,0,0,1,0,0,0,0,0,0,0,7,82,NA,NA,NA,NA,278,780,0,54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Agar agar nei","seaweeds",NA,NA,21,0,16,7,16,0,20,34,97,229,24,57,67,416,732,721,941,878,680,953,1746,1535,1598,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,36,15,714,293,179,418,330,203,98,366,253,203,361,455,11,14,42,68,70,39,95,126,98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1051,1647,1525,1429,1514,759,855,1212,1769,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,81,105,60,86,114,236,131,285,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,15,1,0,1,6,1,0.1,7,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Russia",73,"Natural sponges raw","sponges",NA,NA,NA,NA,25,25,39,100,35,314,0,0.1,0,0,0,0,0,0,0,0,0.1,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saba",248,"Coral and the like","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saba",248,"Z_TOTAL","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saba",248,"Ornamental fish nei","ornamentals",12,18.25,13.75,14,12.5,9.5,9.5,10.5,1.75,10.5,18,17.25,14.5,15,0.25,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Kitts and Nevis",119,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0,2,0,0,0,0,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Lucia",122,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,1,1,0,28,10,13,10,10,1,0,0.1,0.1,0,1,0,0,0,0,0,0,0,3,0,0.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Lucia",122,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,6,0.1,7,0,142.79,477,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Lucia",122,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,5,0.1,5,0,547.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Vincent and the Grenadines",127,"Coral and the like","corals",NA,NA,NA,4,0,0.1,0,0,1,0,0,0,0.1,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Vincent and the Grenadines",127,"Z_TOTAL","corals",NA,NA,NA,4,0,0.1,0,0,1,0,0,0,0.1,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saint Vincent and the Grenadines",127,"Fish body oils, nei","fish_oil",0,0,0,2,1,1,1,1,0.1,2,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0.03,0,0,0,0,0,0,0,1,3,NA,NA,NA,NA,7,0,0,1,1,3,NA -"Saint Vincent and the Grenadines",127,"Fish liver oils, nei","fish_oil",0,0,0,1,0,0,0,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0.05,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,3,1,4,1 -"Saint Vincent and the Grenadines",127,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,2,0,0,0,0,2,10.23,10.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Samoa",152,"Ornamental fish nei","ornamentals",2,6,11,26,0,0.1,1,0.1,0.1,0.1,0,1,0.1,0,48,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Samoa",152,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,60,0,0.1,1,0,0,0,0,0.1,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sao Tome and Principe",103,"Ornamental fish nei","ornamentals",NA,2,1,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,68,0,17,60,0,0,0,0,0,0,0,0,0,54,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,83,0,0,0,98,100,0,0,0,0,0,0,1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Ornamental fish nei","ornamentals",0,0,428,654,25,261,268,270,787,761,1216,145,130,109,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,92,0,628,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,34,0,0,17,0,0,0,17,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,66,4,0,80,27,26,18,0,0,0,0,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Saudi Arabia",50,"Natural sponges nei","sponges",NA,NA,NA,NA,4,0,0,25,113,33,260,0,3,6,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Coral and the like","corals",NA,NA,2106,22,0,0,32,0,0,0,0,0,0.1,1,2,32,8,4,0,0,1,0.1,0,1.12,141.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Z_TOTAL","corals",NA,NA,2106,22,0,0,32,0,0,0,0,0,0.1,1,2,32,8,4,0,0,1,0.1,0,1.12,141.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Clupeoid oils, nei","fish_oil",0,0,24,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,42,60,33,3,0,0,30,NA,NA,150,16,69,0,0,0,4,1,NA -"Senegal",66,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,35,0,0,124,187,7,0,0,9,212,770,2465,1326,1077,867,3200.79,3312.58,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Fish liver oils, nei","fish_oil",109,0,0,3,0,0,40,0,16,0,19,256,287,71,0,80,0,134,0,37,121,1251,103,151.65,151.65,NA,NA,NA,NA,NA,NA,NA,100,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,343,0,13,35,76,169,124,30,22,2,0,51,37,20,118,20,0,1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Senegal",66,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,77,89,79,51.3,51.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Seychelles",31,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,26,75,0,0,0,226,1512,3081,3763,3300,2791,3157,2221,2191,2759,3763,2564,7857,5106.09,4430.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Seychelles",31,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,81,0,0,105,185,0,0,0,97,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sierra Leone",96,"Ornamental fish nei","ornamentals",42,0,7,5,0,2,19,14,6,0,4,0,0,6,5,0,0,0,19,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,50,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0,0,0,NA,NA,7615,2833,2877,1878,1037,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0,0,0,NA,NA,7615,2833,2877,1878,1037,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Fish body oils, nei","fish_oil",62,9,60,14,580,642,1431,2465,3241,4490,3644,2916,1354,369,1124,1929,1269,1258,274,185,887,429,326,275.95,439.25,34,49,29,25,36,11,41,14,66,NA,NA,73,56,5,14,9,25,20,89,NA -"Singapore",208,"Fish liver oils, nei","fish_oil",84,95,96,194,108,574,60,112,80,70,56,68,39,253,360,69,210,403,65,118,167,176,373,156.91,122.77,14,173,133,155,117,135,191,190,34,NA,NA,26,21,73,86,139,148,65,24,NA -"Singapore",208,"Ornamental fish nei","ornamentals",58574,52757,43156,42417,43502,41581,41460,41427,49528,54162,61403,66079,68796,59940,0,0,0,0,0,0,0,0,0,0,0,2719,3096,3134,3183,3449,3672,3910,59411,1914,92,111,116,147,281,490,701,1650,551,875,76 -"Singapore",208,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3052,3206,3105,1841,1449,1216,1230,1147,964,434.51,194.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Agar agar nei","seaweeds",616,369,287,303,283,217,403,591,628,389,617,548,905,765,722,862,992,1578,1720,1317,1289,937,1077,1509.45,2076.77,NA,NA,NA,NA,NA,NA,1333,1714,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Other seaweeds and aquatic plants and products thereof","seaweeds",3274,2025,1956,3952,2351,1702,1384,631,618,1187,708,827,1014,496,807,810,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,11485,1790,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1107,996,883,1252,1331,2166,1235,2433.89,1377.87,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,84,226,150,156,36,105,74,118.26,981.72,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Miscellaneous corals and shells","shells",465,555,591,286,341,1188,456,397,239,355,206,358,117,127,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1398,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,0,19,22,13,14,4,32,15.48,35.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Singapore",208,"Natural sponges raw","sponges",4,6,8,7,20,71,12,42,170,56,189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,3,135,4,43,86,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Eustatius",249,"Coral and the like","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Eustatius",249,"Z_TOTAL","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Eustatius",249,"Ornamental fish nei","ornamentals",12,18.25,13.75,14,12.5,9.5,9.5,10.5,1.75,10.5,18,17.25,14.5,15,0.25,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Maarten",220,"Coral and the like","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Maarten",220,"Z_TOTAL","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sint Maarten",220,"Ornamental fish nei","ornamentals",12,18.25,13.75,14,12.5,9.5,9.5,10.5,1.75,10.5,18,17.25,14.5,15,0.25,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Fish body oils, nei","fish_oil",0,0,2,0,0,0,4,0,0,0,1,42,222,946,1268,846,640,82,0,2,0.1,97,32,32.61,3.27,NA,NA,NA,NA,4,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Fish liver oils, nei","fish_oil",0,1,7,8,9,11,11,12,12,17,17,19,19,82,12,17,11,9,1,0.1,4,5,0.1,0.98,0.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,4,0,17,3,5,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Agar agar nei","seaweeds",0,0,7,2,0,3,8,4,9,107,3,99,372,67,159,249,217,4,0.1,1,15,2,3,4.19,9.26,NA,NA,NA,NA,NA,NA,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Other seaweeds and aquatic plants and products thereof","seaweeds",1,0,0,2,0,0,58.1764071314828,2,0,0,0,1,21,17,169,273,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,62,315,137,70,71,9,16,67.88,72.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,27,315,137,117,29,23,21,133.73,20.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Miscellaneous corals and shells","shells",1,1,3,3,3,1,2,1,0,9,5,4,1,13,21,195,292,113,76,3,27,90,297,15.65,84.12,NA,NA,NA,NA,NA,NA,3,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Natural sponges nei","sponges",1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.08,0.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Slovenia",188,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Coral and the like","corals",NA,NA,1007,810,642,813,624,526,886,946,799,696,800,850,734,195,584,656,629,161,0,0,0,205.37,348.4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Z_TOTAL","corals",NA,NA,1007,810,642,813,624,526,886,946,799,696,800,850,734,195,584,656,629,161,0,0,0,205.37,348.4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Ornamental fish nei","ornamentals",50,22,36,49,3,194,43,55,66,73,96,106,68,34,36,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,148,282,106,94,60,170,560,116,989,1756,1321,1002,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,353,308,110,120,120,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,159,71,188,190,34.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Solomon Islands",7,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,221,333,240,343,65.45,65.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Somalia",44,"Coral and the like","corals",NA,NA,NA,NA,NA,1,0,48.9085848901123,0,2,0,93,43,0,13,0,0,0,0,6,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Somalia",44,"Z_TOTAL","corals",NA,NA,NA,NA,NA,1,0,48.9085848901123,0,2,0,93,43,0,13,0,0,0,0,6,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Somalia",44,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,13,445,413,1116,2675.1,5318.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Somalia",44,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,1,0,5,52,61,80,0,4,0,0,0,4,2,1,3,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Somalia",44,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,0,10,2,0,0,1,0,0,1,1,0,0,0,0.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Coral and the like","corals",0,115,125,70,24,38,17,52,90,64,52,66,71,31,38,31,33,36,47,47,60,74,77,11.22,40.06,NA,NA,NA,NA,NA,NA,28,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Z_TOTAL","corals",0,115,125,70,24,38,17,52,90,64,52,66,71,31,38,31,33,36,47,47,60,74,77,11.22,40.06,NA,NA,NA,NA,NA,NA,28,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Fish body oils, nei","fish_oil",274,196,1083,17,608,8,269,506,892,650,547,1796,1200,311,4011,4533,7143,2479,6454,6504,10300,8315,7881,5585.42,13478.17,1356,37,13,152,370,325,72,280,4859,204,5010,5626,277,4280,670,2934,550,502,64,5179 -"South Africa",102,"Fish liver oils, nei","fish_oil",3,3,110,3,143,1,44,5,13,2,32,11,561,1108,123,32,500,440,183,102,180,126,137,8.07,6.37,0,0,0.1,7,12,13,22,4,0,NA,2,0,0,0,0,0,0,0,0,NA -"South Africa",102,"Ornamental fish nei","ornamentals",223,253,86,46,27,31,6,75,13,3,3,1,111,1,2,2,0,0,0,0,0,0,0,0,0,0,0,227,223,309,320,269,298,0,NA,NA,NA,NA,NA,NA,NA,NA,92,0,NA -"South Africa",102,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,41,112,128,44,191,78.09,11.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Agar agar nei","seaweeds",NA,NA,2,1,1,3,0.1,5,12,52,21,9,12,33,20,38,26,15,9,40,21,7,9,5.44,12.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,2158,1269,1535,1163,821,848,1097,515,449,707,898,987,1379,1444,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,670,649,1330,711,1691,1290,980,664.89,508.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,998,650,402,920,1532,4622.97,6661.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Abalone shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,0.1,19,141,80,54,123,54,70,334,211,266.5,172.72,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Shells nei","shells",0,79,50,36,73,46,74,92,70,113,123,145,114,116,5,0.1,24,32,53,64,17,10,58,0.01,0.35,NA,NA,NA,NA,NA,NA,158,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Africa",102,"Natural sponges raw","sponges",NA,20,5,56,96,104,426,115,168,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0,1,0,0,0,0,0,0.01,0.83,6,9,0.1,0.1,0,1,0,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0,1,0,0,0,0,0,0.01,0.83,6,9,0.1,0.1,0,1,0,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Fish body oils, nei","fish_oil",960,946,1633,590,796,1533,611,909,2370,887,359,1277,1898,882,2668,2206,1627,1971,1962,1481,1556,683,318,1054.45,1920.99,7,15,2,157,156,162,642,1214,15,20,0,0,0,0,0,0,0,0,0,NA -"South Korea",20,"Fish liver oils, nei","fish_oil",227,46,12,140,493,400,788,1300,1041,1326,1238,2208,1652,1202,293,921,2389,2375,1964,3246,2555,1920,1510,1774.59,1033.31,16,0,0,85,81,261,43,453,6,67,27,0,0,0,0,0,21,0,0,24 -"South Korea",20,"Shark liver oil","fish_oil",53,20,0,0,0,0,0,0,0,0,42,0.1,0,93,106,485,509,0,265,1854,0,0,0,0,40.98,0,41,0,10,131,0,0,68,0,0,20,10,0,0,0,2,0,14,0,3 -"South Korea",20,"Ornamental saltwater fish","ornamentals",13,22,88,76,155,217,394,268,214,308,216,404,386,371,407,126,7,0,0,16,8,0,13,3.35,10.15,3,0,0,0,0,12,10,25,101,1131,303,284,387,135,172,397,213,160,83,NA -"South Korea",20,"Agar agar in powder","seaweeds",4683,3550,2038,2307,2111,2211,2997,3547,4716,8299,9844,5769,6227,5232,5636,6659,7738,9091,9438,8584,8934,8478,10144,11790.71,9214.82,2121,2671,2748,2664,1365,2538,4286,4731,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Agar agar in strips","seaweeds",5757,3456,3352,4008,3603,3125,2724,2949,3026,5647,6315,3343,3282,2282,3157,4874,4298,4050,3258,2174,3082,3341,3475,2481.24,2124.61,9416,8815,9663,10252,9143,5318,5222,8134,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Agar agar nei","seaweeds",372,674,351,444,1156,1304,1406,1324,808,1583,2376,1672,752,490,935,292,116,2,30,51,24,35,0.1,71.58,18.13,32,52,121,162,47,64,15,105,10153,NA,NA,NA,NA,8821,6906,7252,6502,6718,7507,NA -"South Korea",20,"Kelp meal","seaweeds",21,14,87,42,4,0,0.1,2,51,73,100,0,8,4,6,3,0,0,0,0,0,0,0,0,0,47,92,45,32,18,7,30,48,63,NA,NA,NA,NA,134,71,57,111,46,69,NA -"South Korea",20,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1891,2966,1118,4366,4611,3547,1744,3742,3655,4888,4306,4332,4723,3494,5987,7945,7882,5111,4825,4163,4811,4347,5443,6686.32,6324.48,1743,1483,620,1529,2422,1978,2106,913,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Other red algae","seaweeds",2610,2408,4577,3958,3983,3210,3450,3562,4190,6554,6698,1021,1321,1308,2486,6242,3706,4589,2244,3250,2981,5247,3136,2269.65,2550.22,685,1744,1270,1403,732,950,282,794,345,NA,NA,NA,NA,189,105,607,604,325,301,NA -"South Korea",20,"Other seaweeds and aquatic plants and products thereof","seaweeds",4206,3937,3438,3681,2945,3677,3242,3261,3018,2849,3064,3244,3702,3182,3399,3636,3325,3788,2928,2169,2042,2564,2469,2643.7,1350.01,5248,7984,6808,6268,8777,5694,7157,9862,4198,NA,NA,NA,NA,3813,3006,2185,1638,2325,3868,NA -"South Korea",20,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,890,1300,446,637,556,620,399,899.55,117.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1373,2031,1194,819,396,1353,815,691.6,831.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Abalone shells","shells",145,76,29,76,98,45,94,146,72,79,150,274,61,79,34,26,474,36,56,23,125,42,87,57.24,45.84,761,533,731,215,183,383,279,525,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Miscellaneous corals and shells","shells",2510,2491,1810,1517,1977,716,468,905,1036,859,720,620,998,1219,828,1023,1258,1465,1335,1228,1043,1049,1012,857.22,928.83,1282,1270,2372,2376,1845,1789,2401,2921,9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Mother of pearl shells","shells",18,11,35,105,44,53,77,217,377,72,190,252,71,27,13,14,50,131,55,90,31,23,80,57.33,19.25,170,19,35,38,0,5,11,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Oyster shells","shells",139,87,87,58,28,23,12,38,6,13,44,24,13,0.1,0,0,0,0,0,0,0,20,0,0,0,689,456,294,267,217,226,161,203,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Sea snail shells","shells",8,0,0,4,62,37,130,115,72,29,39,28,65,35,0,0,69,51,10,31,40,0,11,30.6,11.34,41,298,323,46,0,0,13,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"South Korea",20,"Shells nei","shells",129,591,299,236,205,148,140,51,163,73,55,140,71,100,226,46,64,76,103,88,68,22,89,37.12,112.77,382,205,257,214,161,148,238,145,3184,NA,NA,NA,NA,NA,773,813,942,1474,2466,NA -"South Korea",20,"Trochus shells","shells",68,5,1,6,4,0,3,5,12,37,216,287,59,133,109,0,53,7,0,110,0,24,0,0,0,NA,10,317,123,185,243,4,275,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1258,NA,NA,NA,NA,1099,584,1324,1824,1152,1299,NA -"Spain",182,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1258,NA,NA,NA,NA,1099,584,1324,1824,1152,1299,NA -"Spain",182,"Fish body oils, nei","fish_oil",4361,3463,1729,2491,1132,1851,2313,1908,2512,2724,4247,4198,6551,4227,3412,7158,10027,12284,10152,11922,17880,19443,21909,25865.8,27934.27,854,731,1476,409,1435,1997,1587,1269,747,1573,1236,1942,2464,435,763,33,475,2125,449,2403 -"Spain",182,"Fish liver oils, nei","fish_oil",5113,4587,2732,2533,3141,6686,10086,8105,4405,5450,9345,18375,27546,7643,6304,6287,3578,6624,11193,7908,8209,1315,11,1018.26,2293.09,2284,2032,3308,5516,7712,5588,5483,5465,2040,NA,NA,NA,50,1407,1738,1322,1781,4193,4037,NA -"Spain",182,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,51,2,1,2,0,0,0,0,0,0,NA -"Spain",182,"Ornamental saltwater fish","ornamentals",3343,845,827,914,1094,1688,969,9646,14539,15992,25579,28831,27786,43660,35087,62449,34096,37993,34715,35115,38542,36570,35293,31753.37,33032.57,0.1,1,21,2,125,1922,461,572,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Agar agar nei","seaweeds",16680,13382,14955,9140,12111,9928,10058,12839,12227,16054,15875,20465,20189,19356,22448,22186,23840,29543,36519,38016,39984,43148,41558,39853.69,41938.84,14566,14561,0,0,0,0,13355,14207,12245,NA,NA,NA,NA,12023,0,11151,0,0,9462,NA -"Spain",182,"Other seaweeds and aquatic plants and products thereof","seaweeds",3223,3204,3487,2047,1242,493,686,664,993,1156,1709,3147,2849,2361,1725,2392,0,0,0,0,0,0,0,0,0,660,77,564,1202,464,772,221,323,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2669,2290,3456,3880,2567,2453,2726,3711.16,8527.11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,922,1984,2704,2931,3022,3185,3621,3681.25,1861.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Miscellaneous corals and shells","shells",196,85,50,163,82,117,129,261,394,252,147,123,187,141,110,271,163,343,181,988,605,1040,719,659.26,375.3,NA,NA,1220,969,530,45,127,91,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1548,894,0,0,0,0,0,0,132,NA,NA,NA,NA,49,79,62,99,54,35,NA -"Spain",182,"Natural sponges other than raw","sponges",122,384,126,180,146,144,98,60,121,76,99,110,162,162,218,367,237,335,303,423,192,28,184,354.4,325,NA,NA,84,100,67,26,243,196,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Spain",182,"Natural sponges raw","sponges",151,22,31,0,1,0.1,0.1,0.1,0.1,0.1,1,3,0,0,0.1,0.1,17,9,29,95,17,21,21,17.08,28.67,52,102,0,0,0,0,7,0.1,11,NA,NA,NA,NA,14,16,1,3,9,11,NA -"Sri Lanka",40,"Coral and the like","corals",743,1087,1225,1336,0,1041,613,1257,948,1247,1155,1312,1809,72,56,127,25,57,140,94,252,91,78,202.71,246.25,NA,NA,294,309,323,419,511,540,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Z_TOTAL","corals",743,1087,1225,1336,0,1041,613,1257,948,1247,1155,1312,1809,72,56,127,25,57,140,94,252,91,78,202.71,246.25,NA,NA,294,309,323,419,511,540,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0.1,0.1,0,0,113,0.01,0.01,16,14,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,212,128,NA -"Sri Lanka",40,"Fish liver oils, nei","fish_oil",81,146,106,15,89,114,151,143,258,50,81,259,815,429,144,267,173,231,474,132,240,190,15,138.42,125.74,95,97,73,61,269,304,68,28,0,NA,NA,NA,NA,NA,NA,NA,NA,200,232,NA -"Sri Lanka",40,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,NA,NA,NA,NA,54,455,316,385,0,0,NA -"Sri Lanka",40,"Ornamental fish nei","ornamentals",4973,0,0,0,7714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,1425,1059,1477,861,945,3378,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Ornamental saltwater fish","ornamentals",NA,7773,7883,7921,0,5761,5517,6450,7337,7432,8427,8001,8536,8201,7592,9669,6146,939,1299,1936,6757,7611,8203,6521.25,5102.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Agar agar nei","seaweeds",2,6,1,0.1,0.1,0.1,0.1,0.1,1,2,1,2,2,0.1,1,1,0.1,1,1,0.1,1,1,1,1.43,0.42,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Other seaweeds and aquatic plants and products thereof","seaweeds",11,16,8,12,0,0,4,43,3,6,15,9,74,41,47,32,22,0,0,0,1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,94,102,85,50,54,81,88.64,60.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0.1,0.1,0,0,23.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sri Lanka",40,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,1171,0,0,0,0,0,0,0,0,2247,3640,2049,1369,888,950,803,777,875,681,632.06,514.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sudan",49,"Coral and the like","corals",70,45,70,235,366,376,332,281,271,257,255,27,344,173,145,194,0,123,74,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sudan",49,"Z_TOTAL","corals",70,45,70,235,366,376,332,281,271,257,255,27,344,173,145,194,0,123,74,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sudan",49,"Ornamental fish nei","ornamentals",NA,NA,1,0,0.1,0,0,1,0,0,0,0,0,0,0,1,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sudan",49,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,450,0,0,0,0,0,94,81,180,74,48,51,94.24,124.56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Suriname",168,"Ornamental fish nei","ornamentals",NA,1,0,0,0,0,8,3,3,1,12,8,6,10,21,15,3,1,0,0,0,0,0,16.47,26.91,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Fish body oils, nei","fish_oil",4536,5815,8038,9817,6818,5225,5334,7152,10358,10917,9501,14179,13618,16518,10634,13752,6862,8401,8699,7585,8020,5217,5373,4513.74,4838.33,1449,765,1273,2195,2453,2957,4055,4149,656,1178,926,1405,1737,1385,1393,958,1274,700,500,1557 -"Sweden",222,"Fish liver oils, nei","fish_oil",1201,2276,2344,1966,2174,2301,2799,2656,5085,2689,2822,3724,8674,5067,3366,2578,1633,1817,5626,2070,1318,1560,1538,668.31,228.73,238,389,178,160,47,191,155,745,11,0.1,8,41,120,92,80,274,17,2,6,NA -"Sweden",222,"Halibuts, liver oils","fish_oil",0,0,0,11,1,4,0,0.1,36,1,74,0,0,163,276,0,53,0,0,2,0,0,0,0.04,3.12,NA,NA,NA,NA,NA,NA,NA,16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,656,675,596,626,433,706,0,621,77,72,99,190,245,191,349,545,511,694,86 -"Sweden",222,"Ornamental saltwater fish","ornamentals",1,1,4,1,18,4,623,143,0,0,10,110,18,11,70,31,63,460,441,357,346,455,619,41.59,39.54,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Agar agar nei","seaweeds",80,88,75,50,50,60,64,42,91,54,15,75,49,1,4,17,18,17,221,8,44,16,12,10.73,9.75,NA,NA,NA,NA,NA,NA,354,11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Other seaweeds and aquatic plants and products thereof","seaweeds",166,109,425,672,711,1248,177,146,34,131,118,149,181,350,654,593,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,99,12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,226,389,777,650,947,1561,1711,1435.26,876.28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,33,27,28,26,72,136,232,441.6,166.46,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Miscellaneous corals and shells","shells",0.1,10,1,20,14,54,106,114,24,103,50,114,215,120,49,10,19,12,60,29,4,14,13,39.23,38.42,NA,NA,NA,NA,NA,NA,10,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Natural sponges other than raw","sponges",4,10,4,10,5,19,3,6,5,10,19,4,25,6,84,54,1,11,16,16,23,14,14,9.92,4.03,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Sweden",222,"Natural sponges raw","sponges",22,19,7,16,4,0.1,3,1,2,4,1,0.1,0.1,92,54,32,15,15,158,161,156,109,300,338.03,244.14,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Syria",77,"Coral and the like","corals",NA,NA,113,0,57,76,88,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Syria",77,"Z_TOTAL","corals",NA,NA,113,0,57,76,88,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Syria",77,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,2,0,0,2,33,41,64,266,306,112,1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Syria",77,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,100,50,169,18,15,41,17,5.79,5.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Syria",77,"Natural sponges raw","sponges",NA,NA,NA,23,0,167,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Coral and the like","corals",1539,638,1324,1560,1113,627,817,1017,824,807,620,818,990,551,305,721,808,900,973,1667,3352,2769,5379,0,0,5236,5800,0,0,0,0,691,793,93969,80000,117620,104741,66106,37044,48115,29014,9869,10720,42243,82985 -"Taiwan",14,"Z_TOTAL","corals",1539,638,1324,1560,1113,627,817,1017,824,807,620,818,990,551,305,721,808,900,973,1667,3352,2769,5379,0,0,5236,5800,0,0,0,0,691,793,93969,80000,117620,104741,66106,37044,48115,29014,9869,10720,42243,82985 -"Taiwan",14,"Fish body oils, nei","fish_oil",1071,1052,709,30,52,150,116,14,44,97,54,70,67,45,31,76,84,1,14,115,440,84,96,12.96,3.59,39,426,668,1080,1072,768,1048,897,305,0,9,26,45,0,0,0,0,0,156,19 -"Taiwan",14,"Fish liver oils, nei","fish_oil",57,270,163,109,136,159,88,42,16,22,21,204,2013,642,449,285,284,237,220,115,23,374,156,0,1.1,10,24,0,0,4,107,36,4,0,0,14,10,40,12,0,0,0,0,62,55 -"Taiwan",14,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,37,290,90,65,141,56,217,570,762,642,42,233 -"Taiwan",14,"Ornamental fish nei","ornamentals",14,2,0,0,3,440,571,486,11,653,624,886,1147,1128,1223,1273,1627,1809,0,0,0,0,0,0,0,235,88,59,43,8,22,0.1,41,375,36,309,812,242,106,174,73,189,234,234,406 -"Taiwan",14,"Ornamental saltwater fish","ornamentals",1054,821,904,1089,1424,1133,1162,1472,2138,1510,1851,1644,1924,1469,1614,1528,1869,1611,1232,1738,2562,2392,2523,2626.21,2134.48,NA,689,448,577,539,759,1139,996,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Agar agar nei","seaweeds",3112,3514,1742,1321,1110,965,709,709,568,749,598,660,559,463,146,193,267,359,579,576,1081,975,1306,1720.33,1100.01,0,32816,0,0,0,0,1545,1711,0,40,3573,8141,6776,0,0,0,0,0,0,47 -"Taiwan",14,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",NA,NA,88,88,225,387,365,447,547,614,1029,959,1136,896,712,617,227,255,170,283,259,157,120,85.28,117.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Other red algae","seaweeds",NA,NA,3,0,0,0,0,7,2,0,2,0,6,0,1,5,12,20,35,45,66,26,15,2.42,6.49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Other seaweeds and aquatic plants and products thereof","seaweeds",13131,5399,8406,6618,3603,4447,3482,5035,6653,3421,3092,2371,2429,3367,4008,2808,5761,5046,0.1,0,0,11,24,19.97,14.98,738,362157,0,0,0,0,21983,21982,1065,2953,2652,2168,49,495,131,472,4863,2454,1485,3405 -"Taiwan",14,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,276,4534,3704,4569,2435,3293,1514.58,709.61,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,22,418,433,370,637,1083,695.8,560.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Taiwan",14,"Shells nei","shells",224,72,39,52,79,135,89,60,25,5,7,33,4,3,0,20,23,6,18,26,12,21,47,14.45,18.25,15397,3264,0,0,0,0,107,199,14942,7000,10509,14223,18176,13198,7446,19990,15004,13514,15812,7389 -"Taiwan",14,"Natural sponges raw","sponges",4,1,0.1,3,37,23,47,49,24,24,52,28,34,84,83,279,194,28,11,10,1,19,62,61.84,54.85,219,681,0,0,0,0,35,0.1,446,NA,17,0,61,0,0,0,18,240,153,NA -"Tanzania",202,"Fish body oils, nei","fish_oil",NA,5,6,0,0,0,0,0,0,0,0,0,0,0,2,3,0,0,59,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Ornamental fish nei","ornamentals",100,153,148,83,146,127,117,263,167,156,138,29,124,98,20,5,2,0,0,0,0,0,0,0,0,NA,NA,NA,30,26,72,45,16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,16,221,263,4,28,17.57,52.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,1013,2005,3020,2944,2272,1942,1475,1811,1578,2729,3355,2695,3293,4318,3393,3100,2500,2650,5200,5800,6113,6418,7663,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,91,52,0,127,19,0,0,0,10.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,21,49,0,22,0.1,30,14,280.15,258.06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,160,298,136,310,122,91,166,156,181,155,114,159,237,488,351,331,157,42,66,440.19,523.49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tanzania",202,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,73,90,185,345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Coral and the like","corals",0,2,2,0.1,0,0,0.1,0.1,0.1,21,113,104,2,1,36,3,3,83,58,9,24,0,0,0,0,NA,NA,NA,NA,NA,NA,6,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Z_TOTAL","corals",0,2,2,0.1,0,0,0.1,0.1,0.1,21,113,104,2,1,36,3,3,83,58,9,24,0,0,0,0,NA,NA,NA,NA,NA,NA,6,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Fish body oils, nei","fish_oil",10,782,262,341,1304,422,857,1533,1334,2147,1636,4342,5192,4161,7923,13455,13796,13665,10542,11296,12934,13522,16761,18260.48,20195.11,0,51,0,0.1,4,48,421,188,0,NA,NA,NA,1,1,1,0,1,0,0,NA -"Thailand",25,"Fish liver oils, nei","fish_oil",438,760,941,450,89,42,31,13,2,0.1,6,336,120,6,11,12,79,44,35,16,57,23,212,874.15,1056.89,0,114,165,97,18,125,209,324,0,NA,NA,2,153,0,0,0,0,0,0,NA -"Thailand",25,"Ornamental fish nei","ornamentals",1328,2483,1663,2084,2446,3370,5245,7392,9864,12534,13697,0,0,0,0,0,2119,1056,1156,1209,1082,0,0,0,0,375,171,218,222,322,373,555,642,2081,668,593,577,686,682,728,677,1043,1076,1444,492 -"Thailand",25,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2765,6780,2586,3743,4848,12446,12406,11711,10636,11106,13606,14309,14258.05,9467.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Agar agar nei","seaweeds",243,643,630,616,455,469,634,643,734,685,655,1009,995,1050,1288,1244,1091,987,1015,1289,1506,1612,1539,1624.22,1905.96,NA,NA,NA,NA,NA,NA,155,456,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",1298,1222,649,607,693,183,298,227,162,532,4651,7008,6754,2222,2236,1709,2523,5040,4157,4332,3492,3823,4390,2534.38,998.87,NA,NA,1327,1249,1222,1240,1608,1649,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,25,20,93,173,551,406,349,344,296,241,400,334.11,548.41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Mother of pearl shells","shells",5,21,0.1,10,8,55,77,59,69,113,160,9,9,3,0.1,7,0,158,1,0,19,314,313,263.37,301.26,NA,NA,NA,NA,NA,NA,7,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Shells nei","shells",499,1146,1225,1376,1228,1236,1245,1290,1341,1359,1142,1269,1494,2875,4570,4341,3025,3490,3199,2278,2273,1998,1778,1525.83,1834.12,NA,NA,997,1274,1064,1219,945,906,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Thailand",25,"Natural sponges raw","sponges",11,22,16,39,32,31,16,35,25,14,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,169,84,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Coral and the like","corals",NA,NA,NA,NA,1,0,51,0,0,0,0.1,0,350,115,112,56,58,147,85,0,22,5,9,1188.2,641.61,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Z_TOTAL","corals",NA,NA,NA,NA,1,0,51,0,0,0,0.1,0,350,115,112,56,58,147,85,0,22,5,9,1188.2,641.61,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Ornamental fish nei","ornamentals",NA,NA,NA,20,0,0,0,0,0,0,0,0,185,10,0,9,15,4,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,3,10,27,77,98.68,62.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,102,0,161,115,0,37,385,2490,710,615,84,23,0,1,191,479,213,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,24,105,24,159,131,130.62,160.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tonga",155,"Miscellaneous corals and shells","shells",NA,NA,NA,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,92,337,216,807,8.88,9.35,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Fish body oils, nei","fish_oil",0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.12,0,0,0,0.1668922781225,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 -"Trinidad and Tobago",126,"Ornamental fish nei","ornamentals",349,450,414,383,346,338,299,257,245,252,295,469,318,305,648,118,14,12,15,8,0,0,0,0,0,163,184,157,42,129,200,330,292,158,151,148,226,250,188,185,56,145,83,74,249 -"Trinidad and Tobago",126,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,9,3,4,4,0.23,0.46,1.39,0.12,2.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Other seaweeds and aquatic plants and products thereof","seaweeds",1,22,3,11,11,28,2,1,0,0.1,0.1,2,3,1,1,0,0,1,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,2,3,7,10.04,4.45,10.45,8.68,20.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0.08,3.4,46.93,109.87,122.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Miscellaneous corals and shells","shells",NA,NA,NA,0.1,0.1,0.1,0.1,0,0.1,0.1,0.1,0.1,1,0.1,3,0,5,18,10,0,0,0,0,0.15,0.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Trinidad and Tobago",126,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Coral and the like","corals",1624,1733,937,1295,981,809,791,965,1015,821,1293,1908,2447,3045,6157,11088,11596,4219,9932,12345,8559,4874,2079.53,1144.2,682.58,NA,NA,548,530,254,404,1253,1166,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Z_TOTAL","corals",1624,1733,937,1295,981,809,791,965,1015,821,1293,1908,2447,3045,6157,11088,11596,4219,9932,12345,8559,4874,2079.53,1144.2,682.58,NA,NA,548,530,254,404,1253,1166,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,0.1,1,1,0.1,1,1,0.03,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,6,50,13,0,0,0,0,0,0,0,0,0,0,NA,NA,215,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,33,9,0,0,0.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1112,892,620,1585,380.31,473.15,5.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,0,88,13,15,50,10,1335,848,919,221,65,55,45,31,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,23,3,0,0,9,45,90.68,24.77,9.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,54,27,321,54,133.82,186.25,98.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Miscellaneous corals and shells","shells",NA,NA,NA,3,18,0,41,216,113,130,0,57,24,0,0,0,0,0,0,0,0,0,0,0,909.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,850,2722,1008,0,0,1855,1694,0,0,1723,1856,0,0,27.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Tunisia",61,"Natural sponges raw","sponges",2630,2473,2423,1464,1243,1459,1882,2555,2920,2872,0,1829,0,0,0,0,0,0,0,0,0,0,0,0,965.23,NA,NA,2223,1729,1973,1629,2355,2456,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Turks and Caicos Islands",111,"Miscellaneous corals and shells","shells",NA,NA,NA,6,3,3,4,13,80,19,32,25,0,24,29,7,0,64,43,26,40,25,31,0,12.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Aquatic animals, oils and fats, nei","fish_oil",95,72,128,185,83,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,7,24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,6,0,0.1,3,2,0,0,0,0,3,6,23,0,0,0,0,0,9.78,9.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,2,0,0,0,0.19,0.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,5,7,7,4,0,15,63,11,5,0,6,3,50,9,118,47,25,17.41,20.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,32,16,35,29,38,40,44,13,20,19,12,24,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,4,3,16,26,22.6,20.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,11,33,38,75,104,155.24,185.86,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,3,6,12,19,10,38,0,0,0,0,0,0,0,0,0,0,34,277.91,424.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Ukraine",75,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,2,11,0,0,11,2,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Fish body oils, nei","fish_oil",NA,NA,NA,67,46,28,23,14,96,106,130,17,3,125,247,322,45,96,220,275,1640,554,740,2465.77,123.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,21,0,0,0,0,0,0,31,7,6,21,0,35,0.1,18,1915,1674,2941.61,1551.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Ornamental fish nei","ornamentals",63,4,15,0,0,0,0,0,4,0,15,0,0,10,8,19,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,7,0,0,0,0,0,0,13,0,7,0,0,0,0.1,23,236.56,24.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,14,0,77,0,0,115,233,46,0,0,0,0,0,0,301,627.88,1031.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,51,0,18,0,0.1,56,1,101,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,4,0,22,0,35,124,64,91,247,0,0,48,1,2,2,1,0,130.12,130.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Arab Emirates",54,"Natural sponges nei","sponges",NA,NA,NA,4,22,10,292,424,15,139,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Fish body oils, nei","fish_oil",8355,6460,5492,6117,4897,4983,7976,9462,16790,12598,15771,14392,16673,21187,17143,16324,10813,12483,8606,12584,16785,18143,23555,15635.6,14391.93,675,1064,2220,1350,3263,7832,8170,12195,3275,1255,1371,533,247,140,2286,387,170,1858,2955,444 -"United Kingdom",180,"Fish liver oils, nei","fish_oil",3301,3257,3044,1827,626,697,1256,634,6374,7255,5479,6028,5834,4060,4764,8743,10838,19074,17896,15147,16870,23208,11310,6671.32,3389.68,2225,1551,1500,1509,3294,1895,1480,3101,2322,1617,1325,1473,2412,1405,846,1024,989,1041,1424,1376 -"United Kingdom",180,"Halibuts, liver oils","fish_oil",213,420,203,79,0,54,7,89,14,49,39,110,568,14,42,64,328,24,17,16,0,12,4,4.58,4.58,NA,NA,NA,NA,NA,NA,NA,247,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Ornamental saltwater fish","ornamentals",720,452,851,891,577,369,395,407,505,817,1062,1066,1598,1769,2617,2769,2212,2502,2033,976,845,1275,1571,1499.32,2013.63,2,105,116,885,103,55,465,974,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Agar agar nei","seaweeds",340,625,630,831,1362,915,723,665,722,751,879,3554,3320,3347,831,794,1622,2230,2017,1570,1898,3004,2710,2148.9,1739.42,788,590,0,0,0,0,1030,647,370,306,451,291,243,257,345,166,229,388,497,333 -"United Kingdom",180,"Other seaweeds and aquatic plants and products thereof","seaweeds",573,1020,1328,1354,1212,1539,2501,5088,5936,5088,5672,7011,8464,9013,7756,8112,0,0,0,0,0,0,0,0,0,501,471,1665,839,1297,790,1125,1644,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4531,5136,6161,6056,8054,8448,9784,10165.98,10202.22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1563,1594,1693,1790,1013,793,1109,1483.17,2382.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Miscellaneous corals and shells","shells",5640,7913,8210,6334,6221,5304,4390,5389,7695,6823,7204,7097,8093,7213,7857,8755,7361,8211,7944,6703,5626,6118,6587,5099.53,5238.14,NA,NA,5646,5511,4697,4014,5586,6097,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5193,5378,0,0,0,0,0,0,4075,482,915,1365,2329,1896,1886,1493,1523,1331,2134,252 -"United Kingdom",180,"Natural sponges other than raw","sponges",88,314,417,282,498,625,590,169,220,431,329,229,180,132,289,213,208,489,303,503,220,282,174,33.97,201.47,NA,NA,NA,NA,NA,NA,73,115,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United Kingdom",180,"Natural sponges raw","sponges",1,28,9,32,23,135,60,560,664,603,239,56,19,61,36,31,105,137,1549,1368,1427,1086,1246,131.64,102.62,92,31,13,11,100,150,7,8,40,62,45,119,110,10,40,26,29,6,53,57 -"United States",163,"Coral and the like","corals",38555,15308,7176,7519,10925,11087,6731,9549,7859,11818,9390,10625,10020,9216,13025,15262,8983,2641,3199,2794,3013,3086,3351,2646.4,2487.12,NA,NA,56198,62598,34832,31579,34433,47084,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Z_TOTAL","corals",38555,15308,7176,7519,10925,11087,6731,9549,7859,11818,9390,10625,10020,9216,13025,15262,8983,2641,3199,2794,3013,3086,3351,2646.4,2487.12,NA,NA,56198,62598,34832,31579,34433,47084,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Fish body oils, nei","fish_oil",13414,15818,17982,8834,8136,5738,8531,7927,5478,11270,18637,23579,33475,28328,30866,43304,50421,56762,61676,64122,66531,84184,78600,79159.21,80271.07,2930,293,336,954,3095,5223,6386,8643,1744,974,1859,1949,2698,2436,4635,1742,1362,861,1041,1418 -"United States",163,"Fish liver oils, nei","fish_oil",1102,2375,2301,2121,3314,2431,3633,6766,3444,8318,9617,6522,7784,8491,8905,10574,13929,11113,10753,11229,11742,17795,19302,22146.87,17236.34,NA,1728,2437,2537,1534,1048,2267,1197,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Menhaden oil","fish_oil",21764,35118,39147,24746,12530,33068,37020,22714,18713,23240,24005,34561,59369,21922,56379,49441,19954,63949,75495,49341,79922,43805,42189,85738.96,58071.11,19015,19080,22519,31165,24748,22163,30263,34357,21568,17133,40481,37622,49697,40136,31044,58094,69618,35896,19787,28528 -"United States",163,"Ornamental fish nei","ornamentals",15522,14717,10609,11007,8289,7045,8381,8561,8664,9793,5860,11224,13255,12139,13222,13134,0,0,0,0,0,0,0,0,0,13071,10365,12512,13261,15337,17467,19203,19943,8493,3064,4242,5543,7456,7633,7684,7376,5298,4069,4884,2269 -"United States",163,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2956,3783,3313,3330,3847,5993,4591,4495.44,2921.56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Agar agar nei","seaweeds",1067,2078,778,1215,757,729,1128,829,1110,1669,1206,4925,6327,6778,5519,6226,5507,7169,7289,5628,3613,5289,4479,4197.74,4645.73,NA,NA,NA,NA,NA,NA,335,767,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Other seaweeds and aquatic plants and products thereof","seaweeds",18847,14706,9811,9096,10027,11956,13243,16053,17756,14101,9114,15061,19187,17025,16238,18757,0,0,0,0,0,0,0,0,0,NA,NA,9904,13073,11876,13582,10502,19852,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10797,14072,13845,12856,11022,11464,9619,10434.15,14707.88,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3510,2016,2413,2561,2442,4206,5619,5407.29,3058.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"United States",163,"Natural sponges raw","sponges",2425,5492,8844,9537,8996,3239,2705,2519,3052,1722,1114,974,2982,1697,765,461,1167,1477,501,423,225,270,324,376.93,844.3,NA,NA,5343,4024,2879,2275,2747,2840,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Uruguay",173,"Fish body oils, nei","fish_oil",24,41,77,3,0,8,18,10,0,0,130,0,0,0,4,0,46,35,11,0,0,0,0,0,0,67,159,170,112,99,48,10,25,141,NA,NA,NA,9,20,35,229,28,19,41,NA -"Uruguay",173,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,1.18,4.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vanuatu",6,"Coral and the like","corals",NA,NA,34,54,0,99,57,219,41,15,0,0,0,0,0,0,28,0,16,88,89,0,0,41.62,55.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vanuatu",6,"Z_TOTAL","corals",NA,NA,34,54,0,99,57,219,41,15,0,0,0,0,0,0,28,0,16,88,89,0,0,41.62,55.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vanuatu",6,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,366,463,444,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vanuatu",6,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,12,218,0,0,0,0,0,0,137,208,480,197,103,189,10,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vanuatu",6,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,15,0,0,0,13,55,7,25,147,108,28,35,4,0,4,6,62,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Coral and the like","corals",NA,NA,789,997,1193,5764,1735,2109,4360,6083,5879,4547,5185,6556,6214,6134,5804,3180,4706,6014,4978,7561,9545,4954.69,6082.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Z_TOTAL","corals",NA,NA,789,997,1193,5764,1735,2109,4360,6083,5879,4547,5185,6556,6214,6134,5804,3180,4706,6014,4978,7561,9545,4954.69,6082.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,88,0,24,459,2248,2328,9343,32921,28996,38369,68394,79865,76428,54036,25858,30345,29801,27566,49317.32,40224.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,5,1255,3,451,21,43,130,23,426,0,26,0,0,0,0,152,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Ornamental fish nei","ornamentals",62,0,0,0,0,452,1738,42287,21248,409,1209,1143,1259,2045,2720,2589,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,107,35,240,251,82,37,872,1194.31,129.94,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Agar agar nei","seaweeds",NA,NA,7,5,166,0,63,0,9,0,0,2,35,33,19,1,70,103,272,473,718,3694,3420,14577.34,11732.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,66,0,36,4110,2155,610,1007,1677,995,907,1790,1325,2145,2099,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1348,1190,1642,1250,1220,1171,1521,2534.39,3633.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Vietnam",207,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1434,635,902,1318,882,869,1136,1936.05,3407.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Yemen",47,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0.1,0,0,0,13,2,0,62,111,192,97,0,0,48,21,0,423.53,0,0,0,0,0,0,0,0,0,NA,NA,NA,72,148,55,3,0,0,0,NA -"Yemen",47,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,5,0,1,10,7,35,28,76,109,23,4,65,467,1200,1008.09,3102.61,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Yemen",47,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,8,27,13,9,84,17,23,13,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Yemen",47,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,11,0,6,45,14,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA -"Yemen",47,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,5,0,15,19,10,0,0.1,4,1,11,0,2,2,16,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"rgn_name","rgn_id","commodity","product","1996","1997","1998","1999","2000","2001","2002","2003","2004","2005","2006","2007","2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021","1988","1989","1990","1991","1992","1993","1994","1995","1987","1977","1978","1979","1980","1981","1982","1983","1984","1985","1986","1976" +"Albania",82,"Coral and the like","corals",391,137,156,316,57,21,33,54,126,29,29,0,136,120,0,160,89,66,24,180,359,28,80,193.92,97.85,97.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Albania",82,"Z_TOTAL","corals",391,137,156,316,57,21,33,54,126,29,29,0,136,120,0,160,89,66,24,180,359,28,80,193.92,97.85,97.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Albania",82,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,1,0.1,0,0,4,1,6,0,16,5,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Albania",82,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,12,14,10,3,4,4.46,1.65,1.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Algeria",84,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,3,2,12,8,5,0.1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Angola",200,"Fish body oils, nei","fish_oil",NA,NA,565,438,228,0,0,417,204,446,100,0,0,0,0,241,115,20,2030,2674,3227,3845,1567.1,263.46,47.25,85.07,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Angola",200,"Fish liver oils, nei","fish_oil",NA,227,100,1,0,0,0,0,0,0,0,0,445,76,80,15,286,0,87,0,0,0,0,0.21,0,0.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Angola",200,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,2.06,0.12,0.01,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Argentina",172,"Fish body oils, nei","fish_oil",178,224,263,47,26,297,476,495,588,454,496,922,1859,1326,1812,1972,479,2607,1754,1701,886,1241,184,0,302.2,302.2,21,50,34,79,93,9,61,119,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Argentina",172,"Fish liver oils, nei","fish_oil",0,1,3,0,0.1,0,0.1,26,55,29,12,1,0.1,0,0.1,0,0,0,0,6,0,0,0,0,0,0,8,0,5,1,5,5,1071,229,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Argentina",172,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,109,95,2,0,2,77,0,0,0,NA +"Argentina",172,"Ornamental fish nei","ornamentals",30,8,10,0,17,25,23,38,30,50,60,61,61,56,52,39,0,0,0,0,0,0,0,0,0,0,2,3,3,24,8,22,2,32,9,9,9,9,32,8,5,3,0,0,5,3 +"Argentina",172,"Agar agar nei","seaweeds",519,52,20,30,29,14,19,36,56,29,37,47,25,15,41,9,9,6,5,0,0,2,0,0,0,0,NA,NA,NA,NA,NA,NA,1014,1134,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Argentina",172,"Other seaweeds and aquatic plants and products thereof","seaweeds",102,61,162,58,9,2,0.1,101,104,624,884,436,400,201,496,268,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,369,96,397,1302,475,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Argentina",172,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,483,493,769,935,1079,679,75,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Aruba",250,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,225,92,2,5.63,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Coral and the like","corals",2304,2162,2934,1534,957,802,1863,676,921,1053,1846,1902,1814,1929,2668,2865,6403,7641,6331,9692,9591,9810,0,0,0,0,0,0,7301,4307,4339,3429,3832,3205,0,363,522,776,1366,729,780,1127,1183,1029,0,328 +"Australia",16,"Z_TOTAL","corals",2304,2162,2934,1534,957,802,1863,676,921,1053,1846,1902,1814,1929,2668,2865,6403,7641,6331,9692,9591,9810,0,0,0,0,0,0,7301,4307,4339,3429,3832,3205,0,363,522,776,1366,729,780,1127,1183,1029,0,328 +"Australia",16,"Fish body oils, nei","fish_oil",96,7,110,99,768,459,261,555,537,1368,3114,7775,1628,3119,2369,3529,4853,6894,8022,10606,7285,5769,3280,4588.22,4378.78,8146.76,118,183,6,2,217,66,212,483,1,48,78,5,4,19,12,26,1216,8,76,101 +"Australia",16,"Fish liver oils, nei","fish_oil",1530,1768,2120,696,828,775,325,1071,1052,1045,1039,1714,1607,1123,1822,1671,4137,2961,2431,2257,507,0,0,0,0,0,NA,43,74,158,538,716,733,663,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Ornamental fish nei","ornamentals",3477,2087,782,1077,912,1194,955,876,1278,833,753,1442,2135,2172,2149,2226,0,0,0,0,0,0,0,0,0,0,NA,357,304,469,567,893,1142,1480,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,178,0,164,147,287,160,112,268,276,116,82,2119,2001,1473,1130,1300,1409,1756,1563.49,827.86,1084.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Agar agar nei","seaweeds",39,36,18,6,1,2,5,15,7,80,196,633,462,40,28,13,9,20,15,31,19,88,24,7.52,18.25,2.69,NA,NA,NA,NA,NA,NA,NA,60,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Other seaweeds and aquatic plants and products thereof","seaweeds",1812,1803,1462,1430,1085,1355,1920,682,2448,3023,3471,2008,1957,1671,2721,2914,0,0,0,0,0,0,0,0,0,0,NA,NA,679,1486,1290,1494,1631,1847,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,824,924,1063,858,707,1049,1225,702.14,1188.52,1250.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1589,1143,1335,681,1013,1152,1234,1184.13,719.35,806.91,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,11745,18547.79,15925.74,14735.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Mother of pearl shells","shells",876,0,0,0,764,649,0,750,577,1575,896,1539,2040,1010,2082,1299,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Australia",16,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,726,583,1368,1159,911,720,535,426,0,353 +"Australia",16,"Natural sponges raw","sponges",71,155,60,113,0,0,16,37,73,44,108,13,43,125,211,124,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahamas",110,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,31,130.05,144.57,41.75,41.75,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahamas",110,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,134,28,0,0,0,0,347,146,664,784,250,842,537,1167,438,1179,889.33,572.1,571.35,1178.99,520.03,520.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahamas",110,"Shells nei","shells",NA,NA,NA,NA,34,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3.5,0,0.5,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahamas",110,"Trochus shells","shells",NA,NA,NA,NA,43,18,0,0,0,20,67,2,30,16,5,83,50,41,83,65,53.61,27,29.81,118.36,50,50,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahamas",110,"Natural sponges nei","sponges",1797,1104,1555,2780,1579,1496,52,8,16,569,1053,717,368,0,0,0,0,0,0,0,0,0,0,0,0,5.09,NA,NA,NA,NA,NA,NA,NA,2038,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahrain",52,"Fish body oils, nei","fish_oil",0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0.03,0.03,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0 +"Bahrain",52,"Ornamental fish nei","ornamentals",37,8,3,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,5,56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahrain",52,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,0,5,0,26.17,0,127.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahrain",52,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,30,52.16,37.98,23.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bahrain",52,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,15,4.91,2.54,4.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bangladesh",204,"Ornamental fish nei","ornamentals",0,0,0,0,0,4,6,3,3,86,45,7,2,1,2,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,NA,NA,NA,NA,NA,NA,NA,43,18,0,NA +"Bangladesh",204,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,24,0,48,27,174,43,53,16,129,4,0,0,10.42,43.68,90.31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bangladesh",204,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,102,66,112,102,122,187,434,766,1386,1263,260,173,116,82,0,0,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Barbados",124,"Fish liver oils, nei","fish_oil",NA,NA,NA,0.1,0,0,0,3,0,1,1,0.1,5,0,2,4,0,0,0,0,5,2,2,3.66,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Barbados",124,"Ornamental fish nei","ornamentals",0,0,1,2,89,26,22,24,20,9,0,0,0,5,0,2,0,0,0,0.1,4,0.1,0,0,0,0,0,0,0,0,1,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,7 +"Barbados",124,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,4,8,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0.1,0,0,0.01,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Barbados",124,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,0.1,0.1,0,1,0,0,0,1,0,0,0,0,0,0,0,10,6,5,10.05,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Fish body oils, nei","fish_oil",1268,831,643,362,259,88,529,1946,11355,18470,21656,20529,14290,25706,17334,21060,19211,10607,10079,14967,22512,19617,36384,34405.23,37978.66,48475.23,109,159,173,79,91,274,311,1132,576,130,140,181,244,75,52,98,230,74,101,149 +"Belgium",59,"Fish liver oils, nei","fish_oil",141,124,223,220,162,206,279,308,372,184,139,358,487,224,189,119,88,185,181,140,359,125,118,108.15,66.4,141.66,749,393,173,149,123,209,146,355,406,30,24,60,118,38,23,12,33,67,155,138 +"Belgium",59,"Halibuts, liver oils","fish_oil",NA,3,0,0,0,0,0,0.1,0,0,0,0,96,38,0,3,10,19,4,4,0,0,12,0,3.06,11.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Ornamental saltwater fish","ornamentals",194,121,20,33,18,415,617,241,123,97,30,51,40,45,68,90,180,321,86,131,119,154,138,60.8,304.79,103.54,174,82,117,71,129,197,283,285,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Agar agar nei","seaweeds",229,181,213,702,611,404,452,420,541,805,781,1358,1503,1478,1617,1611,1752,2381,3824,3277,2858,2958,2917,2682.92,1957.03,1992.18,70,31,0,0,0,0,133,241,136,0.1,1,1,1,44,29,101,128,170,104,0.1 +"Belgium",59,"Other seaweeds and aquatic plants and products thereof","seaweeds",303,340,490,456,384,732,990,1713,1478,1682,1067,1583,1553,1508,1893,1487,0,0,0,0,0,0,0,0,0,0,336,247,155,141,180,371,886,383,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1000,1889,1616,1369,1645,2006,2545,2203.29,1804.59,1919.81,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,675,341,470,265,332,429,547,924.06,760.97,1048.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Miscellaneous corals and shells","shells",196,219,195,64,144,281,358,353,518,14137,17631,16430,16279,1572,1100,1273,1327,1414,1335,1464,1778,1762,1520,2165.01,2775.97,3130.87,NA,NA,186,196,300,506,540,280,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,158,0,0,0,0,0,0,245,4,4,4,4,119,87,185,137,151,217,3 +"Belgium",59,"Natural sponges other than raw","sponges",323,307,336,236,215,213,140,169,235,304,128,129,149,99,70,40,28,11,3,1,11,5,6,35.11,131.1,110.11,NA,NA,NA,NA,NA,NA,238,289,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belgium",59,"Natural sponges raw","sponges",8,1,0,0,1,115,88,68,26,0.1,1,1,0.1,0.1,0.1,1,72,3,0.1,7,1,2,70,2,1.66,0.01,66,84,78,223,268,252,238,7,44,2,2,1,2,44,29,32,17,25,24,2 +"Belize",164,"Ornamental fish nei","ornamentals",36,47,0,0,43,20,23,44,90,95,51,116,125,119,84,120,284,208,0,0,0,0,0,0,0,0,17,42,16,28,30,27,36,32,7,6,0,39,65,0,9,7,8,18,20,NA +"Belize",164,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,2,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Belize",164,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,61,119,0.1,0,0,0.1,0,0,0,12,0.33,40.49,16.61,17.76,0,14.16,0,38.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bonaire",245,"Coral and the like","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bonaire",245,"Z_TOTAL","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bonaire",245,"Ornamental fish nei","ornamentals",12,18.25,13.75,14,12.5,9.5,9.5,10.5,1.75,10.5,18,17.25,14.5,15,0.25,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bosnia and Herzegovina",232,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,33,59,0,402,404,448,267,515,377,29,223,520,475,104,147,221,111,125,56.66,255.02,185.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Coral and the like","corals",14,12,6,1,1,2,3,34,94,55,64,54,47,29,3,8,16,68,5,4,1,3,1,0.13,0,0.01,NA,NA,NA,NA,NA,NA,12,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Z_TOTAL","corals",14,12,6,1,1,2,3,34,94,55,64,54,47,29,3,8,16,68,5,4,1,3,1,0.13,0,0.01,NA,NA,NA,NA,NA,NA,12,7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Cod liver oil","fish_oil",0,15,0.1,0.1,0.1,0,0.1,0.1,34,14,4,4,0,0.1,1,0,0.1,0,0,1,0,0,0,0,0.06,0.06,NA,NA,NA,0.1,1,17,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Fish body oils, nei","fish_oil",0,26,7,0,3,0.1,0.1,0.1,1,12,3,3,2,4,4,4,0,0.1,0,27,397,647,2146,1028.36,2119.59,1437.53,17,15,0,0,4,3,18,11,0,10,4,0,0,0,0,0,0,0,0,33 +"Brazil",171,"Fish liver oils, nei","fish_oil",0,2,1,1,0.1,0,0.1,0,6,0.1,0.1,0,0,0,0,2,4,0,0,0,0,8,0,0,2.21,2.21,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Ornamental fish nei","ornamentals",4249,3921,3345,3371,3235,3226,3250,2379,2664,4350,4136,5052,5629,7107,6792,7320,86,0,0,0,0,0,0,0,0,0,1078,1110,1393,1848,2396,3277,3833,4252,1023,665,884,1035,843,743,622,515,711,833,859,625 +"Brazil",171,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,493,425,314,329,391,365,273,239.22,116.33,191.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Agar agar nei","seaweeds",152,5,6,92,28,18,27,29,39,0.1,2,2,8,8,56,129,5,104,81,95,131,3,138,44.85,5.4,37.16,NA,NA,NA,NA,NA,NA,341,130,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Other seaweeds and aquatic plants and products thereof","seaweeds",285,253,170,301,474,175,122,110,77,145,72,195,213,159,221,220,0,0,0,0,0,0,0,0,0,0,NA,NA,2,266,183,118,196,128,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,1,4,19,1,24,327,351.06,538,948.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,212,224,392,414,312,288,254,234.68,1566.76,2142.75,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brazil",171,"Natural sponges raw","sponges",35,0,0,8,0.1,6,4,2,4,13,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brunei",247,"Ornamental fish nei","ornamentals",14,0,0,3,0,19,8,35,159,0,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brunei",247,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,24,73,3,46.67,65.17,137.75,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Brunei",247,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,150,202,0,0,421.1,823.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Ornamental fish nei","ornamentals",NA,NA,NA,1,4,3,4,1,20,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,0,0,0,0,0,0,0,0,62,263,432.29,762.13,661.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,0,6,0,0,0,0,0,0,0,0,0,0,64,11,35,4,43.26,43.12,194.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,86,0,30,0,0,0,1,0,0,0,1,0,199,580,445,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,271,390,419,122,119,69,91,180.89,269.51,382.93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0,1.82,9.44,37.31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,829,439,561,439,122,162,47,77,290,220,824,525,390,1523,264,435,416,535,542.95,442.15,352.56,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Bulgaria",71,"Natural sponges raw","sponges",NA,NA,NA,6,0,0,0,0,0,0,0,7,6,11,3,7,3,1,0,0,0,0,2,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cambodia",24,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,2327,3237,2435,1147,502,318,119,233,7,34,87,113,7,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cambodia",24,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,24,142,91,250,869,710,64,0,0,0,11,0,20,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Coral and the like","corals",647,630,609,729,1124,1373,729,601,1215,486,501,514,576,290,600,3409,830,635,1522,536,819,571,863,1297.12,1020.54,1057.95,NA,NA,470,443,210,555,468,750,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Z_TOTAL","corals",647,630,609,729,1124,1373,729,601,1215,486,501,514,576,290,600,3409,830,635,1522,536,819,571,863,1297.12,1020.54,1057.95,NA,NA,470,443,210,555,468,750,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Cod liver oil","fish_oil",84,4,220,18,112,234,71,57,11,214,168,757,127,134,553,646,630,433,690,254,431,432,328,489.87,209.72,268.74,0,0,0,0,0,26,117,124,160,391,694,527,467,606,212,359,100,75,92,467 +"Canada",218,"Fish body oils, nei","fish_oil",632,1514,2601,962,1107,1624,2300,2252,5796,11074,20692,16786,21788,17288,34348,47402,34512,28342,14812,15215,11648,18928,20353,22192.26,23615,23856.25,1878,1734,2645,2455,3522,973,798,724,886,1946,1790,1771,1004,1441,1185,1022,1061,909,872,1056 +"Canada",218,"Fish liver oils, nei","fish_oil",20,71,466,26,377,3,77,350,1300,1028,692,2533,3328,970,1653,901,76,907,73,140,114,55,281,646.14,75.23,117.53,827,280,19,178,103,383,49,192,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Herring oil","fish_oil",2721,1936,2359,1018,1133,659,1069,1143,1457,795,2370,2266,3274,1216,798,1207,855,743,451,428,1176,835,450,673.64,571.94,1012.99,0,0,0,0,0,1852,1159,1601,1305,1361,1565,1465,2430,1581,846,1465,1356,1571,1106,1509 +"Canada",218,"Ornamental fish nei","ornamentals",9,11,24,26,24,10,13,4,49,87,72,301,36,15,50,10,0,0,0,0,0,0,0,0,0,0,7,0,9,36,9,23,4,28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,0,19,1,2,8,6,0,0,9.49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Agar agar nei","seaweeds",0,19,151,18,71,146,78,83,108,175,510,324,95,29,71,108,223,789,1932,0.1,1,1,17,17.13,3.1,4.96,NA,NA,NA,NA,NA,NA,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Other seaweeds and aquatic plants and products thereof","seaweeds",6895,3136,4871,6132,6727,5211,5985,6867,7315,8119,9547,9538,11776,12023,12085,12404,0,0,0,0,0,0,0,0,0,0,NA,NA,6943,4419,3584,6329,21573,5438,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5360,2829,4381,6695,8733,9065,4582,7366.09,6373.18,6692.54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7009,10219,9844,9099,8661,9137,9585,10319.11,12397.04,11844.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Canada",218,"Natural sponges raw","sponges",5,3,24,213,11,14,10,17,360,438,374,153,80,119,15,30,82,15,1,6,5,0,0,0,0,0,NA,NA,139,197,186,242,45,12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cape Verde",56,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,223,199.51,110.18,118.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Coral and the like","corals",363,268,372,179,210,341,180,151,100,61,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,699,645,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Z_TOTAL","corals",363,268,372,179,210,341,180,151,100,61,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,699,645,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Fish body oils, nei","fish_oil",41712,13222,3262,13409,3121,2013,12192,10332,17629,26077,43551,52666,102764,56319,50122,86922,108319,108811,132467,108948,86657,84733,134059,123825.6,169395.41,175031.55,23521,22690,14360,26492,15060,18978,43776,49180,16698,11218,22168,21467,34608,27048,26879,6738,28549,35671,18481,10482 +"Chile",224,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,NA,NA,NA,NA,14,45,43,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Ornamental fish nei","ornamentals",0,5,30,2,2,2,2,0.1,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,19,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Agar agar nei","seaweeds",44581,42483,24025,32372,39044,40325,32575,31904,32793,39168,46099,46208,39282,32991,36470,43639,43805,44071,48754,48790,39030,37248,34286,30143.9,31031.02,27485.98,NA,NA,NA,NA,NA,NA,33428,40354,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Other seaweeds and aquatic plants and products thereof","seaweeds",25212,26862,28161,28403,24145,26012,22354,28028,30393,35604,33604,41500,54603,60811,71211,81161,0,0,0,0,0,0,0,0,0,0,NA,NA,18574,17586,13168,12682,39459,25043,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10941,12951,8664,4279,4616,3474,3290,5013.18,3147.27,3508.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,85423,129436,134186,96463,103279,126904,98341,80650.96,84176.44,102510.24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,94,106,150,73,156,56,163,33,66,79,101,80,62.51,131.37,225.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Chile",224,"Natural sponges raw","sponges",0,0,0,0,13,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,45,23,199,701,699,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Coral and the like","corals",639,1815,513,551,394.1,645,663,789,819,1667,2098,2422,1982,3559,4249,3779,3840,3982,4385,5983,5384,4833,7701,7906.44,7621.45,7569.61,NA,NA,565,887,980,1023,1731,1388,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Z_TOTAL","corals",639,1815,513,551,394.1,645,663,789,819,1667,2098,2422,1982,3559,4249,3779,3840,3982,4385,5983,5384,4833,7701,7906.44,7621.45,7569.61,NA,NA,565,887,980,1023,1731,1388,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Fish body oils, nei","fish_oil",25,143,1298,395,740,752,1078,888,921,3226,8185,12083,21416,30919,50470,87945,81756,113122,123179,162311,133499,125422,126160,144395.4,150486.04,199476.09,3,0.1,0,0,315,46,22,22,0,NA,NA,NA,NA,NA,0.1,0,0.1,0,1,NA +"China",209,"Fish liver oils, nei","fish_oil",412,411,379,359,339,46,200,369,717,1207,259,339,441,622,1867,2896,4479,3456,2597,4394,3193,3274,3534,3281.73,2733.13,3746.51,1,8,109,43,366,243,281,386,14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Ornamental fish nei","ornamentals",17889,4381,3044,11027,2155,2019,2166,3025,3280,3430,3475,4584,4564,5065.1,4806,5280,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,17594,17491,18195,19362,0,NA,NA,NA,NA,NA,NA,7,3,0,0,NA +"China",209,"Ornamental saltwater fish","ornamentals",0,127,5,0,83,20,49,5,14,38,18,26,12,7,3,7,64,25,36,25,6,209,134,412.04,242.66,301.21,50,41,0,183,0,0,0,0,12,NA,25,0,8,2,3,6,0,0,0,NA +"China",209,"Agar agar nei","seaweeds",8891,8255,7016,7900,8202,10658,12545,14652,16430.1,29252,43259,41075,35916,31985,43018,53834,58804,69065,97184,91558,86024,85460,85777,76029.42,67987.5,82375.9,NA,NA,NA,NA,NA,NA,5952,11739,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",16817,17155,13198,17222,16096,17025,18705,20360,16675,19712,22362,23562,32666,27542,28340,29670,23342,19434,18334,15446,14862,16641,16304,17771.59,16959.78,14979.94,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Other red algae","seaweeds",6229,4577,1518,1036,741,0,0,0,0,0,0,0,15,4,0,94,15,12,0,924,3251,1219,1135,309.05,110.69,1147.81,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Other seaweeds and aquatic plants and products thereof","seaweeds",61690,70758,17182,14966,11275,10648,13582,18578,19113,16978,25272,16849,15877,17379,19457,26563,0,0,0,0,0,0,0,0,0,0,NA,NA,474,1485,2903,4197,57276,75130,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7232,2686,2083,1768,2871,3775,4052,4202.19,3570.34,4316.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1352,984,1317,2949,1896,3728,3710.1,3037.47,2030.26,3657.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Miscellaneous corals and shells","shells",0,1,1,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,1209,1326,1782.69,511.05,1805.44,NA,NA,NA,NA,NA,NA,5,15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Natural sponges nei","sponges",0,0,0,6,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,294,171,1,46,9,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"China",209,"Natural sponges raw","sponges",228,168,119,63,768,1040,646,612,0,208,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,24,130,116,262,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Coral and the like","corals",3,11,9,4,1,8,1,21,20,41,1,21.7477328512432,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Z_TOTAL","corals",3,11,9,4,1,8,1,21,20,41,1,21.7477328512432,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Cod liver oil","fish_oil",0,0,0,0,0,0,7,8,24,32,6,3,2,0.1,14,9,0,1,1,1,1,4,0,0,0.82,0.82,NA,NA,NA,NA,2.72739448503206,8,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Fish body oils, nei","fish_oil",30,90,73,13,9,12,0,2,24,40,84,382,374,1455,277,13,282,94,34,295,2,0,0,0,0.01,20.95,NA,NA,NA,NA,7,38,5,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Fish liver oils, nei","fish_oil",1,2,19,4,5,13,3,0,0,0,0,19.0372258234556,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,NA,NA,NA,NA,2,0,0,0,0,0,NA +"Colombia",132,"Ornamental fish nei","ornamentals",4819,4423,3705,4265,3162,3636,4284,4599,7272,6258,7031,8652,7551,8500,8543,8789,0,0,0,0,0,0,0,0,0,0,1373,1768,1723,5339,3583,4558,4770,4713,1258,2627,6934,8451,12221,14083,6851,1759,1500,823,1122,1209 +"Colombia",132,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,879,868,517,975,1254.94,57.44,3.28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,2,2,1,1,0,0,0,3,3,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,18,14,2,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Colombia",132,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,271,160,93,174,459,583,466,62,364,267,0,0,0,0,575.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cook Islands",153,"Ornamental fish nei","ornamentals",105,60,115,74,115,40,98,163,90,78,92,36,144,132,159,117,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,111,89,157,111,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cook Islands",153,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,5,38,16,12,0,0,10.36,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cook Islands",153,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,52,1,47,16,106,31,167,80,0.1,37,166,0,59,0,0,0,0,0,0,64.41,45.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Costa Rica",130,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,92,175,158,425,514,786,1467,1379,829.07,1064.56,473.95,8,0,0,0,0,0,0,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Costa Rica",130,"Fish liver oils, nei","fish_oil",17,0,6,1,0,5,6,1,2,5.96319111927653,0,0,0,0,0,104,68,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,8.2480261278684,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Costa Rica",130,"Ornamental fish nei","ornamentals",458,368,365,282,268,252,330,346,418,277,312,280,145,14,0,19,0,0,0,0,0,0,0,0,0,0,311,369,330,549,501,951,876,541,164,NA,NA,NA,NA,NA,NA,NA,36,0,25,NA +"Costa Rica",130,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,153,137,78,59,0,64,30,45,36,23,56,241.63,124.27,260.93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Costa Rica",130,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,0,0,0,0,0,0,0,0,0,0,0,0,2,22,1,0,0,0,0.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Costa Rica",130,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,12,18,11,23,15,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,NA,NA,51,290,0,0,11,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Coral and the like","corals",42,38,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,55,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Z_TOTAL","corals",42,38,32,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,55,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Fish body oils, nei","fish_oil",9,7,12,0,14,15,3,10,7,1,5,246,474,333,251,206,222,298,84,128,106,11,9,48.58,0.47,0.7,NA,NA,NA,NA,2,19,13,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,0.1,0.1,3,4,11,2,1,12,19,13,29,73,135,131,94,0.1,0.02,0,3.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Agar agar nei","seaweeds",NA,NA,NA,NA,7,0,1,10,0,1,1,8,14,6,6,12,6,8,5,7,11,3,4,10.07,4.13,7.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Other seaweeds and aquatic plants and products thereof","seaweeds",17,12,0,19,3,6,3,1,2,3,8,9,14,4,12,1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,0.1,3,3,2,2,2,6.42,2.98,44.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0,0.12,2.13,0.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,32,50,31,40,65,54,68,123,84,70,150,97,113,19,5,3,6,6,7,11.19,9.3,32.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Natural sponges nei","sponges",NA,NA,NA,NA,268,187,290,345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,184,285,197,215,174,93,169,38,81,45,36,37,54,25,39,18.69,10.47,48.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Croatia",187,"Natural sponges raw","sponges",254,242,235,315,0,0,0,0,193,68,282,309,431,431,478,379,235,11,0,148,125,0,0,0,0,0,NA,NA,NA,NA,NA,NA,173,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Ornamental fish nei","ornamentals",NA,NA,NA,74,83,102,56,100,108,97,107,110,71,70,71,187,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,112,118,119,86,68,74,8,5.34,14.44,26.61,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,77,230,136,101,72,61,24,23,0,0,8,4,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Miscellaneous corals and shells","shells",NA,NA,NA,27,5,1,16,12,0,0,0,0,0,0,0,0,0,52,101,58,0,2,0,0,26.14,14.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Natural sponges nei","sponges",NA,NA,NA,1489,655,542,731,781,643,457,748,608,0,0,0,0,0,0,0,0,0,0,0,1.63,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cuba",112,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,502,369,232,390,277,400,267,170,92.18,73.96,143.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Curacao",244,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,62,11,21,17,16,15,12,15,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cyprus",81,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,21,18,0,0,0,0,0,0,0,0,0.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cyprus",81,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,1,4,60,20,0.14,0.71,0.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cyprus",81,"Natural sponges other than raw","sponges",17,25,338,503,39,28,8,19,48,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,128,49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Cyprus",81,"Natural sponges raw","sponges",0,0,1614,112,712,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,0,0,0,0,2,2,10,NA,NA,56,128,55,0,46,14,20,0,NA +"Democratic Republic of the Congo",199,"Ornamental fish nei","ornamentals",458,360,360,255,305,127,268,290,228,259,268,285,260,289,286,240,2,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,549,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Democratic Republic of the Congo",199,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,23,10,0,0,0,9.8,6.31,0,0,0.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Fish body oils, nei","fish_oil",51611,54669,56937,39741,33819,40356,54305,66186,82792,89772,116665,126777,201438,150268,206251,239904,268738,262033,274404,241969,268990,231879,231044,244511.59,298304.44,256515.61,16707,6991,10044,25182,33055,24899,29139,54237,8399,NA,NA,NA,39397,32689,22878,22546,20896,18358,12549,NA +"Denmark",175,"Fish liver oils, nei","fish_oil",341,268,365,194,207,217,451,784,460,1215,3000,789,1917,802,843,3877,5564,9093,11531,5659,10609,11970,13493,3252.8,5394.71,4242.18,268,372,392,214,627,59,477,267,154,0.1,2,108,771,432,40,11,9,4,9,1 +"Denmark",175,"Halibuts, liver oils","fish_oil",NA,NA,7,61,24,3,0,0,0,0,25,0,40,0.1,0,0,36,27,0.1,13,332,114,921,930.34,951.58,763.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Herring oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32058,27976,26029,0,0,0,0,0,0,0,28473 +"Denmark",175,"Ornamental saltwater fish","ornamentals",10,6,127,57,38,37,44,19,0,0,40,5,1,0,0,0,3,0.1,31,85,343,86,63,0,2.66,0.63,66,0,27,182,87,13,1,47,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Agar agar nei","seaweeds",2033,2116,873,880,437,85,384,464,833,823,367,637,131,95,113,192,78,92,579,634,490,309,87,12.23,78.05,8.05,944,1467,561,144,58,170,244,740,14303,NA,NA,NA,NA,NA,NA,594,605,714,1211,NA +"Denmark",175,"Other seaweeds and aquatic plants and products thereof","seaweeds",119,743,434,286,541,429,174,873,1097,2586,1819,2270,2163,2072,2679,3494,0,0,0,0,0,0,0,0,0,0,12,22,27,152,28,507,39,29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4736,4910,3345,2545,2861,3724,5432,6278.87,6237.99,10198.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,290,195,210,194,110,1004,1170,823.31,1414.48,1390.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Miscellaneous corals and shells","shells",2903,3968,1856,520,903,1743,2604,2915,1126,725,634,661,971,532,894,968,285,664,108,111,98,185,573,521.92,1073.93,232.54,NA,NA,2906,2718,2948,4171,2735,2246,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2582,2535,0,0,0,0,0,0,2549,184,207,232,214,1696,1514,1285,1188,1379,1952,172 +"Denmark",175,"Natural sponges other than raw","sponges",9,3,12,11,6,3,4,9,1,4,8,110,4,8,0.1,1,3,37,24,12,79,32,17,31.66,49.77,54.69,NA,NA,NA,NA,NA,NA,1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Denmark",175,"Natural sponges raw","sponges",0,0,0,7,0,0,0,0,0,0.1,0.1,0,3,0,0,33,12,0.1,1,214,73,2,2,18.96,1.62,5.26,4,0,0,0,0,0,55,286,10,2,2,1,1,4,2,4,5,3,6,5 +"Djibouti",46,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,64,558,942,832,508.91,630.74,707.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominica",123,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,5,0,1,0.99,0.13,0.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominica",123,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,1,0,3,0.1,0.1,1,0,0,0,0,0,0,0,0,0,0,0,2,7,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominica",123,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,0.1,6,17,7,4,0.1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Coral and the like","corals",NA,26,6,15,4,0,0.1,2,5,4,123,0.1,20,0,151,8,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Z_TOTAL","corals",NA,26,6,15,4,0,0.1,2,5,4,123,0.1,20,0,151,8,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Fish body oils, nei","fish_oil",0,1,4,1,2,1,2,0.1,0,0,0.1,0,0,0,0,0.1,25,1,0,3,3,0.03,1.47,1.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0 +"Dominican Republic",115,"Fish liver oils, nei","fish_oil",NA,NA,NA,1,0,1,0,0.1,0,0.1,0,0,4,0.1,0,0,0,0,0,0,0.1,1.23,86.16,0.17,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Ornamental fish nei","ornamentals",28,23,10,7,11,16,88,88,49,518,50,193,162,122,133,162,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48,13,150,234,0,NA,NA,1,0,0,0,0,0,0,0,NA +"Dominican Republic",115,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,17,0,0.1,3,234,5.09,80.18,0.5,0.7,0.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0.1,0,0,0,24,6,8,5,4,11.34,3.25,5.7,3.59,6.95,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Dominican Republic",115,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,1.26,0,0.15,0.41,0.54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"East Timor",231,"Other red algae","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,30,0,0,0,0,76,0,77.57,45.71,45.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Coral and the like","corals",47,38,15,23,4,13,3,1,19,0.1,2,259,10,0,0,0.1,0,0,0,0,0,0,0,0,0.38,1.59,NA,NA,NA,NA,NA,NA,23,30,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Z_TOTAL","corals",47,38,15,23,4,13,3,1,19,0.1,2,259,10,0,0,0.1,0,0,0,0,0,0,0,0,0.38,1.59,NA,NA,NA,NA,NA,NA,23,30,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Fish body oils, nei","fish_oil",153,1651,0,89,77,210,0.1,1802,4132,3950,2854,5288,8769,8415,8950,13754,25548,35364,20402,26442,25386,20732,12749,6832.63,14265.82,9538.16,0,0,0,0,0,0,14,0,0,1870,3211,1365,0,0,0,0,0,1383,1847,924 +"Ecuador",137,"Fish liver oils, nei","fish_oil",30,10,0,75,32,1488,250,905,1684,1608,0,5,20,4,0,0,0,136,215,397,405,0,30,120.35,0.02,0.01,NA,NA,NA,NA,NA,NA,NA,50,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Ornamental fish nei","ornamentals",35,88,44,36,30,42,40,28,21,41,86,42,35,73,144,129,144,0,0,0,0,0,0,0,0,0,16,22,29,21,18,21,39,33,0,5,5,2,4,2,2,0.1,1,17,0.1,2 +"Ecuador",137,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,79,160,151,143,99,71,32.77,16.14,11.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Other seaweeds and aquatic plants and products thereof","seaweeds",0.1,1,0,107,178,115,131,205,197,265,264,393,446,273,562,580,643,166,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,53,354,456,1319,996,1075,922.26,1138.18,883.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ecuador",137,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,27,70,10,0,1,18.83,9.54,9.54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Coral and the like","corals",0,24,28,15,8,22,6,0,0,0.1,7,0.1,0,6,0,3,0,0,0,0,0,0,0,0,0.01,0.01,NA,NA,NA,NA,NA,NA,6,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Z_TOTAL","corals",0,24,28,15,8,22,6,0,0,0.1,7,0.1,0,6,0,3,0,0,0,0,0,0,0,0,0.01,0.01,NA,NA,NA,NA,NA,NA,6,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,91,32,26,0,208,2,3,1,26,0,0,0.65,0.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,51,26,25,137,3,13,14,0,0,12.27,12.27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Ornamental fish nei","ornamentals",0,113,96,58,97,87,56,41,28,0.1,1,2,4,7,22,10,9,11,29,333,42,33,64,94.56,26.06,26.06,NA,NA,NA,NA,NA,NA,238,163,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,1,8,1,0,19.77,87.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,80,90,72,23,42,12,26,13,0,0,22,28,77,232,240,77,65,95,116,5,300,117,87.43,0,0,NA,NA,NA,NA,NA,NA,70,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,15,0,107,99,14,2.91,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,22,0,0,0,0,241,144,3,5,8,12.28,16.89,90.43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Egypt",214,"Natural sponges raw","sponges",0,134,0,14,0,0,0,0,0,63,17,18,2,0,4,1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,255,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"El Salvador",134,"Coral and the like","corals",0.1,0,0,6,0,2,1,1,0.1,1,0,368,86,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"El Salvador",134,"Z_TOTAL","corals",0.1,0,0,6,0,2,1,1,0.1,1,0,368,86,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"El Salvador",134,"Fish body oils, nei","fish_oil",NA,474,0,33,0,0,0,2,0,61,24,14,96,99,61,95,102,170,159,206,221,315,279,395.75,294,298.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"El Salvador",134,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3.41624670725469,0.1,0,0,0,0,0,0,0,0 +"El Salvador",134,"Ornamental fish nei","ornamentals",1,1,0,0,46,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0.1,0.1,0,0,0,4.77376720797724,0,0,0,0,0,0,0,5.51794122930318 +"El Salvador",134,"Natural sponges raw","sponges",NA,NA,NA,0.1,0,0.1,0,0,0,0,0,0,0,9,31,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Equatorial Guinea",104,"Ornamental fish nei","ornamentals",0,3,0,0,0,0,0,3,0,0,2,0,8,5,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Eritrea",45,"Ornamental fish nei","ornamentals",119,98,14,5,0,0,0,0,0,0,0,0,150,114,8,4,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Fish body oils, nei","fish_oil",8,3,2,2,15,10,24,6,1,0,0,8,77,33,44,28,32,44,23,39,44,54,177,3075.65,3847.11,4573.89,NA,NA,NA,NA,2,1,2,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Fish liver oils, nei","fish_oil",1,0,0,0,0,2,0,11,2,21,39,162,0,1,0,6,0,0,8,0,0.1,0,21,7.95,1.41,6.22,NA,NA,NA,NA,NA,10,2,12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Agar agar nei","seaweeds",NA,NA,497,471,619,1049,658,361,62,353,478,450,352,29,260,152,72,12,0,0.1,2,19,2,3.05,3.45,3.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,140,108,87,111,105,121,99,87,103,265,238,19,74,15,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,36,46,40,21,34,36,53,11.03,34.31,31.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,1,1,13,0.1,11,0.21,2.16,2.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,8,1,0.1,1,0.1,0.1,0.1,0.1,1,2,0.1,0.1,0,0.86,2.75,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Estonia",70,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0.1,1,0.1,1,0.1,0,0.34,0.41,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Faeroe Islands",141,"Fish body oils, nei","fish_oil",3967,3245,949,1374,322,451,570,386,3446,2279,484,2272,75,677,2236,565,0,9100,4300,0,0,0,0,0,0,0,5276,1947,698,783,3307,5448,2971,2549,1699,2438,2469,1158,2707,2038,1097,2773,3020,4548,1724,2155 +"Faeroe Islands",141,"Fish liver oils, nei","fish_oil",456,255,204,124,0,0,0,0,0,0,612,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20 +"Faeroe Islands",141,"Miscellaneous corals and shells","shells",11,0,20,0,3,0,81,194,0,37,1,0,80,93,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Coral and the like","corals",1142,1809,1122,781,1626,0,2299,3350,5100,5004,5374,5090,2934,1363,1817,2137,2377,2802,3019,2512,1480,1594,506,438.83,383.02,465.59,NA,NA,2562,843,749,340,833,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Z_TOTAL","corals",1142,1809,1122,781,1626,0,2299,3350,5100,5004,5374,5090,2934,1363,1817,2137,2377,2802,3019,2512,1480,1594,506,438.83,383.02,465.59,NA,NA,2562,843,749,340,833,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60.02,0,0,0,0,0,0,0,0,0,0,0.541336367680053,NA,4,0.383480667058059,5,0,0,0,0,0,0,NA +"Fiji",18,"Ornamental fish nei","ornamentals",0,0,176,178,736,659,556,691,741,613,497,546,549,473,588,675,0,0,0,0,0,0,0,0,0,0,NA,63,164,218,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,462,763,814,785,731,743,518,1181.52,1562.11,2075.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Kelp","seaweeds",NA,NA,NA,NA,191,0,0,8,61,49,76,20,11,16,30,89,23,49,24,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,7,1,20,6,3,6,0.01,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Fiji",18,"Trochus shells","shells",343,210,235,211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Fish body oils, nei","fish_oil",3,227,0,12,20,0,2,55,7,12,203,444,1248,345,610,1070,1612,717,53,34,29,159,1784,1725.41,3009.25,2537.8,29,23,53,0.1,5,6,5,0,1,NA,NA,NA,NA,NA,NA,16,0,0,12,NA +"Finland",174,"Fish liver oils, nei","fish_oil",24,22,11,0,0,0,0,8,10,50,70,117,138,243,250,337,198,40,11,11,21,29,36,103.42,130.55,111.06,70,0,11,1,6,3,13,101,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Halibuts, liver oils","fish_oil",22,0,0,0,0,28,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,4.89,4.89,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Agar agar nei","seaweeds",NA,NA,1,1,6,0,1,1,0,0,14,21,0,0,0,0,3,1,0.1,0.1,0,0.1,1,21.15,6.93,12.64,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Other seaweeds and aquatic plants and products thereof","seaweeds",119,191,30,25,30,11,18,41,7,12,9,18,19,24,16,3,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,674.879136531843,5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0.1,8,18,21,1,0.07,2.92,1.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,17,9,9,14,36,40,19.52,21.33,12.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,3,0,1,1,0,0.1,0.1,0,0,0.1,0.1,0,0.1,0,0,0,4,0.1,0,0,0,0.07,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Finland",174,"Natural sponges other than raw","sponges",NA,7,37,1,1,0,1,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0.1,1,17.94,11.82,79.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11.18,1233,690,0,0,0,0,0,0,665,1807,3046,3939,2103,413,452,608,864,686,1343,1544 +"France",179,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11.18,1233,690,0,0,0,0,0,0,665,1807,3046,3939,2103,413,452,608,864,686,1343,1544 +"France",179,"Fish body oils, nei","fish_oil",8603,10097,8999,7055,8020,9356,11579,14810,14961,14495,18893,25471,38716,19487,30775,37455,48753,45338,48134,53310,49954,52061,53956,46365.99,52584.74,62505.49,5772,4961,5300,4403,7055,9230,9800,11412,3061,2306,2388,3267,1990,1834,2359,2065,2444,3174,3005,1692 +"France",179,"Fish liver oils, nei","fish_oil",946,826,730,764,497,299,625,855,679,639,561,703,716,923,1643,2069,1256,1633,3075,2432,2814,3248,3777,3596.89,3874.36,4567.45,1111,541,452,497,539,913,1308,908,992,240,138,174,365,250,304,495,406,335,762,219 +"France",179,"Halibuts, liver oils","fish_oil",4,24,12,3,1,2,4,8,29,24,18,11,25,53,19,28,0.1,4,1,1,1,1,1,0.9,1.39,1.01,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Ornamental saltwater fish","ornamentals",976,855,2045,1312,1645,2498,2012,2207,3016,3045,2853,6959,8629,2635,6114,1391,1310,2189,2325,1802,1404,1720,1518,1498.8,1333.69,1842.05,14,12,21,9,62,1577,1568,208,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Agar agar nei","seaweeds",1891,1805,4281,2177,1826,1237,1410,1318,1550,1705,2313,2977,2643,4004,4591,5534,5172,6589,4081,3235,4446,4189,2198,1829.22,1010.62,1284.46,2901,2251,0,0,0,0,1935,1724,1526,822,674,755,1032,1123,1107,1000,1004,1519,1130,720 +"France",179,"Other seaweeds and aquatic plants and products thereof","seaweeds",5730,4537,5392,5952,6768,6877,9173,10932,9133,8714,10540,13599,13376,11135,11925,12502,0,0,0,0,0,0,0,0,0,0,1934,1608,1952,3502,4051,3616,3897,2609,1234,48404,463,1040,72811,10317,10867,9706,8928,667,983,45949 +"France",179,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3497,4188,4565,4341,3964,4342,5067,3947.14,5000.32,5874.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7917,8682,7326,3745,6133,5651,6222,6371.79,6036.66,7024.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Miscellaneous corals and shells","shells",1166,1156,924,1388,985,1072,991,1267,1243,1847,2055,2013,2334,1905,2489,1816,2103,3351,3006,2669,3358,2941,2648,2379.7,3104.3,3546.82,NA,NA,2331,2322,2310,2273,1552,1439,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1404,0,0,0,0,0,0,719,7090,9942,8516,11134,1140,758,657,600,577,821,5532 +"France",179,"Natural sponges other than raw","sponges",244,587,414,420,266,621,372,610,604,845,434,874,422,485,257,387,827,518,449,708,199,222,194,210.61,166.39,134.28,NA,NA,NA,NA,NA,NA,495,328,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"France",179,"Natural sponges raw","sponges",982,1616,1260,1187,1180,1245,1107,1429,1526,1370,1661,1901,1710,1567,1177,1014,821,596,816,546,522,713,783,321.87,54.43,214.97,2559,2545,3050,2193,1910,1366,866,841,2243,1348,1385,1657,2182,2137,2035,1952,1393,1839,2710,1110 +"French Polynesia",147,"Coral and the like","corals",NA,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,18,0.05,0.02,0.02,0.1,0.07,0.2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"French Polynesia",147,"Z_TOTAL","corals",NA,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,18,0.05,0.02,0.02,0.1,0.07,0.2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"French Polynesia",147,"Ornamental fish nei","ornamentals",0,0,29,72,111,194,248,249,198,856,180,147,177,110,104,75,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,6,6,2,2,2,1,0,1,0,0,2 +"French Polynesia",147,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,95,108,264,234,341.52,279.03,426.02,534.71,267.39,491,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"French Polynesia",147,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,1,1,2,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"French Polynesia",147,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,7,1,0.1,3.25,0,0.01,0.02,0,4.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"French Polynesia",147,"Shells nei","shells",NA,3134,1415,1962,1512,1217,1602,2660,2490,4145,5668,4229,5623,2502,2830,3122,2923,4278,3100,3105,1980.86,2355.16,2280.67,2409.72,1815.06,1843.95,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Gambia",65,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,99,140,42,362.28,108,68,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Georgia",74,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,11,153,0,300,470,0.1,1125,1070,245,6047,6113,5275,5944,7401,9816,5077.08,17150.92,9830.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Fish body oils, nei","fish_oil",2958,3241,7046,4320,3490,4986,6244,7594,9407,10899,18442,26053,28339,20335,23340,31424,29220,32161,28022,22171,29567,27307,29866,34955.78,36331.28,48063.33,3505,3733,2258,3015,3632,2006,2254,7419,1512,2143,3013,1788,1745,2068,1745,1323,1284,900,1005,2204 +"Germany",176,"Fish liver oils, nei","fish_oil",604,437,466,172,232,341,863,1208,1563,969,1326,1593,1740,1771,1985,2446,2513,2649,3723,8683,7300,6673,19303,1451.8,2461.19,8575.52,609,471,926,543,502,341,396,431,64,375,228,415,442,285,171,100,82,74,91,548 +"Germany",176,"Halibuts, liver oils","fish_oil",0,6,21,15,18,4,5,104,83,47,82,0,31,0,34,49,23,5,52,69,0.1,0.1,0.1,0.18,75.83,76.89,NA,NA,NA,NA,NA,NA,NA,31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3526,3979,4866,2615,0,0,0,0,2014,NA,NA,21,268,11,340,3555,3747,7481,3837,NA +"Germany",176,"Ornamental saltwater fish","ornamentals",22,26,47,265,794,566,246,425,714,630,483,629,706,646,543,498,305,442,585,642,502,524,612,394.37,175.72,156.54,70,31,27,195,69,92,36,287,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Agar agar nei","seaweeds",5164,5852,5315,5291,5536,5651,8473,8384,8993,9412,11796,8584,12852,9627,14175,14635,9524,12857,16086,14665,13616,12188,11602,10712.51,8971.26,9382.64,2197,3047,0,0,0,0,3966,3880,2399,468,675,933,1015,632,605,1070,1746,1141,1406,496 +"Germany",176,"Other seaweeds and aquatic plants and products thereof","seaweeds",1105,511,646,653,643,705,766,1077,1486,2224,2574,2578,3422,1416,2440,3812,0,0,0,0,0,0,0,0,0,0,271,179,171,181,140,251,592,613,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2859,4888,4069,4628,3711,3740,5091,4480.05,4520.18,5713.4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,686,2239,955,858,1457,1955,998,1256.16,1385.23,1778.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Miscellaneous corals and shells","shells",1101,810,823,566,663,426,445,468,737,446,512,434,876,627,661,902,1021,774,787,909,931,1072,1218,1091.84,1080.7,1149.32,NA,NA,1221,1383,1982,1557,1764,1452,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,725,0,0,0,0,0,0,593,451,512,459,444,376,405,274,318,264,623,302 +"Germany",176,"Natural sponges other than raw","sponges",474,442,457,426,369,444,511,462,552,405,816,785,967,479,506,580,888,438,962,671,928,754,556,975.98,919.37,1190.08,NA,NA,NA,NA,NA,NA,420,484,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Germany",176,"Natural sponges raw","sponges",70,134,127,61,29,21,86,24,42,47,46,30,44,114,153,72,112,88,54,57,37,28,43,34.03,34.83,34.73,698,586,581,531,816,775,183,241,363,127,144,132,189,142,157,158,200,251,447,82 +"Ghana",106,"Fish body oils, nei","fish_oil",NA,NA,NA,1,0,0,0,0,0,0,0,0,0,21,0,121,167,57,37,15,0,934,1555,1442.11,58.79,58.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ghana",106,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,23,49,68,22,23,5,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ghana",106,"Ornamental fish nei","ornamentals",2,0,0,0,0,0,0,0,0,0.1,0,0,8,0,0,0.1,0,0.1,0,0,0,0,0,0,0,0,2,2,1,1,1,26,0,2,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,NA +"Ghana",106,"Ornamental saltwater fish","ornamentals",1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0.1,1,72.54,1.62,2.61,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ghana",106,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,4.01,33.35,0.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ghana",106,"Miscellaneous corals and shells","shells",2,3,0,1,1,0,0,0,0,0,0,0,1,1,4,0,0,1,1,0.1,0,0.1,0,0.01,0,4.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ghana",106,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,36,0,0.1,0.1,0.1,0.1,1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Fish body oils, nei","fish_oil",0,0,40,0,0,106,0,15,39,0,4,8,0.1,0.1,146,1,266,493,0,1,212,452,547,760.67,497.75,470.33,NA,NA,NA,NA,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Fish liver oils, nei","fish_oil",19,0,0,0,0,0,0,0,0,0,0,0,4,0,0,80,63,93,69,99,38,2,11,12.38,17.65,10.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Ornamental saltwater fish","ornamentals",76,354,1279,2018,370,382,978,150,388,346,1264,962,1102,733,2595,149,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,1,0,177,24,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Agar agar nei","seaweeds",0.1,0,0,0,0,0.1,1,1,0,0,0,4,0,1,1,0.1,8,3,0,0,0.1,1,8,18.02,15.5,29.47,2,6,4.5,217,105,0,132,1,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,6,4,14,2,6,10,31,83,4,19,6,98,246,0,0,0,0,0,0,0,0,0,0,18,19,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,27,23,25,12,25,26,32,16.26,7.52,14.43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,190,220,191,138,63,104,124,150.87,170.1,178.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Miscellaneous corals and shells","shells",1827,1367,1276,1134,930,626,412,296,165,669,378,413,1252,666,1368,654,539,936,3665,441,791,163,312,31.07,37.68,131.6,NA,NA,2593,2779,3364,2633,2130,1894,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2105,3554,0,0,0,0,0,0,3283,483,568,375,590,687,615,363,953,893,1918,257 +"Greece",80,"Natural sponges other than raw","sponges",1328,1526,1175,1743,1174,834,677,1024,786,1377,2058,1653,952,1173,779,826,913,1178,1333,1261,1481,1522,1846,1670.71,1829.67,1866.82,NA,NA,NA,NA,NA,NA,1854,1827,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greece",80,"Natural sponges raw","sponges",43,240,220,141,391,423,198,262,706,831,168,503,269,195,443,564,577,648,791,854,940,1025,996,713.19,983.5,1145.74,2184,3933,1875,2553,1731,1661,1175,140,2961,2970,3563,3675,3756,2694,3307,2127,2190,2051,2190,2885 +"Greenland",145,"Coral and the like","corals",0,0,0,0,226,0,0,0,0,0,38,0,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greenland",145,"Z_TOTAL","corals",0,0,0,0,226,0,0,0,0,0,38,0,0,0.1,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Greenland",145,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,2 +"Greenland",145,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0.1,0,0.1,0,0.33,1.36,3.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guadeloupe and Martinique",140,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,66,63,65,54,52,63,71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,33,0.1,2,88,0,10,15,73,1,1,0,0.1,36,1,5,27.84,134.27,244.54,NA,NA,NA,NA,NA,NA,NA,13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,0.1,84,5,3,0,0,0,0,0,0,0,0,3,2,6,10,0,4,9.44,11.58,18.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Ornamental fish nei","ornamentals",0,0,12,1,0,0,0,0,0,0,0,4,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0.804839094238957,2,NA,2,0,0,0,0,0,0,0,0,NA +"Guatemala",136,"Agar agar nei","seaweeds",NA,NA,NA,0,0,0,0,0,0,0,2,0,0,0,0,0.1,0,0.1,0,1,0.1,0,0.1,0.28,0.66,0.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0.1,1,1,1,3,2,0.01,0.04,0.04,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guatemala",136,"Natural sponges raw","sponges",0,0,0,7,1,0.1,3,5,11,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guinea",194,"Ornamental fish nei","ornamentals",2,1,0,0,0,0,2,0,0,0,0,6,0,40,42,62,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guinea",194,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,0,3,0,0,15.18,0,0,1.29,0.53,5.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guinea Bissau",193,"Ornamental fish nei","ornamentals",0,0,0,0,0,3,0,4,4,0,0,0,3,5,6,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guyana",167,"Ornamental fish nei","ornamentals",400,273,123,118,81,107,91,87,97,38,107,134,106,63,14,25,8,1,2,9,10,8,7,3.42,0,0,270,220,285,0,0,0,0,553,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Guyana",167,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,0.1,0,0,28,0.1,0,0.1,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Coral and the like","corals",NA,NA,260,249,400,498,443,377,310,161,143,146,105,58,116,102,18,77,38,33,10,44,37,7.41,9.53,53.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Z_TOTAL","corals",NA,NA,260,249,400,498,443,377,310,161,143,146,105,58,116,102,18,77,38,33,10,44,37,7.41,9.53,53.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Ornamental fish nei","ornamentals",81,205,1200,800,423,409,335,259,351,231,212,307,428,565,413,387,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,1,0,0,0,333,219,204,260,351,472,560,586.06,310.63,132.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Miscellaneous corals and shells","shells",NA,NA,NA,0,1,2,0,1,22,0,0,0,0,0,0,0,69,68,19,16,16,0,23,17.39,0.11,10.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Haiti",114,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,1,0,3,6,24,17,11,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Honduras",133,"Coral and the like","corals",5,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,5.1,NA,NA,NA,NA,221,156,659,1690,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Honduras",133,"Z_TOTAL","corals",5,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.01,5.1,NA,NA,NA,NA,221,156,659,1690,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Honduras",133,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,17,28,33,5,181,32,0,0,146,88,356,37,94,0,14,46,0,42.7,99.83,21.52,NA,NA,NA,0,19,0,1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Honduras",133,"Ornamental fish nei","ornamentals",NA,12,41,0,34,72,0.1,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Honduras",133,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,18,97,140.68,100.9,201.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iceland",143,"Coral and the like","corals",NA,NA,14,0,1,0,22,329,59,537,212,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iceland",143,"Z_TOTAL","corals",NA,NA,14,0,1,0,22,329,59,537,212,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iceland",143,"Capelin oil","fish_oil",42462,49504,50957,24512,16291,31974,32963,54745,27087,19374,10623,7444,18264,6472,8662,29930,49946,39911,11806,14211,17019,11418,14251,1967.93,6916.65,4391.68,27211,13645,13486,7948,18988,32644,24017,25556,13855,26196,28044,31723,29606,28041,8374,8,18443,33069,21568,6963 +"Iceland",143,"Cod liver oil","fish_oil",4766,4421,4319,4561,4333,3733,4092,4366,5337,4674,4709,6449,9111,12008,12095,14286,18736,15776,13492,14184,11795,14115,13645,12035.18,11820.03,13469.5,4419,3938,3976,3471,4688,4655,3909,4011,5135,1717,1712,2327,3139,2275,2256,2132,2482,1751,3174,1249 +"Iceland",143,"Fish body oils, nei","fish_oil",371,695,286,1195,1907,1984,1581,12391,10560,9756,10463,15681,26088,21439,22150,35068,29321,46086,47205,49004,45772,41625,58699,42844.21,49341.56,57270.99,54,0,0,0,159,399,619,117,409,598,480,402,108,128,319,140,101,0.1,1,1390 +"Iceland",143,"Fish liver oils, nei","fish_oil",149,118,48,82,39,126,66,273,593,447,1456,1176,1463,805,1548,1548,1774,1429,705,703,615,2660,550,692.49,1251.85,852.56,0,3,42,0,4,25,23,49,3,0,0,0,0,0,0,0,0,0,23,53 +"Iceland",143,"Herring oil","fish_oil",10841,10983,9729,3470,1578,3427,2620,2551,4927,7938,13599,34693,50796,38751,28762,23358,17324,31908,17030,15276,19110,22761,17231,25990.63,27195.57,23847.55,137,385,480,432,3102,3783,2975,7857,0,0,67,200,0,110,42,327,150,29,71,20 +"Iceland",143,"Redfish oil","fish_oil",37,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,268,74,0,606.68,0,0,0,0,0,105,9,27,51,72,40,156,277,61,433,1088,322,833,521,116,0,320 +"Iceland",143,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,1,1,1,673,2020,1332,1926,4842,3969,4211,3489,3886,3235,2563,133,0,0,0,0,0,0,0,1100.23,0,0,NA,NA,NA,NA,NA,NA,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iceland",143,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,328,125,98,215,230,188,1081,39.79,92.34,10.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iceland",143,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1559,3795,4188,3309,6998,6149,4515,2557.39,5341.6,8363.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Coral and the like","corals",NA,NA,NA,NA,8,31,33,11,64,78,0,201,0,3,362,14,27,1,0,63,0,0,62,18.56,40.38,18.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Z_TOTAL","corals",NA,NA,NA,NA,8,31,33,11,64,78,0,201,0,3,362,14,27,1,0,63,0,0,62,18.56,40.38,18.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Cod liver oil","fish_oil",NA,NA,NA,NA,878,1011,932,78,260,172,1490,3156,637,125,0,393,169,41,8,4,241,99,53,4.63,81.31,26.72,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Fish body oils, nei","fish_oil",51,8,0,46,12,24,9,358,260,715,1837,967,819,661,1700,2853,7174,4440,3100,1304,744,128,275,434.86,739.18,826.13,21,387,182,126,101,21,129,0,82,14,184,597,234,223,166,31,371,249,86,54 +"India",203,"Fish liver oils, nei","fish_oil",112,107,191,355,65,135,100,275,712,230,529,1766,2375,567,781,725,858,230,543,457,0.1,0,0,14.07,0.42,8.61,NA,11,0,86,166,121,168,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Sardine oil","fish_oil",NA,NA,NA,NA,7,7,53,168,58,13,140,4143,4699,7950,11268,21373,25467,27697,32468,34861,10884,35019,13814,2785.83,1040.51,1206.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Ornamental fish nei","ornamentals",243,515,601,525,824,1285,1363,2369,1360,1170,3809,1503,1993,1083,981,1325,1087,222,0,0,0,0,0,0,0,0,93,142,89,289,145,756,238,342,74,3,1,0.1,1,2,0,5,5,6,42,5 +"India",203,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,992,1875,509,416,668,708,766.07,397.54,503.81,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Agar agar nei","seaweeds",32,70,51,79,81,143,175,138,270,796,2778,1578,1272,1203,1193,1910,3023,3778,3375,2839,2902,1997,1927,2664.49,2086.36,2345.82,NA,NA,NA,NA,NA,NA,18,120,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Other seaweeds and aquatic plants and products thereof","seaweeds",15,116,42,10,69,13,53,515,1312,1657,1307,1232,1323,2556,3730,5485,5987,618,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,163,151,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1667,1100,221,944,1572,1240,425.11,352.92,1111.46,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3032,4491,5554,2403,2716,3579,1185.65,413.43,249.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Miscellaneous corals and shells","shells",244,289,90,282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,72,110,66,119,115,284,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Shells nei","shells",NA,NA,NA,NA,197,373,438,349,445,682,965,1396,1240,949,1101,1293,1180,934,1402,1291,1325,1453,1127,1174.7,1041.85,902.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"India",203,"Natural sponges nei","sponges",NA,22,0,0,0,0.1,0,2,1,4,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,150,1358,2622,3500,3838,3757,4292,5545,846,0,0,0,0,NA,NA,NA,NA,NA,NA,5949,5772,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,150,1358,2622,3500,3838,3757,4292,5545,846,0,0,0,0,NA,NA,NA,NA,NA,NA,5949,5772,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Cod liver oil","fish_oil",157,28,22,338,226,78,449,586,228,188,47,418,2408,787,352,205,0,0,0,0,0,0,0,0,0,0,668,1197,1660,3076,4046,1463,754,233,772,NA,NA,58,76,22,4,0,11,69,455,NA +"Indonesia",216,"Fish body oils, nei","fish_oil",0.1,0,3291,23,6,15,157,282,307,599,805,1149,5326,1844,351,318,372,73,149,1112,1423,219,267,170.93,3916.41,2302.58,620,97,299,246,388,2,45,21,1184,NA,NA,NA,1,73,145,283,156,822,2730,NA +"Indonesia",216,"Fish liver oils, nei","fish_oil",671,268,119,70,180,53,112,1159,103,0,0,0,0,0,29,66,625,1981,2705,4343,4126,2228,785,156.72,624.22,200.08,1543,2242,4643,7521,3985,1642,931,720,1434,151,257,83,56,42,44,19,114,650,4222,12 +"Indonesia",216,"Ornamental saltwater fish","ornamentals",5260,2041,906,5606,8924,7886,8024,8728,6798,6378,5619,5388,5430,4375,4268,4211,5488,7543,5197,5493,7681,7138,7630,6464.8,5991.31,6648.62,3966,3384,2489,3559,4269,5489,4852,5264,1406,NA,NA,NA,NA,61,30,40,71,319,1045,NA +"Indonesia",216,"Agar agar nei","seaweeds",4974,3327,3880,5721,7684,6333,7056,6433,6270,8805,9741,9437,14206,10310,10693,12627,12861,13084,14812,9932,8908,10048,14169,10627.47,11605.42,15915.33,NA,NA,NA,NA,NA,NA,3158,2942,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Other red algae","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,19421,50257,96473,103787,45658,7042,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Other seaweeds and aquatic plants and products thereof","seaweeds",18962,10521,5936,16284,15671,17230,15786,20511,25296,35555,49586,57522,110153,87773,135940,157587,0,0,0,0,0,0,0,0,0,0,NA,NA,7865,5676,5438,8480,18058,16262,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,43210,39647,39977,23429,24538,128242,190671,212133.85,178818.9,219110.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,71525,72552,89778,33048,53813,23933,18471,6060.93,4569.01,6229.47,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Miscellaneous corals and shells","shells",3328,2830,1870,1862,1930,2820,1972,1530,1411,2589,2698,2522,2446,2841,6745,5049,4199,5688,6682,4289,4099,1683,130,417.91,4787.58,11719.49,NA,NA,10760,5508,6300,5108,5950,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325,900,893,918,585,574,766,1058,11328,9149,6104.31,5786.8,4350.82,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Indonesia",216,"Natural sponges raw","sponges",9,25,0,10,1,60,11,29,11,12,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iran",191,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,2,0.1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,20,0,0,NA +"Iran",191,"Ornamental fish nei","ornamentals",44,38,31,24,21,19,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iran",191,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,16,0,132,358,562,98,0,4,5,28,1143,43,38,76.69,1318.37,60.84,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iran",191,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,12,17,7.14,81.09,152.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Iran",191,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,0,0.1,0.1,2,2,0,0,0,3.83,8.15,7.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Fish body oils, nei","fish_oil",618,128,65,0,0,0,0,2,12,17,13,155,7,1,0,1624,9637,13413,5826,6531,5631,3759,5636,5031.02,5999.11,8698.23,873,644,711,534,308,125,0,148,699,674,1153,856,805,425,383,645,669,562,864,735 +"Ireland",181,"Fish liver oils, nei","fish_oil",41,7,29,0,0,0,0,0.1,1,1,6,5,19,14,13,28,31,240,46,62,102,272,561,190.98,101.29,113.49,43,45,26,203,579,147,243,1,6,9,58,0,0,0,4,7,0,1,5,NA +"Ireland",181,"Ornamental saltwater fish","ornamentals",220,964,0,498,40,0,0,127,316,0,62,74,852,1231,778,1365,9,0.1,12,9,10,19,20,0,16.96,0.01,NA,NA,NA,NA,4,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Agar agar nei","seaweeds",4186,0,71,0,13,26,0,28,0,0,0,0,0,0,0,0,0,1,1,18,0,0,0.1,9.63,60.88,8.11,392,120,0,0,0,0,10025,9701,675,294,348,448,551,552,459,402,459,324,409,211 +"Ireland",181,"Other seaweeds and aquatic plants and products thereof","seaweeds",1540,1457,1185,1588,2016,3670,3197,3346,3019,4635,5909,6827,9338,8718,11906,14542,0,0,0,0,0,0,0,0,0,0,1506,1290,1397,1451,1366,435,1913,1093,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,778,723,617,326,366,598,1143,151.15,927.3,2706.54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,15918,21334,23094,22752,24529,43605,43249,32610,34216.33,38181.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Miscellaneous corals and shells","shells",30,60,83,121,104,146,63,97,111,95,65,95,81,150,165,168,163,116,15,135,321,11,47,9.03,32.25,32.69,NA,NA,125,122,66,54,79,41,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,180,0,0,0,0,0,0,15,785.847488483021,0,740.051480496993,6,4,1,648.501249323832,625.634583929997,602.726133737255,1,3 +"Ireland",181,"Natural sponges other than raw","sponges",33,3,0,1,2,34,32,84,159,61,0,1,0,0,0.1,0.1,1,1,1,1,1,2,90,0,10.08,0.01,NA,NA,NA,NA,NA,NA,39,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ireland",181,"Natural sponges raw","sponges",3,0,15,87,5,14,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0.12,0,1,0,0,0,0,0,0,1,0,0,0,0,0,41.5492413809786,12,0,0,5,3 +"Israel",79,"Fish body oils, nei","fish_oil",NA,NA,NA,3,8,0,0,0,0,0,37,0,0,0,62,293,785,2150,2339,2328,3364,1424,4406,6,374,89,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,5,0,0,0,0,0,28,37,445,2103,5239,2465,2311,667,3,0,1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Ornamental fish nei","ornamentals",8238,8369,7086,6083,5399,5540,5603,8525,10790,10975,11370,13593,15929,15646,15223,15859,0,0,0,0,0,0,11,0,0,0,3503,3554,4569,4977,5087,5605,7156,8385,0,29,0,30,0,0,0,0,0,0,0,20 +"Israel",79,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,27,73,0,14,53,71,99,93,0,183,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Agar agar nei","seaweeds",NA,5,0,0,0,23,34,24,6,38,26,8,0,4,4,6,4,3,2,0,4,1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,3,1436,1452,1531,1124,2690,3556,2575,3443,3963,3794,4475,9504,9460,0,0,0,0,0,0,0,0,0,0,NA,NA,1302,2510,1637,2850,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2702,2421,5030,6011,4146,3070,1702,1013,2284,1442,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Israel",79,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4912,1781,277,101,368,5487,2394,1592,150,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Fish body oils, nei","fish_oil",18,34,19,23,52,136,90,172,156,123,464,226,254,552,529,944,378,521,492,722,500,561,601,1048.6,1549.22,1597.35,200,112,115,76,181,101,40,39,11,6,141,311,8,7,6,11,28,15,11,14 +"Italy",184,"Fish liver oils, nei","fish_oil",98,150,60,200,19,14,6,14,7,29,21,44,178,54,37,54,78,35,131,171,51,24,30,98.24,82.38,79.68,14,45,72,268,201,713,158,33,38,9,14,4,14,5,5,9,0,0,2,20 +"Italy",184,"Halibuts, liver oils","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,1,0,0,4,8,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Ornamental saltwater fish","ornamentals",908,813,590,466,485,464,741,691,653,559,632,674,1753,773,889,256,501,450,449,331,769,1543,452,347.24,233.3,152.84,286,175,108,193,61,194,264,216,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Agar agar nei","seaweeds",4927,4614,3492,3545,4270,1940,2490,3500,5060,5200,6890,5875,8200,7281,6300,9200,10400,14500,20900,11700,15000,18885,21486,15346,9680,15850,782,812,0,0,0,0,2111,4898,841,152,141,236,255,196,207,576,900,1948,448,92 +"Italy",184,"Other seaweeds and aquatic plants and products thereof","seaweeds",98,85,66,60,204,553,414,248,281,349,436,1257,603,521,1201,426,0,0,0,0,0,0,0,0,0,0,253,711,235,86,54,35,103,95,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,168,157,186,138,475,206,377,287.4,1573.24,410.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,65,62,162,181,408,852,1646,920.23,1843.42,1755.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Miscellaneous corals and shells","shells",2343,1709,1180,1894,2241,1604,1821,1241,1294,1815,2211,3814,3537,4542,7283,9947,8196,10360,9796,9704,5179,5269,5297,3553.06,1846.44,700.26,NA,NA,1735,1188,1119,1818,1683,1579,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1478,933,0,0,0,0,0,0,2253,459,310,752,556,571,453,430,893,609,1279,299 +"Italy",184,"Natural sponges other than raw","sponges",851,898,839,618,543,552,530,460,434,678,993,565,727,805,644,850,861,728,933,722,929,959,1640,417.26,696.67,293.36,NA,NA,672,397,564,618,607,455,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Italy",184,"Natural sponges raw","sponges",9,10,2,6,55,104,254,58,78,60,82,225,37,47,61,45,39,73,41,57,34,89,117,42.98,15.54,18.74,383,457,0,0,0,0,12,25,176,297,248,341,264,195,200,302,242,265,276,268 +"Ivory Coast",195,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,2,9,23,33,96,128.29,217.64,317.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ivory Coast",195,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,2,9,23,33,96,128.29,217.64,317.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ivory Coast",195,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,429,68,0,259.24,645.67,460.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ivory Coast",195,"Fish liver oils, nei","fish_oil",66,65,0,35,0,30,27,37,0,27,80,90,50,60,0,0,0,0,0,0,0,0,70,0.01,0,102.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ivory Coast",195,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,57,60,12,0,95,0,121,0,0,89,67,0,63 +"Ivory Coast",195,"Ornamental fish nei","ornamentals",3,57,83,0,0,0,0,0,0,0,1,2,0,1,0,0,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ivory Coast",195,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,1,0.1,0.1,0.04,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Jamaica",166,"Coral and the like","corals",42,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,1,2,0.1,0,0,0,0,NA,NA,NA,7,20,16,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Jamaica",166,"Z_TOTAL","corals",42,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,1,2,0.1,0,0,0,0,NA,NA,NA,7,20,16,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Jamaica",166,"Ornamental fish nei","ornamentals",139,233,86,19,49,50,27,18,3,1,9,1,1,10.050862272056,1,0,0,3,7,1,0,0,0,0,0,0,138,114,0,58,164,198,176,134,110,97,57,42,6,0,28,59,31,49,72,18 +"Jamaica",166,"Other seaweeds and aquatic plants and products thereof","seaweeds",53,31,0,0,0,0,4.38009327510815,0,0,0,0,5,0,13,22,0.1,1,0.1,0.1,0,0,0,0,0,0,0.1,NA,NA,NA,26,14,44,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Jamaica",166,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,1,0.1,0,0.08,4.21,11.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Jamaica",166,"Natural sponges raw","sponges",1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,1,1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Coral and the like","corals",11162,8310,4828,4540,6438,5642,8958,10365,10037,10758,23954,16786,14157,17459,39142,50297,56065,57191,57916,65802,63866,52074,45968,49917.44,38993.74,39870.25,8050,9000,10384,8323,8437,9832,24742,10316,6460,2288,1325,889,823,834,1050,2125,2171,1549,2718,1883 +"Japan",210,"Z_TOTAL","corals",11162,8310,4828,4540,6438,5642,8958,10365,10037,10758,23954,16786,14157,17459,39142,50297,56065,57191,57916,65802,63866,52074,45968,49917.44,38993.74,39870.25,8050,9000,10384,8323,8437,9832,24742,10316,6460,2288,1325,889,823,834,1050,2125,2171,1549,2718,1883 +"Japan",210,"Cod liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1899,1526,1672,1670,991,573,0,0,819,527,667,778,629,655,822,781,536,571,645,603 +"Japan",210,"Fish body oils, nei","fish_oil",7633,7214,4983,8305,7889,7114,6514,8352,11067,10799,12075,6636,12416,7684,6031,4255,9502,11910,18591,15225,15796,19205,52627,44404.34,48522.17,27353.57,97506,30620,42218,28887,17165,11142,6856,6111,33257,43523,82881,70193,59037,61483,50942,74027,96550,60386,40168,24791 +"Japan",210,"Fish liver oils, nei","fish_oil",2504,2407,1298,1784,1114,1099,1774,1050,1284,1225,869,1389,1755,1130,2229,2373,1614,795,861,784,810,893,530,831.86,564.94,1267.89,909,673,804,809,1097,2437,2933,3305,820,1050,1245,1460,1411,875,679,698,456,534,910,564 +"Japan",210,"Ornamental fish nei","ornamentals",9493,8903,7306,6832,8109,7149,7918,12170,18408,16669,16504,20777,22245,23891,31964,31856,0,0,0,0,0,0,0,0,0,0,3546,4138,5495,5838,6198,6380,7251,8414,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,330,491,956,441,758,330,302,218.25,502.92,472.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Agar agar nei","seaweeds",2483,3234,2075,1767,1710,1364,1047,1194,2137,1630,2544,1811,1782,1570,1880,1680,1364,1303,1187,986,1558,1100,1360,1442.15,1412.33,1738.23,4897,6801,7727,4817,4215,3126,2708,3900,7225,5357,6079,6739,12954,9939,10016,10139,11764,11570,8620,5053 +"Japan",210,"Other red algae","seaweeds",6695,5218,4199,8495,4705,4730,4900,3911,5399,6882,5955,6317,5075,8448,9243,8370,0,0,0,0,0,0,0,0,0,0,NA,NA,22202,18965,25741,16663,10052,10344,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Other seaweeds and aquatic plants and products thereof","seaweeds",10759,10444,7693,7680,10855,9206,10858,11147,14668,15511,11831,13824,21511,15885,14742,13784,0,0,0,0,0,0,0,0,0,0,30369,23832,12661,13380,22695,11516,14230,12716,13209,5948,7287,9395,10053,13734,15488,11439,10241,10624,14804,4397 +"Japan",210,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,19333,17317,16586,14714,17355,19356,18646,19531.75,17923.07,19416.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1064,1072,1201,1229,1650,1842,1727,1635.2,1325.65,1534.75,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Japan",210,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1496,2270,4131,4624,4288,3398,4267,3604,2951,3116,1320 +"Japan",210,"Natural sponges raw","sponges",226,164,105,146,126,208,255,221,237,131,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,300,443,302,379,467,229,374,150,74,93,261,122,176,131,344,99,52,126,102 +"Jordan",215,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,4,0.1,0,0,0,0,0,5.7,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kenya",43,"Fish body oils, nei","fish_oil",0,0,0,0.1,0,0.1,0,24,0,0,0,1,38,21,3,0,0,0.1,0,0,0,26,1,13.41,0,0.1,0,0,0,0,0,0,0,0.1,0,NA,NA,0.1,0.1,0.1,0.1,0,0,7,0.1,NA +"Kenya",43,"Fish liver oils, nei","fish_oil",0,8,0,0,25,0,0,0,0,0,0,86,9,0.1,0,3,4,4,0,0,0.1,0,0,0,0.59,1.44,0,0,0,0,0,0,0.1,0.1,0,NA,NA,0,0.1,0,0,0,0,0,0,NA +"Kenya",43,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,141,1106,50,89,15,78,108,43,36,16,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kenya",43,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,16,17,8,15,21,26,54.73,269.95,548.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kenya",43,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,18,0,0,0,0,0,1,0,1,0,1,0,0.1,0,0.19,0.3,0.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kenya",43,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,0.1,0,0,1,1,0,0,0,6,0,28,6,5,0,0,7,39.82,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kenya",43,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,115,162,108,154,166,207,195,188,135,181,363,262,129,259,228,174,151.86,184.39,213.95,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kiribati",212,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,21,18,0,0,5,23.64,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kiribati",212,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,21,18,0,0,5,23.64,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kiribati",212,"Ornamental fish nei","ornamentals",280,519,584,1143,763,875,584,902,837,0,577,94,0,695,0,0,0,53,0,0,0,0,0,0,0,0,NA,NA,NA,262,190,362,403,606,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kiribati",212,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,50,0,0,0,0,0,0,0,71,85,50,140,169,96.44,23.84,23.84,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kiribati",212,"Other seaweeds and aquatic plants and products thereof","seaweeds",586,278,0,0,0,0,0,0,53,55,0,30,137,281,43,4,0,205,0,0,0,0,0,0,0,0,12,67,565,527,482,148,204,130,39,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Kuwait",51,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,7,7,0,7,0,4,76,3,3,0,0,3 +"Latvia",69,"Fish body oils, nei","fish_oil",53,55,24,135,177,277,316,310,165,269,164,299,362,227,227,846,1634,3593,4514,4507,5162,5010,4325,6371.42,9111.25,12108.53,NA,NA,NA,NA,NA,73,60,104,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Fish liver oils, nei","fish_oil",0,0,10,0,0,0,0,0,0,1,0,10,6,29,52,15,39,51,39,9,10,8,35,20.38,20.05,17.28,NA,NA,NA,NA,NA,5,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Ornamental fish nei","ornamentals",0,0,0,0,34.9777022111784,32.3375018355009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,25,48.1787040895697,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Agar agar nei","seaweeds",16,0,0,0,0,5,5,0,1,2,0.1,0.1,0,6,8,39,210,296,1082,1209,242,172,404,164.99,109.09,88.06,NA,NA,NA,NA,NA,NA,18,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,637.744042825743,7,12,21,35,44,26,31,20,24,47,162,114,226,359,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,289,304,279,336,457,217,477,344.61,356.13,340.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,0,0,0,11,8,22,9.97,9.66,69.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,1,38,46,100,0.1,0.1,0.1,0.1,1,0.1,7,7.93,6.37,55.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,5,7,34,33,6,14,27,15,15,45,9,6,0,1,1,2.92,2.19,81.91,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Latvia",69,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,5,0,0,0,0,0,0,0,0,18,17,1,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Fish body oils, nei","fish_oil",NA,NA,NA,1,0,0,0,0,0,0,0,1,0,0,1,0.1,1,0,0,0,0,1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Ornamental fish nei","ornamentals",NA,NA,8.60901611566533,0,0,2,0,0,0,2,2,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,9,0,4,8,3,1,0,3.35,2.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,1,7,1,0.1,0.1,0,0.45,0.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,21,3,6,3,16,18,11,1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,7,7,4,18,25,13,16.18,2.61,14.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,0,0.1,0,4,7,21,0.23,0,7.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lebanon",78,"Natural sponges nei","sponges",NA,8,8,5,19,7,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Liberia",97,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,1,0,16,1,10,3,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Libya",67,"Ornamental fish nei","ornamentals",NA,6,0,14,72,24,20,0,0,3,0,0,0,0,0,0,0,0,0,0,15048.75,30097.49,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Libya",67,"Natural sponges raw","sponges",NA,NA,362,0,650,1060,663,141,213,255,0,0,0,0,113,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Fish body oils, nei","fish_oil",29,3,0,0,8,17,115,193,201,131,77,86,156,226,135,89,34,535,349,485,354,682,387,57.24,80.96,1104.42,NA,NA,NA,NA,NA,NA,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Fish liver oils, nei","fish_oil",0,0,10,0,7,14,0,0,0,0,1,33,371,364,260,232,282,349,437,350,389,407,460,422.6,460.68,634.08,NA,NA,NA,NA,NA,NA,43,54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0,76,100,208.34,143.93,195.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Agar agar nei","seaweeds",9,2,8,34,6,9,14,7,19,34,338,60,71,64,84,419,90,527,154,336,398,288,462,264.31,184.13,317.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,17,61,87,1,9,67,12,72,127,338,440,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,349,1,349,209,209,450,626,195.41,418.18,1721.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,152,1,69,88,54,17,63,33.18,78.93,24.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Miscellaneous corals and shells","shells",7,31,65,48,227,393,227,703,1104,1188,481,763,609,682,811,582,757,1308,978,992,1171,1174,2357,1275.76,2558.92,3175.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,149,160,638,11,0,1,1,4,0.1,2,1,13,4.18,236.75,133.43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Lithuania",189,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0.1,1,1,0,0.1,4,1,126,148,69,2.86,3.27,0.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Coral and the like","corals",99,0,257,317,686,0,0,58,68,151,165,128,80,91,131,142,108,118,155,112,104,95,84,166.55,123.21,154.27,NA,NA,487,144,20,39,101,313,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Z_TOTAL","corals",99,0,257,317,686,0,0,58,68,151,165,128,80,91,131,142,108,118,155,112,104,95,84,166.55,123.21,154.27,NA,NA,487,144,20,39,101,313,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,20,22,0.1,10,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,6,28,29,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41.33,54.57,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Shark oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,46,35,25,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,0.1,3,3,0,0,0,1,0,0.1,0.1,11,6,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,23,18,27,6,30,8,3.96,0,1.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Other seaweeds and aquatic plants and products thereof","seaweeds",127,0,159,32,99,211,94,58,50,227,496,667,893,1578,1128,368,0,0,0,0,0,0,0,0,0,0,NA,NA,60,107,298,228,441,494,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",295,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,376,277,315,397,236,138,383.87,672.17,544.97,88,41,49,90,196,233,460,589,74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Madagascar",42,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,68,157,273,332,617,723,613,1269.61,1352,1870.07,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Coral and the like","corals",85,53,67,4,10,6,19,25,77,42,18,113,72,36,131,198,420,565,288,66,38,16,0,0,0,0,NA,NA,387,677,754,146,140,81,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Z_TOTAL","corals",85,53,67,4,10,6,19,25,77,42,18,113,72,36,131,198,420,565,288,66,38,16,0,0,0,0,NA,NA,387,677,754,146,140,81,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Fish body oils, nei","fish_oil",11,69,0,3,19,432,416,361,24,142,286,236,268,107,82,27,59,978,1671,207,415,3038,5257,3022.17,6853.87,1232.07,28,23,1,8,12,13,1,0.1,31,4,0,0,0,0,0,0,0.1,0.1,32,0.1 +"Malaysia",206,"Fish liver oils, nei","fish_oil",377,293,64,169,59,60,93,67,229,110,46,44,788,476,622,1294,477,1695,598,687,151,131,16,0,4.66,4.66,0,13,10,23,8,26,35,47,6,NA,NA,NA,NA,0.1,1,3,8,2,2,NA +"Malaysia",206,"Ornamental fish nei","ornamentals",9835,8819,6541,7769,8219,10583,17559,14147,13666,15368,14859,19720,19638,13373,12919,11444,15768,0,0,0,0,0,0,0,0,0,397,475,1369,1555,2191,4058,4488,6673,387,109,101,101,99,104,94,378,67,143,172,89 +"Malaysia",206,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,133,5,12,31,57,208,99,43,50,791,1243,1006,1967,1331,1449,871.98,641.02,721.91,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Agar agar nei","seaweeds",38,0,23,27,31,39,51,24,20,32,59,107,202,746,617,246,242,225,133,226,194,100,85,32.18,77.98,23.82,NA,NA,NA,NA,NA,NA,291,54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Other seaweeds and aquatic plants and products thereof","seaweeds",727,597,485,1308,1506,1972,3802,2941,3732,3432,3133,2421,1129,1235,2119,3499,930,0,0,0,0,0,0,0,0,0,NA,NA,160,220,205,210,190,320,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,921,1327,1871,1766,2898,2506,4014.21,3636.07,2539.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,3,0,2,7,0,0,0,0,0,959,68,183,19,23,57,4.7,6.82,9.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,4,5,0,109,47,125,29,52,22.82,11.83,41.76,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Shells nei","shells",NA,21,0,0,0,0,0,0,18,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malaysia",206,"Natural sponges nei","sponges",0,0,0,0,5,0,0,0,0,4,0,29,0,0,0,0,0,1655,0,0,0,0,29,0.56,0,0.8,NA,NA,30,118,187,15,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Maldives",39,"Coral and the like","corals",12,24,9,17,32,33,39,30,14,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Maldives",39,"Z_TOTAL","corals",12,24,9,17,32,33,39,30,14,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Maldives",39,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,5,20,19,0,0,24,5,11,71,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Maldives",39,"Shark liver oil","fish_oil",18,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,80,126,177,82,18,12,0,114,NA,NA,NA,15,88,278,253,342,267,174,NA +"Maldives",39,"Ornamental saltwater fish","ornamentals",481,479,296,296,411,524,508,548,566,630,688,588,553,541,587,547,0,478,537,585,493,472,457,430.07,1313.44,457.03,181,145,132,337,300,341,604,375,99,NA,NA,NA,40,54,61,52,42,78,113,NA +"Maldives",39,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0.1,0.1,0,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Maldives",39,"Shells nei","shells",58,51,1,19,0,5,11,8,12,7,1,2,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malta",68,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,9,0,0,0,0,0,0,1,0.1,0.1,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Malta",68,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,508.73,0,0.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Marshall Islands",11,"Coral and the like","corals",NA,NA,151,0,0,1,82,111,156,120,181,132,138,101,4,89,182,197,111,151,136,123,165,113.68,19.77,19.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Marshall Islands",11,"Z_TOTAL","corals",NA,NA,151,0,0,1,82,111,156,120,181,132,138,101,4,89,182,197,111,151,136,123,165,113.68,19.77,19.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Marshall Islands",11,"Ornamental fish nei","ornamentals",278,109,65,47,53,104,98,102,173,245,391,401,553,818,1046,684,0,0,0,0,0,0,0,0,0,0,110,220,170,0,0,0,0,478,0,NA,NA,NA,NA,73,0,0,0,0,0,NA +"Marshall Islands",11,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,1,0,16,38,58,71,23,5,317,163,117,89,105,186,306,187.89,272.32,587.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Marshall Islands",11,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,3,0,35,67,1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Marshall Islands",11,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,2,0,0,0,0,0,8,60,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritania",64,"Cod liver oil","fish_oil",NA,NA,NA,NA,186,163,69,38,17,69,34,76,159,50,920,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritania",64,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,605,699,3140,10125,4040,7933.46,17830,14416,316.27,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritania",64,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,264,1220,2447,4264,13746,28665.06,6687,20063,45186.01,40210.1,36851.09,23665.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Coral and the like","corals",1,0,2,0,0,0,0,0,84,0,0,0,0,0,0.1,0.1,3,0,0,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,1,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Z_TOTAL","corals",1,0,2,0,0,0,0,0,84,0,0,0,0,0,0.1,0.1,3,0,0,0,0,0.1,0,0,0,0,NA,NA,NA,NA,NA,NA,1,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,13,261,764,1634,1237,2340,1099,653,3082,4840,5052,6821.93,6465.96,6184.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,0,93,50,42,0,0,1009,2063,30,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Ornamental fish nei","ornamentals",83,53,56,55,61,62,87,79,63,96,115,95,103,70,76,38,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,69,72,74,52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,17,0,0,12,94,77,188,62.79,4.38,8.3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mauritius",37,"Agar agar nei","seaweeds",NA,NA,0.1,1,0,0,0,1,0.1,0.1,0,0,0,0,0,0,0,0,0.1,0.1,1,0,2,19.94,3.64,3.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mayotte",29,"Ornamental fish nei","ornamentals",3,0,0,0,0,4,4,0,0,0,250,108,77,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,18,3,0,56,43,16,1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,18,3,0,56,43,16,1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,NA,2,8,0.1,0,0,13,42,7,15,3,10,7,10,3,7,0,7.98,6.17,0.27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Fish body oils, nei","fish_oil",931,548,1266,150,744,991,4341,842,997,463,9099,4339,40385,15727,8756,29182,49780,29769,8351,3374,6502,28612,19164,38104.78,41736.92,84316.7,0,104,63,17,0,16,13,28,141,NA,NA,NA,NA,NA,211,19,2,13,94,NA +"Mexico",135,"Fish liver oils, nei","fish_oil",1,5,0,0,0,4,7,5,13,2,7,2,5,3,26,0,9,0,0,2,0,0,55,6.27,0,0.01,NA,NA,1,0,10,8.7049931295868,120,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Ornamental fish nei","ornamentals",4,69,22,20,73,24,66,30,47,79,58,44,63,115,148,109,62,0,0,0,0,0,0,0,0,0,4,16,0,13,10,22,1,1,7,1,0,0,1,0,43,5,1,6,13,1 +"Mexico",135,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,53,80,67,52,62,91,39,46.45,120.01,111.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Agar agar nei","seaweeds",0,1448,1326,1444,1324,971,1455,1146,1436,1704,1615,1329,1876,1184,1769,1866,1181,1573,2168,2826,2755,2728,1992,2192.39,2173.95,2082.97,NA,NA,NA,NA,NA,NA,272,898,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Other seaweeds and aquatic plants and products thereof","seaweeds",1200,1215,300,1269,642,1063,699,637,531,125,647,301,160,247,288,562,432,0,0,0,0,0,0,0,0,0,NA,NA,1634,1549,2644,3866,1128,1210,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,353,617,3675,255,251,118,228,379.04,307.17,930.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,173,405,709,619,656,512,932,931.6,938.01,627.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Miscellaneous corals and shells","shells",500,371,301,399,346,615,344,614,764,1572,1033,580,734,532,652,515,653,795,1334,1048,680,1473,2475,2115.53,2253.74,2959.86,NA,NA,1909,2861,1144,977,629,500,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0,0,0,0,3,0,0,2,2,2,1,1,0.1,0,0.69,0.59,0.28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mexico",135,"Natural sponges raw","sponges",NA,NA,0.87453180273349,0,0.1,1,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Micronesia",9,"Coral and the like","corals",NA,NA,129,173,44,0,137,44,8,39,79,66,24,48,116,109,120,85,224,195,214,124,166,250.11,130.71,142.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Micronesia",9,"Z_TOTAL","corals",NA,NA,129,173,44,0,137,44,8,39,79,66,24,48,116,109,120,85,224,195,214,124,166,250.11,130.71,142.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Micronesia",9,"Ornamental saltwater fish","ornamentals",19,13,33,18,10,3,2,27,21,4,0,0,5,10,13,137,207,202,72,32,75,62,115,105.55,26.04,152.14,NA,NA,NA,40,40,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Micronesia",9,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,46,30,0,0,83,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Montenegro",186,"Coral and the like","corals",146,174,25,147,0,74,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Montenegro",186,"Z_TOTAL","corals",146,174,25,147,0,74,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Montenegro",186,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,17,2,0,0,20,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Montenegro",186,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,2,1,1,0,12,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Montenegro",186,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,83,0,140,0,254,211,0,0,0,0,3,0,0,0,0,0,0,0,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Coral and the like","corals",259,204,282,462,599,658,1747,567,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,625,559,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Z_TOTAL","corals",259,204,282,462,599,658,1747,567,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,625,559,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Fish body oils, nei","fish_oil",1755,3290,2039,1264,2499,10497,6351,11640,18415,15296,16900,21516,36897,28904,38987,28391,48378,32956,75690,98635,78637,71649,63175,62895.05,86424.43,65307.77,154,152,1128,1075,705,175,206,4074,455,2094,2391,2462,1153,2878,218,2459,1334,2,922,1356 +"Morocco",62,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,566,759,4698,2280,808,338,178,1409,2016,2650,4349,1863,2623,913.39,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,644,6475,7090,7629,7966,9244,1510,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Agar agar nei","seaweeds",19110,17805,17010,18709,20108,18227,18029,18437,19854,19520,22793,26873,22547,20202,22675,22516,23969,28537,25719,24269,26480,30718,33842,29019.62,27047.49,23798.72,NA,NA,NA,NA,NA,NA,15625,17840,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Other seaweeds and aquatic plants and products thereof","seaweeds",3136,2888,3816,4980,5240,5031,4768,6264,7103,13706,18607,11795,8849,8492,9429,6679,14978,13683,11265,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,111,1304,1397,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,12,5,5.47,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8730,10512,8903,8227,10354.99,5316.79,5355.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,561,866,456,155,282,517,480,599,677,588,1746,1138,882,604,480,707,369.43,44.3,371.25,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Morocco",62,"Natural sponges raw","sponges",0,29,1,1,8,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,1,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mozambique",41,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,1095,83,0,0,0,0,0,0,0,0,0,0,6.32,6.32,NA,NA,NA,NA,NA,NA,133,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mozambique",41,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,781,0,380,1487,1228,1289,1092,1800,1324,1707,1169.74,1480.41,1274.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mozambique",41,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,1,1,0,0.1,2,0,0,0,0,6,8,0.1,0.1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Mozambique",41,"Miscellaneous corals and shells","shells",134,129,145,247,184,20,361,49,63,71,60,83,131,142,86,56,90,378,343,138,163,181,72,32.1,124.11,21.88,NA,NA,NA,NA,NA,NA,52,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,144,0,0,242,222,211,193,185,207,195,191,201,231,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6.9,5.53,4.65,2.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,63.39,573.79,704.3,102.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1.95,15.65,11.88,73.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,361.11,866.49,1457.35,1038.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Myanmar",205,"Trochus shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,32,0,124,0,187,262,132,364,85,89,76,158,36,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Fish body oils, nei","fish_oil",0,4103,5735,781,448,622,1194,521,1109,465,747,15,1400,278,147,1760,779,549,787,315,317,61,7,126.33,359.22,117.9,NA,NA,NA,NA,NA,NA,620,994,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Fish liver oils, nei","fish_oil",NA,0.1,0.1,0,40,130,1109,860,3,33,18,1520,1240,685,1106,1640,844,935,1755,670,383,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,5,0,7,19,117,107,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Agar agar nei","seaweeds",NA,NA,NA,3,0,0,4,0,39,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0.55,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,1112,3546,914,477,429,169,26,56,178,73,73,194,898,215,161,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,50,38,0,0,0.1,0,0.1,1.09,0,1.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Miscellaneous corals and shells","shells",NA,9,52,26,7,13,0.1,0.1,0.1,0.1,0.1,0.1,0,0.1,1,0.1,0.1,0,0,0.1,0,0,0.1,0.38,0.28,0.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Namibia",101,"Natural sponges nei","sponges",NA,1,3,0,0,0,0.1,6,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Fish body oils, nei","fish_oil",12791,15233,13175,8353,7469,9170,17590,18842,26132,21622,32107,26759,58689,60217,60426,65821,68905,51356,54296,36610,37124,47674,53475,52510.08,74226.05,90808.83,7790,6142,5826,5378,5326,10611,15729,16684,5885,4518,4544,3466,6296,5108,5729,5081,7282,5658,6771,5552 +"Netherlands",177,"Fish liver oils, nei","fish_oil",4029,4095,4285,4220,2857,2636,5057,7064,7292,7396,7175,13427,18755,14307,15112,10921,6030,4115,3478,3258,2432,3551,3599,4157.32,4245.05,3502.18,4515,5124,4664,3319,2939,1591,1252,3478,5108,361,562,836,1120,849,1220,991,1988,1410,1963,NA +"Netherlands",177,"Halibuts, liver oils","fish_oil",88,26,17,94,14,22,104,174,63,55,50,26,37,60,0,75,0,0,0,0,0,0,0,0,0,21.47,NA,NA,NA,NA,NA,NA,NA,24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4958,1180,1515,1932,1932,1723,2034,2012,2066,2435,3876,NA +"Netherlands",177,"Ornamental saltwater fish","ornamentals",100,82,133,123,57,63,78,705,1358,2538,3449,4893,5863,5294,4801,6907,6898,7671,4767,7400,3792,10447,12300,11593.59,13642.81,23820.73,538,987,1785,2123,2133,278,164,81,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Agar agar nei","seaweeds",438,234,260,484,503,423,438,840,763,1200,997,1408,1516,1394,1513,2048,1459,1821,2591,1764,2046,2880,2728,2631.18,1676.33,2188.85,99,56,0,0,0,0,160,309,30,13,9,7,46,29,7,32,61,3,82,9 +"Netherlands",177,"Other seaweeds and aquatic plants and products thereof","seaweeds",1022,1380,2245,2475,3359,3287,5991,6409,9718,10253,7431,9298,8512,6979,8553,9473,0,0,0,0,0,0,0,0,0,0,199,99,37,66,89,368,188,1110,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7748,9644,8301,3488,5012,4694,6912,6014.64,4803.32,5689.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,583,1664,1714,2058,1517,1933,3580,3914.3,4145.94,5075.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Miscellaneous corals and shells","shells",1643,1757,970,2235,1052,647,930,2338,1891,1502,2205,2123,1734,3281,5333,3459,4420,3723,3451,7727,4971,7684,7416,7897.94,8087.98,9912.09,NA,NA,963,928,1061,366,466,1296,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1658,1445,0,0,0,0,0,0,1350,1161,1057,1257,1052,772,760,793,703,900,1129,1014 +"Netherlands",177,"Natural sponges other than raw","sponges",8,29,37,55,57,55,71,45,177,73,75,16,18,19,8,0.1,0.1,1,4,2,27,7,16,9.94,2.39,4.69,NA,NA,52,61,57,26,144,38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Netherlands",177,"Natural sponges raw","sponges",0.1,1,1,2,1,1,3,2,6,4,4,55,1,3,3,4,3,3,1,0.1,1,11,27,27.65,26.93,40.27,138,104,0,0,0,0,0,1,80,6,1,1,7,39,84,29,139,53,119,20 +"New Caledonia",5,"Ornamental fish nei","ornamentals",0,131,111,20,96,112,87,105,120,106,101,113,141,132,182,124,299,348,50,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,62,NA,NA,NA,NA,NA,NA,NA,23,0,45,NA +"New Caledonia",5,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,317,373,291,194,217,170.06,114.74,185.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Caledonia",5,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,4,0.1,4,0.1,5,0.1,0.1,0,0,0.1,0.1,13,2,1,0,0.1,4,0,0,66.4,66.4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Caledonia",5,"Trochus shells","shells",NA,NA,NA,351,333,538,238,361,484,694,1129,1097,1124,1496,1205,712,930,1176,675,736,392,0,114,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Caledonia",5,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,0.1,0,0.1,0.1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Coral and the like","corals",440,644,330,497,429,413,899,883,1894,1868,1563,2141,1568,1202,1882,1358,1290,1165,910,803,1215,1075,1485,1769.2,2129.68,2805.74,NA,NA,860,1152,911,681,958,547,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Z_TOTAL","corals",440,644,330,497,429,413,899,883,1894,1868,1563,2141,1568,1202,1882,1358,1290,1165,910,803,1215,1075,1485,1769.2,2129.68,2805.74,NA,NA,860,1152,911,681,958,547,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Cod liver oil","fish_oil",74,208,157,140,63,279,581,1076,957,1210,1437,1801,2186,2132,1876,2015,5312,5402,2450,966,1223,1031,704,521.99,427.89,361.56,NA,NA,22,25,121,215,51,168,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Fish body oils, nei","fish_oil",2093,1590,1432,1924,1479,1749,1627,1781,1916,1574,1930,2045,4041,2493,3236,4019,4404,4761,4666,5654,6459,6705,13051,10165.29,7962.55,7711.6,390,764,749,564,683,500,931,1430,392,NA,NA,NA,NA,NA,NA,NA,708,912,611,NA +"New Zealand",162,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,121,88,144,58,0,0,0,194,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Ornamental fish nei","ornamentals",1,0,12,1,0,0,6,20,276,50,118,69,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,3,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,0,3,31.94,10.67,10.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Agar agar nei","seaweeds",114,159,212,129,109,143,218,194,305,106,184,9,277,179,161,392,445,329,26,104,305,1012,491,30.76,50.7,67.89,NA,NA,NA,NA,NA,NA,652,563,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Other seaweeds and aquatic plants and products thereof","seaweeds",6,30,25,57,7,84,3,16,62,50,136,939,393,458,1456,1099,0,0,0,0,0,0,0,0,0,0,NA,NA,20,49,152,52,7,14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2308,2131,896,1002,907,686,580,537.36,234.91,340.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,43,1,14,0.1,212,529,612.32,468.3,672.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"New Zealand",162,"Natural sponges nei","sponges",3,5,0,2,0.1,0,0,7,2,1,1,0,0,0,0,0,0.1,0,0,0,0,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,1,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nicaragua",131,"Coral and the like","corals",NA,78.9976873720752,0,0,0,0,0,0,0,32,28,95,28.8537884996567,4,33,34,0,0.1,0,7,78,1,12,39.85,42.34,66.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nicaragua",131,"Z_TOTAL","corals",NA,78.9976873720752,0,0,0,0,0,0,0,32,28,95,28.8537884996567,4,33,34,0,0.1,0,7,78,1,12,39.85,42.34,66.52,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nicaragua",131,"Ornamental fish nei","ornamentals",3,5,9,1,4,3,0,0,12,0,23,35,24,0,10,19,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,27,14,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nicaragua",131,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,6,18,27,31,56,74,2851.24,19.11,22.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nigeria",196,"Ornamental fish nei","ornamentals",71,1264,434,580,800,1031,1100,1200,1866,1213,0,829,0,0,105,0,0,0,0,0,0,0,0,0,18.54,18.54,NA,NA,NA,NA,450,530,1207,1882,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Nigeria",196,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,1,0,0,0,0,0,0,0,0,0,0,24,30,406,0,0.1,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Coral and the like","corals",0,0,5,9,9,9,17,42,39,132,66,57,36,46,44,84,20,96,192,219,315,164,183,185.56,10.45,10.45,NA,NA,290,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Z_TOTAL","corals",0,0,5,9,9,9,17,42,39,132,66,57,36,46,44,84,20,96,192,219,315,164,183,185.56,10.45,10.45,NA,NA,290,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Agar agar nei","seaweeds",NA,1,4,0,0,5,9,6,10,0,0,0,0,0,5,1,0,18,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,644,396,775,478,270,465,502,887,1290,1343,245,29,72,33,16,0,0,0,0,0,0,0,0.37,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,47,0,38,2,6,1,13,2,2,0.37,0,3.22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,32,848,279,164,389,2,1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"North Korea",21,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,6,7,4,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Coral and the like","corals",32,155,97,108,107,168,214,288,307,585,327,642,503,121,16,20,8,28,90,4,4,13,1,11.43,0,1.93,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Z_TOTAL","corals",32,155,97,108,107,168,214,288,307,585,327,642,503,121,16,20,8,28,90,4,4,13,1,11.43,0,1.93,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Cod liver oil","fish_oil",5433,5136,5277,3991,3714,5779,4536,3594,5989,6025,7573,6298,6262,5501,8206,10811,11202,10428,10978,6733,6245,8795,11799,8700.14,17082.29,20863.98,4197,3009,3085,3769,3808,3105,4912,5196,3526,1101,1640,2164,2928,2814,1986,2276,1395,1825,2267,760 +"Norway",223,"Fish body oils, nei","fish_oil",558,2392,2694,1789,1420,1144,4088,5175,5895,7844,12022,14415,14917,8746,13272,18380,12895,14957,59114,58041,49774,42651,50016,62173.14,84566.46,70282.16,16777,10274,10923,18161,19813,21919,22433,300,18300,49720,27807,33787,36561,42174,35666,38858,27197,35152,13721,43845 +"Norway",223,"Fish liver oils, nei","fish_oil",3944,2228,3118,2081,1583,3048,2458,5858,5154,6137,5834,11518,14567,9330,10677,7524,7885,6625,3611,5453,9029,7752,9317,6564.86,11251.15,9249.54,3363,4646,3376,3435,3831,3035,4149,3470,5395,10118,11167,10792,10009,6171,4462,4487,4983,4505,3796,7151 +"Norway",223,"Herring oil","fish_oil",34100,34446,29631,26362,29196,20899,25993,35046,32976,33428,44893,68849,112426,81060,85799,109205,105538,109369,66990,62101,57785,64513,79775,81697.19,88511.9,102428.11,NA,NA,NA,NA,NA,NA,NA,33273,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Oils and fats of aquatic animals, nei","fish_oil",NA,6,23,0,0,0,2,211,1,1,219,2172,1947,173,779,298,312,310,33,290,414,1422,378,160.82,4343.19,1779.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Shark oil","fish_oil",648,1217,527,338,285,286,312,348,526,496,392,270,320,322,331,79,195,0,0,0,26,0,0,22.91,295.21,16.14,51,29,90,2,29,0,42,909,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Ornamental fish nei","ornamentals",0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,2,0,0,0,1,0,0,18,NA,NA,NA,1,1,2,0,0,4,8,NA +"Norway",223,"Agar agar nei","seaweeds",1,0,3,2,1,7,2,106,134,66,0,3,0,0,0,0.1,8,6,24,94,1,3,0,0,0,0.41,NA,NA,NA,NA,NA,NA,1,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Other seaweeds and aquatic plants and products thereof","seaweeds",3196,3176,2846,3270,3010,2497,2857,2103,2463,2926,3160,3184,2504,1616,2424,1572,0,0,0,0,0,0,0,0,0,0,NA,NA,2498,2325,2347,2353,2845,2955,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,289,79,176,197,408,599,726,564.36,996.24,1070.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1251,1441,2019,2780,4014,4724,5438,4760.72,4487.83,4117.05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Norway",223,"Natural sponges raw","sponges",2,19,15,4,1,0.1,2,0.1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,32,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Coral and the like","corals",8,0,4,0,10,5,0,0.1,0,0,8,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Z_TOTAL","corals",8,0,4,0,10,5,0,0.1,0,0,8,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Fish body oils, nei","fish_oil",26,36,23,0,7,0,0,0,0,36,0,140,44,39,8,42,0,0,0,2712,4450,7362,15887.75,7950.82,32272.94,35174.24,NA,NA,NA,NA,NA,NA,18,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,47,0,0,0,0,0,0,0,0,8,0,21,0,517,194,30,0,187.29,4037.89,9500.42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Oils and fats of aquatic animals, nei","fish_oil",8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,2.75156623815533,0,0,0,0,0,NA,NA,NA,NA,6,0,0,0,0,0,NA +"Oman",48,"Ornamental fish nei","ornamentals",0,8,28,4,1,31,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,10.8157438745543,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Oman",48,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,5,0,0,0,3,0,0,5,36,0,0,0,0,0,0,15.17,38.02,3.32,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Coral and the like","corals",NA,NA,NA,NA,NA,NA,10,0,0,0,0,43,0,8,0,2,15,98,183,4,2,27,30,28.38,2.29,6.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Z_TOTAL","corals",NA,NA,NA,NA,NA,NA,10,0,0,0,0,43,0,8,0,2,15,98,183,4,2,27,30,28.38,2.29,6.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,71,0,0,0,0,18,36,140,440,761.02,553.02,515.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Fish liver oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,123.68,33.31,NA,NA,NA,NA,NA,NA,12,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,1,0,0,0,0,2,31,34,18,107,6,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,13,241,586,206,441,5,6.19,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,17,1,0,0,57,0,41,1,0,0,0,0,23,15,10,1,14,0,48.22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Pakistan",53,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,5,0.1,0,8,0,0,5,55,0.1,61,200,39,68,68,137,86.97,14.02,48.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Palau",8,"Coral and the like","corals",NA,NA,195,4,3,0,0,3,0,241,8,13,54,0,4,43,0,4,0,0,0,0,0,0,18.69,75.2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Palau",8,"Z_TOTAL","corals",NA,NA,195,4,3,0,0,3,0,241,8,13,54,0,4,43,0,4,0,0,0,0,0,0,18.69,75.2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Palau",8,"Ornamental fish nei","ornamentals",1,0,3,0,0,0,57,105,90,62,65,66,0,0,0,5,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Palau",8,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,0,7,10,2,44,152.74,201.62,331.84,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Palau",8,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,4,0,0,19,0,0,0,0,0,1,0,0.1,0,0,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Panama",129,"Fish body oils, nei","fish_oil",679,3854,5527,678,1803,5190,3389,2064,3131,2850,3435,4027,2162,2270,1500,2933,5733,8838,13946,5980,8516,4807,10110,31066.47,20216.43,8360.9,1011,2211,1111,1589,2349,2062,2461,1868,1711,4505,1529,1378,4685,1295,290,884,432,6029,1536,3724 +"Panama",129,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,5,2,1,28,135,16,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Panama",129,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,5,1,0,0,0,0,9,47,22,1,0,4,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Panama",129,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0,0,0,56,0,5,0,15,15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Panama",129,"Miscellaneous corals and shells","shells",78,96,51,4,0,5,2,0,0,29,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Coral and the like","corals",58,0,1,0,1,268,2,0,12,12,5,0,11,0,119,0,0,99,65,35,0,185,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Z_TOTAL","corals",58,0,1,0,1,268,2,0,12,12,5,0,11,0,119,0,0,99,65,35,0,185,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Fish body oils, nei","fish_oil",0,0,9,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,115.76,145.16,268.56,NA,NA,NA,76,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Ornamental fish nei","ornamentals",NA,NA,130,1,0,0,1,0,0,0,0,36,29,36,150,49,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,17,1,1,0,3,0,0,0,0,1.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,84,117,0,52,76,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Miscellaneous corals and shells","shells",261,0,474,3777,0,0,15,1123,2,460,1280,638,503,0,281,465,2,286,188,108,273,142,314,410.41,296.98,207.97,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Mother of pearl shells","shells",NA,NA,NA,NA,NA,19,0,0,16,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0.38,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Shells nei","shells",58,0,687,254,0,41,0,0,0,364,393,559,419,0,377,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Papua New Guinea",17,"Trochus shells","shells",404,0,0,0,69,453,863,0,582,0,0,0,0,1105,0,0,305,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Coral and the like","corals",0.1,9,12,10,16,20,11,5,2,5,7,8,25,10,9,127,141,223,35,27,5,21,4,12.92,113.41,120.1,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Z_TOTAL","corals",0.1,9,12,10,16,20,11,5,2,5,7,8,25,10,9,127,141,223,35,27,5,21,4,12.92,113.41,120.1,NA,NA,NA,NA,NA,NA,0.1,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,136,0,0,0.1,1,0,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Fish body oils, nei","fish_oil",75223,89695,18096,68049,80640,91089,69190,79071,149225,155562,196047,249202,384863,257802,274245,332314,526871,342870,395406,293335,268578,329809,374534,419928.36,365450.94,527590.19,165,15173,4341,5600,7836,35509,67487,61180,237,0,123,20959,0,0,13598,0,14423,8304,9837,8 +"Peru",138,"Fish liver oils, nei","fish_oil",0,0.1,179,225,0.1,0,380,1060,1083,526,240,55,173,70,1,42,56,120,1184,143,0,284,0,0,0,0,NA,NA,NA,NA,NA,NA,5,206,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Ornamental fish nei","ornamentals",1643,2089,1628,2140,4753,9776,6439,3102,2967,3247,3731,3813,4242,3132,4454,3543,40,0,0,0,0,0,0,0,0,0,1061,795,172,131,0,0,2494,1236,0,1051,1105,1142,811,992,255,133,552,359,335,973 +"Peru",138,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,50,81,58,113,30,43,14,1.47,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Agar agar nei","seaweeds",NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,1,0.1,12,10,4,0,0,1,1,0,0,0.77,0,0.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Other seaweeds and aquatic plants and products thereof","seaweeds",768,1206,1376,1119,411,912,1287,1335,1627,2177,2595,4003,14085,8578,14831,16814,576,0,0,0,0,0,0,0,0,0,NA,NA,232,242,201,340,340,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,140,122,154,200,104,76,57,82.44,223.37,139.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Peru",138,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,23374,35710,33002,17804,16058,30887,29009,21972.33,19704.46,38958.93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Coral and the like","corals",3090,2929,2559,1821,1467,1673,2411,2815,4177,3107,2741,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,3426,4946,2882,4072,3452,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Z_TOTAL","corals",3090,2929,2559,1821,1467,1673,2411,2815,4177,3107,2741,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,3426,4946,2882,4072,3452,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Cod liver oil","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,77,1190,664,51,82,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Fish body oils, nei","fish_oil",0,0,0,4,0,0.1,12,1,0,0,15,0,423,91,47,0,22,7,65,32,305,656,2167,1084.65,2138.55,5633.52,0,0,0,0,0,0,0,0,0,169,52,199,779,660,144,96,0,30,41,NA +"Philippines",15,"Fish liver oils, nei","fish_oil",0,0,4,0,25,166,0,1,0,22,29,296,1708,1424,646,0,2,0,270,6,0,1515,2056,1291.39,5029.17,2432.13,602,515,653,0,0,0,0,0,865,280,427,841,2753,2156,716,1894,1297,3185,3502,NA +"Philippines",15,"Shark liver oil","fish_oil",47,5,0,0,0,0,400,231,134,0,0,0,0,0,0,1016,944,58,561,974,1048,0,0,0,0,0,NA,NA,NA,1499,1721,846,436,109,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Ornamental fish nei","ornamentals",7705,7315,6403,6475,6737,6497,6439,6729,7346,7132,7287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,5530,6198,7404,8178,8808,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7382,7348,6436,5991,6614,7103,6182,5962,5698,5803,5542,5577,6186.34,3971.36,5813.33,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,0,0,0,0,5,11,10,6,1,24,8,14.41,59.51,106.49,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Other seaweeds and aquatic plants and products thereof","seaweeds",41994,33393,31196,44044,46516,38472,33860,33134,35818,28629,25327,21635,25361,12710,38237,56070,31319,34356,49299,21740,8539,12239,0,0,0,0,NA,NA,NA,21245,18550,18125,21983,39106,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4000,19032.17,21781.32,12905.42,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8562,19103.97,5807.42,1354.26,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2919,1262,1097,2222,3795,4359,7304,7379,7275,6137,2007,4269,2040.39,853.19,1190.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Philippines",15,"Natural sponges raw","sponges",66,225,151,126,249,277,276,232,347,253,324,235,169,98,147,147,136,129,80,81,317,41,0,0,0,0,NA,NA,NA,176,111,133,165,61,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Fish body oils, nei","fish_oil",1,0,4,0,5,4,2,13,243,358,273,399,425,684,865,1414,3256,4664,5416,7651,5981,7758,10044,8212.56,12402.6,10966.62,0,0,0,0,0,59,0,16,18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Fish liver oils, nei","fish_oil",NA,NA,1,0.1,0,4,2,1,5,0,0,0,0,0,17,6,176,4,101,55,0.1,14,395,83.9,31.12,137.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Halibuts, liver oils","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,0,0,0,0,0,0,0,0,0,0.1,1.12,1.19,1.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,1,0,0,0,1,0,0.1,0,0,0,49,126,0,0,0,0,0,2.51,2.9,1.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Agar agar nei","seaweeds",0,0,0,0,0,0,0,0,0,0,0,0,0,82,135,72,131,69,339,60,236,137,69,124.32,89.6,172.44,NA,NA,NA,NA,NA,NA,NA,36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,0,0,0,0,0,0,0,0,0,0,28,54,60,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,43,15,4,23,512,660,890,613.65,671.25,1059.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,16,3,0.1,0.1,1,158,28,87.03,100.91,168.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Miscellaneous corals and shells","shells",223,0,0,0,0,0,0,0,0,0,0,0,0,765,675,789,679,928,963,914,884,845,1003,314.52,17.47,99.15,NA,NA,NA,NA,NA,NA,0.1,543,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,8,14,18,5,31,8,0.1,6,7,267.92,689.17,2303.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Poland",178,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,53,1,0.1,0.1,0,0,0,89.87,64.8,0.86,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Cod liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,325,217,183,0,0,0.1,1,0.1,0,556 +"Portugal",183,"Fish body oils, nei","fish_oil",305,509,413,265,260,295,314,503,388,411,271,225,506,72,244,569,595,656,1924,782,324,471,1026,436.56,1021.81,1133.88,143,111,150,165,44,169,61,300,613,1511,1379,1711,1947,1739,1407,1037,634,1250,1168,1065 +"Portugal",183,"Fish liver oils, nei","fish_oil",6361,4882,3439,1967,1865,1858,1019,893,858,1210,1856,3681,7485,5332,4202,6255,4403,5009,6870,6845,4650,301,309,736.58,725.48,842.13,933,2333,6293,7898,16258,7674,4944,5135,838,40,11,29,369,1188,104,256,54,340,1829,23 +"Portugal",183,"Halibuts, liver oils","fish_oil",0,48,0,0,1,13,0,0,0,10,0,0,0,0,245,74,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,872,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Shark liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1252,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,74,785,4723,0,NA +"Portugal",183,"Ornamental saltwater fish","ornamentals",0,0,0,0,0,0,0,1,0.1,247,342,322,249,1677,454,1490,1427,1749,998,964,845,853,970,784.97,976.87,2080.26,11,0,0,0,0,1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Agar agar nei","seaweeds",2514,2882,2740,4615,4334,4418,3915,4069,3262,5785,6732,4381,4936,4139,5208,4341,4816,4488,2069,84,299,25,18,135.18,244.05,84.53,5312,5984,0,0,0,0,2430,2331,5093,3529,4531,4606,6314,5256,3912,3636,3839,4520,4878,4168 +"Portugal",183,"Other seaweeds and aquatic plants and products thereof","seaweeds",973,441,543,316,418,264,185,181,237,152,88,425,480,423,1407,943,0,0,0,0,0,0,0,0,0,0,394,489,433,2996,2779,1118,828,1628,0,339,212,441,223,27,260,0,0,0,0,324 +"Portugal",183,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,463,333,482,235,252,389,1962,1703.77,1781.04,4875.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,714,2146,724,1720,3728,4872,9284,3006.66,1888.58,2828.87,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Miscellaneous corals and shells","shells",1,0,2,2,2,0.1,0,2,1,0,5,0.1,6,3,7,6,5,28,741,10,12,21,22,7,9.91,14.19,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,34,0,0,0,0,0,0,159,42,81,161,137,54,0,59,116,48,93,16 +"Portugal",183,"Natural sponges other than raw","sponges",0,0,0,0,0,1,0.1,0,0,0.1,0.1,0,4,0.1,0.1,3,0.1,0.1,45,28,32,25,10,0.03,57.11,0.16,NA,NA,NA,NA,NA,NA,38,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Portugal",183,"Natural sponges raw","sponges",0,0,0,0,0,0,0,0,0,0.1,0.1,0.1,0,40,54,0,24,0,4,1,1,0.1,0.1,0,0,0,5,0,0,0,0,0,0,0,0,0.1,0,0.1,0,0,0,0,0,1,0,NA +"Republique du Congo",100,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,382,177.72,120.38,120.38,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,37,0,42,0,0,NA +"Republique du Congo",100,"Ornamental fish nei","ornamentals",85,77,77,82,96,132,187,180,83,0,131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Coral and the like","corals",214,0,249,358,107,499,564,358,526,638,564,552,786,791,890,768,797,1021,890,1035,788,967,655,883.87,892.16,26.33,NA,NA,NA,NA,36,133,204,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Z_TOTAL","corals",214,0,249,358,107,499,564,358,526,638,564,552,786,791,890,768,797,1021,890,1035,788,967,655,883.87,892.16,26.33,NA,NA,NA,NA,36,133,204,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,1884,3486,9887,127,128,46,1548,4622,312,333,92,192,155,83,144,192.18,103.21,92.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,711,227,1688,188,0,0,11,3,24,21,3,3,1,5,23,97.26,275.87,183.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,178,214.15,45.6,45.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Agar agar nei","seaweeds",NA,NA,NA,NA,5,14,23,32,22,0,0.1,0,0,0,0,3,0,0,0.1,0,0.1,0.1,2,1.44,2.07,7.14,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Other seaweeds and aquatic plants and products thereof","seaweeds",7,0,0,5,5,6,26,11,7,37,4,7,10,58,133,259,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,25,19,2,37,44,31,6.37,6.76,9.68,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2,5,8,6,9,12,3,0,0,13.12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Romania",72,"Natural sponges raw","sponges",0,0,73,255,427,222,150,194,62,312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,337,0,2,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Coral and the like","corals",NA,NA,NA,NA,68,76,8,106,92,69,73,64,54,76,298,39,7,1,24,72,176,402,385,648,400,368,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Z_TOTAL","corals",NA,NA,NA,NA,68,76,8,106,92,69,73,64,54,76,298,39,7,1,24,72,176,402,385,648,400,368,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Fish body oils, nei","fish_oil",1354,809,396,347,812,282,310,245,334,106,123,113,178,161,133,165,128,125,60,56,340,187,220,654,3660,6027,11779,5588,8166,6509,350,775,936,685,177,71,148,271,121,266,77,326,0,220,159,89 +"Russia",73,"Fish liver oils, nei","fish_oil",21,23,16,0,37,31,46,39,31,24,21,22,1,0,0,1,0,0,0,0,0,0,0,7,82,201,NA,NA,NA,NA,278,780,0,54,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Agar agar nei","seaweeds",NA,NA,21,0,16,7,16,0,20,34,97,229,24,57,67,416,732,721,941,878,680,953,1746,1535,1598,1313,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,36,15,714,293,179,418,330,203,98,366,253,203,361,455,11,14,42,68,70,39,95,126,98,159,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1051,1647,1525,1429,1514,759,855,1212,1769,3499,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,81,105,60,86,114,236,131,285,381,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,15,1,0,1,6,1,0.1,7,8,38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Russia",73,"Natural sponges raw","sponges",NA,NA,NA,NA,25,25,39,100,35,314,0,0.1,0,0,0,0,0,0,0,0,0.1,1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saba",248,"Coral and the like","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saba",248,"Z_TOTAL","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saba",248,"Ornamental fish nei","ornamentals",12,18.25,13.75,14,12.5,9.5,9.5,10.5,1.75,10.5,18,17.25,14.5,15,0.25,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Helena",86,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,4,0,4,1,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Kitts and Nevis",119,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0.1,0,2,0,0,0,0,1,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Lucia",122,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,1,1,0,28,10,13,10,10,1,0,0.1,0.1,0,1,0,0,0,0,0,0,0,0,0,0,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Lucia",122,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,6,0.1,7,21.88,142.79,1701.38,931.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Lucia",122,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,5,0.1,0,0,7.99,640.03,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Lucia",122,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.25,0.06,0.74,0.74,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Vincent and the Grenadines",127,"Coral and the like","corals",NA,NA,NA,4,0,0.1,0,0,1,0,0,0,0.1,0,0,0.1,0,0,0,0,0,0,0,0,0,1.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Vincent and the Grenadines",127,"Z_TOTAL","corals",NA,NA,NA,4,0,0.1,0,0,1,0,0,0,0.1,0,0,0.1,0,0,0,0,0,0,0,0,0,1.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saint Vincent and the Grenadines",127,"Fish body oils, nei","fish_oil",0,0,0,2,1,1,1,1,0.1,2,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0.12,0,0,0,0,0,0,0,1,3,NA,NA,NA,NA,7,0,0,1,1,3,NA +"Saint Vincent and the Grenadines",127,"Fish liver oils, nei","fish_oil",0,0,0,1,0,0,0,0,0.1,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,3,1,4,1 +"Saint Vincent and the Grenadines",127,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,2,0,0,0,0,2,10.23,71.08,174.9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Samoa",152,"Ornamental fish nei","ornamentals",2,6,11,26,0,0.1,1,0.1,0.1,0.1,0,1,0.1,0,48,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Samoa",152,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,60,0,0.1,1,0,0,0,0,0.1,0,0,0.1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sao Tome and Principe",103,"Ornamental fish nei","ornamentals",NA,2,1,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,68,0,17,60,0,0,0,0,0,0,0,0,0,54,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,83,0,0,0,98,100,0,0,0,0,0,0,1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Ornamental fish nei","ornamentals",0,0,428,654,25,261,268,270,787,761,1216,145,130,109,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,92,0,628,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,34,0,0,17,0,0,0,17,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,66,4,0,80,27,26,18,0,0,0,0,0,0,0.1,0,0,0,0,16.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Saudi Arabia",50,"Natural sponges nei","sponges",NA,NA,NA,NA,4,0,0,25,113,33,260,0,3,6,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Coral and the like","corals",NA,NA,2106,22,0,0,32,0,0,0,0,0,0.1,1,2,32,8,4,0,0,1,0.1,0,1.12,141.16,653.51,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Z_TOTAL","corals",NA,NA,2106,22,0,0,32,0,0,0,0,0,0.1,1,2,32,8,4,0,0,1,0.1,0,1.12,141.16,653.51,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Clupeoid oils, nei","fish_oil",0,0,24,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,42,60,33,3,0,0,30,NA,NA,150,16,69,0,0,0,4,1,NA +"Senegal",66,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,35,0,0,124,187,7,0,0,9,212,770,2465,1326,1077,867,3200.79,3312.58,1094.71,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Fish liver oils, nei","fish_oil",109,0,0,3,0,0,40,0,16,0,19,256,287,71,0,80,0,134,0,37,121,1251,103,151.65,0,399.58,NA,NA,NA,NA,NA,NA,NA,100,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,343,0,13,35,76,169,124,30,22,2,0,51,37,20,118,20,0,1,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Senegal",66,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,77,89,79,51.3,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Seychelles",31,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,26,75,0,0,0,226,1512,3081,3763,3300,2791,3157,2221,2191,2759,3763,2564,7857,5106.09,4430.02,4060.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Seychelles",31,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,81,0,0,105,185,0,0,0,97,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sierra Leone",96,"Ornamental fish nei","ornamentals",42,0,7,5,0,2,19,14,6,0,4,0,0,6,5,0,0,0,19,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,50,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0,0,0,0,NA,NA,7615,2833,2877,1878,1037,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,12,0,0,0,0,0,0,0,0,0,0,NA,NA,7615,2833,2877,1878,1037,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Fish body oils, nei","fish_oil",62,9,60,14,580,642,1431,2465,3241,4490,3644,2916,1354,369,1124,1929,1269,1258,274,185,887,429,326,275.95,439.25,827.95,34,49,29,25,36,11,41,14,66,NA,NA,73,56,5,14,9,25,20,89,NA +"Singapore",208,"Fish liver oils, nei","fish_oil",84,95,96,194,108,574,60,112,80,70,56,68,39,253,360,69,210,403,65,118,167,176,373,156.91,122.77,3.73,14,173,133,155,117,135,191,190,34,NA,NA,26,21,73,86,139,148,65,24,NA +"Singapore",208,"Ornamental fish nei","ornamentals",58574,52757,43156,42417,43502,41581,41460,41427,49528,54162,61403,66079,68796,59940,0,0,0,0,0,0,0,0,0,0,0,0,2719,3096,3134,3183,3449,3672,3910,59411,1914,92,111,116,147,281,490,701,1650,551,875,76 +"Singapore",208,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3052,3206,3105,1841,1449,1216,1230,1147,964,434.51,194.32,208.02,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Agar agar nei","seaweeds",616,369,287,303,283,217,403,591,628,389,617,548,905,765,722,862,992,1578,1720,1317,1289,937,1077,1509.45,2076.77,1391.08,NA,NA,NA,NA,NA,NA,1333,1714,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Other seaweeds and aquatic plants and products thereof","seaweeds",3274,2025,1956,3952,2351,1702,1384,631,618,1187,708,827,1014,496,807,810,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,11485,1790,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1107,996,883,1252,1331,2166,1235,2433.89,1377.87,986.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,84,226,150,156,36,105,74,118.26,981.72,677.69,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Miscellaneous corals and shells","shells",465,555,591,286,341,1188,456,397,239,355,206,358,117,127,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,1398,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,0,19,22,13,14,4,32,15.48,35.17,38.2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Singapore",208,"Natural sponges raw","sponges",4,6,8,7,20,71,12,42,170,56,189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,3,135,4,43,86,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Eustatius",249,"Coral and the like","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Eustatius",249,"Z_TOTAL","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Eustatius",249,"Ornamental fish nei","ornamentals",12,18.25,13.75,14,12.5,9.5,9.5,10.5,1.75,10.5,18,17.25,14.5,15,0.25,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Maarten",220,"Coral and the like","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Maarten",220,"Z_TOTAL","corals",NA,NA,NA,NA,0.25,1,1.75,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sint Maarten",220,"Ornamental fish nei","ornamentals",12,18.25,13.75,14,12.5,9.5,9.5,10.5,1.75,10.5,18,17.25,14.5,15,0.25,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Fish body oils, nei","fish_oil",0,0,2,0,0,0,4,0,0,0,1,42,222,946,1268,846,640,82,0,2,0.1,97,32,32.61,3.27,358.16,NA,NA,NA,NA,4,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Fish liver oils, nei","fish_oil",0,1,7,8,9,11,11,12,12,17,17,19,19,82,12,17,11,9,1,0.1,4,5,0.1,0.98,0,0.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,4,0,17,3,5,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Agar agar nei","seaweeds",0,0,7,2,0,3,8,4,9,107,3,99,372,67,159,249,217,4,0.1,1,15,2,3,4.19,9.26,22.85,NA,NA,NA,NA,NA,NA,3,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Other seaweeds and aquatic plants and products thereof","seaweeds",1,0,0,2,0,0,52.2311868343095,2,0,0,0,1,21,17,169,273,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,62,315,137,70,71,9,16,67.88,72.59,178.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,27,315,137,117,29,23,21,133.73,20.73,193.98,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Miscellaneous corals and shells","shells",1,1,3,3,3,1,2,1,0,9,5,4,1,13,21,195,292,113,76,3,27,90,297,15.65,84.12,2.21,NA,NA,NA,NA,NA,NA,3,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Natural sponges nei","sponges",1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,1,1,0.1,0.1,0.1,0.1,0.1,0.1,0.08,0.55,0.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Slovenia",188,"Natural sponges raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Coral and the like","corals",NA,NA,1007,810,642,813,624,526,886,946,799,696,800,850,734,195,584,656,629,161,0,0,0,205.37,348.4,579.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Z_TOTAL","corals",NA,NA,1007,810,642,813,624,526,886,946,799,696,800,850,734,195,584,656,629,161,0,0,0,205.37,348.4,579.16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Ornamental fish nei","ornamentals",50,22,36,49,3,194,43,55,66,73,96,106,68,34,36,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,148,282,106,94,60,170,560,116,989,1756,1321,1002,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,353,308,110,120,0,19.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,159,71,188,190,34.62,407.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Solomon Islands",7,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,221,333,240,343,65.45,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Somalia",44,"Coral and the like","corals",NA,NA,NA,NA,NA,1,0,49.6556531882579,0,2,0,93,43,0,13,0,0,0,0,6,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Somalia",44,"Z_TOTAL","corals",NA,NA,NA,NA,NA,1,0,49.6556531882579,0,2,0,93,43,0,13,0,0,0,0,6,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Somalia",44,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,13,445,413,1116,2675.1,5318.05,3256.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Somalia",44,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,1,0,5,52,61,80,0,4,0,0,0,4,2,1,3,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Somalia",44,"Shells nei","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,0,10,2,0,0,1,0,0,1,1,0,0,0,0.09,0.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Coral and the like","corals",0,115,125,70,24,38,17,52,90,64,52,66,71,31,38,31,33,36,47,47,60,74,77,11.22,40.06,40.8,NA,NA,NA,NA,NA,NA,28,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Z_TOTAL","corals",0,115,125,70,24,38,17,52,90,64,52,66,71,31,38,31,33,36,47,47,60,74,77,11.22,40.06,40.8,NA,NA,NA,NA,NA,NA,28,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Fish body oils, nei","fish_oil",274,196,1083,17,608,8,269,506,892,650,547,1796,1200,311,4011,4533,7143,2479,6454,6504,10300,8315,7881,5585.42,13478.17,11132.58,1356,37,13,152,370,325,72,280,4859,204,5010,5626,277,4280,670,2934,550,502,64,5179 +"South Africa",102,"Fish liver oils, nei","fish_oil",3,3,110,3,143,1,44,5,13,2,32,11,561,1108,123,32,500,440,183,102,180,126,137,8.07,6.37,132.63,0,0,0.1,7,12,13,22,4,0,NA,2,0,0,0,0,0,0,0,0,NA +"South Africa",102,"Ornamental fish nei","ornamentals",223,253,86,46,27,31,6,75,13,3,3,1,111,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,227,223,309,320,269,298,0,NA,NA,NA,NA,NA,NA,NA,NA,92,0,NA +"South Africa",102,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,41,112,128,44,191,78.09,11.9,28.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Agar agar nei","seaweeds",NA,NA,2,1,1,3,0.1,5,12,52,21,9,12,33,20,38,26,15,9,40,21,7,9,5.44,12.09,61.18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,2158,1269,1535,1163,821,848,1097,515,449,707,898,987,1379,1444,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,670,649,1330,711,1691,1290,980,664.89,508.63,1793.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,998,650,402,920,1532,1363.81,2923.71,2576.63,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Abalone shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,8,0.1,19,141,80,54,123,54,70,334,211,266.5,172.72,250.29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Shells nei","shells",0,79,50,36,73,46,74,92,70,113,123,145,114,116,5,0.1,24,32,53,64,17,10,58,0.01,0.35,2.72,NA,NA,NA,NA,NA,NA,158,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Africa",102,"Natural sponges raw","sponges",NA,20,5,56,96,104,426,115,168,103,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0,1,0,0,0,0,0,0.01,0.83,4.79,6,9,0.1,0.1,0,1,0,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0,1,0,0,0,0,0,0.01,0.83,4.79,6,9,0.1,0.1,0,1,0,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Fish body oils, nei","fish_oil",960,946,1633,590,796,1533,611,909,2370,887,359,1277,1898,882,2668,2206,1627,1971,1962,1481,1556,683,318,1054.45,1920.99,679.82,7,15,2,157,156,162,642,1214,15,20,0,0,0,0,0,0,0,0,0,NA +"South Korea",20,"Fish liver oils, nei","fish_oil",227,46,12,140,493,400,788,1300,1041,1326,1238,2208,1652,1202,293,921,2389,2375,1964,3246,2555,1920,1510,1774.59,1033.31,1767.77,16,0,0,85,81,261,43,453,6,67,27,0,0,0,0,0,21,0,0,24 +"South Korea",20,"Shark liver oil","fish_oil",53,20,0,0,0,0,0,0,0,0,42,0.1,0,93,106,485,509,0,265,1854,0,0,0,0,40.98,61.9,0,41,0,10,131,0,0,68,0,0,20,10,0,0,0,2,0,14,0,3 +"South Korea",20,"Ornamental saltwater fish","ornamentals",13,22,88,76,155,217,394,268,214,308,216,404,386,371,407,126,7,0,0,16,8,0,13,3.35,10.15,41.22,3,0,0,0,0,12,10,25,101,1131,303,284,387,135,172,397,213,160,83,NA +"South Korea",20,"Agar agar in powder","seaweeds",4683,3550,2038,2307,2111,2211,2997,3547,4716,8299,9844,5769,6227,5232,5636,6659,7738,9091,9438,8584,8934,8478,10144,11790.71,9214.82,11751.65,2121,2671,2748,2664,1365,2538,4286,4731,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Agar agar in strips","seaweeds",5757,3456,3352,4008,3603,3125,2724,2949,3026,5647,6315,3343,3282,2282,3157,4874,4298,4050,3258,2174,3082,3341,3475,2481.24,2124.61,1707.55,9416,8815,9663,10252,9143,5318,5222,8134,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Agar agar nei","seaweeds",372,674,351,444,1156,1304,1406,1324,808,1583,2376,1672,752,490,935,292,116,2,30,51,24,35,0.1,71.58,18.13,60.96,32,52,121,162,47,64,15,105,10153,NA,NA,NA,NA,8821,6906,7252,6502,6718,7507,NA +"South Korea",20,"Kelp meal","seaweeds",21,14,87,42,4,0,0.1,2,51,73,100,0,8,4,6,3,0,0,0,0,0,0,0,0,0,0,47,92,45,32,18,7,30,48,63,NA,NA,NA,NA,134,71,57,111,46,69,NA +"South Korea",20,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1891,2966,1118,4366,4611,3547,1744,3742,3655,4888,4306,4332,4723,3494,5987,7945,7882,5111,4825,4163,4811,4347,5443,6686.32,6324.48,5260.03,1743,1483,620,1529,2422,1978,2106,913,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Other red algae","seaweeds",2610,2408,4577,3958,3983,3210,3450,3562,4190,6554,6698,1021,1321,1308,2486,6242,3706,4589,2244,3250,2981,5247,3136,2269.65,2550.22,1607.43,685,1744,1270,1403,732,950,282,794,345,NA,NA,NA,NA,189,105,607,604,325,301,NA +"South Korea",20,"Other seaweeds and aquatic plants and products thereof","seaweeds",4206,3937,3438,3681,2945,3677,3242,3261,3018,2849,3064,3244,3702,3182,3399,3636,3325,3788,2928,2169,2042,2564,2469,2643.7,1350.01,1212.01,5248,7984,6808,6268,8777,5694,7157,9862,4198,NA,NA,NA,NA,3813,3006,2185,1638,2325,3868,NA +"South Korea",20,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,890,1300,446,637,556,620,399,899.55,117.16,247.5,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1373,2031,1194,819,396,1353,815,691.6,831.26,913.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Abalone shells","shells",145,76,29,76,98,45,94,146,72,79,150,274,61,79,34,26,474,36,56,23,125,42,87,57.24,45.84,27.85,761,533,731,215,183,383,279,525,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Miscellaneous corals and shells","shells",2510,2491,1810,1517,1977,716,468,905,1036,859,720,620,998,1219,828,1023,1258,1465,1335,1228,1043,1049,1012,857.22,928.83,599.8,1282,1270,2372,2376,1845,1789,2401,2921,9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Mother of pearl shells","shells",18,11,35,105,44,53,77,217,377,72,190,252,71,27,13,14,50,131,55,90,31,23,80,57.33,19.25,44.58,170,19,35,38,0,5,11,23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Oyster shells","shells",139,87,87,58,28,23,12,38,6,13,44,24,13,0.1,0,0,0,0,0,0,0,20,0,0,0,0,689,456,294,267,217,226,161,203,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Sea snail shells","shells",8,0,0,4,62,37,130,115,72,29,39,28,65,35,0,0,69,51,10,31,40,0,11,30.6,11.34,10.2,41,298,323,46,0,0,13,8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"South Korea",20,"Shells nei","shells",129,591,299,236,205,148,140,51,163,73,55,140,71,100,226,46,64,76,103,88,68,22,89,37.12,112.77,39.03,382,205,257,214,161,148,238,145,3184,NA,NA,NA,NA,NA,773,813,942,1474,2466,NA +"South Korea",20,"Trochus shells","shells",68,5,1,6,4,0,3,5,12,37,216,287,59,133,109,0,53,7,0,110,0,24,0,0,0,0,NA,10,317,123,185,243,4,275,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Coral and the like","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130.32,0,0,0,0,0,0,0,0,1258,NA,NA,NA,NA,1099,584,1324,1824,1152,1299,NA +"Spain",182,"Z_TOTAL","corals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130.32,0,0,0,0,0,0,0,0,1258,NA,NA,NA,NA,1099,584,1324,1824,1152,1299,NA +"Spain",182,"Fish body oils, nei","fish_oil",4361,3463,1729,2491,1132,1851,2313,1908,2512,2724,4247,4198,6551,4227,3412,7158,10027,12284,10152,11922,17880,19443,21909,25865.8,27934.27,37474.94,854,731,1476,409,1435,1997,1587,1269,747,1573,1236,1942,2464,435,763,33,475,2125,449,2403 +"Spain",182,"Fish liver oils, nei","fish_oil",5113,4587,2732,2533,3141,6686,10086,8105,4405,5450,9345,18375,27546,7643,6304,6287,3578,6624,11193,7908,8209,1315,11,1018.26,2293.09,1280.22,2284,2032,3308,5516,7712,5588,5483,5465,2040,NA,NA,NA,50,1407,1738,1322,1781,4193,4037,NA +"Spain",182,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,51,2,1,2,0,0,0,0,0,0,NA +"Spain",182,"Ornamental saltwater fish","ornamentals",3343,845,827,914,1094,1688,969,9646,14539,15992,25579,28831,27786,43660,35087,62449,34096,37993,34715,35115,38542,36570,35293,31753.37,33032.57,34872.96,0.1,1,21,2,125,1922,461,572,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Agar agar nei","seaweeds",16680,13382,14955,9140,12111,9928,10058,12839,12227,16054,15875,20465,20189,19356,22448,22186,23840,29543,36519,38016,39984,43148,41558,39853.69,41938.84,42390.01,14566,14561,0,0,0,0,13355,14207,12245,NA,NA,NA,NA,12023,0,11151,0,0,9462,NA +"Spain",182,"Other seaweeds and aquatic plants and products thereof","seaweeds",3223,3204,3487,2047,1242,493,686,664,993,1156,1709,3147,2849,2361,1725,2392,0,0,0,0,0,0,0,0,0,0,660,77,564,1202,464,772,221,323,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2669,2290,3456,3880,2567,2453,2726,3711.16,8527.11,10812.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,922,1984,2704,2931,3022,3185,3621,3681.25,1861.63,1765.31,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Miscellaneous corals and shells","shells",196,85,50,163,82,117,129,261,394,252,147,123,187,141,110,271,163,343,181,988,605,1040,719,659.26,375.3,523.72,NA,NA,1220,969,530,45,127,91,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1548,894,0,0,0,0,0,0,132,NA,NA,NA,NA,49,79,62,99,54,35,NA +"Spain",182,"Natural sponges other than raw","sponges",122,384,126,180,146,144,98,60,121,76,99,110,162,162,218,367,237,335,303,423,192,28,184,354.4,325,445.32,NA,NA,84,100,67,26,243,196,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Spain",182,"Natural sponges raw","sponges",151,22,31,0,1,0.1,0.1,0.1,0.1,0.1,1,3,0,0,0.1,0.1,17,9,29,95,17,21,21,17.08,28.67,21.16,52,102,0,0,0,0,7,0.1,11,NA,NA,NA,NA,14,16,1,3,9,11,NA +"Sri Lanka",40,"Coral and the like","corals",743,1087,1225,1336,0,1041,613,1257,948,1247,1155,1312,1809,72,56,127,25,57,140,94,252,91,78,202.71,246.25,315.11,NA,NA,294,309,323,419,511,540,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Z_TOTAL","corals",743,1087,1225,1336,0,1041,613,1257,948,1247,1155,1312,1809,72,56,127,25,57,140,94,252,91,78,202.71,246.25,315.11,NA,NA,294,309,323,419,511,540,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0.1,0.1,0,0,113,0.01,0,0,16,14,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,212,128,NA +"Sri Lanka",40,"Fish liver oils, nei","fish_oil",81,146,106,15,89,114,151,143,258,50,81,259,815,429,144,267,173,231,474,132,240,190,15,138.42,125.74,178.07,95,97,73,61,269,304,68,28,0,NA,NA,NA,NA,NA,NA,NA,NA,200,232,NA +"Sri Lanka",40,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,230,NA,NA,NA,NA,54,455,316,385,0,0,NA +"Sri Lanka",40,"Ornamental fish nei","ornamentals",4973,0,0,0,7714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,1425,1059,1477,861,945,3378,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Ornamental saltwater fish","ornamentals",NA,7773,7883,7921,0,5761,5517,6450,7337,7432,8427,8001,8536,8201,7592,9669,6146,939,1299,1936,6757,7611,8203,6521.25,5102.16,8730.4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Agar agar nei","seaweeds",2,6,1,0.1,0.1,0.1,0.1,0.1,1,2,1,2,2,0.1,1,1,0.1,1,1,0.1,1,1,1,1.43,0.42,0.06,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Other seaweeds and aquatic plants and products thereof","seaweeds",11,16,8,12,0,0,4,43,3,6,15,9,74,41,47,32,22,0,0,0,1,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,94,102,85,50,54,81,88.64,60.34,76.13,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,0.1,0.1,0,0,23.55,43.15,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sri Lanka",40,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,1171,0,0,0,0,0,0,0,0,2247,3640,2049,1369,888,950,803,777,875,681,632.06,514.9,770.67,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sudan",49,"Coral and the like","corals",70,45,70,235,366,376,332,281,271,257,255,27,344,173,145,194,0,123,74,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sudan",49,"Z_TOTAL","corals",70,45,70,235,366,376,332,281,271,257,255,27,344,173,145,194,0,123,74,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,22,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sudan",49,"Ornamental fish nei","ornamentals",NA,NA,1,0,0.1,0,0,1,0,0,0,0,0,0,0,1,0.1,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sudan",49,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10,15,0,0,0.04,21.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sudan",49,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,450,0,0,0,0,0,94,81,180,74,48,51,94.24,124.56,149.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Suriname",168,"Ornamental fish nei","ornamentals",NA,1,0,0,0,0,8,3,3,1,12,8,6,10,21,15,3,1,0,0,0,0,0,16.47,26.91,48.96,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Fish body oils, nei","fish_oil",4536,5815,8038,9817,6818,5225,5334,7152,10358,10917,9501,14179,13618,16518,10634,13752,6862,8401,8699,7585,8020,5217,5373,4513.74,4838.33,5587.48,1449,765,1273,2195,2453,2957,4055,4149,656,1178,926,1405,1737,1385,1393,958,1274,700,500,1557 +"Sweden",222,"Fish liver oils, nei","fish_oil",1201,2276,2344,1966,2174,2301,2799,2656,5085,2689,2822,3724,8674,5067,3366,2578,1633,1817,5626,2070,1318,1560,1538,668.31,228.73,637.2,238,389,178,160,47,191,155,745,11,0.1,8,41,120,92,80,274,17,2,6,NA +"Sweden",222,"Halibuts, liver oils","fish_oil",0,0,0,11,1,4,0,0.1,36,1,74,0,0,163,276,0,53,0,0,2,0,0,0,0.04,3.12,2.79,NA,NA,NA,NA,NA,NA,NA,16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,656,675,596,626,433,706,0,621,77,72,99,190,245,191,349,545,511,694,86 +"Sweden",222,"Ornamental saltwater fish","ornamentals",1,1,4,1,18,4,623,143,0,0,10,110,18,11,70,31,63,460,441,357,346,455,619,41.59,39.54,57.45,NA,NA,NA,NA,NA,NA,NA,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Agar agar nei","seaweeds",80,88,75,50,50,60,64,42,91,54,15,75,49,1,4,17,18,17,221,8,44,16,12,10.73,9.75,11.43,NA,NA,NA,NA,NA,NA,354,11,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Other seaweeds and aquatic plants and products thereof","seaweeds",166,109,425,672,711,1248,177,146,34,131,118,149,181,350,654,593,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,99,12,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,226,389,777,650,947,1561,1711,1435.26,876.28,1359.17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,33,27,28,26,72,136,232,441.6,166.46,127.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Miscellaneous corals and shells","shells",0.1,10,1,20,14,54,106,114,24,103,50,114,215,120,49,10,19,12,60,29,4,14,13,39.23,38.42,10.3,NA,NA,NA,NA,NA,NA,10,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Natural sponges other than raw","sponges",4,10,4,10,5,19,3,6,5,10,19,4,25,6,84,54,1,11,16,16,23,14,14,9.92,4.03,47.28,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Sweden",222,"Natural sponges raw","sponges",22,19,7,16,4,0.1,3,1,2,4,1,0.1,0.1,92,54,32,15,15,158,161,156,109,300,338.03,244.14,232.89,NA,NA,NA,NA,NA,NA,NA,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Syria",77,"Coral and the like","corals",NA,NA,113,0,57,76,88,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.08,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Syria",77,"Z_TOTAL","corals",NA,NA,113,0,57,76,88,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.08,0.08,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Syria",77,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,2,0,0,2,33,41,64,266,306,112,1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Syria",77,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,100,50,169,18,15,41,17,5.79,0,35.93,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Syria",77,"Natural sponges raw","sponges",NA,NA,NA,23,0,167,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Coral and the like","corals",1539,638,1324,1560,1113,627,817,1017,824,807,620,818,990,551,305,721,808,900,973,1667,3352,2769,5379,0,0,0,5236,5800,3000,2500,1000,1500,691,793,93969,80000,117620,104741,66106,37044,48115,29014,9869,10720,42243,82985 +"Taiwan",14,"Z_TOTAL","corals",1539,638,1324,1560,1113,627,817,1017,824,807,620,818,990,551,305,721,808,900,973,1667,3352,2769,5379,0,0,0,5236,5800,3000,2500,1000,1500,691,793,93969,80000,117620,104741,66106,37044,48115,29014,9869,10720,42243,82985 +"Taiwan",14,"Fish body oils, nei","fish_oil",1071,1052,709,30,52,150,116,14,44,97,54,70,67,45,31,76,84,1,14,115,440,84,96,12.96,3.59,0.39,39,426,668,1080,1072,768,1048,897,305,0,9,26,45,0,0,0,0,0,156,19 +"Taiwan",14,"Fish liver oils, nei","fish_oil",57,270,163,109,136,159,88,42,16,22,21,204,2013,642,449,285,284,237,220,115,23,374,156,0,1.1,1.1,10,24,0,0,4,107,36,4,0,0,14,10,40,12,0,0,0,0,62,55 +"Taiwan",14,"Oils and fats of aquatic animals, nei","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,37,290,90,65,141,56,217,570,762,642,42,233 +"Taiwan",14,"Ornamental fish nei","ornamentals",14,2,0,0,3,440,571,486,11,653,624,886,1147,1128,1223,1273,1627,1809,0,0,0,0,0,0,0,0,235,88,59,43,8,22,0.1,41,375,36,309,812,242,106,174,73,189,234,234,406 +"Taiwan",14,"Ornamental saltwater fish","ornamentals",1054,821,904,1089,1424,1133,1162,1472,2138,1510,1851,1644,1924,1469,1614,1528,1869,1611,1232,1738,2562,2392,2523,2626.21,2134.48,2300.74,NA,689,448,577,539,759,1139,996,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Agar agar nei","seaweeds",3112,3514,1742,1321,1110,965,709,709,568,749,598,660,559,463,146,193,267,359,579,576,1081,975,1306,1720.33,1100.01,1347.83,1500,32816,1350,1400,1450,1500,1545,1711,1500,40,3573,8141,6776,3000,2500,2000,2000,1800,1700,47 +"Taiwan",14,"Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",NA,NA,88,88,225,387,365,447,547,614,1029,959,1136,896,712,617,227,255,170,283,259,157,120,85.28,117.33,145.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Other red algae","seaweeds",NA,NA,3,0,0,0,0,7,2,0,2,0,6,0,1,5,12,20,35,45,66,26,15,2.42,6.49,1.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Other seaweeds and aquatic plants and products thereof","seaweeds",13131,5399,8406,6618,3603,4447,3482,5035,6653,3421,3092,2371,2429,3367,4008,2808,5761,5046,0.1,0,0,11,24,19.97,14.98,15.33,738,15700,16100,17100,18000,19000,21983,21982,1065,2953,2652,2168,49,495,131,472,4863,2454,1485,3405 +"Taiwan",14,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,276,4534,3704,4569,2435,3293,1514.58,709.61,360.62,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,22,418,433,370,637,1083,695.8,560.92,277.65,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2453,6425.4,1084.72,4335.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Taiwan",14,"Shells nei","shells",224,72,39,52,79,135,89,60,25,5,7,33,4,3,0,20,23,6,18,26,12,21,47,14.45,18.25,12.17,15397,3264,1500,800,500,250,107,199,14942,7000,10509,14223,18176,13198,7446,19990,15004,13514,15812,7389 +"Taiwan",14,"Natural sponges raw","sponges",4,1,0.1,3,37,23,47,49,24,24,52,28,34,84,83,279,194,28,11,10,1,19,62,61.84,54.85,19.69,219,681,200,200,100,100,35,0.1,446,NA,17,0,61,0,0,0,18,240,153,NA +"Tanzania",202,"Fish body oils, nei","fish_oil",NA,5,6,0,0,0,0,0,0,0,0,0,0,0,2,3,0,0,59,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Ornamental fish nei","ornamentals",100,153,148,83,146,127,117,263,167,156,138,29,124,98,20,5,2,0,0,0,0,0,0,0,0,0,NA,NA,NA,30,26,72,45,16,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,16,221,263,4,28,17.57,52.59,52.59,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,1013,2005,3020,2944,2272,1942,1475,1811,1578,2729,3355,2695,3293,4318,3393,3100,2500,2650,5200,5800,6113,6418,7663,5119,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,91,52,0,127,19,0,0,0,10.73,54.36,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,21,49,0,22,0.1,30,14,280.15,258.06,441.53,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,160,298,136,310,122,91,166,156,181,155,114,159,237,488,351,331,157,42,66,440.19,523.49,1049.51,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tanzania",202,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,73,90,185,345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Coral and the like","corals",0,2,2,0.1,0,0,0.1,0.1,0.1,21,113,104,2,1,36,3,3,83,58,9,24,0,0,0,0,0,NA,NA,NA,NA,NA,NA,6,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Z_TOTAL","corals",0,2,2,0.1,0,0,0.1,0.1,0.1,21,113,104,2,1,36,3,3,83,58,9,24,0,0,0,0,0,NA,NA,NA,NA,NA,NA,6,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Fish body oils, nei","fish_oil",10,782,262,341,1304,422,857,1533,1334,2147,1636,4342,5192,4161,7923,13455,13796,13665,10542,11296,12934,13522,16761,18260.48,20195.11,22636.26,0,51,0,0.1,4,48,421,188,0,NA,NA,NA,1,1,1,0,1,0,0,NA +"Thailand",25,"Fish liver oils, nei","fish_oil",438,760,941,450,89,42,31,13,2,0.1,6,336,120,6,11,12,79,44,35,16,57,23,212,874.15,1056.89,68.78,0,114,165,97,18,125,209,324,0,NA,NA,2,153,0,0,0,0,0,0,NA +"Thailand",25,"Ornamental fish nei","ornamentals",1328,2483,1663,2084,2446,3370,5245,7392,9864,12534,13697,0,0,0,0,0,2119,1056,1156,1209,1082,0,0,0,0,0,375,171,218,222,322,373,555,642,2081,668,593,577,686,682,728,677,1043,1076,1444,492 +"Thailand",25,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2765,6780,2586,3743,4848,12446,12406,11711,10636,11106,13606,14309,14258.05,9467.96,10415.68,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Agar agar nei","seaweeds",243,643,630,616,455,469,634,643,734,685,655,1009,995,1050,1288,1244,1091,987,1015,1289,1506,1612,1539,1624.22,1905.96,1432.42,NA,NA,NA,NA,NA,NA,155,456,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",1298,1222,649,607,693,183,298,227,162,532,4651,7008,6754,2222,2236,1709,2523,5040,4157,4332,3492,3823,4390,2534.38,998.87,1873.27,NA,NA,1327,1249,1222,1240,1608,1649,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,25,20,93,173,551,406,349,344,296,241,400,334.11,548.41,635.95,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Mother of pearl shells","shells",5,21,0.1,10,8,55,77,59,69,113,160,9,9,3,0.1,7,0,158,1,0,19,314,313,263.37,301.26,238.7,NA,NA,NA,NA,NA,NA,7,2,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Shells nei","shells",499,1146,1225,1376,1228,1236,1245,1290,1341,1359,1142,1269,1494,2875,4570,4341,3025,3490,3199,2278,2273,1998,1778,1525.83,1834.12,1983.73,NA,NA,997,1274,1064,1219,945,906,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Thailand",25,"Natural sponges raw","sponges",11,22,16,39,32,31,16,35,25,14,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,169,84,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Coral and the like","corals",NA,NA,NA,NA,1,0,51,0,0,0,0.1,0,350,115,112,56,58,147,85,0,22,5,9,1188.2,641.61,788.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Z_TOTAL","corals",NA,NA,NA,NA,1,0,51,0,0,0,0.1,0,350,115,112,56,58,147,85,0,22,5,9,1188.2,641.61,788.73,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Ornamental fish nei","ornamentals",NA,NA,NA,20,0,0,0,0,0,0,0,0,185,10,0,9,15,4,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,3,10,27,77,98.68,62.79,256.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,102,0,161,115,0,37,385,2490,710,615,84,23,0,1,191,479,213,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,24,105,24,159,131,130.62,160.98,165.43,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tonga",155,"Miscellaneous corals and shells","shells",NA,NA,NA,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,92,337,216,807,8.88,9.35,5.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Fish body oils, nei","fish_oil",0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.12,0.12,0,0,0,0.167256084158169,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0 +"Trinidad and Tobago",126,"Ornamental fish nei","ornamentals",349,450,414,383,346,338,299,257,245,252,295,469,318,305,648,118,14,12,15,8,0,0,0,0,0,0,163,184,157,42,129,200,330,292,158,151,148,226,250,188,185,56,145,83,74,249 +"Trinidad and Tobago",126,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3,9,3,4,4,0.23,0.46,1.39,0.12,2.55,1.45,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Other seaweeds and aquatic plants and products thereof","seaweeds",1,22,3,11,11,28,2,1,0,0.1,0.1,2,3,1,1,0,0,1,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,0.1,1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4,2,3,7,10.04,4.45,10.45,8.68,20.69,15.6,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0,0.08,3.4,46.93,109.87,122.05,21.66,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Miscellaneous corals and shells","shells",NA,NA,NA,0.1,0.1,0.1,0.1,0,0.1,0.1,0.1,0.1,1,0.1,3,0,5,18,10,0,0,0,0,0.15,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Trinidad and Tobago",126,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,0.1,0.1,0.1,0.1,0.1,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Coral and the like","corals",1624,1733,937,1295,981,809,791,965,1015,821,1293,1908,2447,3045,6157,11088,11596,4219,9932,12345,8559,4874,2079.53,1144.2,198.27,890.96,NA,NA,548,530,254,404,1253,1166,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Z_TOTAL","corals",1624,1733,937,1295,981,809,791,965,1015,821,1293,1908,2447,3045,6157,11088,11596,4219,9932,12345,8559,4874,2079.53,1144.2,198.27,890.96,NA,NA,548,530,254,404,1253,1166,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,9,0.1,1,1,0.1,1,1,0.03,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Ornamental fish nei","ornamentals",0,0,0,0,0,0,0,0,0,0,0,0,6,50,13,0,0,0,0,0,0,0,0,0,0,0,NA,NA,215,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1112,892,620,1585,380.31,473.15,5.9,30.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Other seaweeds and aquatic plants and products thereof","seaweeds",0,0,0,0,88,13,15,50,10,1335,848,919,221,65,55,45,31,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,3,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,23,3,0,0,9,45,90.68,24.77,11.77,11.77,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,7,54,27,321,54,133.82,186.25,124.7,98.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Miscellaneous corals and shells","shells",NA,NA,NA,3,18,0,41,216,113,130,0,57,24,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Natural sponges other than raw","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,850,2722,1008,0,0,1855,1694,0,0,1723,1856,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Tunisia",61,"Natural sponges raw","sponges",2630,2473,2423,1464,1243,1459,1882,2555,2920,2872,0,1829,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,2223,1729,1973,1629,2355,2456,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Coral and the like","corals",3671,2326,2275,2044,1315,1179,1574,1795,1751,2199,1044,2409,4062,3523,3991,4468,4113,6938,5715,3507,3354,0,0,0,0,0,NA,NA,3462,3010,4473,4315,4588,4975,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Z_TOTAL","corals",3671,2326,2275,2044,1315,1179,1574,1795,1751,2199,1044,2409,4062,3523,3991,4468,4113,6938,5715,3507,3354,0,0,0,0,0,NA,NA,3462,3010,4473,4315,4588,4975,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Cod liver oil","fish_oil",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3724,144,190,75,0,0,0,32,1222,514,12,0,0,0,0,0,1319,1584,1280,NA +"Turkey",76,"Fish body oils, nei","fish_oil",8,0,0,1,1549,359,2778,4577,500,0,1,3,26455,2742,13160,8685,5752,11349,23919,12309,18210,7804,22078,13065.02,32432.73,15251.37,0,1293,806,98,0,0,527,2099,0,0,0,0,0,0,238,681,393,0,0,21 +"Turkey",76,"Fish liver oils, nei","fish_oil",16,0,0,0,0,0,0,0,0,0,0,0,18,0,0,17,0,0,38,15,3,29,5,2.75,30.96,33.87,NA,NA,NA,NA,NA,NA,41,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,7,4,1,0,0,0,74,13,11,44,125,205,17,29,11,33.21,5.52,76.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Agar agar nei","seaweeds",0,3,5,0,4,1,0.1,8,1,4,12,1,19,15,21,89,16,27,58,10,20,64,21,5.68,9.65,170.48,NA,NA,NA,NA,NA,NA,NA,4,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Other seaweeds and aquatic plants and products thereof","seaweeds",26,30,67,86,96,33,25,20,5,6,35,15,19,0,3,23,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,12,34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,11,8,6,3,108,2.15,6.36,84.75,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,5,0,9,0,0,5.38,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4298,3895,4063.68,4096.94,4308.21,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9981,0,0,0,0,0,0,0,8867,3155,4818,4341,3722,5684,0,0,1130,1400,6298,2285 +"Turkey",76,"Natural sponges other than raw","sponges",16,0,3,28.3095688273411,0,32,6,1,0,0,6,0.1,0,15,11,19,73,38,21,5,34,19,14,51.96,9.51,9.37,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Turkey",76,"Natural sponges raw","sponges",27,46,18,38,0,4,5,6,15,14,1,1,0,0,0,0,0,0,0,0,0,3,8,97.84,4.89,168.31,344,0,318,210,155,114,14,73,599,330,560,827,836,1019,0,0,464,437,487,637 +"Turks and Caicos Islands",111,"Miscellaneous corals and shells","shells",NA,NA,NA,6,3,3,4,13,80,19,32,25,0,24,29,7,0,64,43,26,40,25,31,0,12.23,12.23,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Aquatic animals, oils and fats, nei","fish_oil",95,72,128,185,83,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,7,24,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,6,0,0.1,3,2,0,0,0,0,3,6,23,0,0,0,0,0,9.78,0,1.88,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0,0,0,0,0,0,0,2,0,0,0,0.19,0.73,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,5,7,7,4,0,15,63,11,5,0,6,3,50,9,118,47,25,17.41,20.01,38.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,32,16,35,29,38,40,44,13,20,19,12,24,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,6,4,3,16,26,22.6,20.38,27.87,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,11,33,38,75,104,155.24,185.86,263.87,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,3,6,12,19,10,38,0,0,0,0,0,0,0,0,0,0,34,277.91,424.62,742.79,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Ukraine",75,"Natural sponges nei","sponges",NA,NA,NA,NA,NA,NA,NA,NA,NA,2,11,0,0,11,2,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Fish body oils, nei","fish_oil",NA,NA,NA,67,46,28,23,14,96,106,130,17,3,125,247,322,45,96,220,275,1640,554,740,2465.77,123.83,400.19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,21,0,0,0,0,0,0,31,7,6,21,0,35,0.1,18,1915,1674,2941.61,1551.3,960.48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Ornamental fish nei","ornamentals",63,4,15,0,0,0,0,0,4,0,15,0,0,10,8,19,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,9,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,7,0,0,0,0,0,0,13,0,7,0,0,0,0.1,23,236.56,24.63,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Agar agar nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,14,0,77,0,0,115,233,46,0,0,0,0,0,0,301,627.88,1031.66,1530.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,51,0,18,0,0.1,56,1,101,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,4,0,22,0,35,124,64,91,247,0,0,48,1,2,2,1,0,130.12,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Arab Emirates",54,"Natural sponges nei","sponges",NA,NA,NA,4,22,10,292,424,15,139,37,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Fish body oils, nei","fish_oil",8355,6460,5492,6117,4897,4983,7976,9462,16790,12598,15771,14392,16673,21187,17143,16324,10813,12483,8606,12584,16785,18143,23555,15635.6,14391.93,13546.5,675,1064,2220,1350,3263,7832,8170,12195,3275,1255,1371,533,247,140,2286,387,170,1858,2955,444 +"United Kingdom",180,"Fish liver oils, nei","fish_oil",3301,3257,3044,1827,626,697,1256,634,6374,7255,5479,6028,5834,4060,4764,8743,10838,19074,17896,15147,16870,23208,11310,6671.32,3389.68,5213.89,2225,1551,1500,1509,3294,1895,1480,3101,2322,1617,1325,1473,2412,1405,846,1024,989,1041,1424,1376 +"United Kingdom",180,"Halibuts, liver oils","fish_oil",213,420,203,79,0,54,7,89,14,49,39,110,568,14,42,64,328,24,17,16,0,12,4,4.58,0,30.11,NA,NA,NA,NA,NA,NA,NA,247,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Ornamental saltwater fish","ornamentals",720,452,851,891,577,369,395,407,505,817,1062,1066,1598,1769,2617,2769,2212,2502,2033,976,845,1275,1571,1499.32,2013.63,253.86,2,105,116,885,103,55,465,974,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Agar agar nei","seaweeds",340,625,630,831,1362,915,723,665,722,751,879,3554,3320,3347,831,794,1622,2230,2017,1570,1898,3004,2710,2148.9,1739.42,740.5,788,590,0,0,0,0,1030,647,370,306,451,291,243,257,345,166,229,388,497,333 +"United Kingdom",180,"Other seaweeds and aquatic plants and products thereof","seaweeds",573,1020,1328,1354,1212,1539,2501,5088,5936,5088,5672,7011,8464,9013,7756,8112,0,0,0,0,0,0,0,0,0,0,501,471,1665,839,1297,790,1125,1644,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4531,5136,6161,6056,8054,8448,9784,10165.98,10202.22,7795.09,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1563,1594,1693,1790,1013,793,1109,1483.17,2382.19,4261.83,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Miscellaneous corals and shells","shells",5640,7913,8210,6334,6221,5304,4390,5389,7695,6823,7204,7097,8093,7213,7857,8755,7361,8211,7944,6703,5626,6118,6587,5099.53,5238.14,8232.18,NA,NA,5646,5511,4697,4014,5586,6097,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Shells nei","shells",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5193,5378,0,0,0,0,0,0,4075,482,915,1365,2329,1896,1886,1493,1523,1331,2134,252 +"United Kingdom",180,"Natural sponges other than raw","sponges",88,314,417,282,498,625,590,169,220,431,329,229,180,132,289,213,208,489,303,503,220,282,174,33.97,201.47,336.73,NA,NA,NA,NA,NA,NA,73,115,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United Kingdom",180,"Natural sponges raw","sponges",1,28,9,32,23,135,60,560,664,603,239,56,19,61,36,31,105,137,1549,1368,1427,1086,1246,131.64,102.62,189.19,92,31,13,11,100,150,7,8,40,62,45,119,110,10,40,26,29,6,53,57 +"United States",163,"Coral and the like","corals",38555,15308,7176,7519,10925,11087,6731,9549,7859,11818,9390,10625,10020,9216,13025,15262,8983,2641,3199,2794,3013,3086,3351,2646.4,2487.12,2576.99,NA,NA,56198,62598,34832,31579,34433,47084,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Z_TOTAL","corals",38555,15308,7176,7519,10925,11087,6731,9549,7859,11818,9390,10625,10020,9216,13025,15262,8983,2641,3199,2794,3013,3086,3351,2646.4,2487.12,2576.99,NA,NA,56198,62598,34832,31579,34433,47084,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Fish body oils, nei","fish_oil",13414,15818,17982,8834,8136,5738,8531,7927,5478,11270,18637,23579,33475,28328,30866,43304,50421,56762,61676,64122,66531,84184,78600,79159.21,80271.07,87220.12,2930,293,336,954,3095,5223,6386,8643,1744,974,1859,1949,2698,2436,4635,1742,1362,861,1041,1418 +"United States",163,"Fish liver oils, nei","fish_oil",1102,2375,2301,2121,3314,2431,3633,6766,3444,8318,9617,6522,7784,8491,8905,10574,13929,11113,10753,11229,11742,17795,19302,22146.87,17236.34,17214.99,NA,1728,2437,2537,1534,1048,2267,1197,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Menhaden oil","fish_oil",21764,35118,39147,24746,12530,33068,37020,22714,18713,23240,24005,34561,59369,21922,56379,49441,19954,63949,75495,49341,79922,43805,42189,85738.96,58071.11,38846.13,19015,19080,22519,31165,24748,22163,30263,34357,21568,17133,40481,37622,49697,40136,31044,58094,69618,35896,19787,28528 +"United States",163,"Ornamental fish nei","ornamentals",15522,14717,10609,11007,8289,7045,8381,8561,8664,9793,5860,11224,13255,12139,13222,13134,0,0,0,0,0,0,0,0,0,0,13071,10365,12512,13261,15337,17467,19203,19943,8493,3064,4242,5543,7456,7633,7684,7376,5298,4069,4884,2269 +"United States",163,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,2956,3783,3313,3330,3847,5993,4591,4495.44,2921.56,2688.92,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Agar agar nei","seaweeds",1067,2078,778,1215,757,729,1128,829,1110,1669,1206,4925,6327,6778,5519,6226,5507,7169,7289,5628,3613,5289,4479,4197.74,4645.73,4349.07,NA,NA,NA,NA,NA,NA,335,767,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Other seaweeds and aquatic plants and products thereof","seaweeds",18847,14706,9811,9096,10027,11956,13243,16053,17756,14101,9114,15061,19187,17025,16238,18757,0,0,0,0,0,0,0,0,0,0,NA,NA,9904,13073,11876,13582,10502,19852,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,10797,14072,13845,12856,11022,11464,9619,10434.15,14707.88,18635.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,3510,2016,2413,2561,2442,4206,5619,5407.29,3058.25,4108,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"United States",163,"Natural sponges raw","sponges",2425,5492,8844,9537,8996,3239,2705,2519,3052,1722,1114,974,2982,1697,765,461,1167,1477,501,423,225,270,324,376.93,844.3,543.1,NA,NA,5343,4024,2879,2275,2747,2840,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Uruguay",173,"Fish body oils, nei","fish_oil",24,41,77,3,0,8,18,10,0,0,130,0,0,0,4,0,46,35,11,0,0,0,0,0,0,0,67,159,170,112,99,48,10,25,141,NA,NA,NA,9,20,35,229,28,19,41,NA +"Uruguay",173,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,0.1,0.1,1.18,4.26,1.8,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vanuatu",6,"Coral and the like","corals",NA,NA,34,54,0,99,57,219,41,15,0,0,0,0,0,0,28,0,16,88,89,0,0,41.62,55.55,55.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vanuatu",6,"Z_TOTAL","corals",NA,NA,34,54,0,99,57,219,41,15,0,0,0,0,0,0,28,0,16,88,89,0,0,41.62,55.55,55.55,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vanuatu",6,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,366,463,444,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vanuatu",6,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,12,218,0,0,0,0,0,0,137,208,480,197,103,189,10,0,0,0.34,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vanuatu",6,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,15,0,0,0,13,55,7,25,147,108,28,35,4,0,4,6,62,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Venezuela",139,"Coral and the like","corals",0,0,0,230,14,33,32,0,0,0,0,0,0.1,0,0,0,0,37,52,81,260,377,283,0,0,0,NA,NA,NA,NA,NA,NA,8,48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Venezuela",139,"Z_TOTAL","corals",0,0,0,230,14,33,32,0,0,0,0,0,0.1,0,0,0,0,37,52,81,260,377,283,0,0,0,NA,NA,NA,NA,NA,NA,8,48,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Venezuela",139,"Cod liver oil","fish_oil",0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2 +"Venezuela",139,"Fish body oils, nei","fish_oil",0,5,0,0,0,0.1,9,5,5,5,0,0,0,0,0,0.1,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,0.1,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Venezuela",139,"Ornamental fish nei","ornamentals",46,36,7,11,52,57,46,28,122,164,6,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,125,121,123,123,36,27,22,35,0,0,0.1,0,0,0,0,0.1,14,142,0.1 +"Venezuela",139,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,NA,10,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275.65,153,168.88,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Venezuela",139,"Natural sponges raw","sponges",0,0.1,3,0,3,0,0,0,1,0.1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,0.1,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Coral and the like","corals",NA,NA,789,997,1193,5764,1735,2109,4360,6083,5879,4547,5185,6556,6214,6134,5804,3180,4706,6014,4978,7561,9545,4954.69,6082.02,5085.27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Z_TOTAL","corals",NA,NA,789,997,1193,5764,1735,2109,4360,6083,5879,4547,5185,6556,6214,6134,5804,3180,4706,6014,4978,7561,9545,4954.69,6082.02,5085.27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Fish body oils, nei","fish_oil",NA,NA,NA,NA,NA,88,0,24,459,2248,2328,9343,32921,28996,38369,68394,79865,76428,54036,25858,30345,29801,27566,49317.32,40224.97,42640.85,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,5,1255,3,451,21,43,130,23,426,0,26,0,0,0,0,152,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Ornamental fish nei","ornamentals",62,0,0,0,0,452,1738,42287,21248,409,1209,1143,1259,2045,2720,2589,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,107,35,240,251,82,37,872,1194.31,129.94,242.64,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Agar agar nei","seaweeds",NA,NA,7,5,166,0,63,0,9,0,0,2,35,33,19,1,70,103,272,473,718,3694,3420,14577.34,11732.29,16954.44,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Other seaweeds and aquatic plants and products thereof","seaweeds",NA,NA,66,0,36,4110,2155,610,1007,1677,995,907,1790,1325,2145,2099,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Seaweeds and other algae, fit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1348,1190,1642,1250,1220,1171,1521,2534.39,3633.1,2552.78,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Vietnam",207,"Seaweeds and other algae, unfit for human consumption, nei","seaweeds",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1434,635,902,1318,882,869,1136,1936.05,3407.18,5412.86,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Yemen",47,"Fish body oils, nei","fish_oil",0,0,0,0,0,0,0,0,0.1,0,0,0,13,2,0,62,111,192,97,0,0,48,21,0,423.53,3194.54,0,0,0,0,0,0,0,0,0,NA,NA,NA,72,148,55,3,0,0,0,NA +"Yemen",47,"Fish liver oils, nei","fish_oil",NA,NA,NA,NA,NA,NA,NA,NA,NA,5,0,1,10,7,35,28,76,109,23,4,65,467,1200,1008.09,3102.61,2024.47,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Yemen",47,"Ornamental fish nei","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,8,27,13,9,84,17,23,13,0,0,0,0,0,0,0,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Yemen",47,"Ornamental saltwater fish","ornamentals",NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,1,0,11,0,6,45,14,0,0,0,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA +"Yemen",47,"Miscellaneous corals and shells","shells",NA,NA,NA,NA,NA,NA,NA,NA,5,0,15,19,10,0,0.1,4,1,11,0,2,2,16,0,0,0,10.88,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA diff --git a/globalprep/prs_coral_harvest/v2023/int/tonnes.csv b/globalprep/prs_coral_harvest/v2023/int/tonnes.csv index bb043112..e36058e5 100644 --- a/globalprep/prs_coral_harvest/v2023/int/tonnes.csv +++ b/globalprep/prs_coral_harvest/v2023/int/tonnes.csv @@ -44,6 +44,7 @@ 5,"New Caledonia","Agar agar nei","seaweeds",2018, 5,"New Caledonia","Agar agar nei","seaweeds",2019, 5,"New Caledonia","Agar agar nei","seaweeds",2020, +5,"New Caledonia","Agar agar nei","seaweeds",2021, 5,"New Caledonia","Fish body oils, nei","fish_oil",1976, 5,"New Caledonia","Fish body oils, nei","fish_oil",1977, 5,"New Caledonia","Fish body oils, nei","fish_oil",1978, @@ -89,6 +90,7 @@ 5,"New Caledonia","Fish body oils, nei","fish_oil",2018, 5,"New Caledonia","Fish body oils, nei","fish_oil",2019, 5,"New Caledonia","Fish body oils, nei","fish_oil",2020, +5,"New Caledonia","Fish body oils, nei","fish_oil",2021, 5,"New Caledonia","Miscellaneous corals and shells","shells",1976, 5,"New Caledonia","Miscellaneous corals and shells","shells",1977, 5,"New Caledonia","Miscellaneous corals and shells","shells",1978, @@ -134,6 +136,7 @@ 5,"New Caledonia","Miscellaneous corals and shells","shells",2018,0 5,"New Caledonia","Miscellaneous corals and shells","shells",2019, 5,"New Caledonia","Miscellaneous corals and shells","shells",2020,18.3 +5,"New Caledonia","Miscellaneous corals and shells","shells",2021, 5,"New Caledonia","Natural sponges nei","sponges",1976, 5,"New Caledonia","Natural sponges nei","sponges",1977, 5,"New Caledonia","Natural sponges nei","sponges",1978, @@ -179,6 +182,7 @@ 5,"New Caledonia","Natural sponges nei","sponges",2018, 5,"New Caledonia","Natural sponges nei","sponges",2019, 5,"New Caledonia","Natural sponges nei","sponges",2020, +5,"New Caledonia","Natural sponges nei","sponges",2021, 5,"New Caledonia","Ornamental fish nei","ornamentals",1976, 5,"New Caledonia","Ornamental fish nei","ornamentals",1977, 5,"New Caledonia","Ornamental fish nei","ornamentals",1978, @@ -224,6 +228,7 @@ 5,"New Caledonia","Ornamental fish nei","ornamentals",2018, 5,"New Caledonia","Ornamental fish nei","ornamentals",2019, 5,"New Caledonia","Ornamental fish nei","ornamentals",2020, +5,"New Caledonia","Ornamental fish nei","ornamentals",2021, 5,"New Caledonia","Ornamental saltwater fish","ornamentals",1976, 5,"New Caledonia","Ornamental saltwater fish","ornamentals",1977, 5,"New Caledonia","Ornamental saltwater fish","ornamentals",1978, @@ -269,6 +274,7 @@ 5,"New Caledonia","Ornamental saltwater fish","ornamentals",2018,3 5,"New Caledonia","Ornamental saltwater fish","ornamentals",2019,2.91 5,"New Caledonia","Ornamental saltwater fish","ornamentals",2020,0.99 +5,"New Caledonia","Ornamental saltwater fish","ornamentals",2021,0.73 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -314,6 +320,7 @@ 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -359,6 +366,7 @@ 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -404,6 +412,7 @@ 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 5,"New Caledonia","Trochus shells","shells",1976, 5,"New Caledonia","Trochus shells","shells",1977, 5,"New Caledonia","Trochus shells","shells",1978, @@ -445,10 +454,11 @@ 5,"New Caledonia","Trochus shells","shells",2014,127 5,"New Caledonia","Trochus shells","shells",2015,129 5,"New Caledonia","Trochus shells","shells",2016,88 -5,"New Caledonia","Trochus shells","shells",2017,20 +5,"New Caledonia","Trochus shells","shells",2017, 5,"New Caledonia","Trochus shells","shells",2018,31 -5,"New Caledonia","Trochus shells","shells",2019,20 +5,"New Caledonia","Trochus shells","shells",2019, 5,"New Caledonia","Trochus shells","shells",2020, +5,"New Caledonia","Trochus shells","shells",2021, 6,"Vanuatu","Agar agar nei","seaweeds",1976, 6,"Vanuatu","Agar agar nei","seaweeds",1977, 6,"Vanuatu","Agar agar nei","seaweeds",1978, @@ -494,6 +504,7 @@ 6,"Vanuatu","Agar agar nei","seaweeds",2018, 6,"Vanuatu","Agar agar nei","seaweeds",2019, 6,"Vanuatu","Agar agar nei","seaweeds",2020, +6,"Vanuatu","Agar agar nei","seaweeds",2021, 6,"Vanuatu","Coral and the like","corals",1976, 6,"Vanuatu","Coral and the like","corals",1977, 6,"Vanuatu","Coral and the like","corals",1978, @@ -539,6 +550,7 @@ 6,"Vanuatu","Coral and the like","corals",2018, 6,"Vanuatu","Coral and the like","corals",2019,15.54 6,"Vanuatu","Coral and the like","corals",2020,16.82 +6,"Vanuatu","Coral and the like","corals",2021, 6,"Vanuatu","Miscellaneous corals and shells","shells",1976, 6,"Vanuatu","Miscellaneous corals and shells","shells",1977, 6,"Vanuatu","Miscellaneous corals and shells","shells",1978, @@ -584,6 +596,7 @@ 6,"Vanuatu","Miscellaneous corals and shells","shells",2018, 6,"Vanuatu","Miscellaneous corals and shells","shells",2019, 6,"Vanuatu","Miscellaneous corals and shells","shells",2020, +6,"Vanuatu","Miscellaneous corals and shells","shells",2021, 6,"Vanuatu","Ornamental fish nei","ornamentals",1976, 6,"Vanuatu","Ornamental fish nei","ornamentals",1977, 6,"Vanuatu","Ornamental fish nei","ornamentals",1978, @@ -629,6 +642,7 @@ 6,"Vanuatu","Ornamental fish nei","ornamentals",2018, 6,"Vanuatu","Ornamental fish nei","ornamentals",2019, 6,"Vanuatu","Ornamental fish nei","ornamentals",2020, +6,"Vanuatu","Ornamental fish nei","ornamentals",2021, 6,"Vanuatu","Ornamental saltwater fish","ornamentals",1976, 6,"Vanuatu","Ornamental saltwater fish","ornamentals",1977, 6,"Vanuatu","Ornamental saltwater fish","ornamentals",1978, @@ -674,6 +688,7 @@ 6,"Vanuatu","Ornamental saltwater fish","ornamentals",2018,2 6,"Vanuatu","Ornamental saltwater fish","ornamentals",2019, 6,"Vanuatu","Ornamental saltwater fish","ornamentals",2020, +6,"Vanuatu","Ornamental saltwater fish","ornamentals",2021,0.01 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -719,6 +734,7 @@ 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 7,"Solomon Islands","Coral and the like","corals",1976, 7,"Solomon Islands","Coral and the like","corals",1977, 7,"Solomon Islands","Coral and the like","corals",1978, @@ -764,6 +780,7 @@ 7,"Solomon Islands","Coral and the like","corals",2018, 7,"Solomon Islands","Coral and the like","corals",2019,92.98 7,"Solomon Islands","Coral and the like","corals",2020,451.03 +7,"Solomon Islands","Coral and the like","corals",2021,464.42 7,"Solomon Islands","Fish body oils, nei","fish_oil",1976, 7,"Solomon Islands","Fish body oils, nei","fish_oil",1977, 7,"Solomon Islands","Fish body oils, nei","fish_oil",1978, @@ -809,6 +826,7 @@ 7,"Solomon Islands","Fish body oils, nei","fish_oil",2018, 7,"Solomon Islands","Fish body oils, nei","fish_oil",2019,0 7,"Solomon Islands","Fish body oils, nei","fish_oil",2020,0 +7,"Solomon Islands","Fish body oils, nei","fish_oil",2021,0 7,"Solomon Islands","Miscellaneous corals and shells","shells",1976, 7,"Solomon Islands","Miscellaneous corals and shells","shells",1977, 7,"Solomon Islands","Miscellaneous corals and shells","shells",1978, @@ -854,6 +872,7 @@ 7,"Solomon Islands","Miscellaneous corals and shells","shells",2018,62 7,"Solomon Islands","Miscellaneous corals and shells","shells",2019,32.6 7,"Solomon Islands","Miscellaneous corals and shells","shells",2020, +7,"Solomon Islands","Miscellaneous corals and shells","shells",2021, 7,"Solomon Islands","Mother of pearl shells","shells",1976, 7,"Solomon Islands","Mother of pearl shells","shells",1977, 7,"Solomon Islands","Mother of pearl shells","shells",1978, @@ -899,6 +918,7 @@ 7,"Solomon Islands","Mother of pearl shells","shells",2018, 7,"Solomon Islands","Mother of pearl shells","shells",2019,4.22 7,"Solomon Islands","Mother of pearl shells","shells",2020,0 +7,"Solomon Islands","Mother of pearl shells","shells",2021, 7,"Solomon Islands","Ornamental fish nei","ornamentals",1976, 7,"Solomon Islands","Ornamental fish nei","ornamentals",1977, 7,"Solomon Islands","Ornamental fish nei","ornamentals",1978, @@ -944,6 +964,7 @@ 7,"Solomon Islands","Ornamental fish nei","ornamentals",2018, 7,"Solomon Islands","Ornamental fish nei","ornamentals",2019, 7,"Solomon Islands","Ornamental fish nei","ornamentals",2020, +7,"Solomon Islands","Ornamental fish nei","ornamentals",2021, 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",1976, 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",1977, 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",1978, @@ -989,6 +1010,7 @@ 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",2018, 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",2019, 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",2020, +7,"Solomon Islands","Ornamental saltwater fish","ornamentals",2021, 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -1034,6 +1056,7 @@ 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -1079,6 +1102,7 @@ 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,11 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,12 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,17 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -1124,6 +1148,7 @@ 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,173 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,175 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,130.86 +7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1525.04 8,"Palau","Coral and the like","corals",1976, 8,"Palau","Coral and the like","corals",1977, 8,"Palau","Coral and the like","corals",1978, @@ -1169,6 +1194,7 @@ 8,"Palau","Coral and the like","corals",2018, 8,"Palau","Coral and the like","corals",2019,0 8,"Palau","Coral and the like","corals",2020,0.5 +8,"Palau","Coral and the like","corals",2021,2.82 8,"Palau","Miscellaneous corals and shells","shells",1976, 8,"Palau","Miscellaneous corals and shells","shells",1977, 8,"Palau","Miscellaneous corals and shells","shells",1978, @@ -1214,6 +1240,7 @@ 8,"Palau","Miscellaneous corals and shells","shells",2018,0.1 8,"Palau","Miscellaneous corals and shells","shells",2019, 8,"Palau","Miscellaneous corals and shells","shells",2020, +8,"Palau","Miscellaneous corals and shells","shells",2021, 8,"Palau","Ornamental fish nei","ornamentals",1976, 8,"Palau","Ornamental fish nei","ornamentals",1977, 8,"Palau","Ornamental fish nei","ornamentals",1978, @@ -1259,6 +1286,7 @@ 8,"Palau","Ornamental fish nei","ornamentals",2018, 8,"Palau","Ornamental fish nei","ornamentals",2019, 8,"Palau","Ornamental fish nei","ornamentals",2020, +8,"Palau","Ornamental fish nei","ornamentals",2021, 8,"Palau","Ornamental saltwater fish","ornamentals",1976, 8,"Palau","Ornamental saltwater fish","ornamentals",1977, 8,"Palau","Ornamental saltwater fish","ornamentals",1978, @@ -1304,6 +1332,7 @@ 8,"Palau","Ornamental saltwater fish","ornamentals",2018,6 8,"Palau","Ornamental saltwater fish","ornamentals",2019,15.13 8,"Palau","Ornamental saltwater fish","ornamentals",2020,20 +8,"Palau","Ornamental saltwater fish","ornamentals",2021,32.11 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -1349,6 +1378,7 @@ 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 8,"Palau","Shells nei","shells",1976, 8,"Palau","Shells nei","shells",1977, 8,"Palau","Shells nei","shells",1978, @@ -1394,6 +1424,237 @@ 8,"Palau","Shells nei","shells",2018, 8,"Palau","Shells nei","shells",2019, 8,"Palau","Shells nei","shells",2020, +8,"Palau","Shells nei","shells",2021, +9,"Micronesia","Coral and the like","corals",1976, +9,"Micronesia","Coral and the like","corals",1977, +9,"Micronesia","Coral and the like","corals",1978, +9,"Micronesia","Coral and the like","corals",1979, +9,"Micronesia","Coral and the like","corals",1980, +9,"Micronesia","Coral and the like","corals",1981, +9,"Micronesia","Coral and the like","corals",1982, +9,"Micronesia","Coral and the like","corals",1983, +9,"Micronesia","Coral and the like","corals",1984, +9,"Micronesia","Coral and the like","corals",1985, +9,"Micronesia","Coral and the like","corals",1986, +9,"Micronesia","Coral and the like","corals",1987, +9,"Micronesia","Coral and the like","corals",1988, +9,"Micronesia","Coral and the like","corals",1989, +9,"Micronesia","Coral and the like","corals",1990, +9,"Micronesia","Coral and the like","corals",1991, +9,"Micronesia","Coral and the like","corals",1992, +9,"Micronesia","Coral and the like","corals",1993, +9,"Micronesia","Coral and the like","corals",1994, +9,"Micronesia","Coral and the like","corals",1995, +9,"Micronesia","Coral and the like","corals",1996, +9,"Micronesia","Coral and the like","corals",1997, +9,"Micronesia","Coral and the like","corals",1998,26 +9,"Micronesia","Coral and the like","corals",1999,44 +9,"Micronesia","Coral and the like","corals",2000,16 +9,"Micronesia","Coral and the like","corals",2001, +9,"Micronesia","Coral and the like","corals",2002,12 +9,"Micronesia","Coral and the like","corals",2003,3 +9,"Micronesia","Coral and the like","corals",2004,0 +9,"Micronesia","Coral and the like","corals",2005,40 +9,"Micronesia","Coral and the like","corals",2006,151 +9,"Micronesia","Coral and the like","corals",2007,24 +9,"Micronesia","Coral and the like","corals",2008,15 +9,"Micronesia","Coral and the like","corals",2009,2 +9,"Micronesia","Coral and the like","corals",2010,160 +9,"Micronesia","Coral and the like","corals",2011,99 +9,"Micronesia","Coral and the like","corals",2012,4 +9,"Micronesia","Coral and the like","corals",2013,40 +9,"Micronesia","Coral and the like","corals",2014,113 +9,"Micronesia","Coral and the like","corals",2015,5 +9,"Micronesia","Coral and the like","corals",2016,6 +9,"Micronesia","Coral and the like","corals",2017,4 +9,"Micronesia","Coral and the like","corals",2018,5 +9,"Micronesia","Coral and the like","corals",2019,5.97 +9,"Micronesia","Coral and the like","corals",2020,2.42 +9,"Micronesia","Coral and the like","corals",2021,2.7 +9,"Micronesia","Miscellaneous corals and shells","shells",1976, +9,"Micronesia","Miscellaneous corals and shells","shells",1977, +9,"Micronesia","Miscellaneous corals and shells","shells",1978, +9,"Micronesia","Miscellaneous corals and shells","shells",1979, +9,"Micronesia","Miscellaneous corals and shells","shells",1980, +9,"Micronesia","Miscellaneous corals and shells","shells",1981, +9,"Micronesia","Miscellaneous corals and shells","shells",1982, +9,"Micronesia","Miscellaneous corals and shells","shells",1983, +9,"Micronesia","Miscellaneous corals and shells","shells",1984, +9,"Micronesia","Miscellaneous corals and shells","shells",1985, +9,"Micronesia","Miscellaneous corals and shells","shells",1986, +9,"Micronesia","Miscellaneous corals and shells","shells",1987, +9,"Micronesia","Miscellaneous corals and shells","shells",1988, +9,"Micronesia","Miscellaneous corals and shells","shells",1989, +9,"Micronesia","Miscellaneous corals and shells","shells",1990, +9,"Micronesia","Miscellaneous corals and shells","shells",1991, +9,"Micronesia","Miscellaneous corals and shells","shells",1992, +9,"Micronesia","Miscellaneous corals and shells","shells",1993, +9,"Micronesia","Miscellaneous corals and shells","shells",1994, +9,"Micronesia","Miscellaneous corals and shells","shells",1995, +9,"Micronesia","Miscellaneous corals and shells","shells",1996, +9,"Micronesia","Miscellaneous corals and shells","shells",1997, +9,"Micronesia","Miscellaneous corals and shells","shells",1998, +9,"Micronesia","Miscellaneous corals and shells","shells",1999, +9,"Micronesia","Miscellaneous corals and shells","shells",2000, +9,"Micronesia","Miscellaneous corals and shells","shells",2001,20 +9,"Micronesia","Miscellaneous corals and shells","shells",2002,16 +9,"Micronesia","Miscellaneous corals and shells","shells",2003, +9,"Micronesia","Miscellaneous corals and shells","shells",2004, +9,"Micronesia","Miscellaneous corals and shells","shells",2005,25 +9,"Micronesia","Miscellaneous corals and shells","shells",2006, +9,"Micronesia","Miscellaneous corals and shells","shells",2007, +9,"Micronesia","Miscellaneous corals and shells","shells",2008, +9,"Micronesia","Miscellaneous corals and shells","shells",2009, +9,"Micronesia","Miscellaneous corals and shells","shells",2010, +9,"Micronesia","Miscellaneous corals and shells","shells",2011, +9,"Micronesia","Miscellaneous corals and shells","shells",2012, +9,"Micronesia","Miscellaneous corals and shells","shells",2013,10 +9,"Micronesia","Miscellaneous corals and shells","shells",2014, +9,"Micronesia","Miscellaneous corals and shells","shells",2015, +9,"Micronesia","Miscellaneous corals and shells","shells",2016, +9,"Micronesia","Miscellaneous corals and shells","shells",2017, +9,"Micronesia","Miscellaneous corals and shells","shells",2018, +9,"Micronesia","Miscellaneous corals and shells","shells",2019, +9,"Micronesia","Miscellaneous corals and shells","shells",2020, +9,"Micronesia","Miscellaneous corals and shells","shells",2021, +9,"Micronesia","Natural sponges nei","sponges",1976, +9,"Micronesia","Natural sponges nei","sponges",1977, +9,"Micronesia","Natural sponges nei","sponges",1978, +9,"Micronesia","Natural sponges nei","sponges",1979, +9,"Micronesia","Natural sponges nei","sponges",1980, +9,"Micronesia","Natural sponges nei","sponges",1981, +9,"Micronesia","Natural sponges nei","sponges",1982, +9,"Micronesia","Natural sponges nei","sponges",1983, +9,"Micronesia","Natural sponges nei","sponges",1984, +9,"Micronesia","Natural sponges nei","sponges",1985, +9,"Micronesia","Natural sponges nei","sponges",1986, +9,"Micronesia","Natural sponges nei","sponges",1987, +9,"Micronesia","Natural sponges nei","sponges",1988, +9,"Micronesia","Natural sponges nei","sponges",1989, +9,"Micronesia","Natural sponges nei","sponges",1990, +9,"Micronesia","Natural sponges nei","sponges",1991, +9,"Micronesia","Natural sponges nei","sponges",1992, +9,"Micronesia","Natural sponges nei","sponges",1993, +9,"Micronesia","Natural sponges nei","sponges",1994, +9,"Micronesia","Natural sponges nei","sponges",1995, +9,"Micronesia","Natural sponges nei","sponges",1996, +9,"Micronesia","Natural sponges nei","sponges",1997, +9,"Micronesia","Natural sponges nei","sponges",1998, +9,"Micronesia","Natural sponges nei","sponges",1999, +9,"Micronesia","Natural sponges nei","sponges",2000, +9,"Micronesia","Natural sponges nei","sponges",2001, +9,"Micronesia","Natural sponges nei","sponges",2002, +9,"Micronesia","Natural sponges nei","sponges",2003, +9,"Micronesia","Natural sponges nei","sponges",2004, +9,"Micronesia","Natural sponges nei","sponges",2005, +9,"Micronesia","Natural sponges nei","sponges",2006, +9,"Micronesia","Natural sponges nei","sponges",2007, +9,"Micronesia","Natural sponges nei","sponges",2008, +9,"Micronesia","Natural sponges nei","sponges",2009, +9,"Micronesia","Natural sponges nei","sponges",2010, +9,"Micronesia","Natural sponges nei","sponges",2011, +9,"Micronesia","Natural sponges nei","sponges",2012, +9,"Micronesia","Natural sponges nei","sponges",2013, +9,"Micronesia","Natural sponges nei","sponges",2014, +9,"Micronesia","Natural sponges nei","sponges",2015,0 +9,"Micronesia","Natural sponges nei","sponges",2016,0 +9,"Micronesia","Natural sponges nei","sponges",2017, +9,"Micronesia","Natural sponges nei","sponges",2018, +9,"Micronesia","Natural sponges nei","sponges",2019, +9,"Micronesia","Natural sponges nei","sponges",2020, +9,"Micronesia","Natural sponges nei","sponges",2021, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1976, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1977, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1978, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1979, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1980, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1981, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1982, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1983, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1984, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1985, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1986, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1987, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1988, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1989, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1990, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1991, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1992, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1993, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1994, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1995, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1996,0 +9,"Micronesia","Ornamental saltwater fish","ornamentals",1997,0 +9,"Micronesia","Ornamental saltwater fish","ornamentals",1998,1 +9,"Micronesia","Ornamental saltwater fish","ornamentals",1999,8 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2000,5 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2001,2 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2002, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2003, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2004, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2005, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2006, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2007, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2008, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2009, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2010, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2011, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2012, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2013, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2014, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2015, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2016, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2017, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2018, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2019,0.05 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2020,0 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2021,0 +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015,3 +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 11,"Marshall Islands","Coral and the like","corals",1976, 11,"Marshall Islands","Coral and the like","corals",1977, 11,"Marshall Islands","Coral and the like","corals",1978, @@ -1439,6 +1700,7 @@ 11,"Marshall Islands","Coral and the like","corals",2018,4 11,"Marshall Islands","Coral and the like","corals",2019,3.7 11,"Marshall Islands","Coral and the like","corals",2020,0.7 +11,"Marshall Islands","Coral and the like","corals",2021, 11,"Marshall Islands","Fish body oils, nei","fish_oil",1976, 11,"Marshall Islands","Fish body oils, nei","fish_oil",1977, 11,"Marshall Islands","Fish body oils, nei","fish_oil",1978, @@ -1484,6 +1746,7 @@ 11,"Marshall Islands","Fish body oils, nei","fish_oil",2018, 11,"Marshall Islands","Fish body oils, nei","fish_oil",2019, 11,"Marshall Islands","Fish body oils, nei","fish_oil",2020, +11,"Marshall Islands","Fish body oils, nei","fish_oil",2021, 11,"Marshall Islands","Miscellaneous corals and shells","shells",1976, 11,"Marshall Islands","Miscellaneous corals and shells","shells",1977, 11,"Marshall Islands","Miscellaneous corals and shells","shells",1978, @@ -1529,6 +1792,7 @@ 11,"Marshall Islands","Miscellaneous corals and shells","shells",2018, 11,"Marshall Islands","Miscellaneous corals and shells","shells",2019, 11,"Marshall Islands","Miscellaneous corals and shells","shells",2020, +11,"Marshall Islands","Miscellaneous corals and shells","shells",2021, 11,"Marshall Islands","Ornamental fish nei","ornamentals",1976, 11,"Marshall Islands","Ornamental fish nei","ornamentals",1977, 11,"Marshall Islands","Ornamental fish nei","ornamentals",1978, @@ -1574,6 +1838,7 @@ 11,"Marshall Islands","Ornamental fish nei","ornamentals",2018, 11,"Marshall Islands","Ornamental fish nei","ornamentals",2019, 11,"Marshall Islands","Ornamental fish nei","ornamentals",2020, +11,"Marshall Islands","Ornamental fish nei","ornamentals",2021, 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",1976, 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",1977, 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",1978, @@ -1619,6 +1884,7 @@ 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",2018,0 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",2019,0.31 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",2020,0.14 +11,"Marshall Islands","Ornamental saltwater fish","ornamentals",2021,0 11,"Marshall Islands","Shells nei","shells",1976, 11,"Marshall Islands","Shells nei","shells",1977, 11,"Marshall Islands","Shells nei","shells",1978, @@ -1664,24 +1930,25 @@ 11,"Marshall Islands","Shells nei","shells",2018, 11,"Marshall Islands","Shells nei","shells",2019, 11,"Marshall Islands","Shells nei","shells",2020, +11,"Marshall Islands","Shells nei","shells",2021, 14,"Taiwan","Agar agar nei","seaweeds",1976,1 14,"Taiwan","Agar agar nei","seaweeds",1977,1 14,"Taiwan","Agar agar nei","seaweeds",1978,50 14,"Taiwan","Agar agar nei","seaweeds",1979,125 14,"Taiwan","Agar agar nei","seaweeds",1980,68 -14,"Taiwan","Agar agar nei","seaweeds",1981, -14,"Taiwan","Agar agar nei","seaweeds",1982, -14,"Taiwan","Agar agar nei","seaweeds",1983, -14,"Taiwan","Agar agar nei","seaweeds",1984, -14,"Taiwan","Agar agar nei","seaweeds",1985, -14,"Taiwan","Agar agar nei","seaweeds",1986, -14,"Taiwan","Agar agar nei","seaweeds",1987, -14,"Taiwan","Agar agar nei","seaweeds",1988, +14,"Taiwan","Agar agar nei","seaweeds",1981,60 +14,"Taiwan","Agar agar nei","seaweeds",1982,62 +14,"Taiwan","Agar agar nei","seaweeds",1983,65 +14,"Taiwan","Agar agar nei","seaweeds",1984,70 +14,"Taiwan","Agar agar nei","seaweeds",1985,73 +14,"Taiwan","Agar agar nei","seaweeds",1986,75 +14,"Taiwan","Agar agar nei","seaweeds",1987,80 +14,"Taiwan","Agar agar nei","seaweeds",1988,82 14,"Taiwan","Agar agar nei","seaweeds",1989,84 -14,"Taiwan","Agar agar nei","seaweeds",1990, -14,"Taiwan","Agar agar nei","seaweeds",1991, -14,"Taiwan","Agar agar nei","seaweeds",1992, -14,"Taiwan","Agar agar nei","seaweeds",1993, +14,"Taiwan","Agar agar nei","seaweeds",1990,85 +14,"Taiwan","Agar agar nei","seaweeds",1991,86 +14,"Taiwan","Agar agar nei","seaweeds",1992,87 +14,"Taiwan","Agar agar nei","seaweeds",1993,88 14,"Taiwan","Agar agar nei","seaweeds",1994,89 14,"Taiwan","Agar agar nei","seaweeds",1995,104 14,"Taiwan","Agar agar nei","seaweeds",1996,247 @@ -1709,6 +1976,7 @@ 14,"Taiwan","Agar agar nei","seaweeds",2018,548 14,"Taiwan","Agar agar nei","seaweeds",2019,715.25 14,"Taiwan","Agar agar nei","seaweeds",2020,433.49 +14,"Taiwan","Agar agar nei","seaweeds",2021,547.12 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",1976, 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",1977, 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",1978, @@ -1754,6 +2022,7 @@ 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",2018, 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",2019, 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",2020, +14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",2021, 14,"Taiwan","Coral and the like","corals",1976,63 14,"Taiwan","Coral and the like","corals",1977,100 14,"Taiwan","Coral and the like","corals",1978,226 @@ -1768,10 +2037,10 @@ 14,"Taiwan","Coral and the like","corals",1987,104 14,"Taiwan","Coral and the like","corals",1988,107 14,"Taiwan","Coral and the like","corals",1989,132 -14,"Taiwan","Coral and the like","corals",1990, -14,"Taiwan","Coral and the like","corals",1991, -14,"Taiwan","Coral and the like","corals",1992, -14,"Taiwan","Coral and the like","corals",1993, +14,"Taiwan","Coral and the like","corals",1990,50 +14,"Taiwan","Coral and the like","corals",1991,30 +14,"Taiwan","Coral and the like","corals",1992,10 +14,"Taiwan","Coral and the like","corals",1993,5 14,"Taiwan","Coral and the like","corals",1994,1 14,"Taiwan","Coral and the like","corals",1995,3 14,"Taiwan","Coral and the like","corals",1996,6 @@ -1799,6 +2068,7 @@ 14,"Taiwan","Coral and the like","corals",2018,3 14,"Taiwan","Coral and the like","corals",2019, 14,"Taiwan","Coral and the like","corals",2020, +14,"Taiwan","Coral and the like","corals",2021, 14,"Taiwan","Fish body oils, nei","fish_oil",1976,8 14,"Taiwan","Fish body oils, nei","fish_oil",1977, 14,"Taiwan","Fish body oils, nei","fish_oil",1978,16 @@ -1844,6 +2114,7 @@ 14,"Taiwan","Fish body oils, nei","fish_oil",2018,1 14,"Taiwan","Fish body oils, nei","fish_oil",2019,0.2 14,"Taiwan","Fish body oils, nei","fish_oil",2020,0.02 +14,"Taiwan","Fish body oils, nei","fish_oil",2021,0 14,"Taiwan","Fish liver oils, nei","fish_oil",1976,18 14,"Taiwan","Fish liver oils, nei","fish_oil",1977, 14,"Taiwan","Fish liver oils, nei","fish_oil",1978,5 @@ -1889,6 +2160,7 @@ 14,"Taiwan","Fish liver oils, nei","fish_oil",2018,16 14,"Taiwan","Fish liver oils, nei","fish_oil",2019, 14,"Taiwan","Fish liver oils, nei","fish_oil",2020,0.11 +14,"Taiwan","Fish liver oils, nei","fish_oil",2021, 14,"Taiwan","Miscellaneous corals and shells","shells",1976, 14,"Taiwan","Miscellaneous corals and shells","shells",1977, 14,"Taiwan","Miscellaneous corals and shells","shells",1978, @@ -1931,9 +2203,10 @@ 14,"Taiwan","Miscellaneous corals and shells","shells",2015, 14,"Taiwan","Miscellaneous corals and shells","shells",2016, 14,"Taiwan","Miscellaneous corals and shells","shells",2017, -14,"Taiwan","Miscellaneous corals and shells","shells",2018,1.03 -14,"Taiwan","Miscellaneous corals and shells","shells",2019,6.91 -14,"Taiwan","Miscellaneous corals and shells","shells",2020,6.11 +14,"Taiwan","Miscellaneous corals and shells","shells",2018,31 +14,"Taiwan","Miscellaneous corals and shells","shells",2019,2515.92 +14,"Taiwan","Miscellaneous corals and shells","shells",2020,1221.61 +14,"Taiwan","Miscellaneous corals and shells","shells",2021,2511.81 14,"Taiwan","Natural sponges raw","sponges",1976, 14,"Taiwan","Natural sponges raw","sponges",1977, 14,"Taiwan","Natural sponges raw","sponges",1978,0.1 @@ -1948,10 +2221,10 @@ 14,"Taiwan","Natural sponges raw","sponges",1987,2 14,"Taiwan","Natural sponges raw","sponges",1988,1 14,"Taiwan","Natural sponges raw","sponges",1989,1 -14,"Taiwan","Natural sponges raw","sponges",1990, -14,"Taiwan","Natural sponges raw","sponges",1991, -14,"Taiwan","Natural sponges raw","sponges",1992, -14,"Taiwan","Natural sponges raw","sponges",1993, +14,"Taiwan","Natural sponges raw","sponges",1990,1 +14,"Taiwan","Natural sponges raw","sponges",1991,1 +14,"Taiwan","Natural sponges raw","sponges",1992,1 +14,"Taiwan","Natural sponges raw","sponges",1993,1 14,"Taiwan","Natural sponges raw","sponges",1994,5 14,"Taiwan","Natural sponges raw","sponges",1995,0.1 14,"Taiwan","Natural sponges raw","sponges",1996,0.1 @@ -1979,6 +2252,7 @@ 14,"Taiwan","Natural sponges raw","sponges",2018,3 14,"Taiwan","Natural sponges raw","sponges",2019,3.14 14,"Taiwan","Natural sponges raw","sponges",2020,2.13 +14,"Taiwan","Natural sponges raw","sponges",2021,0.71 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",1976,92 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",1977,110 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",1978,52 @@ -2024,6 +2298,7 @@ 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",2018, 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",2019, 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",2020, +14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",2021, 14,"Taiwan","Ornamental fish nei","ornamentals",1976,33 14,"Taiwan","Ornamental fish nei","ornamentals",1977,19 14,"Taiwan","Ornamental fish nei","ornamentals",1978,22 @@ -2069,6 +2344,7 @@ 14,"Taiwan","Ornamental fish nei","ornamentals",2018, 14,"Taiwan","Ornamental fish nei","ornamentals",2019, 14,"Taiwan","Ornamental fish nei","ornamentals",2020, +14,"Taiwan","Ornamental fish nei","ornamentals",2021, 14,"Taiwan","Ornamental saltwater fish","ornamentals",1976, 14,"Taiwan","Ornamental saltwater fish","ornamentals",1977, 14,"Taiwan","Ornamental saltwater fish","ornamentals",1978, @@ -2114,6 +2390,7 @@ 14,"Taiwan","Ornamental saltwater fish","ornamentals",2018,54 14,"Taiwan","Ornamental saltwater fish","ornamentals",2019,47.57 14,"Taiwan","Ornamental saltwater fish","ornamentals",2020,33.17 +14,"Taiwan","Ornamental saltwater fish","ornamentals",2021,25.05 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1976, 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1977, 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1978, @@ -2159,6 +2436,7 @@ 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2018,10 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2019,8.41 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2020,10.48 +14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2021,8.83 14,"Taiwan","Other red algae","seaweeds",1976, 14,"Taiwan","Other red algae","seaweeds",1977, 14,"Taiwan","Other red algae","seaweeds",1978, @@ -2204,6 +2482,7 @@ 14,"Taiwan","Other red algae","seaweeds",2018,4 14,"Taiwan","Other red algae","seaweeds",2019,0.22 14,"Taiwan","Other red algae","seaweeds",2020,0.56 +14,"Taiwan","Other red algae","seaweeds",2021,0.14 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1976,17 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1977,23 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1978,57 @@ -2218,10 +2497,10 @@ 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1987,7 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1988,10 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1989,826 -14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1990, -14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1991, -14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1992, -14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1993, +14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1990,850 +14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1991,900 +14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1992,950 +14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1993,1000 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1994,1148 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1995,1109 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1996,707 @@ -2249,6 +2528,7 @@ 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,4 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,3.86 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,2.45 +14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,2.06 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -2294,6 +2574,7 @@ 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,99 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,55.01 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,23.51 +14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,12.14 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -2339,6 +2620,7 @@ 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,162 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,142.41 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,60.85 +14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,26.43 14,"Taiwan","Shells nei","shells",1976,327 14,"Taiwan","Shells nei","shells",1977,300 14,"Taiwan","Shells nei","shells",1978,166 @@ -2353,10 +2635,10 @@ 14,"Taiwan","Shells nei","shells",1987,857 14,"Taiwan","Shells nei","shells",1988,838 14,"Taiwan","Shells nei","shells",1989,499 -14,"Taiwan","Shells nei","shells",1990, -14,"Taiwan","Shells nei","shells",1991, -14,"Taiwan","Shells nei","shells",1992, -14,"Taiwan","Shells nei","shells",1993, +14,"Taiwan","Shells nei","shells",1990,300 +14,"Taiwan","Shells nei","shells",1991,200 +14,"Taiwan","Shells nei","shells",1992,150 +14,"Taiwan","Shells nei","shells",1993,100 14,"Taiwan","Shells nei","shells",1994,95 14,"Taiwan","Shells nei","shells",1995,77 14,"Taiwan","Shells nei","shells",1996,66 @@ -2383,7 +2665,8 @@ 14,"Taiwan","Shells nei","shells",2017,22 14,"Taiwan","Shells nei","shells",2018,25 14,"Taiwan","Shells nei","shells",2019,13.98 -14,"Taiwan","Shells nei","shells",2020,0.33 +14,"Taiwan","Shells nei","shells",2020,18.86 +14,"Taiwan","Shells nei","shells",2021,11.36 15,"Philippines","Agar agar nei","seaweeds",1976, 15,"Philippines","Agar agar nei","seaweeds",1977, 15,"Philippines","Agar agar nei","seaweeds",1978, @@ -2429,6 +2712,7 @@ 15,"Philippines","Agar agar nei","seaweeds",2018,1 15,"Philippines","Agar agar nei","seaweeds",2019,2.53 15,"Philippines","Agar agar nei","seaweeds",2020,11.06 +15,"Philippines","Agar agar nei","seaweeds",2021,10.19 15,"Philippines","Cod liver oil","fish_oil",1976, 15,"Philippines","Cod liver oil","fish_oil",1977, 15,"Philippines","Cod liver oil","fish_oil",1978, @@ -2474,6 +2758,7 @@ 15,"Philippines","Cod liver oil","fish_oil",2018, 15,"Philippines","Cod liver oil","fish_oil",2019, 15,"Philippines","Cod liver oil","fish_oil",2020, +15,"Philippines","Cod liver oil","fish_oil",2021, 15,"Philippines","Coral and the like","corals",1976, 15,"Philippines","Coral and the like","corals",1977, 15,"Philippines","Coral and the like","corals",1978, @@ -2519,6 +2804,7 @@ 15,"Philippines","Coral and the like","corals",2018, 15,"Philippines","Coral and the like","corals",2019, 15,"Philippines","Coral and the like","corals",2020, +15,"Philippines","Coral and the like","corals",2021, 15,"Philippines","Fish body oils, nei","fish_oil",1976, 15,"Philippines","Fish body oils, nei","fish_oil",1977,84 15,"Philippines","Fish body oils, nei","fish_oil",1978,24 @@ -2564,6 +2850,7 @@ 15,"Philippines","Fish body oils, nei","fish_oil",2018,763 15,"Philippines","Fish body oils, nei","fish_oil",2019,629.19 15,"Philippines","Fish body oils, nei","fish_oil",2020,1570.08 +15,"Philippines","Fish body oils, nei","fish_oil",2021,2027.1 15,"Philippines","Fish liver oils, nei","fish_oil",1976, 15,"Philippines","Fish liver oils, nei","fish_oil",1977,134 15,"Philippines","Fish liver oils, nei","fish_oil",1978,189 @@ -2609,6 +2896,7 @@ 15,"Philippines","Fish liver oils, nei","fish_oil",2018,623 15,"Philippines","Fish liver oils, nei","fish_oil",2019,184.29 15,"Philippines","Fish liver oils, nei","fish_oil",2020,2084.69 +15,"Philippines","Fish liver oils, nei","fish_oil",2021,573.62 15,"Philippines","Miscellaneous corals and shells","shells",1976, 15,"Philippines","Miscellaneous corals and shells","shells",1977, 15,"Philippines","Miscellaneous corals and shells","shells",1978, @@ -2654,6 +2942,7 @@ 15,"Philippines","Miscellaneous corals and shells","shells",2018,5025 15,"Philippines","Miscellaneous corals and shells","shells",2019,3611.21 15,"Philippines","Miscellaneous corals and shells","shells",2020,1634.2 +15,"Philippines","Miscellaneous corals and shells","shells",2021,809.49 15,"Philippines","Natural sponges nei","sponges",1976, 15,"Philippines","Natural sponges nei","sponges",1977, 15,"Philippines","Natural sponges nei","sponges",1978, @@ -2699,6 +2988,7 @@ 15,"Philippines","Natural sponges nei","sponges",2018, 15,"Philippines","Natural sponges nei","sponges",2019,15.77 15,"Philippines","Natural sponges nei","sponges",2020,0.49 +15,"Philippines","Natural sponges nei","sponges",2021,0.75 15,"Philippines","Natural sponges raw","sponges",1976, 15,"Philippines","Natural sponges raw","sponges",1977, 15,"Philippines","Natural sponges raw","sponges",1978, @@ -2744,6 +3034,7 @@ 15,"Philippines","Natural sponges raw","sponges",2018, 15,"Philippines","Natural sponges raw","sponges",2019, 15,"Philippines","Natural sponges raw","sponges",2020, +15,"Philippines","Natural sponges raw","sponges",2021, 15,"Philippines","Ornamental fish nei","ornamentals",1976, 15,"Philippines","Ornamental fish nei","ornamentals",1977, 15,"Philippines","Ornamental fish nei","ornamentals",1978, @@ -2789,6 +3080,7 @@ 15,"Philippines","Ornamental fish nei","ornamentals",2018, 15,"Philippines","Ornamental fish nei","ornamentals",2019, 15,"Philippines","Ornamental fish nei","ornamentals",2020, +15,"Philippines","Ornamental fish nei","ornamentals",2021, 15,"Philippines","Ornamental saltwater fish","ornamentals",1976, 15,"Philippines","Ornamental saltwater fish","ornamentals",1977, 15,"Philippines","Ornamental saltwater fish","ornamentals",1978, @@ -2834,6 +3126,7 @@ 15,"Philippines","Ornamental saltwater fish","ornamentals",2018,5313 15,"Philippines","Ornamental saltwater fish","ornamentals",2019,5123.36 15,"Philippines","Ornamental saltwater fish","ornamentals",2020,3788.98 +15,"Philippines","Ornamental saltwater fish","ornamentals",2021,7079.06 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -2879,6 +3172,7 @@ 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -2924,6 +3218,7 @@ 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,3153 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,11149.63 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,12710.79 +15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,8799.56 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -2969,6 +3264,7 @@ 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,5191 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,8578.54 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,3487.38 +15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,985.48 15,"Philippines","Shark liver oil","fish_oil",1976, 15,"Philippines","Shark liver oil","fish_oil",1977, 15,"Philippines","Shark liver oil","fish_oil",1978, @@ -3014,6 +3310,7 @@ 15,"Philippines","Shark liver oil","fish_oil",2018, 15,"Philippines","Shark liver oil","fish_oil",2019, 15,"Philippines","Shark liver oil","fish_oil",2020, +15,"Philippines","Shark liver oil","fish_oil",2021, 16,"Australia","Agar agar nei","seaweeds",1976, 16,"Australia","Agar agar nei","seaweeds",1977, 16,"Australia","Agar agar nei","seaweeds",1978, @@ -3059,6 +3356,7 @@ 16,"Australia","Agar agar nei","seaweeds",2018,1 16,"Australia","Agar agar nei","seaweeds",2019,0.09 16,"Australia","Agar agar nei","seaweeds",2020,1.07 +16,"Australia","Agar agar nei","seaweeds",2021,0.12 16,"Australia","Coral and the like","corals",1976,464 16,"Australia","Coral and the like","corals",1977,524 16,"Australia","Coral and the like","corals",1978,705 @@ -3104,6 +3402,7 @@ 16,"Australia","Coral and the like","corals",2018, 16,"Australia","Coral and the like","corals",2019, 16,"Australia","Coral and the like","corals",2020, +16,"Australia","Coral and the like","corals",2021, 16,"Australia","Fish body oils, nei","fish_oil",1976,21 16,"Australia","Fish body oils, nei","fish_oil",1977,56 16,"Australia","Fish body oils, nei","fish_oil",1978,62 @@ -3149,6 +3448,7 @@ 16,"Australia","Fish body oils, nei","fish_oil",2018,2067 16,"Australia","Fish body oils, nei","fish_oil",2019,1978.74 16,"Australia","Fish body oils, nei","fish_oil",2020,1249.41 +16,"Australia","Fish body oils, nei","fish_oil",2021,1845.41 16,"Australia","Fish liver oils, nei","fish_oil",1976, 16,"Australia","Fish liver oils, nei","fish_oil",1977, 16,"Australia","Fish liver oils, nei","fish_oil",1978, @@ -3194,6 +3494,7 @@ 16,"Australia","Fish liver oils, nei","fish_oil",2018, 16,"Australia","Fish liver oils, nei","fish_oil",2019, 16,"Australia","Fish liver oils, nei","fish_oil",2020, +16,"Australia","Fish liver oils, nei","fish_oil",2021, 16,"Australia","Miscellaneous corals and shells","shells",1976, 16,"Australia","Miscellaneous corals and shells","shells",1977, 16,"Australia","Miscellaneous corals and shells","shells",1978, @@ -3239,6 +3540,7 @@ 16,"Australia","Miscellaneous corals and shells","shells",2018,1124 16,"Australia","Miscellaneous corals and shells","shells",2019,1385.38 16,"Australia","Miscellaneous corals and shells","shells",2020,869.85 +16,"Australia","Miscellaneous corals and shells","shells",2021,774.98 16,"Australia","Mother of pearl shells","shells",1976, 16,"Australia","Mother of pearl shells","shells",1977, 16,"Australia","Mother of pearl shells","shells",1978, @@ -3284,6 +3586,7 @@ 16,"Australia","Mother of pearl shells","shells",2018, 16,"Australia","Mother of pearl shells","shells",2019, 16,"Australia","Mother of pearl shells","shells",2020, +16,"Australia","Mother of pearl shells","shells",2021, 16,"Australia","Natural sponges raw","sponges",1976, 16,"Australia","Natural sponges raw","sponges",1977, 16,"Australia","Natural sponges raw","sponges",1978, @@ -3329,6 +3632,7 @@ 16,"Australia","Natural sponges raw","sponges",2018, 16,"Australia","Natural sponges raw","sponges",2019, 16,"Australia","Natural sponges raw","sponges",2020, +16,"Australia","Natural sponges raw","sponges",2021, 16,"Australia","Ornamental fish nei","ornamentals",1976, 16,"Australia","Ornamental fish nei","ornamentals",1977, 16,"Australia","Ornamental fish nei","ornamentals",1978, @@ -3374,6 +3678,7 @@ 16,"Australia","Ornamental fish nei","ornamentals",2018, 16,"Australia","Ornamental fish nei","ornamentals",2019, 16,"Australia","Ornamental fish nei","ornamentals",2020, +16,"Australia","Ornamental fish nei","ornamentals",2021, 16,"Australia","Ornamental saltwater fish","ornamentals",1976, 16,"Australia","Ornamental saltwater fish","ornamentals",1977, 16,"Australia","Ornamental saltwater fish","ornamentals",1978, @@ -3419,6 +3724,7 @@ 16,"Australia","Ornamental saltwater fish","ornamentals",2018, 16,"Australia","Ornamental saltwater fish","ornamentals",2019,0 16,"Australia","Ornamental saltwater fish","ornamentals",2020,0 +16,"Australia","Ornamental saltwater fish","ornamentals",2021,93.12 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -3464,6 +3770,7 @@ 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -3509,6 +3816,7 @@ 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,43 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,46.54 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,50.14 +16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,41.61 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -3554,6 +3862,7 @@ 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,827 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1012.09 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,574.32 +16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,537.27 16,"Australia","Shells nei","shells",1976,366 16,"Australia","Shells nei","shells",1977,451 16,"Australia","Shells nei","shells",1978,538 @@ -3599,6 +3908,7 @@ 16,"Australia","Shells nei","shells",2018, 16,"Australia","Shells nei","shells",2019, 16,"Australia","Shells nei","shells",2020, +16,"Australia","Shells nei","shells",2021, 17,"Papua New Guinea","Coral and the like","corals",1976, 17,"Papua New Guinea","Coral and the like","corals",1977, 17,"Papua New Guinea","Coral and the like","corals",1978, @@ -3644,6 +3954,7 @@ 17,"Papua New Guinea","Coral and the like","corals",2018, 17,"Papua New Guinea","Coral and the like","corals",2019, 17,"Papua New Guinea","Coral and the like","corals",2020, +17,"Papua New Guinea","Coral and the like","corals",2021, 17,"Papua New Guinea","Fish body oils, nei","fish_oil",1976, 17,"Papua New Guinea","Fish body oils, nei","fish_oil",1977, 17,"Papua New Guinea","Fish body oils, nei","fish_oil",1978, @@ -3689,6 +4000,7 @@ 17,"Papua New Guinea","Fish body oils, nei","fish_oil",2018, 17,"Papua New Guinea","Fish body oils, nei","fish_oil",2019,96.24 17,"Papua New Guinea","Fish body oils, nei","fish_oil",2020,101.74 +17,"Papua New Guinea","Fish body oils, nei","fish_oil",2021,198.39 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",1976, 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",1977, 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",1978, @@ -3734,6 +4046,7 @@ 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",2018, 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",2019, 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",2020,0 +17,"Papua New Guinea","Fish liver oils, nei","fish_oil",2021, 17,"Papua New Guinea","Miscellaneous corals and shells","shells",1976, 17,"Papua New Guinea","Miscellaneous corals and shells","shells",1977, 17,"Papua New Guinea","Miscellaneous corals and shells","shells",1978, @@ -3779,6 +4092,7 @@ 17,"Papua New Guinea","Miscellaneous corals and shells","shells",2018,90 17,"Papua New Guinea","Miscellaneous corals and shells","shells",2019,102.14 17,"Papua New Guinea","Miscellaneous corals and shells","shells",2020,88.19 +17,"Papua New Guinea","Miscellaneous corals and shells","shells",2021,71.04 17,"Papua New Guinea","Mother of pearl shells","shells",1976, 17,"Papua New Guinea","Mother of pearl shells","shells",1977, 17,"Papua New Guinea","Mother of pearl shells","shells",1978, @@ -3824,6 +4138,7 @@ 17,"Papua New Guinea","Mother of pearl shells","shells",2018, 17,"Papua New Guinea","Mother of pearl shells","shells",2019,2.08 17,"Papua New Guinea","Mother of pearl shells","shells",2020, +17,"Papua New Guinea","Mother of pearl shells","shells",2021, 17,"Papua New Guinea","Natural sponges raw","sponges",1976, 17,"Papua New Guinea","Natural sponges raw","sponges",1977, 17,"Papua New Guinea","Natural sponges raw","sponges",1978, @@ -3869,6 +4184,7 @@ 17,"Papua New Guinea","Natural sponges raw","sponges",2018, 17,"Papua New Guinea","Natural sponges raw","sponges",2019, 17,"Papua New Guinea","Natural sponges raw","sponges",2020, +17,"Papua New Guinea","Natural sponges raw","sponges",2021, 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",1976, 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",1977, 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -3914,6 +4230,7 @@ 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",2018,0 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",2019, 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",2020, +17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",2021,0 17,"Papua New Guinea","Ornamental fish nei","ornamentals",1976, 17,"Papua New Guinea","Ornamental fish nei","ornamentals",1977, 17,"Papua New Guinea","Ornamental fish nei","ornamentals",1978, @@ -3959,6 +4276,7 @@ 17,"Papua New Guinea","Ornamental fish nei","ornamentals",2018, 17,"Papua New Guinea","Ornamental fish nei","ornamentals",2019, 17,"Papua New Guinea","Ornamental fish nei","ornamentals",2020, +17,"Papua New Guinea","Ornamental fish nei","ornamentals",2021, 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",1976, 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",1977, 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",1978, @@ -4004,6 +4322,7 @@ 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",2018, 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",2019, 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",2020, +17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",2021,0 17,"Papua New Guinea","Other red algae","seaweeds",1976, 17,"Papua New Guinea","Other red algae","seaweeds",1977, 17,"Papua New Guinea","Other red algae","seaweeds",1978, @@ -4049,6 +4368,7 @@ 17,"Papua New Guinea","Other red algae","seaweeds",2018, 17,"Papua New Guinea","Other red algae","seaweeds",2019, 17,"Papua New Guinea","Other red algae","seaweeds",2020, +17,"Papua New Guinea","Other red algae","seaweeds",2021, 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -4094,6 +4414,7 @@ 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 17,"Papua New Guinea","Sea snail shells","shells",1976, 17,"Papua New Guinea","Sea snail shells","shells",1977, 17,"Papua New Guinea","Sea snail shells","shells",1978, @@ -4139,6 +4460,7 @@ 17,"Papua New Guinea","Sea snail shells","shells",2018, 17,"Papua New Guinea","Sea snail shells","shells",2019, 17,"Papua New Guinea","Sea snail shells","shells",2020, +17,"Papua New Guinea","Sea snail shells","shells",2021, 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -4184,6 +4506,7 @@ 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -4229,6 +4552,7 @@ 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 17,"Papua New Guinea","Shells nei","shells",1976, 17,"Papua New Guinea","Shells nei","shells",1977, 17,"Papua New Guinea","Shells nei","shells",1978, @@ -4274,6 +4598,7 @@ 17,"Papua New Guinea","Shells nei","shells",2018, 17,"Papua New Guinea","Shells nei","shells",2019, 17,"Papua New Guinea","Shells nei","shells",2020, +17,"Papua New Guinea","Shells nei","shells",2021, 17,"Papua New Guinea","Trochus shells","shells",1976, 17,"Papua New Guinea","Trochus shells","shells",1977, 17,"Papua New Guinea","Trochus shells","shells",1978, @@ -4319,6 +4644,7 @@ 17,"Papua New Guinea","Trochus shells","shells",2018, 17,"Papua New Guinea","Trochus shells","shells",2019, 17,"Papua New Guinea","Trochus shells","shells",2020, +17,"Papua New Guinea","Trochus shells","shells",2021, 18,"Fiji","Coral and the like","corals",1976, 18,"Fiji","Coral and the like","corals",1977, 18,"Fiji","Coral and the like","corals",1978, @@ -4363,7 +4689,8 @@ 18,"Fiji","Coral and the like","corals",2017,341 18,"Fiji","Coral and the like","corals",2018,99 18,"Fiji","Coral and the like","corals",2019,105.1 -18,"Fiji","Coral and the like","corals",2020,59.68 +18,"Fiji","Coral and the like","corals",2020,86.68 +18,"Fiji","Coral and the like","corals",2021,64.3 18,"Fiji","Fish body oils, nei","fish_oil",1976, 18,"Fiji","Fish body oils, nei","fish_oil",1977, 18,"Fiji","Fish body oils, nei","fish_oil",1978,6 @@ -4409,6 +4736,7 @@ 18,"Fiji","Fish body oils, nei","fish_oil",2018, 18,"Fiji","Fish body oils, nei","fish_oil",2019,25 18,"Fiji","Fish body oils, nei","fish_oil",2020, +18,"Fiji","Fish body oils, nei","fish_oil",2021, 18,"Fiji","Kelp","seaweeds",1976, 18,"Fiji","Kelp","seaweeds",1977, 18,"Fiji","Kelp","seaweeds",1978, @@ -4454,6 +4782,7 @@ 18,"Fiji","Kelp","seaweeds",2018, 18,"Fiji","Kelp","seaweeds",2019, 18,"Fiji","Kelp","seaweeds",2020, +18,"Fiji","Kelp","seaweeds",2021, 18,"Fiji","Miscellaneous corals and shells","shells",1976, 18,"Fiji","Miscellaneous corals and shells","shells",1977, 18,"Fiji","Miscellaneous corals and shells","shells",1978, @@ -4499,6 +4828,7 @@ 18,"Fiji","Miscellaneous corals and shells","shells",2018, 18,"Fiji","Miscellaneous corals and shells","shells",2019, 18,"Fiji","Miscellaneous corals and shells","shells",2020, +18,"Fiji","Miscellaneous corals and shells","shells",2021, 18,"Fiji","Mother of pearl shells","shells",1976, 18,"Fiji","Mother of pearl shells","shells",1977, 18,"Fiji","Mother of pearl shells","shells",1978, @@ -4544,6 +4874,7 @@ 18,"Fiji","Mother of pearl shells","shells",2018, 18,"Fiji","Mother of pearl shells","shells",2019, 18,"Fiji","Mother of pearl shells","shells",2020, +18,"Fiji","Mother of pearl shells","shells",2021, 18,"Fiji","Natural sponges nei","sponges",1976, 18,"Fiji","Natural sponges nei","sponges",1977, 18,"Fiji","Natural sponges nei","sponges",1978, @@ -4589,6 +4920,7 @@ 18,"Fiji","Natural sponges nei","sponges",2018, 18,"Fiji","Natural sponges nei","sponges",2019, 18,"Fiji","Natural sponges nei","sponges",2020, +18,"Fiji","Natural sponges nei","sponges",2021, 18,"Fiji","Natural sponges raw","sponges",1976, 18,"Fiji","Natural sponges raw","sponges",1977, 18,"Fiji","Natural sponges raw","sponges",1978, @@ -4634,6 +4966,7 @@ 18,"Fiji","Natural sponges raw","sponges",2018, 18,"Fiji","Natural sponges raw","sponges",2019, 18,"Fiji","Natural sponges raw","sponges",2020, +18,"Fiji","Natural sponges raw","sponges",2021, 18,"Fiji","Ornamental fish nei","ornamentals",1976, 18,"Fiji","Ornamental fish nei","ornamentals",1977, 18,"Fiji","Ornamental fish nei","ornamentals",1978, @@ -4679,6 +5012,7 @@ 18,"Fiji","Ornamental fish nei","ornamentals",2018, 18,"Fiji","Ornamental fish nei","ornamentals",2019, 18,"Fiji","Ornamental fish nei","ornamentals",2020, +18,"Fiji","Ornamental fish nei","ornamentals",2021, 18,"Fiji","Ornamental saltwater fish","ornamentals",1976, 18,"Fiji","Ornamental saltwater fish","ornamentals",1977, 18,"Fiji","Ornamental saltwater fish","ornamentals",1978, @@ -4724,6 +5058,7 @@ 18,"Fiji","Ornamental saltwater fish","ornamentals",2018,74 18,"Fiji","Ornamental saltwater fish","ornamentals",2019,153.1 18,"Fiji","Ornamental saltwater fish","ornamentals",2020,168.15 +18,"Fiji","Ornamental saltwater fish","ornamentals",2021,213.77 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -4769,6 +5104,7 @@ 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -4814,6 +5150,7 @@ 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -4859,6 +5196,7 @@ 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0.1 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.01 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 18,"Fiji","Trochus shells","shells",1976, 18,"Fiji","Trochus shells","shells",1977, 18,"Fiji","Trochus shells","shells",1978, @@ -4904,6 +5242,7 @@ 18,"Fiji","Trochus shells","shells",2018, 18,"Fiji","Trochus shells","shells",2019, 18,"Fiji","Trochus shells","shells",2020, +18,"Fiji","Trochus shells","shells",2021, 19,"Tuvalu","Ornamental fish nei","ornamentals",1976, 19,"Tuvalu","Ornamental fish nei","ornamentals",1977, 19,"Tuvalu","Ornamental fish nei","ornamentals",1978, @@ -4949,6 +5288,7 @@ 19,"Tuvalu","Ornamental fish nei","ornamentals",2018, 19,"Tuvalu","Ornamental fish nei","ornamentals",2019, 19,"Tuvalu","Ornamental fish nei","ornamentals",2020, +19,"Tuvalu","Ornamental fish nei","ornamentals",2021, 20,"South Korea","Abalone shells","shells",1976, 20,"South Korea","Abalone shells","shells",1977, 20,"South Korea","Abalone shells","shells",1978, @@ -4994,6 +5334,7 @@ 20,"South Korea","Abalone shells","shells",2018,295 20,"South Korea","Abalone shells","shells",2019,234.08 20,"South Korea","Abalone shells","shells",2020,116 +20,"South Korea","Abalone shells","shells",2021,52.03 20,"South Korea","Agar agar in powder","seaweeds",1976, 20,"South Korea","Agar agar in powder","seaweeds",1977, 20,"South Korea","Agar agar in powder","seaweeds",1978, @@ -5039,6 +5380,7 @@ 20,"South Korea","Agar agar in powder","seaweeds",2018,374 20,"South Korea","Agar agar in powder","seaweeds",2019,466.32 20,"South Korea","Agar agar in powder","seaweeds",2020,347.97 +20,"South Korea","Agar agar in powder","seaweeds",2021,505.03 20,"South Korea","Agar agar in strips","seaweeds",1976, 20,"South Korea","Agar agar in strips","seaweeds",1977, 20,"South Korea","Agar agar in strips","seaweeds",1978, @@ -5084,6 +5426,7 @@ 20,"South Korea","Agar agar in strips","seaweeds",2018,72 20,"South Korea","Agar agar in strips","seaweeds",2019,49.81 20,"South Korea","Agar agar in strips","seaweeds",2020,44.57 +20,"South Korea","Agar agar in strips","seaweeds",2021,45.34 20,"South Korea","Agar agar nei","seaweeds",1976, 20,"South Korea","Agar agar nei","seaweeds",1977, 20,"South Korea","Agar agar nei","seaweeds",1978, @@ -5129,6 +5472,7 @@ 20,"South Korea","Agar agar nei","seaweeds",2018,0.1 20,"South Korea","Agar agar nei","seaweeds",2019,0.96 20,"South Korea","Agar agar nei","seaweeds",2020,0.86 +20,"South Korea","Agar agar nei","seaweeds",2021,1.5 20,"South Korea","Coral and the like","corals",1976, 20,"South Korea","Coral and the like","corals",1977, 20,"South Korea","Coral and the like","corals",1978, @@ -5174,6 +5518,7 @@ 20,"South Korea","Coral and the like","corals",2018, 20,"South Korea","Coral and the like","corals",2019,0 20,"South Korea","Coral and the like","corals",2020,0.02 +20,"South Korea","Coral and the like","corals",2021,0.03 20,"South Korea","Fish body oils, nei","fish_oil",1976, 20,"South Korea","Fish body oils, nei","fish_oil",1977,8 20,"South Korea","Fish body oils, nei","fish_oil",1978, @@ -5219,6 +5564,7 @@ 20,"South Korea","Fish body oils, nei","fish_oil",2018,147 20,"South Korea","Fish body oils, nei","fish_oil",2019,625.84 20,"South Korea","Fish body oils, nei","fish_oil",2020,1119.17 +20,"South Korea","Fish body oils, nei","fish_oil",2021,346.52 20,"South Korea","Fish liver oils, nei","fish_oil",1976,12 20,"South Korea","Fish liver oils, nei","fish_oil",1977,71 20,"South Korea","Fish liver oils, nei","fish_oil",1978,8 @@ -5264,6 +5610,7 @@ 20,"South Korea","Fish liver oils, nei","fish_oil",2018,818 20,"South Korea","Fish liver oils, nei","fish_oil",2019,864 20,"South Korea","Fish liver oils, nei","fish_oil",2020,540.8 +20,"South Korea","Fish liver oils, nei","fish_oil",2021,797.45 20,"South Korea","Kelp","seaweeds",1976, 20,"South Korea","Kelp","seaweeds",1977, 20,"South Korea","Kelp","seaweeds",1978, @@ -5309,6 +5656,7 @@ 20,"South Korea","Kelp","seaweeds",2018, 20,"South Korea","Kelp","seaweeds",2019, 20,"South Korea","Kelp","seaweeds",2020, +20,"South Korea","Kelp","seaweeds",2021, 20,"South Korea","Kelp meal","seaweeds",1976, 20,"South Korea","Kelp meal","seaweeds",1977, 20,"South Korea","Kelp meal","seaweeds",1978, @@ -5354,6 +5702,7 @@ 20,"South Korea","Kelp meal","seaweeds",2018, 20,"South Korea","Kelp meal","seaweeds",2019, 20,"South Korea","Kelp meal","seaweeds",2020, +20,"South Korea","Kelp meal","seaweeds",2021, 20,"South Korea","Miscellaneous corals and shells","shells",1976, 20,"South Korea","Miscellaneous corals and shells","shells",1977, 20,"South Korea","Miscellaneous corals and shells","shells",1978, @@ -5399,6 +5748,7 @@ 20,"South Korea","Miscellaneous corals and shells","shells",2018,800 20,"South Korea","Miscellaneous corals and shells","shells",2019,406.67 20,"South Korea","Miscellaneous corals and shells","shells",2020,343.03 +20,"South Korea","Miscellaneous corals and shells","shells",2021,293.71 20,"South Korea","Mother of pearl shells","shells",1976, 20,"South Korea","Mother of pearl shells","shells",1977, 20,"South Korea","Mother of pearl shells","shells",1978, @@ -5444,6 +5794,7 @@ 20,"South Korea","Mother of pearl shells","shells",2018,49 20,"South Korea","Mother of pearl shells","shells",2019,29.1 20,"South Korea","Mother of pearl shells","shells",2020,6.5 +20,"South Korea","Mother of pearl shells","shells",2021,8.35 20,"South Korea","Natural sponges nei","sponges",1976, 20,"South Korea","Natural sponges nei","sponges",1977, 20,"South Korea","Natural sponges nei","sponges",1978, @@ -5489,6 +5840,7 @@ 20,"South Korea","Natural sponges nei","sponges",2018, 20,"South Korea","Natural sponges nei","sponges",2019,0.09 20,"South Korea","Natural sponges nei","sponges",2020,0 +20,"South Korea","Natural sponges nei","sponges",2021,0.04 20,"South Korea","Natural sponges raw","sponges",1976, 20,"South Korea","Natural sponges raw","sponges",1977, 20,"South Korea","Natural sponges raw","sponges",1978, @@ -5534,6 +5886,7 @@ 20,"South Korea","Natural sponges raw","sponges",2018, 20,"South Korea","Natural sponges raw","sponges",2019, 20,"South Korea","Natural sponges raw","sponges",2020, +20,"South Korea","Natural sponges raw","sponges",2021, 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",1976, 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",1977, 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -5579,6 +5932,7 @@ 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",2018, 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",2019, 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",2020, +20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",2021, 20,"South Korea","Ornamental saltwater fish","ornamentals",1976, 20,"South Korea","Ornamental saltwater fish","ornamentals",1977,237 20,"South Korea","Ornamental saltwater fish","ornamentals",1978,81 @@ -5624,6 +5978,7 @@ 20,"South Korea","Ornamental saltwater fish","ornamentals",2018,0.1 20,"South Korea","Ornamental saltwater fish","ornamentals",2019,0.05 20,"South Korea","Ornamental saltwater fish","ornamentals",2020,0.1 +20,"South Korea","Ornamental saltwater fish","ornamentals",2021,0.35 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1976, 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1977, 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1978, @@ -5669,6 +6024,7 @@ 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2018,909 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2019,947.44 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2020,957.06 +20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2021,752.96 20,"South Korea","Other red algae","seaweeds",1976, 20,"South Korea","Other red algae","seaweeds",1977, 20,"South Korea","Other red algae","seaweeds",1978, @@ -5714,6 +6070,7 @@ 20,"South Korea","Other red algae","seaweeds",2018,263 20,"South Korea","Other red algae","seaweeds",2019,174.72 20,"South Korea","Other red algae","seaweeds",2020,254.42 +20,"South Korea","Other red algae","seaweeds",2021,218.32 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -5759,6 +6116,7 @@ 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,564 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,478.06 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,152.12 +20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,92.78 20,"South Korea","Oyster shells","shells",1976, 20,"South Korea","Oyster shells","shells",1977, 20,"South Korea","Oyster shells","shells",1978, @@ -5804,6 +6162,7 @@ 20,"South Korea","Oyster shells","shells",2018, 20,"South Korea","Oyster shells","shells",2019, 20,"South Korea","Oyster shells","shells",2020, +20,"South Korea","Oyster shells","shells",2021, 20,"South Korea","Sea snail shells","shells",1976, 20,"South Korea","Sea snail shells","shells",1977, 20,"South Korea","Sea snail shells","shells",1978, @@ -5849,6 +6208,7 @@ 20,"South Korea","Sea snail shells","shells",2018,6 20,"South Korea","Sea snail shells","shells",2019,18 20,"South Korea","Sea snail shells","shells",2020,6.04 +20,"South Korea","Sea snail shells","shells",2021,6 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -5894,6 +6254,7 @@ 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,34 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,58.05 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,10.68 +20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,12.83 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -5939,6 +6300,7 @@ 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,106 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,90.49 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,133.78 +20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,135.58 20,"South Korea","Shark liver oil","fish_oil",1976,5 20,"South Korea","Shark liver oil","fish_oil",1977, 20,"South Korea","Shark liver oil","fish_oil",1978,6 @@ -5984,6 +6346,7 @@ 20,"South Korea","Shark liver oil","fish_oil",2018, 20,"South Korea","Shark liver oil","fish_oil",2019, 20,"South Korea","Shark liver oil","fish_oil",2020,0.2 +20,"South Korea","Shark liver oil","fish_oil",2021,0.3 20,"South Korea","Shells nei","shells",1976, 20,"South Korea","Shells nei","shells",1977, 20,"South Korea","Shells nei","shells",1978, @@ -6029,6 +6392,7 @@ 20,"South Korea","Shells nei","shells",2018,226 20,"South Korea","Shells nei","shells",2019,25.68 20,"South Korea","Shells nei","shells",2020,172.86 +20,"South Korea","Shells nei","shells",2021,7.6 20,"South Korea","Trochus shells","shells",1976, 20,"South Korea","Trochus shells","shells",1977, 20,"South Korea","Trochus shells","shells",1978, @@ -6074,6 +6438,7 @@ 20,"South Korea","Trochus shells","shells",2018, 20,"South Korea","Trochus shells","shells",2019, 20,"South Korea","Trochus shells","shells",2020, +20,"South Korea","Trochus shells","shells",2021, 21,"North Korea","Agar agar nei","seaweeds",1976, 21,"North Korea","Agar agar nei","seaweeds",1977, 21,"North Korea","Agar agar nei","seaweeds",1978, @@ -6119,6 +6484,7 @@ 21,"North Korea","Agar agar nei","seaweeds",2018, 21,"North Korea","Agar agar nei","seaweeds",2019, 21,"North Korea","Agar agar nei","seaweeds",2020, +21,"North Korea","Agar agar nei","seaweeds",2021, 21,"North Korea","Coral and the like","corals",1976, 21,"North Korea","Coral and the like","corals",1977, 21,"North Korea","Coral and the like","corals",1978, @@ -6164,6 +6530,7 @@ 21,"North Korea","Coral and the like","corals",2018,698 21,"North Korea","Coral and the like","corals",2019,712.89 21,"North Korea","Coral and the like","corals",2020,40.84 +21,"North Korea","Coral and the like","corals",2021, 21,"North Korea","Fish body oils, nei","fish_oil",1976, 21,"North Korea","Fish body oils, nei","fish_oil",1977, 21,"North Korea","Fish body oils, nei","fish_oil",1978, @@ -6209,6 +6576,7 @@ 21,"North Korea","Fish body oils, nei","fish_oil",2018, 21,"North Korea","Fish body oils, nei","fish_oil",2019, 21,"North Korea","Fish body oils, nei","fish_oil",2020, +21,"North Korea","Fish body oils, nei","fish_oil",2021, 21,"North Korea","Fish liver oils, nei","fish_oil",1976, 21,"North Korea","Fish liver oils, nei","fish_oil",1977, 21,"North Korea","Fish liver oils, nei","fish_oil",1978, @@ -6254,6 +6622,7 @@ 21,"North Korea","Fish liver oils, nei","fish_oil",2018, 21,"North Korea","Fish liver oils, nei","fish_oil",2019, 21,"North Korea","Fish liver oils, nei","fish_oil",2020, +21,"North Korea","Fish liver oils, nei","fish_oil",2021, 21,"North Korea","Miscellaneous corals and shells","shells",1976, 21,"North Korea","Miscellaneous corals and shells","shells",1977, 21,"North Korea","Miscellaneous corals and shells","shells",1978, @@ -6299,6 +6668,7 @@ 21,"North Korea","Miscellaneous corals and shells","shells",2018, 21,"North Korea","Miscellaneous corals and shells","shells",2019, 21,"North Korea","Miscellaneous corals and shells","shells",2020, +21,"North Korea","Miscellaneous corals and shells","shells",2021, 21,"North Korea","Ornamental saltwater fish","ornamentals",1976, 21,"North Korea","Ornamental saltwater fish","ornamentals",1977, 21,"North Korea","Ornamental saltwater fish","ornamentals",1978, @@ -6344,6 +6714,7 @@ 21,"North Korea","Ornamental saltwater fish","ornamentals",2018, 21,"North Korea","Ornamental saltwater fish","ornamentals",2019, 21,"North Korea","Ornamental saltwater fish","ornamentals",2020, +21,"North Korea","Ornamental saltwater fish","ornamentals",2021, 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -6389,6 +6760,7 @@ 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,0.08 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -6434,6 +6806,7 @@ 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.84 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -6479,6 +6852,7 @@ 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 24,"Cambodia","Coral and the like","corals",1976, 24,"Cambodia","Coral and the like","corals",1977, 24,"Cambodia","Coral and the like","corals",1978, @@ -6524,6 +6898,53 @@ 24,"Cambodia","Coral and the like","corals",2018, 24,"Cambodia","Coral and the like","corals",2019,45.46 24,"Cambodia","Coral and the like","corals",2020, +24,"Cambodia","Coral and the like","corals",2021, +24,"Cambodia","Natural sponges nei","sponges",1976, +24,"Cambodia","Natural sponges nei","sponges",1977, +24,"Cambodia","Natural sponges nei","sponges",1978, +24,"Cambodia","Natural sponges nei","sponges",1979, +24,"Cambodia","Natural sponges nei","sponges",1980, +24,"Cambodia","Natural sponges nei","sponges",1981, +24,"Cambodia","Natural sponges nei","sponges",1982, +24,"Cambodia","Natural sponges nei","sponges",1983, +24,"Cambodia","Natural sponges nei","sponges",1984, +24,"Cambodia","Natural sponges nei","sponges",1985, +24,"Cambodia","Natural sponges nei","sponges",1986, +24,"Cambodia","Natural sponges nei","sponges",1987, +24,"Cambodia","Natural sponges nei","sponges",1988, +24,"Cambodia","Natural sponges nei","sponges",1989, +24,"Cambodia","Natural sponges nei","sponges",1990, +24,"Cambodia","Natural sponges nei","sponges",1991, +24,"Cambodia","Natural sponges nei","sponges",1992, +24,"Cambodia","Natural sponges nei","sponges",1993, +24,"Cambodia","Natural sponges nei","sponges",1994, +24,"Cambodia","Natural sponges nei","sponges",1995, +24,"Cambodia","Natural sponges nei","sponges",1996, +24,"Cambodia","Natural sponges nei","sponges",1997, +24,"Cambodia","Natural sponges nei","sponges",1998, +24,"Cambodia","Natural sponges nei","sponges",1999, +24,"Cambodia","Natural sponges nei","sponges",2000, +24,"Cambodia","Natural sponges nei","sponges",2001, +24,"Cambodia","Natural sponges nei","sponges",2002, +24,"Cambodia","Natural sponges nei","sponges",2003, +24,"Cambodia","Natural sponges nei","sponges",2004, +24,"Cambodia","Natural sponges nei","sponges",2005, +24,"Cambodia","Natural sponges nei","sponges",2006, +24,"Cambodia","Natural sponges nei","sponges",2007, +24,"Cambodia","Natural sponges nei","sponges",2008, +24,"Cambodia","Natural sponges nei","sponges",2009, +24,"Cambodia","Natural sponges nei","sponges",2010, +24,"Cambodia","Natural sponges nei","sponges",2011, +24,"Cambodia","Natural sponges nei","sponges",2012, +24,"Cambodia","Natural sponges nei","sponges",2013, +24,"Cambodia","Natural sponges nei","sponges",2014, +24,"Cambodia","Natural sponges nei","sponges",2015, +24,"Cambodia","Natural sponges nei","sponges",2016, +24,"Cambodia","Natural sponges nei","sponges",2017, +24,"Cambodia","Natural sponges nei","sponges",2018, +24,"Cambodia","Natural sponges nei","sponges",2019, +24,"Cambodia","Natural sponges nei","sponges",2020, +24,"Cambodia","Natural sponges nei","sponges",2021,8.39 24,"Cambodia","Ornamental fish nei","ornamentals",1976, 24,"Cambodia","Ornamental fish nei","ornamentals",1977, 24,"Cambodia","Ornamental fish nei","ornamentals",1978, @@ -6569,6 +6990,7 @@ 24,"Cambodia","Ornamental fish nei","ornamentals",2018, 24,"Cambodia","Ornamental fish nei","ornamentals",2019, 24,"Cambodia","Ornamental fish nei","ornamentals",2020, +24,"Cambodia","Ornamental fish nei","ornamentals",2021, 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -6614,6 +7036,7 @@ 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -6659,6 +7082,7 @@ 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.2 25,"Thailand","Agar agar nei","seaweeds",1976, 25,"Thailand","Agar agar nei","seaweeds",1977, 25,"Thailand","Agar agar nei","seaweeds",1978, @@ -6704,6 +7128,7 @@ 25,"Thailand","Agar agar nei","seaweeds",2018,169 25,"Thailand","Agar agar nei","seaweeds",2019,166.36 25,"Thailand","Agar agar nei","seaweeds",2020,176.16 +25,"Thailand","Agar agar nei","seaweeds",2021,144.6 25,"Thailand","Cod liver oil","fish_oil",1976, 25,"Thailand","Cod liver oil","fish_oil",1977, 25,"Thailand","Cod liver oil","fish_oil",1978, @@ -6749,6 +7174,7 @@ 25,"Thailand","Cod liver oil","fish_oil",2018, 25,"Thailand","Cod liver oil","fish_oil",2019, 25,"Thailand","Cod liver oil","fish_oil",2020, +25,"Thailand","Cod liver oil","fish_oil",2021, 25,"Thailand","Coral and the like","corals",1976, 25,"Thailand","Coral and the like","corals",1977, 25,"Thailand","Coral and the like","corals",1978, @@ -6794,6 +7220,7 @@ 25,"Thailand","Coral and the like","corals",2018, 25,"Thailand","Coral and the like","corals",2019, 25,"Thailand","Coral and the like","corals",2020, +25,"Thailand","Coral and the like","corals",2021, 25,"Thailand","Fish body oils, nei","fish_oil",1976, 25,"Thailand","Fish body oils, nei","fish_oil",1977, 25,"Thailand","Fish body oils, nei","fish_oil",1978, @@ -6839,6 +7266,7 @@ 25,"Thailand","Fish body oils, nei","fish_oil",2018,3992 25,"Thailand","Fish body oils, nei","fish_oil",2019,4148.65 25,"Thailand","Fish body oils, nei","fish_oil",2020,5833.34 +25,"Thailand","Fish body oils, nei","fish_oil",2021,6923.81 25,"Thailand","Fish liver oils, nei","fish_oil",1976, 25,"Thailand","Fish liver oils, nei","fish_oil",1977, 25,"Thailand","Fish liver oils, nei","fish_oil",1978, @@ -6884,6 +7312,7 @@ 25,"Thailand","Fish liver oils, nei","fish_oil",2018,43 25,"Thailand","Fish liver oils, nei","fish_oil",2019,42.88 25,"Thailand","Fish liver oils, nei","fish_oil",2020,44.16 +25,"Thailand","Fish liver oils, nei","fish_oil",2021,6.11 25,"Thailand","Miscellaneous corals and shells","shells",1976, 25,"Thailand","Miscellaneous corals and shells","shells",1977, 25,"Thailand","Miscellaneous corals and shells","shells",1978, @@ -6929,6 +7358,7 @@ 25,"Thailand","Miscellaneous corals and shells","shells",2018, 25,"Thailand","Miscellaneous corals and shells","shells",2019, 25,"Thailand","Miscellaneous corals and shells","shells",2020, +25,"Thailand","Miscellaneous corals and shells","shells",2021, 25,"Thailand","Mother of pearl shells","shells",1976, 25,"Thailand","Mother of pearl shells","shells",1977, 25,"Thailand","Mother of pearl shells","shells",1978, @@ -6974,6 +7404,7 @@ 25,"Thailand","Mother of pearl shells","shells",2018,537 25,"Thailand","Mother of pearl shells","shells",2019,310.82 25,"Thailand","Mother of pearl shells","shells",2020,263.11 +25,"Thailand","Mother of pearl shells","shells",2021,184.94 25,"Thailand","Natural sponges nei","sponges",1976, 25,"Thailand","Natural sponges nei","sponges",1977, 25,"Thailand","Natural sponges nei","sponges",1978, @@ -7019,6 +7450,7 @@ 25,"Thailand","Natural sponges nei","sponges",2018, 25,"Thailand","Natural sponges nei","sponges",2019,0.23 25,"Thailand","Natural sponges nei","sponges",2020,0.33 +25,"Thailand","Natural sponges nei","sponges",2021,0.27 25,"Thailand","Natural sponges raw","sponges",1976, 25,"Thailand","Natural sponges raw","sponges",1977, 25,"Thailand","Natural sponges raw","sponges",1978, @@ -7064,6 +7496,7 @@ 25,"Thailand","Natural sponges raw","sponges",2018, 25,"Thailand","Natural sponges raw","sponges",2019, 25,"Thailand","Natural sponges raw","sponges",2020, +25,"Thailand","Natural sponges raw","sponges",2021, 25,"Thailand","Ornamental fish nei","ornamentals",1976,127 25,"Thailand","Ornamental fish nei","ornamentals",1977,169 25,"Thailand","Ornamental fish nei","ornamentals",1978,151 @@ -7109,6 +7542,7 @@ 25,"Thailand","Ornamental fish nei","ornamentals",2018, 25,"Thailand","Ornamental fish nei","ornamentals",2019, 25,"Thailand","Ornamental fish nei","ornamentals",2020, +25,"Thailand","Ornamental fish nei","ornamentals",2021, 25,"Thailand","Ornamental saltwater fish","ornamentals",1976, 25,"Thailand","Ornamental saltwater fish","ornamentals",1977, 25,"Thailand","Ornamental saltwater fish","ornamentals",1978, @@ -7154,6 +7588,7 @@ 25,"Thailand","Ornamental saltwater fish","ornamentals",2018,643 25,"Thailand","Ornamental saltwater fish","ornamentals",2019,601.86 25,"Thailand","Ornamental saltwater fish","ornamentals",2020,439.15 +25,"Thailand","Ornamental saltwater fish","ornamentals",2021,497.08 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -7199,6 +7634,7 @@ 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -7244,6 +7680,7 @@ 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,330 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,107.97 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,43.2 +25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,91.28 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -7289,6 +7726,7 @@ 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,76 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,77.57 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,126.45 +25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,138.44 25,"Thailand","Shells nei","shells",1976, 25,"Thailand","Shells nei","shells",1977, 25,"Thailand","Shells nei","shells",1978, @@ -7334,6 +7772,7 @@ 25,"Thailand","Shells nei","shells",2018,800 25,"Thailand","Shells nei","shells",2019,860.55 25,"Thailand","Shells nei","shells",2020,1191.95 +25,"Thailand","Shells nei","shells",2021,1182.45 28,"Comoro Islands","Miscellaneous corals and shells","shells",1976, 28,"Comoro Islands","Miscellaneous corals and shells","shells",1977, 28,"Comoro Islands","Miscellaneous corals and shells","shells",1978, @@ -7379,6 +7818,7 @@ 28,"Comoro Islands","Miscellaneous corals and shells","shells",2018, 28,"Comoro Islands","Miscellaneous corals and shells","shells",2019, 28,"Comoro Islands","Miscellaneous corals and shells","shells",2020, +28,"Comoro Islands","Miscellaneous corals and shells","shells",2021,1 28,"Comoro Islands","Ornamental fish nei","ornamentals",1976, 28,"Comoro Islands","Ornamental fish nei","ornamentals",1977, 28,"Comoro Islands","Ornamental fish nei","ornamentals",1978, @@ -7424,6 +7864,7 @@ 28,"Comoro Islands","Ornamental fish nei","ornamentals",2018, 28,"Comoro Islands","Ornamental fish nei","ornamentals",2019, 28,"Comoro Islands","Ornamental fish nei","ornamentals",2020, +28,"Comoro Islands","Ornamental fish nei","ornamentals",2021, 29,"Mayotte","Miscellaneous corals and shells","shells",1976, 29,"Mayotte","Miscellaneous corals and shells","shells",1977, 29,"Mayotte","Miscellaneous corals and shells","shells",1978, @@ -7469,6 +7910,7 @@ 29,"Mayotte","Miscellaneous corals and shells","shells",2018, 29,"Mayotte","Miscellaneous corals and shells","shells",2019, 29,"Mayotte","Miscellaneous corals and shells","shells",2020, +29,"Mayotte","Miscellaneous corals and shells","shells",2021, 29,"Mayotte","Ornamental fish nei","ornamentals",1976, 29,"Mayotte","Ornamental fish nei","ornamentals",1977, 29,"Mayotte","Ornamental fish nei","ornamentals",1978, @@ -7514,6 +7956,7 @@ 29,"Mayotte","Ornamental fish nei","ornamentals",2018, 29,"Mayotte","Ornamental fish nei","ornamentals",2019, 29,"Mayotte","Ornamental fish nei","ornamentals",2020, +29,"Mayotte","Ornamental fish nei","ornamentals",2021, 31,"Seychelles","Fish body oils, nei","fish_oil",1976, 31,"Seychelles","Fish body oils, nei","fish_oil",1977, 31,"Seychelles","Fish body oils, nei","fish_oil",1978, @@ -7559,6 +8002,7 @@ 31,"Seychelles","Fish body oils, nei","fish_oil",2018,3170 31,"Seychelles","Fish body oils, nei","fish_oil",2019,1009.35 31,"Seychelles","Fish body oils, nei","fish_oil",2020,837.25 +31,"Seychelles","Fish body oils, nei","fish_oil",2021,964.92 31,"Seychelles","Fish liver oils, nei","fish_oil",1976, 31,"Seychelles","Fish liver oils, nei","fish_oil",1977, 31,"Seychelles","Fish liver oils, nei","fish_oil",1978, @@ -7604,6 +8048,7 @@ 31,"Seychelles","Fish liver oils, nei","fish_oil",2018,59 31,"Seychelles","Fish liver oils, nei","fish_oil",2019, 31,"Seychelles","Fish liver oils, nei","fish_oil",2020, +31,"Seychelles","Fish liver oils, nei","fish_oil",2021, 31,"Seychelles","Miscellaneous corals and shells","shells",1976, 31,"Seychelles","Miscellaneous corals and shells","shells",1977, 31,"Seychelles","Miscellaneous corals and shells","shells",1978, @@ -7649,6 +8094,7 @@ 31,"Seychelles","Miscellaneous corals and shells","shells",2018, 31,"Seychelles","Miscellaneous corals and shells","shells",2019, 31,"Seychelles","Miscellaneous corals and shells","shells",2020, +31,"Seychelles","Miscellaneous corals and shells","shells",2021, 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -7694,6 +8140,7 @@ 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 32,"Reunion","Fish body oils, nei","fish_oil",1976, 32,"Reunion","Fish body oils, nei","fish_oil",1977, 32,"Reunion","Fish body oils, nei","fish_oil",1978, @@ -7739,6 +8186,7 @@ 32,"Reunion","Fish body oils, nei","fish_oil",2018, 32,"Reunion","Fish body oils, nei","fish_oil",2019, 32,"Reunion","Fish body oils, nei","fish_oil",2020, +32,"Reunion","Fish body oils, nei","fish_oil",2021, 37,"Mauritius","Agar agar nei","seaweeds",1976, 37,"Mauritius","Agar agar nei","seaweeds",1977, 37,"Mauritius","Agar agar nei","seaweeds",1978, @@ -7784,6 +8232,7 @@ 37,"Mauritius","Agar agar nei","seaweeds",2018,0.1 37,"Mauritius","Agar agar nei","seaweeds",2019,9.5 37,"Mauritius","Agar agar nei","seaweeds",2020,0.62 +37,"Mauritius","Agar agar nei","seaweeds",2021,0.36 37,"Mauritius","Coral and the like","corals",1976, 37,"Mauritius","Coral and the like","corals",1977, 37,"Mauritius","Coral and the like","corals",1978, @@ -7829,6 +8278,7 @@ 37,"Mauritius","Coral and the like","corals",2018, 37,"Mauritius","Coral and the like","corals",2019, 37,"Mauritius","Coral and the like","corals",2020, +37,"Mauritius","Coral and the like","corals",2021, 37,"Mauritius","Fish body oils, nei","fish_oil",1976, 37,"Mauritius","Fish body oils, nei","fish_oil",1977, 37,"Mauritius","Fish body oils, nei","fish_oil",1978, @@ -7874,6 +8324,7 @@ 37,"Mauritius","Fish body oils, nei","fish_oil",2018,1723 37,"Mauritius","Fish body oils, nei","fish_oil",2019,1826.29 37,"Mauritius","Fish body oils, nei","fish_oil",2020,1694.7 +37,"Mauritius","Fish body oils, nei","fish_oil",2021,2801.89 37,"Mauritius","Fish liver oils, nei","fish_oil",1976, 37,"Mauritius","Fish liver oils, nei","fish_oil",1977, 37,"Mauritius","Fish liver oils, nei","fish_oil",1978, @@ -7919,6 +8370,7 @@ 37,"Mauritius","Fish liver oils, nei","fish_oil",2018, 37,"Mauritius","Fish liver oils, nei","fish_oil",2019, 37,"Mauritius","Fish liver oils, nei","fish_oil",2020, +37,"Mauritius","Fish liver oils, nei","fish_oil",2021, 37,"Mauritius","Natural sponges nei","sponges",1976, 37,"Mauritius","Natural sponges nei","sponges",1977, 37,"Mauritius","Natural sponges nei","sponges",1978, @@ -7964,6 +8416,7 @@ 37,"Mauritius","Natural sponges nei","sponges",2018, 37,"Mauritius","Natural sponges nei","sponges",2019, 37,"Mauritius","Natural sponges nei","sponges",2020,0.7 +37,"Mauritius","Natural sponges nei","sponges",2021, 37,"Mauritius","Ornamental fish nei","ornamentals",1976, 37,"Mauritius","Ornamental fish nei","ornamentals",1977, 37,"Mauritius","Ornamental fish nei","ornamentals",1978, @@ -8009,6 +8462,7 @@ 37,"Mauritius","Ornamental fish nei","ornamentals",2018, 37,"Mauritius","Ornamental fish nei","ornamentals",2019, 37,"Mauritius","Ornamental fish nei","ornamentals",2020, +37,"Mauritius","Ornamental fish nei","ornamentals",2021, 37,"Mauritius","Ornamental saltwater fish","ornamentals",1976, 37,"Mauritius","Ornamental saltwater fish","ornamentals",1977, 37,"Mauritius","Ornamental saltwater fish","ornamentals",1978, @@ -8054,6 +8508,7 @@ 37,"Mauritius","Ornamental saltwater fish","ornamentals",2018,9 37,"Mauritius","Ornamental saltwater fish","ornamentals",2019,5.3 37,"Mauritius","Ornamental saltwater fish","ornamentals",2020,1 +37,"Mauritius","Ornamental saltwater fish","ornamentals",2021,1.05 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -8099,6 +8554,7 @@ 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -8144,6 +8600,7 @@ 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -8189,6 +8646,7 @@ 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0.1 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 39,"Maldives","Coral and the like","corals",1976, 39,"Maldives","Coral and the like","corals",1977, 39,"Maldives","Coral and the like","corals",1978, @@ -8234,6 +8692,7 @@ 39,"Maldives","Coral and the like","corals",2018, 39,"Maldives","Coral and the like","corals",2019, 39,"Maldives","Coral and the like","corals",2020, +39,"Maldives","Coral and the like","corals",2021, 39,"Maldives","Fish liver oils, nei","fish_oil",1976, 39,"Maldives","Fish liver oils, nei","fish_oil",1977, 39,"Maldives","Fish liver oils, nei","fish_oil",1978, @@ -8279,6 +8738,7 @@ 39,"Maldives","Fish liver oils, nei","fish_oil",2018, 39,"Maldives","Fish liver oils, nei","fish_oil",2019, 39,"Maldives","Fish liver oils, nei","fish_oil",2020, +39,"Maldives","Fish liver oils, nei","fish_oil",2021, 39,"Maldives","Miscellaneous corals and shells","shells",1976, 39,"Maldives","Miscellaneous corals and shells","shells",1977, 39,"Maldives","Miscellaneous corals and shells","shells",1978, @@ -8324,6 +8784,7 @@ 39,"Maldives","Miscellaneous corals and shells","shells",2018, 39,"Maldives","Miscellaneous corals and shells","shells",2019, 39,"Maldives","Miscellaneous corals and shells","shells",2020, +39,"Maldives","Miscellaneous corals and shells","shells",2021, 39,"Maldives","Ornamental saltwater fish","ornamentals",1976, 39,"Maldives","Ornamental saltwater fish","ornamentals",1977, 39,"Maldives","Ornamental saltwater fish","ornamentals",1978, @@ -8369,6 +8830,7 @@ 39,"Maldives","Ornamental saltwater fish","ornamentals",2018,399 39,"Maldives","Ornamental saltwater fish","ornamentals",2019,286.71 39,"Maldives","Ornamental saltwater fish","ornamentals",2020,118.22 +39,"Maldives","Ornamental saltwater fish","ornamentals",2021,304.69 39,"Maldives","Shark liver oil","fish_oil",1976, 39,"Maldives","Shark liver oil","fish_oil",1977, 39,"Maldives","Shark liver oil","fish_oil",1978, @@ -8414,6 +8876,7 @@ 39,"Maldives","Shark liver oil","fish_oil",2018, 39,"Maldives","Shark liver oil","fish_oil",2019, 39,"Maldives","Shark liver oil","fish_oil",2020, +39,"Maldives","Shark liver oil","fish_oil",2021, 39,"Maldives","Shells nei","shells",1976, 39,"Maldives","Shells nei","shells",1977, 39,"Maldives","Shells nei","shells",1978, @@ -8459,6 +8922,7 @@ 39,"Maldives","Shells nei","shells",2018, 39,"Maldives","Shells nei","shells",2019, 39,"Maldives","Shells nei","shells",2020, +39,"Maldives","Shells nei","shells",2021, 40,"Sri Lanka","Agar agar nei","seaweeds",1976, 40,"Sri Lanka","Agar agar nei","seaweeds",1977, 40,"Sri Lanka","Agar agar nei","seaweeds",1978, @@ -8504,6 +8968,7 @@ 40,"Sri Lanka","Agar agar nei","seaweeds",2018,0.1 40,"Sri Lanka","Agar agar nei","seaweeds",2019,0.15 40,"Sri Lanka","Agar agar nei","seaweeds",2020,0.06 +40,"Sri Lanka","Agar agar nei","seaweeds",2021,0.01 40,"Sri Lanka","Coral and the like","corals",1976, 40,"Sri Lanka","Coral and the like","corals",1977, 40,"Sri Lanka","Coral and the like","corals",1978, @@ -8549,6 +9014,7 @@ 40,"Sri Lanka","Coral and the like","corals",2018,5 40,"Sri Lanka","Coral and the like","corals",2019,10.86 40,"Sri Lanka","Coral and the like","corals",2020,9.57 +40,"Sri Lanka","Coral and the like","corals",2021,21.69 40,"Sri Lanka","Fish body oils, nei","fish_oil",1976, 40,"Sri Lanka","Fish body oils, nei","fish_oil",1977, 40,"Sri Lanka","Fish body oils, nei","fish_oil",1978, @@ -8594,6 +9060,7 @@ 40,"Sri Lanka","Fish body oils, nei","fish_oil",2018,3 40,"Sri Lanka","Fish body oils, nei","fish_oil",2019,0 40,"Sri Lanka","Fish body oils, nei","fish_oil",2020, +40,"Sri Lanka","Fish body oils, nei","fish_oil",2021, 40,"Sri Lanka","Fish liver oils, nei","fish_oil",1976, 40,"Sri Lanka","Fish liver oils, nei","fish_oil",1977, 40,"Sri Lanka","Fish liver oils, nei","fish_oil",1978, @@ -8639,6 +9106,7 @@ 40,"Sri Lanka","Fish liver oils, nei","fish_oil",2018,2 40,"Sri Lanka","Fish liver oils, nei","fish_oil",2019,5.95 40,"Sri Lanka","Fish liver oils, nei","fish_oil",2020,4.25 +40,"Sri Lanka","Fish liver oils, nei","fish_oil",2021,13.39 40,"Sri Lanka","Miscellaneous corals and shells","shells",1976, 40,"Sri Lanka","Miscellaneous corals and shells","shells",1977, 40,"Sri Lanka","Miscellaneous corals and shells","shells",1978, @@ -8684,6 +9152,7 @@ 40,"Sri Lanka","Miscellaneous corals and shells","shells",2018,324 40,"Sri Lanka","Miscellaneous corals and shells","shells",2019,264.26 40,"Sri Lanka","Miscellaneous corals and shells","shells",2020,211.02 +40,"Sri Lanka","Miscellaneous corals and shells","shells",2021,284.29 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",1976, 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",1977, 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -8729,6 +9198,7 @@ 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",2018, 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",2019, 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",2020, +40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",2021, 40,"Sri Lanka","Ornamental fish nei","ornamentals",1976, 40,"Sri Lanka","Ornamental fish nei","ornamentals",1977, 40,"Sri Lanka","Ornamental fish nei","ornamentals",1978, @@ -8774,6 +9244,7 @@ 40,"Sri Lanka","Ornamental fish nei","ornamentals",2018, 40,"Sri Lanka","Ornamental fish nei","ornamentals",2019, 40,"Sri Lanka","Ornamental fish nei","ornamentals",2020, +40,"Sri Lanka","Ornamental fish nei","ornamentals",2021, 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",1976, 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",1977, 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",1978, @@ -8819,6 +9290,7 @@ 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",2018,199 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",2019,224.42 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",2020,176.15 +40,"Sri Lanka","Ornamental saltwater fish","ornamentals",2021,560.77 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -8864,6 +9336,7 @@ 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -8909,6 +9382,7 @@ 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,54 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,57.68 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,38.52 +40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,40.55 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -8954,6 +9428,7 @@ 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,85.64 +40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,109.59 41,"Mozambique","Agar agar nei","seaweeds",1976, 41,"Mozambique","Agar agar nei","seaweeds",1977, 41,"Mozambique","Agar agar nei","seaweeds",1978, @@ -8999,6 +9474,7 @@ 41,"Mozambique","Agar agar nei","seaweeds",2018, 41,"Mozambique","Agar agar nei","seaweeds",2019, 41,"Mozambique","Agar agar nei","seaweeds",2020, +41,"Mozambique","Agar agar nei","seaweeds",2021, 41,"Mozambique","Fish body oils, nei","fish_oil",1976, 41,"Mozambique","Fish body oils, nei","fish_oil",1977, 41,"Mozambique","Fish body oils, nei","fish_oil",1978, @@ -9044,6 +9520,7 @@ 41,"Mozambique","Fish body oils, nei","fish_oil",2018, 41,"Mozambique","Fish body oils, nei","fish_oil",2019, 41,"Mozambique","Fish body oils, nei","fish_oil",2020,4.03 +41,"Mozambique","Fish body oils, nei","fish_oil",2021, 41,"Mozambique","Fish liver oils, nei","fish_oil",1976, 41,"Mozambique","Fish liver oils, nei","fish_oil",1977, 41,"Mozambique","Fish liver oils, nei","fish_oil",1978, @@ -9089,6 +9566,7 @@ 41,"Mozambique","Fish liver oils, nei","fish_oil",2018,122 41,"Mozambique","Fish liver oils, nei","fish_oil",2019,92.14 41,"Mozambique","Fish liver oils, nei","fish_oil",2020,97.92 +41,"Mozambique","Fish liver oils, nei","fish_oil",2021,93.52 41,"Mozambique","Miscellaneous corals and shells","shells",1976, 41,"Mozambique","Miscellaneous corals and shells","shells",1977, 41,"Mozambique","Miscellaneous corals and shells","shells",1978, @@ -9134,6 +9612,7 @@ 41,"Mozambique","Miscellaneous corals and shells","shells",2018,19 41,"Mozambique","Miscellaneous corals and shells","shells",2019,10.63 41,"Mozambique","Miscellaneous corals and shells","shells",2020,116.83 +41,"Mozambique","Miscellaneous corals and shells","shells",2021,67.4 41,"Mozambique","Ornamental fish nei","ornamentals",1976, 41,"Mozambique","Ornamental fish nei","ornamentals",1977, 41,"Mozambique","Ornamental fish nei","ornamentals",1978, @@ -9179,6 +9658,7 @@ 41,"Mozambique","Ornamental fish nei","ornamentals",2018, 41,"Mozambique","Ornamental fish nei","ornamentals",2019, 41,"Mozambique","Ornamental fish nei","ornamentals",2020, +41,"Mozambique","Ornamental fish nei","ornamentals",2021, 41,"Mozambique","Ornamental saltwater fish","ornamentals",1976, 41,"Mozambique","Ornamental saltwater fish","ornamentals",1977, 41,"Mozambique","Ornamental saltwater fish","ornamentals",1978, @@ -9224,6 +9704,7 @@ 41,"Mozambique","Ornamental saltwater fish","ornamentals",2018, 41,"Mozambique","Ornamental saltwater fish","ornamentals",2019,0.4 41,"Mozambique","Ornamental saltwater fish","ornamentals",2020,0.06 +41,"Mozambique","Ornamental saltwater fish","ornamentals",2021, 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -9269,6 +9750,53 @@ 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.03 42,"Madagascar","Coral and the like","corals",1976, 42,"Madagascar","Coral and the like","corals",1977, 42,"Madagascar","Coral and the like","corals",1978, @@ -9314,6 +9842,7 @@ 42,"Madagascar","Coral and the like","corals",2018,313 42,"Madagascar","Coral and the like","corals",2019,448.51 42,"Madagascar","Coral and the like","corals",2020,332.53 +42,"Madagascar","Coral and the like","corals",2021,420.41 42,"Madagascar","Fish body oils, nei","fish_oil",1976, 42,"Madagascar","Fish body oils, nei","fish_oil",1977, 42,"Madagascar","Fish body oils, nei","fish_oil",1978, @@ -9359,6 +9888,7 @@ 42,"Madagascar","Fish body oils, nei","fish_oil",2018, 42,"Madagascar","Fish body oils, nei","fish_oil",2019, 42,"Madagascar","Fish body oils, nei","fish_oil",2020, +42,"Madagascar","Fish body oils, nei","fish_oil",2021, 42,"Madagascar","Fish liver oils, nei","fish_oil",1976, 42,"Madagascar","Fish liver oils, nei","fish_oil",1977, 42,"Madagascar","Fish liver oils, nei","fish_oil",1978, @@ -9404,6 +9934,7 @@ 42,"Madagascar","Fish liver oils, nei","fish_oil",2018, 42,"Madagascar","Fish liver oils, nei","fish_oil",2019, 42,"Madagascar","Fish liver oils, nei","fish_oil",2020,33.48 +42,"Madagascar","Fish liver oils, nei","fish_oil",2021,55.8 42,"Madagascar","Natural sponges nei","sponges",1976, 42,"Madagascar","Natural sponges nei","sponges",1977, 42,"Madagascar","Natural sponges nei","sponges",1978, @@ -9449,6 +9980,7 @@ 42,"Madagascar","Natural sponges nei","sponges",2018, 42,"Madagascar","Natural sponges nei","sponges",2019, 42,"Madagascar","Natural sponges nei","sponges",2020, +42,"Madagascar","Natural sponges nei","sponges",2021, 42,"Madagascar","Natural sponges raw","sponges",1976, 42,"Madagascar","Natural sponges raw","sponges",1977, 42,"Madagascar","Natural sponges raw","sponges",1978, @@ -9494,6 +10026,7 @@ 42,"Madagascar","Natural sponges raw","sponges",2018, 42,"Madagascar","Natural sponges raw","sponges",2019, 42,"Madagascar","Natural sponges raw","sponges",2020, +42,"Madagascar","Natural sponges raw","sponges",2021, 42,"Madagascar","Ornamental fish nei","ornamentals",1976, 42,"Madagascar","Ornamental fish nei","ornamentals",1977, 42,"Madagascar","Ornamental fish nei","ornamentals",1978, @@ -9539,6 +10072,7 @@ 42,"Madagascar","Ornamental fish nei","ornamentals",2018, 42,"Madagascar","Ornamental fish nei","ornamentals",2019, 42,"Madagascar","Ornamental fish nei","ornamentals",2020, +42,"Madagascar","Ornamental fish nei","ornamentals",2021, 42,"Madagascar","Ornamental saltwater fish","ornamentals",1976, 42,"Madagascar","Ornamental saltwater fish","ornamentals",1977, 42,"Madagascar","Ornamental saltwater fish","ornamentals",1978, @@ -9584,6 +10118,7 @@ 42,"Madagascar","Ornamental saltwater fish","ornamentals",2018,0.1 42,"Madagascar","Ornamental saltwater fish","ornamentals",2019,1.02 42,"Madagascar","Ornamental saltwater fish","ornamentals",2020, +42,"Madagascar","Ornamental saltwater fish","ornamentals",2021,0.01 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -9629,6 +10164,7 @@ 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -9674,6 +10210,7 @@ 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,225 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,547.42 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,695.54 +42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,702.43 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -9719,6 +10256,7 @@ 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,895 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1575.41 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1561.75 +42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,2006.82 42,"Madagascar","Shark oil","fish_oil",1976, 42,"Madagascar","Shark oil","fish_oil",1977, 42,"Madagascar","Shark oil","fish_oil",1978, @@ -9764,6 +10302,7 @@ 42,"Madagascar","Shark oil","fish_oil",2018, 42,"Madagascar","Shark oil","fish_oil",2019, 42,"Madagascar","Shark oil","fish_oil",2020, +42,"Madagascar","Shark oil","fish_oil",2021, 43,"Kenya","Agar agar nei","seaweeds",1976, 43,"Kenya","Agar agar nei","seaweeds",1977, 43,"Kenya","Agar agar nei","seaweeds",1978, @@ -9809,6 +10348,7 @@ 43,"Kenya","Agar agar nei","seaweeds",2018, 43,"Kenya","Agar agar nei","seaweeds",2019,0.04 43,"Kenya","Agar agar nei","seaweeds",2020,0.03 +43,"Kenya","Agar agar nei","seaweeds",2021, 43,"Kenya","Coral and the like","corals",1976, 43,"Kenya","Coral and the like","corals",1977, 43,"Kenya","Coral and the like","corals",1978, @@ -9854,6 +10394,7 @@ 43,"Kenya","Coral and the like","corals",2018, 43,"Kenya","Coral and the like","corals",2019, 43,"Kenya","Coral and the like","corals",2020, +43,"Kenya","Coral and the like","corals",2021, 43,"Kenya","Fish body oils, nei","fish_oil",1976, 43,"Kenya","Fish body oils, nei","fish_oil",1977, 43,"Kenya","Fish body oils, nei","fish_oil",1978, @@ -9899,6 +10440,7 @@ 43,"Kenya","Fish body oils, nei","fish_oil",2018,0.1 43,"Kenya","Fish body oils, nei","fish_oil",2019,2.59 43,"Kenya","Fish body oils, nei","fish_oil",2020, +43,"Kenya","Fish body oils, nei","fish_oil",2021,0.15 43,"Kenya","Fish liver oils, nei","fish_oil",1976, 43,"Kenya","Fish liver oils, nei","fish_oil",1977, 43,"Kenya","Fish liver oils, nei","fish_oil",1978, @@ -9944,6 +10486,7 @@ 43,"Kenya","Fish liver oils, nei","fish_oil",2018, 43,"Kenya","Fish liver oils, nei","fish_oil",2019, 43,"Kenya","Fish liver oils, nei","fish_oil",2020,0.06 +43,"Kenya","Fish liver oils, nei","fish_oil",2021,0.05 43,"Kenya","Miscellaneous corals and shells","shells",1976, 43,"Kenya","Miscellaneous corals and shells","shells",1977, 43,"Kenya","Miscellaneous corals and shells","shells",1978, @@ -9989,6 +10532,7 @@ 43,"Kenya","Miscellaneous corals and shells","shells",2018,289 43,"Kenya","Miscellaneous corals and shells","shells",2019,289.93 43,"Kenya","Miscellaneous corals and shells","shells",2020,366.76 +43,"Kenya","Miscellaneous corals and shells","shells",2021,432.9 43,"Kenya","Natural sponges nei","sponges",1976, 43,"Kenya","Natural sponges nei","sponges",1977, 43,"Kenya","Natural sponges nei","sponges",1978, @@ -10034,6 +10578,7 @@ 43,"Kenya","Natural sponges nei","sponges",2018, 43,"Kenya","Natural sponges nei","sponges",2019, 43,"Kenya","Natural sponges nei","sponges",2020, +43,"Kenya","Natural sponges nei","sponges",2021, 43,"Kenya","Ornamental fish nei","ornamentals",1976, 43,"Kenya","Ornamental fish nei","ornamentals",1977, 43,"Kenya","Ornamental fish nei","ornamentals",1978, @@ -10079,6 +10624,7 @@ 43,"Kenya","Ornamental fish nei","ornamentals",2018, 43,"Kenya","Ornamental fish nei","ornamentals",2019, 43,"Kenya","Ornamental fish nei","ornamentals",2020, +43,"Kenya","Ornamental fish nei","ornamentals",2021, 43,"Kenya","Ornamental saltwater fish","ornamentals",1976, 43,"Kenya","Ornamental saltwater fish","ornamentals",1977, 43,"Kenya","Ornamental saltwater fish","ornamentals",1978, @@ -10124,6 +10670,7 @@ 43,"Kenya","Ornamental saltwater fish","ornamentals",2018,46 43,"Kenya","Ornamental saltwater fish","ornamentals",2019,99.06 43,"Kenya","Ornamental saltwater fish","ornamentals",2020,407.88 +43,"Kenya","Ornamental saltwater fish","ornamentals",2021,507.47 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -10169,6 +10716,7 @@ 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,33 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,100 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -10214,6 +10762,53 @@ 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,19.67 +43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,39.5 +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,220 44,"Somalia","Coral and the like","corals",1976, 44,"Somalia","Coral and the like","corals",1977, 44,"Somalia","Coral and the like","corals",1978, @@ -10259,6 +10854,7 @@ 44,"Somalia","Coral and the like","corals",2018, 44,"Somalia","Coral and the like","corals",2019, 44,"Somalia","Coral and the like","corals",2020, +44,"Somalia","Coral and the like","corals",2021, 44,"Somalia","Fish body oils, nei","fish_oil",1976, 44,"Somalia","Fish body oils, nei","fish_oil",1977, 44,"Somalia","Fish body oils, nei","fish_oil",1978, @@ -10304,6 +10900,7 @@ 44,"Somalia","Fish body oils, nei","fish_oil",2018,48 44,"Somalia","Fish body oils, nei","fish_oil",2019, 44,"Somalia","Fish body oils, nei","fish_oil",2020, +44,"Somalia","Fish body oils, nei","fish_oil",2021,54.38 44,"Somalia","Fish liver oils, nei","fish_oil",1976, 44,"Somalia","Fish liver oils, nei","fish_oil",1977, 44,"Somalia","Fish liver oils, nei","fish_oil",1978, @@ -10349,6 +10946,7 @@ 44,"Somalia","Fish liver oils, nei","fish_oil",2018,166 44,"Somalia","Fish liver oils, nei","fish_oil",2019,411.62 44,"Somalia","Fish liver oils, nei","fish_oil",2020,770.94 +44,"Somalia","Fish liver oils, nei","fish_oil",2021,478.79 44,"Somalia","Miscellaneous corals and shells","shells",1976, 44,"Somalia","Miscellaneous corals and shells","shells",1977, 44,"Somalia","Miscellaneous corals and shells","shells",1978, @@ -10394,6 +10992,7 @@ 44,"Somalia","Miscellaneous corals and shells","shells",2018, 44,"Somalia","Miscellaneous corals and shells","shells",2019, 44,"Somalia","Miscellaneous corals and shells","shells",2020, +44,"Somalia","Miscellaneous corals and shells","shells",2021,0 44,"Somalia","Mother of pearl shells","shells",1976, 44,"Somalia","Mother of pearl shells","shells",1977, 44,"Somalia","Mother of pearl shells","shells",1978, @@ -10439,6 +11038,7 @@ 44,"Somalia","Mother of pearl shells","shells",2018, 44,"Somalia","Mother of pearl shells","shells",2019, 44,"Somalia","Mother of pearl shells","shells",2020, +44,"Somalia","Mother of pearl shells","shells",2021, 44,"Somalia","Ornamental fish nei","ornamentals",1976, 44,"Somalia","Ornamental fish nei","ornamentals",1977, 44,"Somalia","Ornamental fish nei","ornamentals",1978, @@ -10484,6 +11084,7 @@ 44,"Somalia","Ornamental fish nei","ornamentals",2018, 44,"Somalia","Ornamental fish nei","ornamentals",2019, 44,"Somalia","Ornamental fish nei","ornamentals",2020, +44,"Somalia","Ornamental fish nei","ornamentals",2021, 44,"Somalia","Ornamental saltwater fish","ornamentals",1976, 44,"Somalia","Ornamental saltwater fish","ornamentals",1977, 44,"Somalia","Ornamental saltwater fish","ornamentals",1978, @@ -10529,6 +11130,7 @@ 44,"Somalia","Ornamental saltwater fish","ornamentals",2018, 44,"Somalia","Ornamental saltwater fish","ornamentals",2019,1.1 44,"Somalia","Ornamental saltwater fish","ornamentals",2020,10.44 +44,"Somalia","Ornamental saltwater fish","ornamentals",2021,36.45 44,"Somalia","Shells nei","shells",1976, 44,"Somalia","Shells nei","shells",1977, 44,"Somalia","Shells nei","shells",1978, @@ -10574,6 +11176,7 @@ 44,"Somalia","Shells nei","shells",2018, 44,"Somalia","Shells nei","shells",2019, 44,"Somalia","Shells nei","shells",2020,0.1 +44,"Somalia","Shells nei","shells",2021, 45,"Eritrea","Coral and the like","corals",1976, 45,"Eritrea","Coral and the like","corals",1977, 45,"Eritrea","Coral and the like","corals",1978, @@ -10619,6 +11222,7 @@ 45,"Eritrea","Coral and the like","corals",2018, 45,"Eritrea","Coral and the like","corals",2019, 45,"Eritrea","Coral and the like","corals",2020, +45,"Eritrea","Coral and the like","corals",2021, 45,"Eritrea","Miscellaneous corals and shells","shells",1976, 45,"Eritrea","Miscellaneous corals and shells","shells",1977, 45,"Eritrea","Miscellaneous corals and shells","shells",1978, @@ -10664,6 +11268,7 @@ 45,"Eritrea","Miscellaneous corals and shells","shells",2018, 45,"Eritrea","Miscellaneous corals and shells","shells",2019, 45,"Eritrea","Miscellaneous corals and shells","shells",2020, +45,"Eritrea","Miscellaneous corals and shells","shells",2021, 45,"Eritrea","Ornamental fish nei","ornamentals",1976, 45,"Eritrea","Ornamental fish nei","ornamentals",1977, 45,"Eritrea","Ornamental fish nei","ornamentals",1978, @@ -10709,6 +11314,7 @@ 45,"Eritrea","Ornamental fish nei","ornamentals",2018, 45,"Eritrea","Ornamental fish nei","ornamentals",2019, 45,"Eritrea","Ornamental fish nei","ornamentals",2020, +45,"Eritrea","Ornamental fish nei","ornamentals",2021, 45,"Eritrea","Ornamental saltwater fish","ornamentals",1976, 45,"Eritrea","Ornamental saltwater fish","ornamentals",1977, 45,"Eritrea","Ornamental saltwater fish","ornamentals",1978, @@ -10754,6 +11360,7 @@ 45,"Eritrea","Ornamental saltwater fish","ornamentals",2018, 45,"Eritrea","Ornamental saltwater fish","ornamentals",2019, 45,"Eritrea","Ornamental saltwater fish","ornamentals",2020, +45,"Eritrea","Ornamental saltwater fish","ornamentals",2021, 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -10799,6 +11406,7 @@ 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 46,"Djibouti","Agar agar nei","seaweeds",1976, 46,"Djibouti","Agar agar nei","seaweeds",1977, 46,"Djibouti","Agar agar nei","seaweeds",1978, @@ -10844,6 +11452,7 @@ 46,"Djibouti","Agar agar nei","seaweeds",2018, 46,"Djibouti","Agar agar nei","seaweeds",2019, 46,"Djibouti","Agar agar nei","seaweeds",2020, +46,"Djibouti","Agar agar nei","seaweeds",2021, 46,"Djibouti","Fish body oils, nei","fish_oil",1976, 46,"Djibouti","Fish body oils, nei","fish_oil",1977, 46,"Djibouti","Fish body oils, nei","fish_oil",1978, @@ -10889,6 +11498,7 @@ 46,"Djibouti","Fish body oils, nei","fish_oil",2018,0 46,"Djibouti","Fish body oils, nei","fish_oil",2019, 46,"Djibouti","Fish body oils, nei","fish_oil",2020, +46,"Djibouti","Fish body oils, nei","fish_oil",2021, 46,"Djibouti","Miscellaneous corals and shells","shells",1976, 46,"Djibouti","Miscellaneous corals and shells","shells",1977, 46,"Djibouti","Miscellaneous corals and shells","shells",1978, @@ -10934,6 +11544,7 @@ 46,"Djibouti","Miscellaneous corals and shells","shells",2018, 46,"Djibouti","Miscellaneous corals and shells","shells",2019, 46,"Djibouti","Miscellaneous corals and shells","shells",2020, +46,"Djibouti","Miscellaneous corals and shells","shells",2021, 46,"Djibouti","Ornamental fish nei","ornamentals",1976, 46,"Djibouti","Ornamental fish nei","ornamentals",1977, 46,"Djibouti","Ornamental fish nei","ornamentals",1978, @@ -10979,6 +11590,7 @@ 46,"Djibouti","Ornamental fish nei","ornamentals",2018, 46,"Djibouti","Ornamental fish nei","ornamentals",2019, 46,"Djibouti","Ornamental fish nei","ornamentals",2020, +46,"Djibouti","Ornamental fish nei","ornamentals",2021, 46,"Djibouti","Ornamental saltwater fish","ornamentals",1976, 46,"Djibouti","Ornamental saltwater fish","ornamentals",1977, 46,"Djibouti","Ornamental saltwater fish","ornamentals",1978, @@ -11024,6 +11636,7 @@ 46,"Djibouti","Ornamental saltwater fish","ornamentals",2018,0 46,"Djibouti","Ornamental saltwater fish","ornamentals",2019,0 46,"Djibouti","Ornamental saltwater fish","ornamentals",2020,0 +46,"Djibouti","Ornamental saltwater fish","ornamentals",2021,0 47,"Yemen","Agar agar nei","seaweeds",1976, 47,"Yemen","Agar agar nei","seaweeds",1977, 47,"Yemen","Agar agar nei","seaweeds",1978, @@ -11069,6 +11682,7 @@ 47,"Yemen","Agar agar nei","seaweeds",2018, 47,"Yemen","Agar agar nei","seaweeds",2019, 47,"Yemen","Agar agar nei","seaweeds",2020, +47,"Yemen","Agar agar nei","seaweeds",2021,0 47,"Yemen","Fish body oils, nei","fish_oil",1976, 47,"Yemen","Fish body oils, nei","fish_oil",1977, 47,"Yemen","Fish body oils, nei","fish_oil",1978, @@ -11114,6 +11728,7 @@ 47,"Yemen","Fish body oils, nei","fish_oil",2018,20 47,"Yemen","Fish body oils, nei","fish_oil",2019, 47,"Yemen","Fish body oils, nei","fish_oil",2020,285.88 +47,"Yemen","Fish body oils, nei","fish_oil",2021,2730.53 47,"Yemen","Fish liver oils, nei","fish_oil",1976, 47,"Yemen","Fish liver oils, nei","fish_oil",1977, 47,"Yemen","Fish liver oils, nei","fish_oil",1978, @@ -11159,6 +11774,7 @@ 47,"Yemen","Fish liver oils, nei","fish_oil",2018,144 47,"Yemen","Fish liver oils, nei","fish_oil",2019,126 47,"Yemen","Fish liver oils, nei","fish_oil",2020,431.06 +47,"Yemen","Fish liver oils, nei","fish_oil",2021,297.37 47,"Yemen","Miscellaneous corals and shells","shells",1976, 47,"Yemen","Miscellaneous corals and shells","shells",1977, 47,"Yemen","Miscellaneous corals and shells","shells",1978, @@ -11204,6 +11820,7 @@ 47,"Yemen","Miscellaneous corals and shells","shells",2018, 47,"Yemen","Miscellaneous corals and shells","shells",2019, 47,"Yemen","Miscellaneous corals and shells","shells",2020, +47,"Yemen","Miscellaneous corals and shells","shells",2021,12 47,"Yemen","Ornamental fish nei","ornamentals",1976, 47,"Yemen","Ornamental fish nei","ornamentals",1977, 47,"Yemen","Ornamental fish nei","ornamentals",1978, @@ -11249,6 +11866,7 @@ 47,"Yemen","Ornamental fish nei","ornamentals",2018, 47,"Yemen","Ornamental fish nei","ornamentals",2019, 47,"Yemen","Ornamental fish nei","ornamentals",2020, +47,"Yemen","Ornamental fish nei","ornamentals",2021, 47,"Yemen","Ornamental saltwater fish","ornamentals",1976, 47,"Yemen","Ornamental saltwater fish","ornamentals",1977, 47,"Yemen","Ornamental saltwater fish","ornamentals",1978, @@ -11294,6 +11912,7 @@ 47,"Yemen","Ornamental saltwater fish","ornamentals",2018,0 47,"Yemen","Ornamental saltwater fish","ornamentals",2019, 47,"Yemen","Ornamental saltwater fish","ornamentals",2020, +47,"Yemen","Ornamental saltwater fish","ornamentals",2021, 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -11339,6 +11958,7 @@ 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -11384,6 +12004,7 @@ 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -11429,6 +12050,7 @@ 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0 48,"Oman","Agar agar nei","seaweeds",1976, 48,"Oman","Agar agar nei","seaweeds",1977, 48,"Oman","Agar agar nei","seaweeds",1978, @@ -11474,6 +12096,7 @@ 48,"Oman","Agar agar nei","seaweeds",2018, 48,"Oman","Agar agar nei","seaweeds",2019, 48,"Oman","Agar agar nei","seaweeds",2020,2.76 +48,"Oman","Agar agar nei","seaweeds",2021, 48,"Oman","Coral and the like","corals",1976, 48,"Oman","Coral and the like","corals",1977, 48,"Oman","Coral and the like","corals",1978, @@ -11519,6 +12142,7 @@ 48,"Oman","Coral and the like","corals",2018, 48,"Oman","Coral and the like","corals",2019, 48,"Oman","Coral and the like","corals",2020, +48,"Oman","Coral and the like","corals",2021, 48,"Oman","Fish body oils, nei","fish_oil",1976, 48,"Oman","Fish body oils, nei","fish_oil",1977, 48,"Oman","Fish body oils, nei","fish_oil",1978, @@ -11564,6 +12188,7 @@ 48,"Oman","Fish body oils, nei","fish_oil",2018,11842.65 48,"Oman","Fish body oils, nei","fish_oil",2019,5972.24 48,"Oman","Fish body oils, nei","fish_oil",2020,18932.42 +48,"Oman","Fish body oils, nei","fish_oil",2021,24831.03 48,"Oman","Fish liver oils, nei","fish_oil",1976, 48,"Oman","Fish liver oils, nei","fish_oil",1977, 48,"Oman","Fish liver oils, nei","fish_oil",1978, @@ -11609,6 +12234,7 @@ 48,"Oman","Fish liver oils, nei","fish_oil",2018, 48,"Oman","Fish liver oils, nei","fish_oil",2019,129.6 48,"Oman","Fish liver oils, nei","fish_oil",2020,2302.05 +48,"Oman","Fish liver oils, nei","fish_oil",2021,5708.05 48,"Oman","Miscellaneous corals and shells","shells",1976, 48,"Oman","Miscellaneous corals and shells","shells",1977, 48,"Oman","Miscellaneous corals and shells","shells",1978, @@ -11654,6 +12280,7 @@ 48,"Oman","Miscellaneous corals and shells","shells",2018, 48,"Oman","Miscellaneous corals and shells","shells",2019,15 48,"Oman","Miscellaneous corals and shells","shells",2020,113 +48,"Oman","Miscellaneous corals and shells","shells",2021,17 48,"Oman","Natural sponges nei","sponges",1976, 48,"Oman","Natural sponges nei","sponges",1977, 48,"Oman","Natural sponges nei","sponges",1978, @@ -11699,6 +12326,7 @@ 48,"Oman","Natural sponges nei","sponges",2018, 48,"Oman","Natural sponges nei","sponges",2019, 48,"Oman","Natural sponges nei","sponges",2020, +48,"Oman","Natural sponges nei","sponges",2021, 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",1976, 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",1977, 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -11744,6 +12372,7 @@ 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",2018, 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",2019, 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",2020, +48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",2021, 48,"Oman","Ornamental fish nei","ornamentals",1976, 48,"Oman","Ornamental fish nei","ornamentals",1977, 48,"Oman","Ornamental fish nei","ornamentals",1978, @@ -11789,6 +12418,7 @@ 48,"Oman","Ornamental fish nei","ornamentals",2018, 48,"Oman","Ornamental fish nei","ornamentals",2019, 48,"Oman","Ornamental fish nei","ornamentals",2020, +48,"Oman","Ornamental fish nei","ornamentals",2021, 48,"Oman","Ornamental saltwater fish","ornamentals",1976, 48,"Oman","Ornamental saltwater fish","ornamentals",1977, 48,"Oman","Ornamental saltwater fish","ornamentals",1978, @@ -11834,6 +12464,7 @@ 48,"Oman","Ornamental saltwater fish","ornamentals",2018, 48,"Oman","Ornamental saltwater fish","ornamentals",2019,0.12 48,"Oman","Ornamental saltwater fish","ornamentals",2020,0.28 +48,"Oman","Ornamental saltwater fish","ornamentals",2021, 49,"Sudan","Agar agar nei","seaweeds",1976, 49,"Sudan","Agar agar nei","seaweeds",1977, 49,"Sudan","Agar agar nei","seaweeds",1978, @@ -11879,6 +12510,7 @@ 49,"Sudan","Agar agar nei","seaweeds",2018, 49,"Sudan","Agar agar nei","seaweeds",2019, 49,"Sudan","Agar agar nei","seaweeds",2020, +49,"Sudan","Agar agar nei","seaweeds",2021, 49,"Sudan","Coral and the like","corals",1976, 49,"Sudan","Coral and the like","corals",1977, 49,"Sudan","Coral and the like","corals",1978, @@ -11924,6 +12556,7 @@ 49,"Sudan","Coral and the like","corals",2018, 49,"Sudan","Coral and the like","corals",2019, 49,"Sudan","Coral and the like","corals",2020, +49,"Sudan","Coral and the like","corals",2021, 49,"Sudan","Miscellaneous corals and shells","shells",1976, 49,"Sudan","Miscellaneous corals and shells","shells",1977, 49,"Sudan","Miscellaneous corals and shells","shells",1978, @@ -11969,6 +12602,7 @@ 49,"Sudan","Miscellaneous corals and shells","shells",2018,58 49,"Sudan","Miscellaneous corals and shells","shells",2019,80 49,"Sudan","Miscellaneous corals and shells","shells",2020,110 +49,"Sudan","Miscellaneous corals and shells","shells",2021,64.5 49,"Sudan","Natural sponges nei","sponges",1976, 49,"Sudan","Natural sponges nei","sponges",1977, 49,"Sudan","Natural sponges nei","sponges",1978, @@ -12014,6 +12648,7 @@ 49,"Sudan","Natural sponges nei","sponges",2018, 49,"Sudan","Natural sponges nei","sponges",2019, 49,"Sudan","Natural sponges nei","sponges",2020, +49,"Sudan","Natural sponges nei","sponges",2021, 49,"Sudan","Ornamental fish nei","ornamentals",1976, 49,"Sudan","Ornamental fish nei","ornamentals",1977, 49,"Sudan","Ornamental fish nei","ornamentals",1978, @@ -12059,6 +12694,7 @@ 49,"Sudan","Ornamental fish nei","ornamentals",2018, 49,"Sudan","Ornamental fish nei","ornamentals",2019, 49,"Sudan","Ornamental fish nei","ornamentals",2020, +49,"Sudan","Ornamental fish nei","ornamentals",2021, 49,"Sudan","Ornamental saltwater fish","ornamentals",1976, 49,"Sudan","Ornamental saltwater fish","ornamentals",1977, 49,"Sudan","Ornamental saltwater fish","ornamentals",1978, @@ -12104,6 +12740,7 @@ 49,"Sudan","Ornamental saltwater fish","ornamentals",2018, 49,"Sudan","Ornamental saltwater fish","ornamentals",2019, 49,"Sudan","Ornamental saltwater fish","ornamentals",2020,0 +49,"Sudan","Ornamental saltwater fish","ornamentals",2021,1.46 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -12149,6 +12786,7 @@ 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -12194,6 +12832,53 @@ 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,56 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, +49,"Sudan","Shells nei","shells",1976, +49,"Sudan","Shells nei","shells",1977, +49,"Sudan","Shells nei","shells",1978, +49,"Sudan","Shells nei","shells",1979, +49,"Sudan","Shells nei","shells",1980, +49,"Sudan","Shells nei","shells",1981, +49,"Sudan","Shells nei","shells",1982, +49,"Sudan","Shells nei","shells",1983, +49,"Sudan","Shells nei","shells",1984, +49,"Sudan","Shells nei","shells",1985, +49,"Sudan","Shells nei","shells",1986, +49,"Sudan","Shells nei","shells",1987, +49,"Sudan","Shells nei","shells",1988, +49,"Sudan","Shells nei","shells",1989, +49,"Sudan","Shells nei","shells",1990, +49,"Sudan","Shells nei","shells",1991, +49,"Sudan","Shells nei","shells",1992, +49,"Sudan","Shells nei","shells",1993, +49,"Sudan","Shells nei","shells",1994, +49,"Sudan","Shells nei","shells",1995, +49,"Sudan","Shells nei","shells",1996, +49,"Sudan","Shells nei","shells",1997, +49,"Sudan","Shells nei","shells",1998, +49,"Sudan","Shells nei","shells",1999, +49,"Sudan","Shells nei","shells",2000, +49,"Sudan","Shells nei","shells",2001, +49,"Sudan","Shells nei","shells",2002, +49,"Sudan","Shells nei","shells",2003, +49,"Sudan","Shells nei","shells",2004, +49,"Sudan","Shells nei","shells",2005, +49,"Sudan","Shells nei","shells",2006, +49,"Sudan","Shells nei","shells",2007, +49,"Sudan","Shells nei","shells",2008, +49,"Sudan","Shells nei","shells",2009, +49,"Sudan","Shells nei","shells",2010, +49,"Sudan","Shells nei","shells",2011, +49,"Sudan","Shells nei","shells",2012, +49,"Sudan","Shells nei","shells",2013, +49,"Sudan","Shells nei","shells",2014, +49,"Sudan","Shells nei","shells",2015, +49,"Sudan","Shells nei","shells",2016, +49,"Sudan","Shells nei","shells",2017, +49,"Sudan","Shells nei","shells",2018, +49,"Sudan","Shells nei","shells",2019, +49,"Sudan","Shells nei","shells",2020, +49,"Sudan","Shells nei","shells",2021,14.8 50,"Saudi Arabia","Fish body oils, nei","fish_oil",1976, 50,"Saudi Arabia","Fish body oils, nei","fish_oil",1977, 50,"Saudi Arabia","Fish body oils, nei","fish_oil",1978, @@ -12239,6 +12924,7 @@ 50,"Saudi Arabia","Fish body oils, nei","fish_oil",2018, 50,"Saudi Arabia","Fish body oils, nei","fish_oil",2019, 50,"Saudi Arabia","Fish body oils, nei","fish_oil",2020, +50,"Saudi Arabia","Fish body oils, nei","fish_oil",2021, 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",1976, 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",1977, 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",1978, @@ -12284,6 +12970,7 @@ 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",2018, 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",2019, 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",2020, +50,"Saudi Arabia","Fish liver oils, nei","fish_oil",2021, 50,"Saudi Arabia","Miscellaneous corals and shells","shells",1976, 50,"Saudi Arabia","Miscellaneous corals and shells","shells",1977, 50,"Saudi Arabia","Miscellaneous corals and shells","shells",1978, @@ -12329,6 +13016,7 @@ 50,"Saudi Arabia","Miscellaneous corals and shells","shells",2018, 50,"Saudi Arabia","Miscellaneous corals and shells","shells",2019, 50,"Saudi Arabia","Miscellaneous corals and shells","shells",2020, +50,"Saudi Arabia","Miscellaneous corals and shells","shells",2021,2.62 50,"Saudi Arabia","Natural sponges nei","sponges",1976, 50,"Saudi Arabia","Natural sponges nei","sponges",1977, 50,"Saudi Arabia","Natural sponges nei","sponges",1978, @@ -12374,6 +13062,7 @@ 50,"Saudi Arabia","Natural sponges nei","sponges",2018, 50,"Saudi Arabia","Natural sponges nei","sponges",2019, 50,"Saudi Arabia","Natural sponges nei","sponges",2020, +50,"Saudi Arabia","Natural sponges nei","sponges",2021, 50,"Saudi Arabia","Natural sponges other than raw","sponges",1976, 50,"Saudi Arabia","Natural sponges other than raw","sponges",1977, 50,"Saudi Arabia","Natural sponges other than raw","sponges",1978, @@ -12419,6 +13108,7 @@ 50,"Saudi Arabia","Natural sponges other than raw","sponges",2018, 50,"Saudi Arabia","Natural sponges other than raw","sponges",2019, 50,"Saudi Arabia","Natural sponges other than raw","sponges",2020, +50,"Saudi Arabia","Natural sponges other than raw","sponges",2021, 50,"Saudi Arabia","Ornamental fish nei","ornamentals",1976, 50,"Saudi Arabia","Ornamental fish nei","ornamentals",1977, 50,"Saudi Arabia","Ornamental fish nei","ornamentals",1978, @@ -12464,6 +13154,7 @@ 50,"Saudi Arabia","Ornamental fish nei","ornamentals",2018, 50,"Saudi Arabia","Ornamental fish nei","ornamentals",2019, 50,"Saudi Arabia","Ornamental fish nei","ornamentals",2020, +50,"Saudi Arabia","Ornamental fish nei","ornamentals",2021, 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -12509,6 +13200,53 @@ 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,2.05 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -12554,6 +13292,7 @@ 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 51,"Kuwait","Agar agar nei","seaweeds",1976, 51,"Kuwait","Agar agar nei","seaweeds",1977, 51,"Kuwait","Agar agar nei","seaweeds",1978, @@ -12599,6 +13338,7 @@ 51,"Kuwait","Agar agar nei","seaweeds",2018, 51,"Kuwait","Agar agar nei","seaweeds",2019, 51,"Kuwait","Agar agar nei","seaweeds",2020, +51,"Kuwait","Agar agar nei","seaweeds",2021, 51,"Kuwait","Coral and the like","corals",1976, 51,"Kuwait","Coral and the like","corals",1977, 51,"Kuwait","Coral and the like","corals",1978, @@ -12644,6 +13384,7 @@ 51,"Kuwait","Coral and the like","corals",2018, 51,"Kuwait","Coral and the like","corals",2019, 51,"Kuwait","Coral and the like","corals",2020, +51,"Kuwait","Coral and the like","corals",2021, 51,"Kuwait","Fish body oils, nei","fish_oil",1976, 51,"Kuwait","Fish body oils, nei","fish_oil",1977, 51,"Kuwait","Fish body oils, nei","fish_oil",1978, @@ -12689,6 +13430,7 @@ 51,"Kuwait","Fish body oils, nei","fish_oil",2018, 51,"Kuwait","Fish body oils, nei","fish_oil",2019, 51,"Kuwait","Fish body oils, nei","fish_oil",2020, +51,"Kuwait","Fish body oils, nei","fish_oil",2021, 51,"Kuwait","Miscellaneous corals and shells","shells",1976, 51,"Kuwait","Miscellaneous corals and shells","shells",1977, 51,"Kuwait","Miscellaneous corals and shells","shells",1978, @@ -12734,6 +13476,7 @@ 51,"Kuwait","Miscellaneous corals and shells","shells",2018, 51,"Kuwait","Miscellaneous corals and shells","shells",2019, 51,"Kuwait","Miscellaneous corals and shells","shells",2020, +51,"Kuwait","Miscellaneous corals and shells","shells",2021, 51,"Kuwait","Natural sponges raw","sponges",1976, 51,"Kuwait","Natural sponges raw","sponges",1977, 51,"Kuwait","Natural sponges raw","sponges",1978, @@ -12779,6 +13522,7 @@ 51,"Kuwait","Natural sponges raw","sponges",2018, 51,"Kuwait","Natural sponges raw","sponges",2019, 51,"Kuwait","Natural sponges raw","sponges",2020, +51,"Kuwait","Natural sponges raw","sponges",2021, 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",1976,21 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",1977,30 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -12824,6 +13568,7 @@ 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",2018, 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",2019, 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",2020, +51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",2021, 51,"Kuwait","Ornamental saltwater fish","ornamentals",1976, 51,"Kuwait","Ornamental saltwater fish","ornamentals",1977, 51,"Kuwait","Ornamental saltwater fish","ornamentals",1978, @@ -12869,6 +13614,7 @@ 51,"Kuwait","Ornamental saltwater fish","ornamentals",2018, 51,"Kuwait","Ornamental saltwater fish","ornamentals",2019, 51,"Kuwait","Ornamental saltwater fish","ornamentals",2020, +51,"Kuwait","Ornamental saltwater fish","ornamentals",2021, 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -12914,6 +13660,7 @@ 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -12959,6 +13706,7 @@ 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,2 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -13004,6 +13752,7 @@ 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 51,"Kuwait","Shells nei","shells",1976, 51,"Kuwait","Shells nei","shells",1977, 51,"Kuwait","Shells nei","shells",1978, @@ -13049,6 +13798,7 @@ 51,"Kuwait","Shells nei","shells",2018, 51,"Kuwait","Shells nei","shells",2019, 51,"Kuwait","Shells nei","shells",2020, +51,"Kuwait","Shells nei","shells",2021, 52,"Bahrain","Agar agar nei","seaweeds",1976, 52,"Bahrain","Agar agar nei","seaweeds",1977, 52,"Bahrain","Agar agar nei","seaweeds",1978, @@ -13094,6 +13844,7 @@ 52,"Bahrain","Agar agar nei","seaweeds",2018,3 52,"Bahrain","Agar agar nei","seaweeds",2019,6.5 52,"Bahrain","Agar agar nei","seaweeds",2020,3.97 +52,"Bahrain","Agar agar nei","seaweeds",2021,2.92 52,"Bahrain","Fish body oils, nei","fish_oil",1976,2 52,"Bahrain","Fish body oils, nei","fish_oil",1977, 52,"Bahrain","Fish body oils, nei","fish_oil",1978,1 @@ -13139,6 +13890,7 @@ 52,"Bahrain","Fish body oils, nei","fish_oil",2018, 52,"Bahrain","Fish body oils, nei","fish_oil",2019, 52,"Bahrain","Fish body oils, nei","fish_oil",2020,0 +52,"Bahrain","Fish body oils, nei","fish_oil",2021, 52,"Bahrain","Fish liver oils, nei","fish_oil",1976, 52,"Bahrain","Fish liver oils, nei","fish_oil",1977, 52,"Bahrain","Fish liver oils, nei","fish_oil",1978, @@ -13184,6 +13936,7 @@ 52,"Bahrain","Fish liver oils, nei","fish_oil",2018, 52,"Bahrain","Fish liver oils, nei","fish_oil",2019, 52,"Bahrain","Fish liver oils, nei","fish_oil",2020,0 +52,"Bahrain","Fish liver oils, nei","fish_oil",2021,0.01 52,"Bahrain","Miscellaneous corals and shells","shells",1976, 52,"Bahrain","Miscellaneous corals and shells","shells",1977, 52,"Bahrain","Miscellaneous corals and shells","shells",1978, @@ -13229,6 +13982,7 @@ 52,"Bahrain","Miscellaneous corals and shells","shells",2018, 52,"Bahrain","Miscellaneous corals and shells","shells",2019,0 52,"Bahrain","Miscellaneous corals and shells","shells",2020,0.41 +52,"Bahrain","Miscellaneous corals and shells","shells",2021,0 52,"Bahrain","Ornamental fish nei","ornamentals",1976, 52,"Bahrain","Ornamental fish nei","ornamentals",1977, 52,"Bahrain","Ornamental fish nei","ornamentals",1978, @@ -13274,6 +14028,7 @@ 52,"Bahrain","Ornamental fish nei","ornamentals",2018, 52,"Bahrain","Ornamental fish nei","ornamentals",2019, 52,"Bahrain","Ornamental fish nei","ornamentals",2020, +52,"Bahrain","Ornamental fish nei","ornamentals",2021, 52,"Bahrain","Ornamental saltwater fish","ornamentals",1976, 52,"Bahrain","Ornamental saltwater fish","ornamentals",1977, 52,"Bahrain","Ornamental saltwater fish","ornamentals",1978, @@ -13319,6 +14074,7 @@ 52,"Bahrain","Ornamental saltwater fish","ornamentals",2018, 52,"Bahrain","Ornamental saltwater fish","ornamentals",2019,12 52,"Bahrain","Ornamental saltwater fish","ornamentals",2020, +52,"Bahrain","Ornamental saltwater fish","ornamentals",2021,0.2 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -13364,6 +14120,7 @@ 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,4 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.57 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1.17 +52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,2.15 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -13409,6 +14166,7 @@ 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 53,"Pakistan","Agar agar nei","seaweeds",1976, 53,"Pakistan","Agar agar nei","seaweeds",1977, 53,"Pakistan","Agar agar nei","seaweeds",1978, @@ -13454,6 +14212,7 @@ 53,"Pakistan","Agar agar nei","seaweeds",2018,1 53,"Pakistan","Agar agar nei","seaweeds",2019,7.43 53,"Pakistan","Agar agar nei","seaweeds",2020, +53,"Pakistan","Agar agar nei","seaweeds",2021,25.64 53,"Pakistan","Cod liver oil","fish_oil",1976, 53,"Pakistan","Cod liver oil","fish_oil",1977, 53,"Pakistan","Cod liver oil","fish_oil",1978, @@ -13499,6 +14258,7 @@ 53,"Pakistan","Cod liver oil","fish_oil",2018, 53,"Pakistan","Cod liver oil","fish_oil",2019, 53,"Pakistan","Cod liver oil","fish_oil",2020, +53,"Pakistan","Cod liver oil","fish_oil",2021, 53,"Pakistan","Coral and the like","corals",1976, 53,"Pakistan","Coral and the like","corals",1977, 53,"Pakistan","Coral and the like","corals",1978, @@ -13544,6 +14304,7 @@ 53,"Pakistan","Coral and the like","corals",2018,37 53,"Pakistan","Coral and the like","corals",2019,37.21 53,"Pakistan","Coral and the like","corals",2020,3.23 +53,"Pakistan","Coral and the like","corals",2021,15.78 53,"Pakistan","Fish body oils, nei","fish_oil",1976, 53,"Pakistan","Fish body oils, nei","fish_oil",1977, 53,"Pakistan","Fish body oils, nei","fish_oil",1978, @@ -13589,6 +14350,7 @@ 53,"Pakistan","Fish body oils, nei","fish_oil",2018,317 53,"Pakistan","Fish body oils, nei","fish_oil",2019,756.5 53,"Pakistan","Fish body oils, nei","fish_oil",2020,493.42 +53,"Pakistan","Fish body oils, nei","fish_oil",2021,506.52 53,"Pakistan","Fish liver oils, nei","fish_oil",1976, 53,"Pakistan","Fish liver oils, nei","fish_oil",1977, 53,"Pakistan","Fish liver oils, nei","fish_oil",1978, @@ -13634,6 +14396,7 @@ 53,"Pakistan","Fish liver oils, nei","fish_oil",2018, 53,"Pakistan","Fish liver oils, nei","fish_oil",2019, 53,"Pakistan","Fish liver oils, nei","fish_oil",2020,10 +53,"Pakistan","Fish liver oils, nei","fish_oil",2021,54 53,"Pakistan","Miscellaneous corals and shells","shells",1976, 53,"Pakistan","Miscellaneous corals and shells","shells",1977, 53,"Pakistan","Miscellaneous corals and shells","shells",1978, @@ -13679,6 +14442,7 @@ 53,"Pakistan","Miscellaneous corals and shells","shells",2018, 53,"Pakistan","Miscellaneous corals and shells","shells",2019, 53,"Pakistan","Miscellaneous corals and shells","shells",2020, +53,"Pakistan","Miscellaneous corals and shells","shells",2021, 53,"Pakistan","Natural sponges nei","sponges",1976, 53,"Pakistan","Natural sponges nei","sponges",1977, 53,"Pakistan","Natural sponges nei","sponges",1978, @@ -13724,6 +14488,7 @@ 53,"Pakistan","Natural sponges nei","sponges",2018, 53,"Pakistan","Natural sponges nei","sponges",2019, 53,"Pakistan","Natural sponges nei","sponges",2020, +53,"Pakistan","Natural sponges nei","sponges",2021, 53,"Pakistan","Ornamental fish nei","ornamentals",1976, 53,"Pakistan","Ornamental fish nei","ornamentals",1977, 53,"Pakistan","Ornamental fish nei","ornamentals",1978, @@ -13769,6 +14534,7 @@ 53,"Pakistan","Ornamental fish nei","ornamentals",2018, 53,"Pakistan","Ornamental fish nei","ornamentals",2019, 53,"Pakistan","Ornamental fish nei","ornamentals",2020, +53,"Pakistan","Ornamental fish nei","ornamentals",2021, 53,"Pakistan","Ornamental saltwater fish","ornamentals",1976, 53,"Pakistan","Ornamental saltwater fish","ornamentals",1977, 53,"Pakistan","Ornamental saltwater fish","ornamentals",1978, @@ -13814,6 +14580,7 @@ 53,"Pakistan","Ornamental saltwater fish","ornamentals",2018,1 53,"Pakistan","Ornamental saltwater fish","ornamentals",2019,3.69 53,"Pakistan","Ornamental saltwater fish","ornamentals",2020, +53,"Pakistan","Ornamental saltwater fish","ornamentals",2021, 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -13859,6 +14626,7 @@ 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 53,"Pakistan","Shells nei","shells",1976, 53,"Pakistan","Shells nei","shells",1977, 53,"Pakistan","Shells nei","shells",1978, @@ -13904,6 +14672,7 @@ 53,"Pakistan","Shells nei","shells",2018,725 53,"Pakistan","Shells nei","shells",2019,475.45 53,"Pakistan","Shells nei","shells",2020,85.97 +53,"Pakistan","Shells nei","shells",2021,184.54 54,"United Arab Emirates","Agar agar nei","seaweeds",1976, 54,"United Arab Emirates","Agar agar nei","seaweeds",1977, 54,"United Arab Emirates","Agar agar nei","seaweeds",1978, @@ -13949,6 +14718,7 @@ 54,"United Arab Emirates","Agar agar nei","seaweeds",2018,18 54,"United Arab Emirates","Agar agar nei","seaweeds",2019,39.36 54,"United Arab Emirates","Agar agar nei","seaweeds",2020,36.34 +54,"United Arab Emirates","Agar agar nei","seaweeds",2021,55.79 54,"United Arab Emirates","Fish body oils, nei","fish_oil",1976, 54,"United Arab Emirates","Fish body oils, nei","fish_oil",1977, 54,"United Arab Emirates","Fish body oils, nei","fish_oil",1978, @@ -13994,6 +14764,7 @@ 54,"United Arab Emirates","Fish body oils, nei","fish_oil",2018,462 54,"United Arab Emirates","Fish body oils, nei","fish_oil",2019,753.84 54,"United Arab Emirates","Fish body oils, nei","fish_oil",2020,93.9 +54,"United Arab Emirates","Fish body oils, nei","fish_oil",2021,69.82 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",1976, 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",1977, 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",1978, @@ -14039,6 +14810,7 @@ 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",2018,255 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",2019,404.04 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",2020,292.24 +54,"United Arab Emirates","Fish liver oils, nei","fish_oil",2021,146.43 54,"United Arab Emirates","Miscellaneous corals and shells","shells",1976, 54,"United Arab Emirates","Miscellaneous corals and shells","shells",1977, 54,"United Arab Emirates","Miscellaneous corals and shells","shells",1978, @@ -14084,6 +14856,7 @@ 54,"United Arab Emirates","Miscellaneous corals and shells","shells",2018, 54,"United Arab Emirates","Miscellaneous corals and shells","shells",2019,198.45 54,"United Arab Emirates","Miscellaneous corals and shells","shells",2020, +54,"United Arab Emirates","Miscellaneous corals and shells","shells",2021,0 54,"United Arab Emirates","Natural sponges nei","sponges",1976, 54,"United Arab Emirates","Natural sponges nei","sponges",1977, 54,"United Arab Emirates","Natural sponges nei","sponges",1978, @@ -14129,6 +14902,7 @@ 54,"United Arab Emirates","Natural sponges nei","sponges",2018, 54,"United Arab Emirates","Natural sponges nei","sponges",2019, 54,"United Arab Emirates","Natural sponges nei","sponges",2020, +54,"United Arab Emirates","Natural sponges nei","sponges",2021, 54,"United Arab Emirates","Ornamental fish nei","ornamentals",1976, 54,"United Arab Emirates","Ornamental fish nei","ornamentals",1977, 54,"United Arab Emirates","Ornamental fish nei","ornamentals",1978, @@ -14174,6 +14948,7 @@ 54,"United Arab Emirates","Ornamental fish nei","ornamentals",2018, 54,"United Arab Emirates","Ornamental fish nei","ornamentals",2019, 54,"United Arab Emirates","Ornamental fish nei","ornamentals",2020, +54,"United Arab Emirates","Ornamental fish nei","ornamentals",2021, 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",1976, 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",1977, 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",1978, @@ -14219,6 +14994,7 @@ 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",2018,4 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",2019,27.11 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",2020,10.8 +54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",2021,0 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -14264,6 +15040,7 @@ 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -14309,6 +15086,7 @@ 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,6.15 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -14354,6 +15132,7 @@ 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.65 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.01 56,"Cape Verde","Fish body oils, nei","fish_oil",1976, 56,"Cape Verde","Fish body oils, nei","fish_oil",1977, 56,"Cape Verde","Fish body oils, nei","fish_oil",1978, @@ -14399,6 +15178,7 @@ 56,"Cape Verde","Fish body oils, nei","fish_oil",2018,207 56,"Cape Verde","Fish body oils, nei","fish_oil",2019,248.39 56,"Cape Verde","Fish body oils, nei","fish_oil",2020,131.94 +56,"Cape Verde","Fish body oils, nei","fish_oil",2021,132.48 56,"Cape Verde","Fish liver oils, nei","fish_oil",1976, 56,"Cape Verde","Fish liver oils, nei","fish_oil",1977, 56,"Cape Verde","Fish liver oils, nei","fish_oil",1978, @@ -14444,6 +15224,7 @@ 56,"Cape Verde","Fish liver oils, nei","fish_oil",2018,4 56,"Cape Verde","Fish liver oils, nei","fish_oil",2019, 56,"Cape Verde","Fish liver oils, nei","fish_oil",2020, +56,"Cape Verde","Fish liver oils, nei","fish_oil",2021, 56,"Cape Verde","Miscellaneous corals and shells","shells",1976, 56,"Cape Verde","Miscellaneous corals and shells","shells",1977, 56,"Cape Verde","Miscellaneous corals and shells","shells",1978, @@ -14489,6 +15270,7 @@ 56,"Cape Verde","Miscellaneous corals and shells","shells",2018, 56,"Cape Verde","Miscellaneous corals and shells","shells",2019, 56,"Cape Verde","Miscellaneous corals and shells","shells",2020, +56,"Cape Verde","Miscellaneous corals and shells","shells",2021,0 59,"Belgium","Agar agar nei","seaweeds",1976, 59,"Belgium","Agar agar nei","seaweeds",1977,1 59,"Belgium","Agar agar nei","seaweeds",1978,4 @@ -14534,6 +15316,53 @@ 59,"Belgium","Agar agar nei","seaweeds",2018,104 59,"Belgium","Agar agar nei","seaweeds",2019,111.7 59,"Belgium","Agar agar nei","seaweeds",2020,82.47 +59,"Belgium","Agar agar nei","seaweeds",2021,73.05 +59,"Belgium","Coral and the like","corals",1976, +59,"Belgium","Coral and the like","corals",1977, +59,"Belgium","Coral and the like","corals",1978, +59,"Belgium","Coral and the like","corals",1979, +59,"Belgium","Coral and the like","corals",1980, +59,"Belgium","Coral and the like","corals",1981, +59,"Belgium","Coral and the like","corals",1982, +59,"Belgium","Coral and the like","corals",1983, +59,"Belgium","Coral and the like","corals",1984, +59,"Belgium","Coral and the like","corals",1985, +59,"Belgium","Coral and the like","corals",1986, +59,"Belgium","Coral and the like","corals",1987, +59,"Belgium","Coral and the like","corals",1988, +59,"Belgium","Coral and the like","corals",1989, +59,"Belgium","Coral and the like","corals",1990, +59,"Belgium","Coral and the like","corals",1991, +59,"Belgium","Coral and the like","corals",1992, +59,"Belgium","Coral and the like","corals",1993, +59,"Belgium","Coral and the like","corals",1994, +59,"Belgium","Coral and the like","corals",1995, +59,"Belgium","Coral and the like","corals",1996, +59,"Belgium","Coral and the like","corals",1997, +59,"Belgium","Coral and the like","corals",1998, +59,"Belgium","Coral and the like","corals",1999, +59,"Belgium","Coral and the like","corals",2000, +59,"Belgium","Coral and the like","corals",2001, +59,"Belgium","Coral and the like","corals",2002, +59,"Belgium","Coral and the like","corals",2003, +59,"Belgium","Coral and the like","corals",2004, +59,"Belgium","Coral and the like","corals",2005, +59,"Belgium","Coral and the like","corals",2006, +59,"Belgium","Coral and the like","corals",2007, +59,"Belgium","Coral and the like","corals",2008, +59,"Belgium","Coral and the like","corals",2009, +59,"Belgium","Coral and the like","corals",2010, +59,"Belgium","Coral and the like","corals",2011, +59,"Belgium","Coral and the like","corals",2012, +59,"Belgium","Coral and the like","corals",2013, +59,"Belgium","Coral and the like","corals",2014, +59,"Belgium","Coral and the like","corals",2015, +59,"Belgium","Coral and the like","corals",2016, +59,"Belgium","Coral and the like","corals",2017, +59,"Belgium","Coral and the like","corals",2018, +59,"Belgium","Coral and the like","corals",2019, +59,"Belgium","Coral and the like","corals",2020, +59,"Belgium","Coral and the like","corals",2021,21.43 59,"Belgium","Fish body oils, nei","fish_oil",1976,442 59,"Belgium","Fish body oils, nei","fish_oil",1977,347 59,"Belgium","Fish body oils, nei","fish_oil",1978,328 @@ -14579,6 +15408,7 @@ 59,"Belgium","Fish body oils, nei","fish_oil",2018,21400 59,"Belgium","Fish body oils, nei","fish_oil",2019,20030.59 59,"Belgium","Fish body oils, nei","fish_oil",2020,21328.88 +59,"Belgium","Fish body oils, nei","fish_oil",2021,23873.26 59,"Belgium","Fish liver oils, nei","fish_oil",1976,448 59,"Belgium","Fish liver oils, nei","fish_oil",1977,29 59,"Belgium","Fish liver oils, nei","fish_oil",1978,6 @@ -14624,6 +15454,7 @@ 59,"Belgium","Fish liver oils, nei","fish_oil",2018,18 59,"Belgium","Fish liver oils, nei","fish_oil",2019,11.06 59,"Belgium","Fish liver oils, nei","fish_oil",2020,7.61 +59,"Belgium","Fish liver oils, nei","fish_oil",2021,9.45 59,"Belgium","Halibuts, liver oils","fish_oil",1976, 59,"Belgium","Halibuts, liver oils","fish_oil",1977, 59,"Belgium","Halibuts, liver oils","fish_oil",1978, @@ -14669,6 +15500,7 @@ 59,"Belgium","Halibuts, liver oils","fish_oil",2018,1 59,"Belgium","Halibuts, liver oils","fish_oil",2019, 59,"Belgium","Halibuts, liver oils","fish_oil",2020,0.19 +59,"Belgium","Halibuts, liver oils","fish_oil",2021,1.22 59,"Belgium","Miscellaneous corals and shells","shells",1976, 59,"Belgium","Miscellaneous corals and shells","shells",1977, 59,"Belgium","Miscellaneous corals and shells","shells",1978, @@ -14714,6 +15546,7 @@ 59,"Belgium","Miscellaneous corals and shells","shells",2018,1381 59,"Belgium","Miscellaneous corals and shells","shells",2019,1429.94 59,"Belgium","Miscellaneous corals and shells","shells",2020,1418.37 +59,"Belgium","Miscellaneous corals and shells","shells",2021,1477.82 59,"Belgium","Natural sponges other than raw","sponges",1976, 59,"Belgium","Natural sponges other than raw","sponges",1977, 59,"Belgium","Natural sponges other than raw","sponges",1978, @@ -14759,6 +15592,7 @@ 59,"Belgium","Natural sponges other than raw","sponges",2018,0.1 59,"Belgium","Natural sponges other than raw","sponges",2019,5.17 59,"Belgium","Natural sponges other than raw","sponges",2020,1.48 +59,"Belgium","Natural sponges other than raw","sponges",2021,2.77 59,"Belgium","Natural sponges raw","sponges",1976,0.1 59,"Belgium","Natural sponges raw","sponges",1977,0.1 59,"Belgium","Natural sponges raw","sponges",1978,0.1 @@ -14804,6 +15638,7 @@ 59,"Belgium","Natural sponges raw","sponges",2018,8 59,"Belgium","Natural sponges raw","sponges",2019,0.15 59,"Belgium","Natural sponges raw","sponges",2020,0.12 +59,"Belgium","Natural sponges raw","sponges",2021,0.04 59,"Belgium","Ornamental saltwater fish","ornamentals",1976, 59,"Belgium","Ornamental saltwater fish","ornamentals",1977, 59,"Belgium","Ornamental saltwater fish","ornamentals",1978, @@ -14849,6 +15684,7 @@ 59,"Belgium","Ornamental saltwater fish","ornamentals",2018,7 59,"Belgium","Ornamental saltwater fish","ornamentals",2019,4.29 59,"Belgium","Ornamental saltwater fish","ornamentals",2020,10.47 +59,"Belgium","Ornamental saltwater fish","ornamentals",2021,5.86 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -14894,6 +15730,7 @@ 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -14939,6 +15776,7 @@ 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,220 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,197.11 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,145.76 +59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,108.09 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -14984,6 +15822,7 @@ 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,203 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,268.69 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,547.34 +59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,324.33 59,"Belgium","Shells nei","shells",1976,966 59,"Belgium","Shells nei","shells",1977,1398 59,"Belgium","Shells nei","shells",1978,1340 @@ -15029,6 +15868,7 @@ 59,"Belgium","Shells nei","shells",2018, 59,"Belgium","Shells nei","shells",2019, 59,"Belgium","Shells nei","shells",2020, +59,"Belgium","Shells nei","shells",2021, 61,"Tunisia","Agar agar nei","seaweeds",1976, 61,"Tunisia","Agar agar nei","seaweeds",1977, 61,"Tunisia","Agar agar nei","seaweeds",1978, @@ -15073,7 +15913,8 @@ 61,"Tunisia","Agar agar nei","seaweeds",2017,55 61,"Tunisia","Agar agar nei","seaweeds",2018,19.55 61,"Tunisia","Agar agar nei","seaweeds",2019,29.93 -61,"Tunisia","Agar agar nei","seaweeds",2020,0.28 +61,"Tunisia","Agar agar nei","seaweeds",2020,0.35 +61,"Tunisia","Agar agar nei","seaweeds",2021,4.7 61,"Tunisia","Coral and the like","corals",1976, 61,"Tunisia","Coral and the like","corals",1977, 61,"Tunisia","Coral and the like","corals",1978, @@ -15118,7 +15959,8 @@ 61,"Tunisia","Coral and the like","corals",2017,6 61,"Tunisia","Coral and the like","corals",2018,4.78 61,"Tunisia","Coral and the like","corals",2019,4.11 -61,"Tunisia","Coral and the like","corals",2020,2.84 +61,"Tunisia","Coral and the like","corals",2020,0.8 +61,"Tunisia","Coral and the like","corals",2021,3.44 61,"Tunisia","Fish body oils, nei","fish_oil",1976, 61,"Tunisia","Fish body oils, nei","fish_oil",1977, 61,"Tunisia","Fish body oils, nei","fish_oil",1978, @@ -15164,6 +16006,7 @@ 61,"Tunisia","Fish body oils, nei","fish_oil",2018,0 61,"Tunisia","Fish body oils, nei","fish_oil",2019, 61,"Tunisia","Fish body oils, nei","fish_oil",2020, +61,"Tunisia","Fish body oils, nei","fish_oil",2021, 61,"Tunisia","Miscellaneous corals and shells","shells",1976, 61,"Tunisia","Miscellaneous corals and shells","shells",1977, 61,"Tunisia","Miscellaneous corals and shells","shells",1978, @@ -15208,7 +16051,8 @@ 61,"Tunisia","Miscellaneous corals and shells","shells",2017, 61,"Tunisia","Miscellaneous corals and shells","shells",2018, 61,"Tunisia","Miscellaneous corals and shells","shells",2019, -61,"Tunisia","Miscellaneous corals and shells","shells",2020,6.69 +61,"Tunisia","Miscellaneous corals and shells","shells",2020, +61,"Tunisia","Miscellaneous corals and shells","shells",2021, 61,"Tunisia","Natural sponges other than raw","sponges",1976, 61,"Tunisia","Natural sponges other than raw","sponges",1977, 61,"Tunisia","Natural sponges other than raw","sponges",1978, @@ -15253,7 +16097,8 @@ 61,"Tunisia","Natural sponges other than raw","sponges",2017,35 61,"Tunisia","Natural sponges other than raw","sponges",2018, 61,"Tunisia","Natural sponges other than raw","sponges",2019, -61,"Tunisia","Natural sponges other than raw","sponges",2020,0.24 +61,"Tunisia","Natural sponges other than raw","sponges",2020, +61,"Tunisia","Natural sponges other than raw","sponges",2021, 61,"Tunisia","Natural sponges raw","sponges",1976, 61,"Tunisia","Natural sponges raw","sponges",1977, 61,"Tunisia","Natural sponges raw","sponges",1978, @@ -15298,7 +16143,8 @@ 61,"Tunisia","Natural sponges raw","sponges",2017, 61,"Tunisia","Natural sponges raw","sponges",2018, 61,"Tunisia","Natural sponges raw","sponges",2019, -61,"Tunisia","Natural sponges raw","sponges",2020,8.61 +61,"Tunisia","Natural sponges raw","sponges",2020, +61,"Tunisia","Natural sponges raw","sponges",2021, 61,"Tunisia","Ornamental fish nei","ornamentals",1976, 61,"Tunisia","Ornamental fish nei","ornamentals",1977, 61,"Tunisia","Ornamental fish nei","ornamentals",1978, @@ -15344,6 +16190,7 @@ 61,"Tunisia","Ornamental fish nei","ornamentals",2018, 61,"Tunisia","Ornamental fish nei","ornamentals",2019, 61,"Tunisia","Ornamental fish nei","ornamentals",2020, +61,"Tunisia","Ornamental fish nei","ornamentals",2021, 61,"Tunisia","Ornamental saltwater fish","ornamentals",1976, 61,"Tunisia","Ornamental saltwater fish","ornamentals",1977, 61,"Tunisia","Ornamental saltwater fish","ornamentals",1978, @@ -15388,7 +16235,8 @@ 61,"Tunisia","Ornamental saltwater fish","ornamentals",2017,2 61,"Tunisia","Ornamental saltwater fish","ornamentals",2018, 61,"Tunisia","Ornamental saltwater fish","ornamentals",2019, -61,"Tunisia","Ornamental saltwater fish","ornamentals",2020,0 +61,"Tunisia","Ornamental saltwater fish","ornamentals",2020, +61,"Tunisia","Ornamental saltwater fish","ornamentals",2021, 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -15434,6 +16282,7 @@ 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -15478,7 +16327,8 @@ 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017,1 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,2.7 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.36 -61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.12 +61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.15 +61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -15523,7 +16373,8 @@ 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,28 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,40.91 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,40.09 -61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,17.88 +61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,33.18 +61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,72.3 62,"Morocco","Agar agar nei","seaweeds",1976, 62,"Morocco","Agar agar nei","seaweeds",1977, 62,"Morocco","Agar agar nei","seaweeds",1978, @@ -15569,6 +16420,7 @@ 62,"Morocco","Agar agar nei","seaweeds",2018,1048 62,"Morocco","Agar agar nei","seaweeds",2019,931.99 62,"Morocco","Agar agar nei","seaweeds",2020,870.87 +62,"Morocco","Agar agar nei","seaweeds",2021,764.98 62,"Morocco","Coral and the like","corals",1976, 62,"Morocco","Coral and the like","corals",1977, 62,"Morocco","Coral and the like","corals",1978, @@ -15614,6 +16466,7 @@ 62,"Morocco","Coral and the like","corals",2018, 62,"Morocco","Coral and the like","corals",2019, 62,"Morocco","Coral and the like","corals",2020, +62,"Morocco","Coral and the like","corals",2021, 62,"Morocco","Fish body oils, nei","fish_oil",1976,4098 62,"Morocco","Fish body oils, nei","fish_oil",1977,5937 62,"Morocco","Fish body oils, nei","fish_oil",1978,6441 @@ -15659,6 +16512,7 @@ 62,"Morocco","Fish body oils, nei","fish_oil",2018,29908 62,"Morocco","Fish body oils, nei","fish_oil",2019,35653.46 62,"Morocco","Fish body oils, nei","fish_oil",2020,45850.2 +62,"Morocco","Fish body oils, nei","fish_oil",2021,30021.47 62,"Morocco","Fish liver oils, nei","fish_oil",1976, 62,"Morocco","Fish liver oils, nei","fish_oil",1977, 62,"Morocco","Fish liver oils, nei","fish_oil",1978, @@ -15704,6 +16558,7 @@ 62,"Morocco","Fish liver oils, nei","fish_oil",2018,520 62,"Morocco","Fish liver oils, nei","fish_oil",2019,142.72 62,"Morocco","Fish liver oils, nei","fish_oil",2020, +62,"Morocco","Fish liver oils, nei","fish_oil",2021, 62,"Morocco","Miscellaneous corals and shells","shells",1976, 62,"Morocco","Miscellaneous corals and shells","shells",1977, 62,"Morocco","Miscellaneous corals and shells","shells",1978, @@ -15749,6 +16604,7 @@ 62,"Morocco","Miscellaneous corals and shells","shells",2018,3.02 62,"Morocco","Miscellaneous corals and shells","shells",2019,1.8 62,"Morocco","Miscellaneous corals and shells","shells",2020,0.18 +62,"Morocco","Miscellaneous corals and shells","shells",2021,1.76 62,"Morocco","Natural sponges raw","sponges",1976, 62,"Morocco","Natural sponges raw","sponges",1977, 62,"Morocco","Natural sponges raw","sponges",1978, @@ -15794,6 +16650,7 @@ 62,"Morocco","Natural sponges raw","sponges",2018, 62,"Morocco","Natural sponges raw","sponges",2019, 62,"Morocco","Natural sponges raw","sponges",2020, +62,"Morocco","Natural sponges raw","sponges",2021, 62,"Morocco","Ornamental saltwater fish","ornamentals",1976, 62,"Morocco","Ornamental saltwater fish","ornamentals",1977, 62,"Morocco","Ornamental saltwater fish","ornamentals",1978, @@ -15839,6 +16696,7 @@ 62,"Morocco","Ornamental saltwater fish","ornamentals",2018, 62,"Morocco","Ornamental saltwater fish","ornamentals",2019, 62,"Morocco","Ornamental saltwater fish","ornamentals",2020, +62,"Morocco","Ornamental saltwater fish","ornamentals",2021, 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -15884,6 +16742,7 @@ 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -15929,6 +16788,7 @@ 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.07 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -15974,6 +16834,7 @@ 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1715 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,2467.45 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1657.19 +62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1805.11 64,"Mauritania","Agar agar nei","seaweeds",1976, 64,"Mauritania","Agar agar nei","seaweeds",1977, 64,"Mauritania","Agar agar nei","seaweeds",1978, @@ -16019,6 +16880,7 @@ 64,"Mauritania","Agar agar nei","seaweeds",2018, 64,"Mauritania","Agar agar nei","seaweeds",2019, 64,"Mauritania","Agar agar nei","seaweeds",2020, +64,"Mauritania","Agar agar nei","seaweeds",2021, 64,"Mauritania","Cod liver oil","fish_oil",1976, 64,"Mauritania","Cod liver oil","fish_oil",1977, 64,"Mauritania","Cod liver oil","fish_oil",1978, @@ -16064,6 +16926,7 @@ 64,"Mauritania","Cod liver oil","fish_oil",2018, 64,"Mauritania","Cod liver oil","fish_oil",2019, 64,"Mauritania","Cod liver oil","fish_oil",2020, +64,"Mauritania","Cod liver oil","fish_oil",2021, 64,"Mauritania","Fish body oils, nei","fish_oil",1976, 64,"Mauritania","Fish body oils, nei","fish_oil",1977, 64,"Mauritania","Fish body oils, nei","fish_oil",1978, @@ -16109,6 +16972,7 @@ 64,"Mauritania","Fish body oils, nei","fish_oil",2018,325.42 64,"Mauritania","Fish body oils, nei","fish_oil",2019, 64,"Mauritania","Fish body oils, nei","fish_oil",2020, +64,"Mauritania","Fish body oils, nei","fish_oil",2021, 64,"Mauritania","Fish liver oils, nei","fish_oil",1976, 64,"Mauritania","Fish liver oils, nei","fish_oil",1977, 64,"Mauritania","Fish liver oils, nei","fish_oil",1978, @@ -16154,6 +17018,7 @@ 64,"Mauritania","Fish liver oils, nei","fish_oil",2018,40105.13 64,"Mauritania","Fish liver oils, nei","fish_oil",2019,34535.17 64,"Mauritania","Fish liver oils, nei","fish_oil",2020,36760.77 +64,"Mauritania","Fish liver oils, nei","fish_oil",2021,21549.35 64,"Mauritania","Ornamental fish nei","ornamentals",1976, 64,"Mauritania","Ornamental fish nei","ornamentals",1977, 64,"Mauritania","Ornamental fish nei","ornamentals",1978, @@ -16199,6 +17064,7 @@ 64,"Mauritania","Ornamental fish nei","ornamentals",2018, 64,"Mauritania","Ornamental fish nei","ornamentals",2019, 64,"Mauritania","Ornamental fish nei","ornamentals",2020, +64,"Mauritania","Ornamental fish nei","ornamentals",2021, 65,"Gambia","Fish body oils, nei","fish_oil",1976, 65,"Gambia","Fish body oils, nei","fish_oil",1977, 65,"Gambia","Fish body oils, nei","fish_oil",1978, @@ -16244,6 +17110,7 @@ 65,"Gambia","Fish body oils, nei","fish_oil",2018,423 65,"Gambia","Fish body oils, nei","fish_oil",2019,1242.38 65,"Gambia","Fish body oils, nei","fish_oil",2020,740.54 +65,"Gambia","Fish body oils, nei","fish_oil",2021,480 65,"Gambia","Fish liver oils, nei","fish_oil",1976, 65,"Gambia","Fish liver oils, nei","fish_oil",1977, 65,"Gambia","Fish liver oils, nei","fish_oil",1978, @@ -16289,6 +17156,7 @@ 65,"Gambia","Fish liver oils, nei","fish_oil",2018,400 65,"Gambia","Fish liver oils, nei","fish_oil",2019, 65,"Gambia","Fish liver oils, nei","fish_oil",2020, +65,"Gambia","Fish liver oils, nei","fish_oil",2021, 65,"Gambia","Miscellaneous corals and shells","shells",1976, 65,"Gambia","Miscellaneous corals and shells","shells",1977, 65,"Gambia","Miscellaneous corals and shells","shells",1978, @@ -16334,6 +17202,7 @@ 65,"Gambia","Miscellaneous corals and shells","shells",2018, 65,"Gambia","Miscellaneous corals and shells","shells",2019, 65,"Gambia","Miscellaneous corals and shells","shells",2020, +65,"Gambia","Miscellaneous corals and shells","shells",2021, 65,"Gambia","Natural sponges nei","sponges",1976, 65,"Gambia","Natural sponges nei","sponges",1977, 65,"Gambia","Natural sponges nei","sponges",1978, @@ -16379,6 +17248,7 @@ 65,"Gambia","Natural sponges nei","sponges",2018, 65,"Gambia","Natural sponges nei","sponges",2019, 65,"Gambia","Natural sponges nei","sponges",2020, +65,"Gambia","Natural sponges nei","sponges",2021, 65,"Gambia","Ornamental fish nei","ornamentals",1976, 65,"Gambia","Ornamental fish nei","ornamentals",1977, 65,"Gambia","Ornamental fish nei","ornamentals",1978, @@ -16424,6 +17294,7 @@ 65,"Gambia","Ornamental fish nei","ornamentals",2018, 65,"Gambia","Ornamental fish nei","ornamentals",2019, 65,"Gambia","Ornamental fish nei","ornamentals",2020, +65,"Gambia","Ornamental fish nei","ornamentals",2021, 66,"Senegal","Clupeoid oils, nei","fish_oil",1976, 66,"Senegal","Clupeoid oils, nei","fish_oil",1977, 66,"Senegal","Clupeoid oils, nei","fish_oil",1978, @@ -16469,6 +17340,7 @@ 66,"Senegal","Clupeoid oils, nei","fish_oil",2018, 66,"Senegal","Clupeoid oils, nei","fish_oil",2019, 66,"Senegal","Clupeoid oils, nei","fish_oil",2020, +66,"Senegal","Clupeoid oils, nei","fish_oil",2021, 66,"Senegal","Coral and the like","corals",1976, 66,"Senegal","Coral and the like","corals",1977, 66,"Senegal","Coral and the like","corals",1978, @@ -16514,6 +17386,7 @@ 66,"Senegal","Coral and the like","corals",2018, 66,"Senegal","Coral and the like","corals",2019,26.2 66,"Senegal","Coral and the like","corals",2020,67.08 +66,"Senegal","Coral and the like","corals",2021,156.53 66,"Senegal","Fish body oils, nei","fish_oil",1976, 66,"Senegal","Fish body oils, nei","fish_oil",1977, 66,"Senegal","Fish body oils, nei","fish_oil",1978, @@ -16559,6 +17432,7 @@ 66,"Senegal","Fish body oils, nei","fish_oil",2018,1013 66,"Senegal","Fish body oils, nei","fish_oil",2019,4775.23 66,"Senegal","Fish body oils, nei","fish_oil",2020,2812.54 +66,"Senegal","Fish body oils, nei","fish_oil",2021,1069.56 66,"Senegal","Fish liver oils, nei","fish_oil",1976, 66,"Senegal","Fish liver oils, nei","fish_oil",1977, 66,"Senegal","Fish liver oils, nei","fish_oil",1978, @@ -16604,6 +17478,7 @@ 66,"Senegal","Fish liver oils, nei","fish_oil",2018,50 66,"Senegal","Fish liver oils, nei","fish_oil",2019,61 66,"Senegal","Fish liver oils, nei","fish_oil",2020, +66,"Senegal","Fish liver oils, nei","fish_oil",2021,282 66,"Senegal","Ornamental fish nei","ornamentals",1976, 66,"Senegal","Ornamental fish nei","ornamentals",1977, 66,"Senegal","Ornamental fish nei","ornamentals",1978, @@ -16649,6 +17524,7 @@ 66,"Senegal","Ornamental fish nei","ornamentals",2018, 66,"Senegal","Ornamental fish nei","ornamentals",2019, 66,"Senegal","Ornamental fish nei","ornamentals",2020, +66,"Senegal","Ornamental fish nei","ornamentals",2021, 66,"Senegal","Ornamental saltwater fish","ornamentals",1976, 66,"Senegal","Ornamental saltwater fish","ornamentals",1977, 66,"Senegal","Ornamental saltwater fish","ornamentals",1978, @@ -16694,6 +17570,7 @@ 66,"Senegal","Ornamental saltwater fish","ornamentals",2018, 66,"Senegal","Ornamental saltwater fish","ornamentals",2019, 66,"Senegal","Ornamental saltwater fish","ornamentals",2020, +66,"Senegal","Ornamental saltwater fish","ornamentals",2021, 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -16739,6 +17616,7 @@ 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -16784,51 +17662,7 @@ 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,25 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,17.3 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, -67,"Libya","Agar agar nei","seaweeds",1976, -67,"Libya","Agar agar nei","seaweeds",1977, -67,"Libya","Agar agar nei","seaweeds",1978, -67,"Libya","Agar agar nei","seaweeds",1979, -67,"Libya","Agar agar nei","seaweeds",1980, -67,"Libya","Agar agar nei","seaweeds",1981, -67,"Libya","Agar agar nei","seaweeds",1982, -67,"Libya","Agar agar nei","seaweeds",1983, -67,"Libya","Agar agar nei","seaweeds",1984, -67,"Libya","Agar agar nei","seaweeds",1985, -67,"Libya","Agar agar nei","seaweeds",1986, -67,"Libya","Agar agar nei","seaweeds",1987, -67,"Libya","Agar agar nei","seaweeds",1988, -67,"Libya","Agar agar nei","seaweeds",1989, -67,"Libya","Agar agar nei","seaweeds",1990, -67,"Libya","Agar agar nei","seaweeds",1991, -67,"Libya","Agar agar nei","seaweeds",1992, -67,"Libya","Agar agar nei","seaweeds",1993, -67,"Libya","Agar agar nei","seaweeds",1994, -67,"Libya","Agar agar nei","seaweeds",1995, -67,"Libya","Agar agar nei","seaweeds",1996, -67,"Libya","Agar agar nei","seaweeds",1997, -67,"Libya","Agar agar nei","seaweeds",1998, -67,"Libya","Agar agar nei","seaweeds",1999, -67,"Libya","Agar agar nei","seaweeds",2000, -67,"Libya","Agar agar nei","seaweeds",2001, -67,"Libya","Agar agar nei","seaweeds",2002, -67,"Libya","Agar agar nei","seaweeds",2003, -67,"Libya","Agar agar nei","seaweeds",2004, -67,"Libya","Agar agar nei","seaweeds",2005, -67,"Libya","Agar agar nei","seaweeds",2006, -67,"Libya","Agar agar nei","seaweeds",2007, -67,"Libya","Agar agar nei","seaweeds",2008, -67,"Libya","Agar agar nei","seaweeds",2009, -67,"Libya","Agar agar nei","seaweeds",2010, -67,"Libya","Agar agar nei","seaweeds",2011, -67,"Libya","Agar agar nei","seaweeds",2012, -67,"Libya","Agar agar nei","seaweeds",2013, -67,"Libya","Agar agar nei","seaweeds",2014, -67,"Libya","Agar agar nei","seaweeds",2015, -67,"Libya","Agar agar nei","seaweeds",2016, -67,"Libya","Agar agar nei","seaweeds",2017, -67,"Libya","Agar agar nei","seaweeds",2018, -67,"Libya","Agar agar nei","seaweeds",2019,0.02 -67,"Libya","Agar agar nei","seaweeds",2020, +66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 67,"Libya","Fish body oils, nei","fish_oil",1976, 67,"Libya","Fish body oils, nei","fish_oil",1977, 67,"Libya","Fish body oils, nei","fish_oil",1978, @@ -16874,6 +17708,7 @@ 67,"Libya","Fish body oils, nei","fish_oil",2018, 67,"Libya","Fish body oils, nei","fish_oil",2019, 67,"Libya","Fish body oils, nei","fish_oil",2020, +67,"Libya","Fish body oils, nei","fish_oil",2021, 67,"Libya","Fish liver oils, nei","fish_oil",1976, 67,"Libya","Fish liver oils, nei","fish_oil",1977, 67,"Libya","Fish liver oils, nei","fish_oil",1978, @@ -16919,6 +17754,7 @@ 67,"Libya","Fish liver oils, nei","fish_oil",2018, 67,"Libya","Fish liver oils, nei","fish_oil",2019, 67,"Libya","Fish liver oils, nei","fish_oil",2020, +67,"Libya","Fish liver oils, nei","fish_oil",2021, 67,"Libya","Miscellaneous corals and shells","shells",1976, 67,"Libya","Miscellaneous corals and shells","shells",1977, 67,"Libya","Miscellaneous corals and shells","shells",1978, @@ -16964,6 +17800,7 @@ 67,"Libya","Miscellaneous corals and shells","shells",2018, 67,"Libya","Miscellaneous corals and shells","shells",2019, 67,"Libya","Miscellaneous corals and shells","shells",2020, +67,"Libya","Miscellaneous corals and shells","shells",2021, 67,"Libya","Natural sponges nei","sponges",1976, 67,"Libya","Natural sponges nei","sponges",1977, 67,"Libya","Natural sponges nei","sponges",1978, @@ -17009,6 +17846,7 @@ 67,"Libya","Natural sponges nei","sponges",2018, 67,"Libya","Natural sponges nei","sponges",2019, 67,"Libya","Natural sponges nei","sponges",2020, +67,"Libya","Natural sponges nei","sponges",2021, 67,"Libya","Natural sponges other than raw","sponges",1976, 67,"Libya","Natural sponges other than raw","sponges",1977, 67,"Libya","Natural sponges other than raw","sponges",1978, @@ -17054,6 +17892,7 @@ 67,"Libya","Natural sponges other than raw","sponges",2018, 67,"Libya","Natural sponges other than raw","sponges",2019, 67,"Libya","Natural sponges other than raw","sponges",2020, +67,"Libya","Natural sponges other than raw","sponges",2021, 67,"Libya","Natural sponges raw","sponges",1976, 67,"Libya","Natural sponges raw","sponges",1977, 67,"Libya","Natural sponges raw","sponges",1978, @@ -17099,6 +17938,7 @@ 67,"Libya","Natural sponges raw","sponges",2018, 67,"Libya","Natural sponges raw","sponges",2019, 67,"Libya","Natural sponges raw","sponges",2020, +67,"Libya","Natural sponges raw","sponges",2021, 67,"Libya","Ornamental fish nei","ornamentals",1976, 67,"Libya","Ornamental fish nei","ornamentals",1977, 67,"Libya","Ornamental fish nei","ornamentals",1978, @@ -17144,6 +17984,7 @@ 67,"Libya","Ornamental fish nei","ornamentals",2018, 67,"Libya","Ornamental fish nei","ornamentals",2019, 67,"Libya","Ornamental fish nei","ornamentals",2020, +67,"Libya","Ornamental fish nei","ornamentals",2021, 67,"Libya","Ornamental saltwater fish","ornamentals",1976, 67,"Libya","Ornamental saltwater fish","ornamentals",1977, 67,"Libya","Ornamental saltwater fish","ornamentals",1978, @@ -17187,8 +18028,9 @@ 67,"Libya","Ornamental saltwater fish","ornamentals",2016, 67,"Libya","Ornamental saltwater fish","ornamentals",2017, 67,"Libya","Ornamental saltwater fish","ornamentals",2018, -67,"Libya","Ornamental saltwater fish","ornamentals",2019,0 +67,"Libya","Ornamental saltwater fish","ornamentals",2019, 67,"Libya","Ornamental saltwater fish","ornamentals",2020,0 +67,"Libya","Ornamental saltwater fish","ornamentals",2021, 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -17234,6 +18076,7 @@ 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 68,"Malta","Coral and the like","corals",1976, 68,"Malta","Coral and the like","corals",1977, 68,"Malta","Coral and the like","corals",1978, @@ -17279,6 +18122,7 @@ 68,"Malta","Coral and the like","corals",2018, 68,"Malta","Coral and the like","corals",2019, 68,"Malta","Coral and the like","corals",2020, +68,"Malta","Coral and the like","corals",2021, 68,"Malta","Fish body oils, nei","fish_oil",1976, 68,"Malta","Fish body oils, nei","fish_oil",1977, 68,"Malta","Fish body oils, nei","fish_oil",1978, @@ -17324,6 +18168,7 @@ 68,"Malta","Fish body oils, nei","fish_oil",2018, 68,"Malta","Fish body oils, nei","fish_oil",2019, 68,"Malta","Fish body oils, nei","fish_oil",2020,0.2 +68,"Malta","Fish body oils, nei","fish_oil",2021,1.75 68,"Malta","Fish liver oils, nei","fish_oil",1976, 68,"Malta","Fish liver oils, nei","fish_oil",1977, 68,"Malta","Fish liver oils, nei","fish_oil",1978, @@ -17369,6 +18214,7 @@ 68,"Malta","Fish liver oils, nei","fish_oil",2018, 68,"Malta","Fish liver oils, nei","fish_oil",2019, 68,"Malta","Fish liver oils, nei","fish_oil",2020, +68,"Malta","Fish liver oils, nei","fish_oil",2021, 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -17414,6 +18260,7 @@ 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,31.41 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0 69,"Latvia","Agar agar nei","seaweeds",1976, 69,"Latvia","Agar agar nei","seaweeds",1977, 69,"Latvia","Agar agar nei","seaweeds",1978, @@ -17459,6 +18306,7 @@ 69,"Latvia","Agar agar nei","seaweeds",2018,20 69,"Latvia","Agar agar nei","seaweeds",2019,8.9 69,"Latvia","Agar agar nei","seaweeds",2020,4.29 +69,"Latvia","Agar agar nei","seaweeds",2021,2.49 69,"Latvia","Fish body oils, nei","fish_oil",1976, 69,"Latvia","Fish body oils, nei","fish_oil",1977, 69,"Latvia","Fish body oils, nei","fish_oil",1978, @@ -17504,6 +18352,7 @@ 69,"Latvia","Fish body oils, nei","fish_oil",2018,3833 69,"Latvia","Fish body oils, nei","fish_oil",2019,6172.66 69,"Latvia","Fish body oils, nei","fish_oil",2020,8654.85 +69,"Latvia","Fish body oils, nei","fish_oil",2021,9941.55 69,"Latvia","Fish liver oils, nei","fish_oil",1976, 69,"Latvia","Fish liver oils, nei","fish_oil",1977, 69,"Latvia","Fish liver oils, nei","fish_oil",1978, @@ -17549,6 +18398,7 @@ 69,"Latvia","Fish liver oils, nei","fish_oil",2018,2 69,"Latvia","Fish liver oils, nei","fish_oil",2019,0.6 69,"Latvia","Fish liver oils, nei","fish_oil",2020,0.55 +69,"Latvia","Fish liver oils, nei","fish_oil",2021,0.51 69,"Latvia","Miscellaneous corals and shells","shells",1976, 69,"Latvia","Miscellaneous corals and shells","shells",1977, 69,"Latvia","Miscellaneous corals and shells","shells",1978, @@ -17594,6 +18444,7 @@ 69,"Latvia","Miscellaneous corals and shells","shells",2018,2 69,"Latvia","Miscellaneous corals and shells","shells",2019,4.48 69,"Latvia","Miscellaneous corals and shells","shells",2020,4.46 +69,"Latvia","Miscellaneous corals and shells","shells",2021,16.25 69,"Latvia","Natural sponges nei","sponges",1976, 69,"Latvia","Natural sponges nei","sponges",1977, 69,"Latvia","Natural sponges nei","sponges",1978, @@ -17639,6 +18490,7 @@ 69,"Latvia","Natural sponges nei","sponges",2018, 69,"Latvia","Natural sponges nei","sponges",2019, 69,"Latvia","Natural sponges nei","sponges",2020, +69,"Latvia","Natural sponges nei","sponges",2021, 69,"Latvia","Natural sponges other than raw","sponges",1976, 69,"Latvia","Natural sponges other than raw","sponges",1977, 69,"Latvia","Natural sponges other than raw","sponges",1978, @@ -17684,6 +18536,7 @@ 69,"Latvia","Natural sponges other than raw","sponges",2018,0.1 69,"Latvia","Natural sponges other than raw","sponges",2019,0.01 69,"Latvia","Natural sponges other than raw","sponges",2020,0.01 +69,"Latvia","Natural sponges other than raw","sponges",2021,9.21 69,"Latvia","Natural sponges raw","sponges",1976, 69,"Latvia","Natural sponges raw","sponges",1977, 69,"Latvia","Natural sponges raw","sponges",1978, @@ -17729,6 +18582,7 @@ 69,"Latvia","Natural sponges raw","sponges",2018,0.1 69,"Latvia","Natural sponges raw","sponges",2019, 69,"Latvia","Natural sponges raw","sponges",2020, +69,"Latvia","Natural sponges raw","sponges",2021, 69,"Latvia","Ornamental fish nei","ornamentals",1976, 69,"Latvia","Ornamental fish nei","ornamentals",1977, 69,"Latvia","Ornamental fish nei","ornamentals",1978, @@ -17774,6 +18628,7 @@ 69,"Latvia","Ornamental fish nei","ornamentals",2018, 69,"Latvia","Ornamental fish nei","ornamentals",2019, 69,"Latvia","Ornamental fish nei","ornamentals",2020, +69,"Latvia","Ornamental fish nei","ornamentals",2021, 69,"Latvia","Ornamental saltwater fish","ornamentals",1976, 69,"Latvia","Ornamental saltwater fish","ornamentals",1977, 69,"Latvia","Ornamental saltwater fish","ornamentals",1978, @@ -17819,6 +18674,7 @@ 69,"Latvia","Ornamental saltwater fish","ornamentals",2018,0.1 69,"Latvia","Ornamental saltwater fish","ornamentals",2019, 69,"Latvia","Ornamental saltwater fish","ornamentals",2020, +69,"Latvia","Ornamental saltwater fish","ornamentals",2021, 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -17864,6 +18720,7 @@ 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -17909,6 +18766,7 @@ 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,129 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,81.92 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,69.28 +69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,77.67 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -17954,6 +18812,7 @@ 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,21 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,12.03 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,11.34 +69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,34.13 70,"Estonia","Agar agar nei","seaweeds",1976, 70,"Estonia","Agar agar nei","seaweeds",1977, 70,"Estonia","Agar agar nei","seaweeds",1978, @@ -17999,6 +18858,7 @@ 70,"Estonia","Agar agar nei","seaweeds",2018,0.1 70,"Estonia","Agar agar nei","seaweeds",2019,0.09 70,"Estonia","Agar agar nei","seaweeds",2020,0.09 +70,"Estonia","Agar agar nei","seaweeds",2021,0.12 70,"Estonia","Fish body oils, nei","fish_oil",1976, 70,"Estonia","Fish body oils, nei","fish_oil",1977, 70,"Estonia","Fish body oils, nei","fish_oil",1978, @@ -18044,6 +18904,7 @@ 70,"Estonia","Fish body oils, nei","fish_oil",2018,9 70,"Estonia","Fish body oils, nei","fish_oil",2019,2035.68 70,"Estonia","Fish body oils, nei","fish_oil",2020,2499.66 +70,"Estonia","Fish body oils, nei","fish_oil",2021,2636.42 70,"Estonia","Fish liver oils, nei","fish_oil",1976, 70,"Estonia","Fish liver oils, nei","fish_oil",1977, 70,"Estonia","Fish liver oils, nei","fish_oil",1978, @@ -18089,6 +18950,7 @@ 70,"Estonia","Fish liver oils, nei","fish_oil",2018,2 70,"Estonia","Fish liver oils, nei","fish_oil",2019,0.48 70,"Estonia","Fish liver oils, nei","fish_oil",2020,0.14 +70,"Estonia","Fish liver oils, nei","fish_oil",2021,0.81 70,"Estonia","Miscellaneous corals and shells","shells",1976, 70,"Estonia","Miscellaneous corals and shells","shells",1977, 70,"Estonia","Miscellaneous corals and shells","shells",1978, @@ -18134,6 +18996,7 @@ 70,"Estonia","Miscellaneous corals and shells","shells",2018,0.1 70,"Estonia","Miscellaneous corals and shells","shells",2019, 70,"Estonia","Miscellaneous corals and shells","shells",2020,3.75 +70,"Estonia","Miscellaneous corals and shells","shells",2021,11.25 70,"Estonia","Natural sponges nei","sponges",1976, 70,"Estonia","Natural sponges nei","sponges",1977, 70,"Estonia","Natural sponges nei","sponges",1978, @@ -18179,6 +19042,7 @@ 70,"Estonia","Natural sponges nei","sponges",2018, 70,"Estonia","Natural sponges nei","sponges",2019, 70,"Estonia","Natural sponges nei","sponges",2020, +70,"Estonia","Natural sponges nei","sponges",2021, 70,"Estonia","Natural sponges other than raw","sponges",1976, 70,"Estonia","Natural sponges other than raw","sponges",1977, 70,"Estonia","Natural sponges other than raw","sponges",1978, @@ -18224,6 +19088,7 @@ 70,"Estonia","Natural sponges other than raw","sponges",2018, 70,"Estonia","Natural sponges other than raw","sponges",2019,0.01 70,"Estonia","Natural sponges other than raw","sponges",2020,0.01 +70,"Estonia","Natural sponges other than raw","sponges",2021,0 70,"Estonia","Natural sponges raw","sponges",1976, 70,"Estonia","Natural sponges raw","sponges",1977, 70,"Estonia","Natural sponges raw","sponges",1978, @@ -18269,6 +19134,7 @@ 70,"Estonia","Natural sponges raw","sponges",2018, 70,"Estonia","Natural sponges raw","sponges",2019, 70,"Estonia","Natural sponges raw","sponges",2020, +70,"Estonia","Natural sponges raw","sponges",2021, 70,"Estonia","Ornamental fish nei","ornamentals",1976, 70,"Estonia","Ornamental fish nei","ornamentals",1977, 70,"Estonia","Ornamental fish nei","ornamentals",1978, @@ -18314,6 +19180,7 @@ 70,"Estonia","Ornamental fish nei","ornamentals",2018, 70,"Estonia","Ornamental fish nei","ornamentals",2019, 70,"Estonia","Ornamental fish nei","ornamentals",2020, +70,"Estonia","Ornamental fish nei","ornamentals",2021, 70,"Estonia","Ornamental saltwater fish","ornamentals",1976, 70,"Estonia","Ornamental saltwater fish","ornamentals",1977, 70,"Estonia","Ornamental saltwater fish","ornamentals",1978, @@ -18359,6 +19226,7 @@ 70,"Estonia","Ornamental saltwater fish","ornamentals",2018, 70,"Estonia","Ornamental saltwater fish","ornamentals",2019, 70,"Estonia","Ornamental saltwater fish","ornamentals",2020, +70,"Estonia","Ornamental saltwater fish","ornamentals",2021, 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -18404,6 +19272,7 @@ 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -18449,6 +19318,7 @@ 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.28 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.98 +70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,3.12 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -18494,6 +19364,7 @@ 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.02 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.04 +70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 71,"Bulgaria","Agar agar nei","seaweeds",1976, 71,"Bulgaria","Agar agar nei","seaweeds",1977, 71,"Bulgaria","Agar agar nei","seaweeds",1978, @@ -18539,6 +19410,7 @@ 71,"Bulgaria","Agar agar nei","seaweeds",2018,2 71,"Bulgaria","Agar agar nei","seaweeds",2019,2.17 71,"Bulgaria","Agar agar nei","seaweeds",2020,1.8 +71,"Bulgaria","Agar agar nei","seaweeds",2021,13.06 71,"Bulgaria","Coral and the like","corals",1976, 71,"Bulgaria","Coral and the like","corals",1977, 71,"Bulgaria","Coral and the like","corals",1978, @@ -18584,6 +19456,7 @@ 71,"Bulgaria","Coral and the like","corals",2018, 71,"Bulgaria","Coral and the like","corals",2019, 71,"Bulgaria","Coral and the like","corals",2020, +71,"Bulgaria","Coral and the like","corals",2021, 71,"Bulgaria","Fish body oils, nei","fish_oil",1976, 71,"Bulgaria","Fish body oils, nei","fish_oil",1977, 71,"Bulgaria","Fish body oils, nei","fish_oil",1978, @@ -18629,6 +19502,7 @@ 71,"Bulgaria","Fish body oils, nei","fish_oil",2018, 71,"Bulgaria","Fish body oils, nei","fish_oil",2019,0.64 71,"Bulgaria","Fish body oils, nei","fish_oil",2020, +71,"Bulgaria","Fish body oils, nei","fish_oil",2021,1.3 71,"Bulgaria","Fish liver oils, nei","fish_oil",1976, 71,"Bulgaria","Fish liver oils, nei","fish_oil",1977, 71,"Bulgaria","Fish liver oils, nei","fish_oil",1978, @@ -18674,6 +19548,7 @@ 71,"Bulgaria","Fish liver oils, nei","fish_oil",2018, 71,"Bulgaria","Fish liver oils, nei","fish_oil",2019, 71,"Bulgaria","Fish liver oils, nei","fish_oil",2020, +71,"Bulgaria","Fish liver oils, nei","fish_oil",2021, 71,"Bulgaria","Miscellaneous corals and shells","shells",1976, 71,"Bulgaria","Miscellaneous corals and shells","shells",1977, 71,"Bulgaria","Miscellaneous corals and shells","shells",1978, @@ -18719,6 +19594,7 @@ 71,"Bulgaria","Miscellaneous corals and shells","shells",2018,108 71,"Bulgaria","Miscellaneous corals and shells","shells",2019,94.91 71,"Bulgaria","Miscellaneous corals and shells","shells",2020,56.92 +71,"Bulgaria","Miscellaneous corals and shells","shells",2021,39.63 71,"Bulgaria","Natural sponges nei","sponges",1976, 71,"Bulgaria","Natural sponges nei","sponges",1977, 71,"Bulgaria","Natural sponges nei","sponges",1978, @@ -18764,6 +19640,7 @@ 71,"Bulgaria","Natural sponges nei","sponges",2018, 71,"Bulgaria","Natural sponges nei","sponges",2019, 71,"Bulgaria","Natural sponges nei","sponges",2020, +71,"Bulgaria","Natural sponges nei","sponges",2021, 71,"Bulgaria","Natural sponges other than raw","sponges",1976, 71,"Bulgaria","Natural sponges other than raw","sponges",1977, 71,"Bulgaria","Natural sponges other than raw","sponges",1978, @@ -18809,6 +19686,7 @@ 71,"Bulgaria","Natural sponges other than raw","sponges",2018, 71,"Bulgaria","Natural sponges other than raw","sponges",2019, 71,"Bulgaria","Natural sponges other than raw","sponges",2020, +71,"Bulgaria","Natural sponges other than raw","sponges",2021, 71,"Bulgaria","Natural sponges raw","sponges",1976, 71,"Bulgaria","Natural sponges raw","sponges",1977, 71,"Bulgaria","Natural sponges raw","sponges",1978, @@ -18854,6 +19732,7 @@ 71,"Bulgaria","Natural sponges raw","sponges",2018,0.1 71,"Bulgaria","Natural sponges raw","sponges",2019, 71,"Bulgaria","Natural sponges raw","sponges",2020, +71,"Bulgaria","Natural sponges raw","sponges",2021, 71,"Bulgaria","Ornamental fish nei","ornamentals",1976, 71,"Bulgaria","Ornamental fish nei","ornamentals",1977, 71,"Bulgaria","Ornamental fish nei","ornamentals",1978, @@ -18899,6 +19778,7 @@ 71,"Bulgaria","Ornamental fish nei","ornamentals",2018, 71,"Bulgaria","Ornamental fish nei","ornamentals",2019, 71,"Bulgaria","Ornamental fish nei","ornamentals",2020, +71,"Bulgaria","Ornamental fish nei","ornamentals",2021, 71,"Bulgaria","Ornamental saltwater fish","ornamentals",1976, 71,"Bulgaria","Ornamental saltwater fish","ornamentals",1977, 71,"Bulgaria","Ornamental saltwater fish","ornamentals",1978, @@ -18944,6 +19824,7 @@ 71,"Bulgaria","Ornamental saltwater fish","ornamentals",2018,118 71,"Bulgaria","Ornamental saltwater fish","ornamentals",2019,197.26 71,"Bulgaria","Ornamental saltwater fish","ornamentals",2020,414.68 +71,"Bulgaria","Ornamental saltwater fish","ornamentals",2021,349.15 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -18989,6 +19870,7 @@ 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -19034,6 +19916,7 @@ 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,5 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,30.96 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,49.53 +71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,41.7 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -19079,6 +19962,7 @@ 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.62 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1.57 +71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,9.33 72,"Romania","Agar agar nei","seaweeds",1976, 72,"Romania","Agar agar nei","seaweeds",1977, 72,"Romania","Agar agar nei","seaweeds",1978, @@ -19124,6 +20008,7 @@ 72,"Romania","Agar agar nei","seaweeds",2018,0.1 72,"Romania","Agar agar nei","seaweeds",2019,0.04 72,"Romania","Agar agar nei","seaweeds",2020,0.05 +72,"Romania","Agar agar nei","seaweeds",2021,0.24 72,"Romania","Coral and the like","corals",1976, 72,"Romania","Coral and the like","corals",1977, 72,"Romania","Coral and the like","corals",1978, @@ -19169,6 +20054,7 @@ 72,"Romania","Coral and the like","corals",2018,83 72,"Romania","Coral and the like","corals",2019,136.99 72,"Romania","Coral and the like","corals",2020,124.54 +72,"Romania","Coral and the like","corals",2021,1.68 72,"Romania","Fish body oils, nei","fish_oil",1976, 72,"Romania","Fish body oils, nei","fish_oil",1977, 72,"Romania","Fish body oils, nei","fish_oil",1978, @@ -19214,6 +20100,7 @@ 72,"Romania","Fish body oils, nei","fish_oil",2018,68 72,"Romania","Fish body oils, nei","fish_oil",2019,102.03 72,"Romania","Fish body oils, nei","fish_oil",2020,68.46 +72,"Romania","Fish body oils, nei","fish_oil",2021,65.49 72,"Romania","Fish liver oils, nei","fish_oil",1976, 72,"Romania","Fish liver oils, nei","fish_oil",1977, 72,"Romania","Fish liver oils, nei","fish_oil",1978, @@ -19259,6 +20146,53 @@ 72,"Romania","Fish liver oils, nei","fish_oil",2018,1 72,"Romania","Fish liver oils, nei","fish_oil",2019,3.23 72,"Romania","Fish liver oils, nei","fish_oil",2020,9.58 +72,"Romania","Fish liver oils, nei","fish_oil",2021,5.49 +72,"Romania","Miscellaneous corals and shells","shells",1976, +72,"Romania","Miscellaneous corals and shells","shells",1977, +72,"Romania","Miscellaneous corals and shells","shells",1978, +72,"Romania","Miscellaneous corals and shells","shells",1979, +72,"Romania","Miscellaneous corals and shells","shells",1980, +72,"Romania","Miscellaneous corals and shells","shells",1981, +72,"Romania","Miscellaneous corals and shells","shells",1982, +72,"Romania","Miscellaneous corals and shells","shells",1983, +72,"Romania","Miscellaneous corals and shells","shells",1984, +72,"Romania","Miscellaneous corals and shells","shells",1985, +72,"Romania","Miscellaneous corals and shells","shells",1986, +72,"Romania","Miscellaneous corals and shells","shells",1987, +72,"Romania","Miscellaneous corals and shells","shells",1988, +72,"Romania","Miscellaneous corals and shells","shells",1989, +72,"Romania","Miscellaneous corals and shells","shells",1990, +72,"Romania","Miscellaneous corals and shells","shells",1991, +72,"Romania","Miscellaneous corals and shells","shells",1992, +72,"Romania","Miscellaneous corals and shells","shells",1993, +72,"Romania","Miscellaneous corals and shells","shells",1994, +72,"Romania","Miscellaneous corals and shells","shells",1995, +72,"Romania","Miscellaneous corals and shells","shells",1996, +72,"Romania","Miscellaneous corals and shells","shells",1997, +72,"Romania","Miscellaneous corals and shells","shells",1998, +72,"Romania","Miscellaneous corals and shells","shells",1999, +72,"Romania","Miscellaneous corals and shells","shells",2000, +72,"Romania","Miscellaneous corals and shells","shells",2001, +72,"Romania","Miscellaneous corals and shells","shells",2002, +72,"Romania","Miscellaneous corals and shells","shells",2003, +72,"Romania","Miscellaneous corals and shells","shells",2004, +72,"Romania","Miscellaneous corals and shells","shells",2005, +72,"Romania","Miscellaneous corals and shells","shells",2006, +72,"Romania","Miscellaneous corals and shells","shells",2007, +72,"Romania","Miscellaneous corals and shells","shells",2008, +72,"Romania","Miscellaneous corals and shells","shells",2009, +72,"Romania","Miscellaneous corals and shells","shells",2010, +72,"Romania","Miscellaneous corals and shells","shells",2011, +72,"Romania","Miscellaneous corals and shells","shells",2012, +72,"Romania","Miscellaneous corals and shells","shells",2013, +72,"Romania","Miscellaneous corals and shells","shells",2014, +72,"Romania","Miscellaneous corals and shells","shells",2015, +72,"Romania","Miscellaneous corals and shells","shells",2016, +72,"Romania","Miscellaneous corals and shells","shells",2017, +72,"Romania","Miscellaneous corals and shells","shells",2018, +72,"Romania","Miscellaneous corals and shells","shells",2019, +72,"Romania","Miscellaneous corals and shells","shells",2020, +72,"Romania","Miscellaneous corals and shells","shells",2021,163.14 72,"Romania","Natural sponges other than raw","sponges",1976, 72,"Romania","Natural sponges other than raw","sponges",1977, 72,"Romania","Natural sponges other than raw","sponges",1978, @@ -19304,6 +20238,7 @@ 72,"Romania","Natural sponges other than raw","sponges",2018, 72,"Romania","Natural sponges other than raw","sponges",2019, 72,"Romania","Natural sponges other than raw","sponges",2020, +72,"Romania","Natural sponges other than raw","sponges",2021,0.12 72,"Romania","Natural sponges raw","sponges",1976, 72,"Romania","Natural sponges raw","sponges",1977, 72,"Romania","Natural sponges raw","sponges",1978, @@ -19349,6 +20284,7 @@ 72,"Romania","Natural sponges raw","sponges",2018, 72,"Romania","Natural sponges raw","sponges",2019, 72,"Romania","Natural sponges raw","sponges",2020, +72,"Romania","Natural sponges raw","sponges",2021, 72,"Romania","Ornamental fish nei","ornamentals",1976, 72,"Romania","Ornamental fish nei","ornamentals",1977, 72,"Romania","Ornamental fish nei","ornamentals",1978, @@ -19394,6 +20330,7 @@ 72,"Romania","Ornamental fish nei","ornamentals",2018, 72,"Romania","Ornamental fish nei","ornamentals",2019, 72,"Romania","Ornamental fish nei","ornamentals",2020, +72,"Romania","Ornamental fish nei","ornamentals",2021, 72,"Romania","Ornamental saltwater fish","ornamentals",1976, 72,"Romania","Ornamental saltwater fish","ornamentals",1977, 72,"Romania","Ornamental saltwater fish","ornamentals",1978, @@ -19439,6 +20376,7 @@ 72,"Romania","Ornamental saltwater fish","ornamentals",2018,19 72,"Romania","Ornamental saltwater fish","ornamentals",2019,16.52 72,"Romania","Ornamental saltwater fish","ornamentals",2020,0 +72,"Romania","Ornamental saltwater fish","ornamentals",2021, 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -19484,6 +20422,7 @@ 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -19529,6 +20468,7 @@ 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.3 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.16 +72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.35 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -19574,6 +20514,7 @@ 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0.1 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.12 73,"Russia","Agar agar nei","seaweeds",1976, 73,"Russia","Agar agar nei","seaweeds",1977, 73,"Russia","Agar agar nei","seaweeds",1978, @@ -19619,6 +20560,7 @@ 73,"Russia","Agar agar nei","seaweeds",2018,94 73,"Russia","Agar agar nei","seaweeds",2019,90 73,"Russia","Agar agar nei","seaweeds",2020,107 +73,"Russia","Agar agar nei","seaweeds",2021,86 73,"Russia","Coral and the like","corals",1976, 73,"Russia","Coral and the like","corals",1977, 73,"Russia","Coral and the like","corals",1978, @@ -19664,6 +20606,7 @@ 73,"Russia","Coral and the like","corals",2018,5466 73,"Russia","Coral and the like","corals",2019,9059 73,"Russia","Coral and the like","corals",2020,6238 +73,"Russia","Coral and the like","corals",2021,4685 73,"Russia","Fish body oils, nei","fish_oil",1976,100 73,"Russia","Fish body oils, nei","fish_oil",1977,138 73,"Russia","Fish body oils, nei","fish_oil",1978,216 @@ -19709,6 +20652,7 @@ 73,"Russia","Fish body oils, nei","fish_oil",2018,180 73,"Russia","Fish body oils, nei","fish_oil",2019,311 73,"Russia","Fish body oils, nei","fish_oil",2020,3113 +73,"Russia","Fish body oils, nei","fish_oil",2021,3717 73,"Russia","Fish liver oils, nei","fish_oil",1976, 73,"Russia","Fish liver oils, nei","fish_oil",1977, 73,"Russia","Fish liver oils, nei","fish_oil",1978, @@ -19754,6 +20698,7 @@ 73,"Russia","Fish liver oils, nei","fish_oil",2018, 73,"Russia","Fish liver oils, nei","fish_oil",2019,1 73,"Russia","Fish liver oils, nei","fish_oil",2020,52 +73,"Russia","Fish liver oils, nei","fish_oil",2021,119 73,"Russia","Natural sponges other than raw","sponges",1976, 73,"Russia","Natural sponges other than raw","sponges",1977, 73,"Russia","Natural sponges other than raw","sponges",1978, @@ -19799,6 +20744,7 @@ 73,"Russia","Natural sponges other than raw","sponges",2018,0.1 73,"Russia","Natural sponges other than raw","sponges",2019,0 73,"Russia","Natural sponges other than raw","sponges",2020,0 +73,"Russia","Natural sponges other than raw","sponges",2021,1 73,"Russia","Natural sponges raw","sponges",1976, 73,"Russia","Natural sponges raw","sponges",1977, 73,"Russia","Natural sponges raw","sponges",1978, @@ -19844,6 +20790,7 @@ 73,"Russia","Natural sponges raw","sponges",2018, 73,"Russia","Natural sponges raw","sponges",2019, 73,"Russia","Natural sponges raw","sponges",2020, +73,"Russia","Natural sponges raw","sponges",2021, 73,"Russia","Ornamental saltwater fish","ornamentals",1976, 73,"Russia","Ornamental saltwater fish","ornamentals",1977, 73,"Russia","Ornamental saltwater fish","ornamentals",1978, @@ -19889,6 +20836,7 @@ 73,"Russia","Ornamental saltwater fish","ornamentals",2018, 73,"Russia","Ornamental saltwater fish","ornamentals",2019,0 73,"Russia","Ornamental saltwater fish","ornamentals",2020,0 +73,"Russia","Ornamental saltwater fish","ornamentals",2021, 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -19934,6 +20882,7 @@ 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,119 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,203 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,161 +73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,312 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -19979,6 +20928,7 @@ 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,139 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,146 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,269 +73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,366 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -20024,6 +20974,7 @@ 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,32 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,29 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,23 +73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,29 74,"Georgia","Agar agar nei","seaweeds",1976, 74,"Georgia","Agar agar nei","seaweeds",1977, 74,"Georgia","Agar agar nei","seaweeds",1978, @@ -20069,6 +21020,7 @@ 74,"Georgia","Agar agar nei","seaweeds",2018, 74,"Georgia","Agar agar nei","seaweeds",2019, 74,"Georgia","Agar agar nei","seaweeds",2020, +74,"Georgia","Agar agar nei","seaweeds",2021, 74,"Georgia","Fish body oils, nei","fish_oil",1976, 74,"Georgia","Fish body oils, nei","fish_oil",1977, 74,"Georgia","Fish body oils, nei","fish_oil",1978, @@ -20114,6 +21066,7 @@ 74,"Georgia","Fish body oils, nei","fish_oil",2018,5188 74,"Georgia","Fish body oils, nei","fish_oil",2019,3086.53 74,"Georgia","Fish body oils, nei","fish_oil",2020,9587.25 +74,"Georgia","Fish body oils, nei","fish_oil",2021,5405.01 74,"Georgia","Miscellaneous corals and shells","shells",1976, 74,"Georgia","Miscellaneous corals and shells","shells",1977, 74,"Georgia","Miscellaneous corals and shells","shells",1978, @@ -20159,6 +21112,7 @@ 74,"Georgia","Miscellaneous corals and shells","shells",2018, 74,"Georgia","Miscellaneous corals and shells","shells",2019, 74,"Georgia","Miscellaneous corals and shells","shells",2020, +74,"Georgia","Miscellaneous corals and shells","shells",2021, 74,"Georgia","Ornamental fish nei","ornamentals",1976, 74,"Georgia","Ornamental fish nei","ornamentals",1977, 74,"Georgia","Ornamental fish nei","ornamentals",1978, @@ -20204,6 +21158,7 @@ 74,"Georgia","Ornamental fish nei","ornamentals",2018, 74,"Georgia","Ornamental fish nei","ornamentals",2019, 74,"Georgia","Ornamental fish nei","ornamentals",2020, +74,"Georgia","Ornamental fish nei","ornamentals",2021, 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -20249,6 +21204,7 @@ 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -20294,6 +21250,7 @@ 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.5 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.04 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -20339,6 +21296,7 @@ 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 75,"Ukraine","Agar agar nei","seaweeds",1976, 75,"Ukraine","Agar agar nei","seaweeds",1977, 75,"Ukraine","Agar agar nei","seaweeds",1978, @@ -20384,6 +21342,7 @@ 75,"Ukraine","Agar agar nei","seaweeds",2018,1 75,"Ukraine","Agar agar nei","seaweeds",2019,0.41 75,"Ukraine","Agar agar nei","seaweeds",2020,0.42 +75,"Ukraine","Agar agar nei","seaweeds",2021,1.25 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",1976, 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",1977, 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",1978, @@ -20429,6 +21388,7 @@ 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",2018, 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",2019, 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",2020, +75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",2021, 75,"Ukraine","Coral and the like","corals",1976, 75,"Ukraine","Coral and the like","corals",1977, 75,"Ukraine","Coral and the like","corals",1978, @@ -20474,6 +21434,7 @@ 75,"Ukraine","Coral and the like","corals",2018, 75,"Ukraine","Coral and the like","corals",2019, 75,"Ukraine","Coral and the like","corals",2020, +75,"Ukraine","Coral and the like","corals",2021, 75,"Ukraine","Fish body oils, nei","fish_oil",1976, 75,"Ukraine","Fish body oils, nei","fish_oil",1977, 75,"Ukraine","Fish body oils, nei","fish_oil",1978, @@ -20519,6 +21480,7 @@ 75,"Ukraine","Fish body oils, nei","fish_oil",2018, 75,"Ukraine","Fish body oils, nei","fish_oil",2019,3.94 75,"Ukraine","Fish body oils, nei","fish_oil",2020, +75,"Ukraine","Fish body oils, nei","fish_oil",2021,0.49 75,"Ukraine","Fish liver oils, nei","fish_oil",1976, 75,"Ukraine","Fish liver oils, nei","fish_oil",1977, 75,"Ukraine","Fish liver oils, nei","fish_oil",1978, @@ -20564,6 +21526,7 @@ 75,"Ukraine","Fish liver oils, nei","fish_oil",2018, 75,"Ukraine","Fish liver oils, nei","fish_oil",2019,0.02 75,"Ukraine","Fish liver oils, nei","fish_oil",2020,0.09 +75,"Ukraine","Fish liver oils, nei","fish_oil",2021,0 75,"Ukraine","Miscellaneous corals and shells","shells",1976, 75,"Ukraine","Miscellaneous corals and shells","shells",1977, 75,"Ukraine","Miscellaneous corals and shells","shells",1978, @@ -20609,6 +21572,7 @@ 75,"Ukraine","Miscellaneous corals and shells","shells",2018,10 75,"Ukraine","Miscellaneous corals and shells","shells",2019,59.85 75,"Ukraine","Miscellaneous corals and shells","shells",2020,94.33 +75,"Ukraine","Miscellaneous corals and shells","shells",2021,142.73 75,"Ukraine","Natural sponges nei","sponges",1976, 75,"Ukraine","Natural sponges nei","sponges",1977, 75,"Ukraine","Natural sponges nei","sponges",1978, @@ -20654,6 +21618,7 @@ 75,"Ukraine","Natural sponges nei","sponges",2018, 75,"Ukraine","Natural sponges nei","sponges",2019, 75,"Ukraine","Natural sponges nei","sponges",2020, +75,"Ukraine","Natural sponges nei","sponges",2021, 75,"Ukraine","Ornamental fish nei","ornamentals",1976, 75,"Ukraine","Ornamental fish nei","ornamentals",1977, 75,"Ukraine","Ornamental fish nei","ornamentals",1978, @@ -20699,6 +21664,7 @@ 75,"Ukraine","Ornamental fish nei","ornamentals",2018, 75,"Ukraine","Ornamental fish nei","ornamentals",2019, 75,"Ukraine","Ornamental fish nei","ornamentals",2020, +75,"Ukraine","Ornamental fish nei","ornamentals",2021, 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -20744,6 +21710,7 @@ 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -20789,6 +21756,7 @@ 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,2 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,5 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,2 +75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,3.19 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -20834,6 +21802,651 @@ 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,27 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,34.5 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,40.42 +75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,33.72 +76,"Turkey","Agar agar nei","seaweeds",1976, +76,"Turkey","Agar agar nei","seaweeds",1977, +76,"Turkey","Agar agar nei","seaweeds",1978, +76,"Turkey","Agar agar nei","seaweeds",1979, +76,"Turkey","Agar agar nei","seaweeds",1980, +76,"Turkey","Agar agar nei","seaweeds",1981, +76,"Turkey","Agar agar nei","seaweeds",1982, +76,"Turkey","Agar agar nei","seaweeds",1983, +76,"Turkey","Agar agar nei","seaweeds",1984, +76,"Turkey","Agar agar nei","seaweeds",1985, +76,"Turkey","Agar agar nei","seaweeds",1986, +76,"Turkey","Agar agar nei","seaweeds",1987, +76,"Turkey","Agar agar nei","seaweeds",1988, +76,"Turkey","Agar agar nei","seaweeds",1989, +76,"Turkey","Agar agar nei","seaweeds",1990, +76,"Turkey","Agar agar nei","seaweeds",1991, +76,"Turkey","Agar agar nei","seaweeds",1992, +76,"Turkey","Agar agar nei","seaweeds",1993, +76,"Turkey","Agar agar nei","seaweeds",1994, +76,"Turkey","Agar agar nei","seaweeds",1995,2 +76,"Turkey","Agar agar nei","seaweeds",1996,0.1 +76,"Turkey","Agar agar nei","seaweeds",1997,1 +76,"Turkey","Agar agar nei","seaweeds",1998,1 +76,"Turkey","Agar agar nei","seaweeds",1999, +76,"Turkey","Agar agar nei","seaweeds",2000,2 +76,"Turkey","Agar agar nei","seaweeds",2001,1 +76,"Turkey","Agar agar nei","seaweeds",2002,0.1 +76,"Turkey","Agar agar nei","seaweeds",2003,3 +76,"Turkey","Agar agar nei","seaweeds",2004,0.1 +76,"Turkey","Agar agar nei","seaweeds",2005,1 +76,"Turkey","Agar agar nei","seaweeds",2006,2 +76,"Turkey","Agar agar nei","seaweeds",2007,0.1 +76,"Turkey","Agar agar nei","seaweeds",2008,1 +76,"Turkey","Agar agar nei","seaweeds",2009,1 +76,"Turkey","Agar agar nei","seaweeds",2010,9 +76,"Turkey","Agar agar nei","seaweeds",2011,8 +76,"Turkey","Agar agar nei","seaweeds",2012,3 +76,"Turkey","Agar agar nei","seaweeds",2013,5 +76,"Turkey","Agar agar nei","seaweeds",2014,6 +76,"Turkey","Agar agar nei","seaweeds",2015,2 +76,"Turkey","Agar agar nei","seaweeds",2016,3 +76,"Turkey","Agar agar nei","seaweeds",2017,26 +76,"Turkey","Agar agar nei","seaweeds",2018,11 +76,"Turkey","Agar agar nei","seaweeds",2019,2.26 +76,"Turkey","Agar agar nei","seaweeds",2020,3.91 +76,"Turkey","Agar agar nei","seaweeds",2021,112.72 +76,"Turkey","Cod liver oil","fish_oil",1976, +76,"Turkey","Cod liver oil","fish_oil",1977,1245 +76,"Turkey","Cod liver oil","fish_oil",1978,30 +76,"Turkey","Cod liver oil","fish_oil",1979, +76,"Turkey","Cod liver oil","fish_oil",1980, +76,"Turkey","Cod liver oil","fish_oil",1981, +76,"Turkey","Cod liver oil","fish_oil",1982, +76,"Turkey","Cod liver oil","fish_oil",1983, +76,"Turkey","Cod liver oil","fish_oil",1984,3758 +76,"Turkey","Cod liver oil","fish_oil",1985,6618 +76,"Turkey","Cod liver oil","fish_oil",1986,4517 +76,"Turkey","Cod liver oil","fish_oil",1987,7607 +76,"Turkey","Cod liver oil","fish_oil",1988,12806 +76,"Turkey","Cod liver oil","fish_oil",1989,47 +76,"Turkey","Cod liver oil","fish_oil",1990,57 +76,"Turkey","Cod liver oil","fish_oil",1991,8 +76,"Turkey","Cod liver oil","fish_oil",1992, +76,"Turkey","Cod liver oil","fish_oil",1993, +76,"Turkey","Cod liver oil","fish_oil",1994, +76,"Turkey","Cod liver oil","fish_oil",1995,2 +76,"Turkey","Cod liver oil","fish_oil",1996, +76,"Turkey","Cod liver oil","fish_oil",1997, +76,"Turkey","Cod liver oil","fish_oil",1998, +76,"Turkey","Cod liver oil","fish_oil",1999, +76,"Turkey","Cod liver oil","fish_oil",2000, +76,"Turkey","Cod liver oil","fish_oil",2001, +76,"Turkey","Cod liver oil","fish_oil",2002, +76,"Turkey","Cod liver oil","fish_oil",2003, +76,"Turkey","Cod liver oil","fish_oil",2004, +76,"Turkey","Cod liver oil","fish_oil",2005, +76,"Turkey","Cod liver oil","fish_oil",2006, +76,"Turkey","Cod liver oil","fish_oil",2007, +76,"Turkey","Cod liver oil","fish_oil",2008, +76,"Turkey","Cod liver oil","fish_oil",2009, +76,"Turkey","Cod liver oil","fish_oil",2010, +76,"Turkey","Cod liver oil","fish_oil",2011, +76,"Turkey","Cod liver oil","fish_oil",2012, +76,"Turkey","Cod liver oil","fish_oil",2013, +76,"Turkey","Cod liver oil","fish_oil",2014, +76,"Turkey","Cod liver oil","fish_oil",2015, +76,"Turkey","Cod liver oil","fish_oil",2016, +76,"Turkey","Cod liver oil","fish_oil",2017, +76,"Turkey","Cod liver oil","fish_oil",2018, +76,"Turkey","Cod liver oil","fish_oil",2019, +76,"Turkey","Cod liver oil","fish_oil",2020, +76,"Turkey","Cod liver oil","fish_oil",2021, +76,"Turkey","Coral and the like","corals",1976, +76,"Turkey","Coral and the like","corals",1977, +76,"Turkey","Coral and the like","corals",1978, +76,"Turkey","Coral and the like","corals",1979, +76,"Turkey","Coral and the like","corals",1980, +76,"Turkey","Coral and the like","corals",1981, +76,"Turkey","Coral and the like","corals",1982, +76,"Turkey","Coral and the like","corals",1983, +76,"Turkey","Coral and the like","corals",1984, +76,"Turkey","Coral and the like","corals",1985, +76,"Turkey","Coral and the like","corals",1986, +76,"Turkey","Coral and the like","corals",1987, +76,"Turkey","Coral and the like","corals",1988, +76,"Turkey","Coral and the like","corals",1989, +76,"Turkey","Coral and the like","corals",1990,850 +76,"Turkey","Coral and the like","corals",1991,748 +76,"Turkey","Coral and the like","corals",1992,947 +76,"Turkey","Coral and the like","corals",1993,892 +76,"Turkey","Coral and the like","corals",1994,5422 +76,"Turkey","Coral and the like","corals",1995,6145 +76,"Turkey","Coral and the like","corals",1996,630 +76,"Turkey","Coral and the like","corals",1997,565 +76,"Turkey","Coral and the like","corals",1998,595 +76,"Turkey","Coral and the like","corals",1999,464 +76,"Turkey","Coral and the like","corals",2000,354 +76,"Turkey","Coral and the like","corals",2001,348 +76,"Turkey","Coral and the like","corals",2002,404 +76,"Turkey","Coral and the like","corals",2003,417 +76,"Turkey","Coral and the like","corals",2004,351 +76,"Turkey","Coral and the like","corals",2005,973 +76,"Turkey","Coral and the like","corals",2006,756 +76,"Turkey","Coral and the like","corals",2007,5889 +76,"Turkey","Coral and the like","corals",2008,1017 +76,"Turkey","Coral and the like","corals",2009,3723 +76,"Turkey","Coral and the like","corals",2010,940 +76,"Turkey","Coral and the like","corals",2011,966 +76,"Turkey","Coral and the like","corals",2012,850 +76,"Turkey","Coral and the like","corals",2013,1151 +76,"Turkey","Coral and the like","corals",2014,957 +76,"Turkey","Coral and the like","corals",2015,575 +76,"Turkey","Coral and the like","corals",2016,559 +76,"Turkey","Coral and the like","corals",2017, +76,"Turkey","Coral and the like","corals",2018, +76,"Turkey","Coral and the like","corals",2019, +76,"Turkey","Coral and the like","corals",2020, +76,"Turkey","Coral and the like","corals",2021, +76,"Turkey","Fish body oils, nei","fish_oil",1976,30 +76,"Turkey","Fish body oils, nei","fish_oil",1977, +76,"Turkey","Fish body oils, nei","fish_oil",1978, +76,"Turkey","Fish body oils, nei","fish_oil",1979, +76,"Turkey","Fish body oils, nei","fish_oil",1980, +76,"Turkey","Fish body oils, nei","fish_oil",1981, +76,"Turkey","Fish body oils, nei","fish_oil",1982,934 +76,"Turkey","Fish body oils, nei","fish_oil",1983,2343 +76,"Turkey","Fish body oils, nei","fish_oil",1984,1310 +76,"Turkey","Fish body oils, nei","fish_oil",1985, +76,"Turkey","Fish body oils, nei","fish_oil",1986, +76,"Turkey","Fish body oils, nei","fish_oil",1987, +76,"Turkey","Fish body oils, nei","fish_oil",1988, +76,"Turkey","Fish body oils, nei","fish_oil",1989,3900 +76,"Turkey","Fish body oils, nei","fish_oil",1990,1984 +76,"Turkey","Fish body oils, nei","fish_oil",1991,104 +76,"Turkey","Fish body oils, nei","fish_oil",1992, +76,"Turkey","Fish body oils, nei","fish_oil",1993, +76,"Turkey","Fish body oils, nei","fish_oil",1994,2000 +76,"Turkey","Fish body oils, nei","fish_oil",1995,6712 +76,"Turkey","Fish body oils, nei","fish_oil",1996,5 +76,"Turkey","Fish body oils, nei","fish_oil",1997, +76,"Turkey","Fish body oils, nei","fish_oil",1998, +76,"Turkey","Fish body oils, nei","fish_oil",1999,0.1 +76,"Turkey","Fish body oils, nei","fish_oil",2000,3604 +76,"Turkey","Fish body oils, nei","fish_oil",2001,1500 +76,"Turkey","Fish body oils, nei","fish_oil",2002,6558 +76,"Turkey","Fish body oils, nei","fish_oil",2003,11415 +76,"Turkey","Fish body oils, nei","fish_oil",2004,914 +76,"Turkey","Fish body oils, nei","fish_oil",2005, +76,"Turkey","Fish body oils, nei","fish_oil",2006,0.1 +76,"Turkey","Fish body oils, nei","fish_oil",2007,0.1 +76,"Turkey","Fish body oils, nei","fish_oil",2008,13208 +76,"Turkey","Fish body oils, nei","fish_oil",2009,61 +76,"Turkey","Fish body oils, nei","fish_oil",2010,9778 +76,"Turkey","Fish body oils, nei","fish_oil",2011,6002 +76,"Turkey","Fish body oils, nei","fish_oil",2012,3639 +76,"Turkey","Fish body oils, nei","fish_oil",2013,5025 +76,"Turkey","Fish body oils, nei","fish_oil",2014,12229 +76,"Turkey","Fish body oils, nei","fish_oil",2015,6447 +76,"Turkey","Fish body oils, nei","fish_oil",2016,9936 +76,"Turkey","Fish body oils, nei","fish_oil",2017,3575 +76,"Turkey","Fish body oils, nei","fish_oil",2018,10238 +76,"Turkey","Fish body oils, nei","fish_oil",2019,7296.63 +76,"Turkey","Fish body oils, nei","fish_oil",2020,16966.93 +76,"Turkey","Fish body oils, nei","fish_oil",2021,6895.91 +76,"Turkey","Fish liver oils, nei","fish_oil",1976, +76,"Turkey","Fish liver oils, nei","fish_oil",1977, +76,"Turkey","Fish liver oils, nei","fish_oil",1978, +76,"Turkey","Fish liver oils, nei","fish_oil",1979, +76,"Turkey","Fish liver oils, nei","fish_oil",1980, +76,"Turkey","Fish liver oils, nei","fish_oil",1981, +76,"Turkey","Fish liver oils, nei","fish_oil",1982, +76,"Turkey","Fish liver oils, nei","fish_oil",1983, +76,"Turkey","Fish liver oils, nei","fish_oil",1984, +76,"Turkey","Fish liver oils, nei","fish_oil",1985, +76,"Turkey","Fish liver oils, nei","fish_oil",1986, +76,"Turkey","Fish liver oils, nei","fish_oil",1987, +76,"Turkey","Fish liver oils, nei","fish_oil",1988, +76,"Turkey","Fish liver oils, nei","fish_oil",1989, +76,"Turkey","Fish liver oils, nei","fish_oil",1990, +76,"Turkey","Fish liver oils, nei","fish_oil",1991, +76,"Turkey","Fish liver oils, nei","fish_oil",1992, +76,"Turkey","Fish liver oils, nei","fish_oil",1993, +76,"Turkey","Fish liver oils, nei","fish_oil",1994,41 +76,"Turkey","Fish liver oils, nei","fish_oil",1995, +76,"Turkey","Fish liver oils, nei","fish_oil",1996,35 +76,"Turkey","Fish liver oils, nei","fish_oil",1997, +76,"Turkey","Fish liver oils, nei","fish_oil",1998, +76,"Turkey","Fish liver oils, nei","fish_oil",1999, +76,"Turkey","Fish liver oils, nei","fish_oil",2000, +76,"Turkey","Fish liver oils, nei","fish_oil",2001, +76,"Turkey","Fish liver oils, nei","fish_oil",2002, +76,"Turkey","Fish liver oils, nei","fish_oil",2003, +76,"Turkey","Fish liver oils, nei","fish_oil",2004, +76,"Turkey","Fish liver oils, nei","fish_oil",2005, +76,"Turkey","Fish liver oils, nei","fish_oil",2006, +76,"Turkey","Fish liver oils, nei","fish_oil",2007, +76,"Turkey","Fish liver oils, nei","fish_oil",2008,1 +76,"Turkey","Fish liver oils, nei","fish_oil",2009, +76,"Turkey","Fish liver oils, nei","fish_oil",2010, +76,"Turkey","Fish liver oils, nei","fish_oil",2011,2 +76,"Turkey","Fish liver oils, nei","fish_oil",2012, +76,"Turkey","Fish liver oils, nei","fish_oil",2013, +76,"Turkey","Fish liver oils, nei","fish_oil",2014,1 +76,"Turkey","Fish liver oils, nei","fish_oil",2015,1 +76,"Turkey","Fish liver oils, nei","fish_oil",2016,0.1 +76,"Turkey","Fish liver oils, nei","fish_oil",2017,2 +76,"Turkey","Fish liver oils, nei","fish_oil",2018,0.1 +76,"Turkey","Fish liver oils, nei","fish_oil",2019,0.21 +76,"Turkey","Fish liver oils, nei","fish_oil",2020,1.44 +76,"Turkey","Fish liver oils, nei","fish_oil",2021,1 +76,"Turkey","Miscellaneous corals and shells","shells",1976, +76,"Turkey","Miscellaneous corals and shells","shells",1977, +76,"Turkey","Miscellaneous corals and shells","shells",1978, +76,"Turkey","Miscellaneous corals and shells","shells",1979, +76,"Turkey","Miscellaneous corals and shells","shells",1980, +76,"Turkey","Miscellaneous corals and shells","shells",1981, +76,"Turkey","Miscellaneous corals and shells","shells",1982, +76,"Turkey","Miscellaneous corals and shells","shells",1983, +76,"Turkey","Miscellaneous corals and shells","shells",1984, +76,"Turkey","Miscellaneous corals and shells","shells",1985, +76,"Turkey","Miscellaneous corals and shells","shells",1986, +76,"Turkey","Miscellaneous corals and shells","shells",1987, +76,"Turkey","Miscellaneous corals and shells","shells",1988, +76,"Turkey","Miscellaneous corals and shells","shells",1989, +76,"Turkey","Miscellaneous corals and shells","shells",1990, +76,"Turkey","Miscellaneous corals and shells","shells",1991, +76,"Turkey","Miscellaneous corals and shells","shells",1992, +76,"Turkey","Miscellaneous corals and shells","shells",1993, +76,"Turkey","Miscellaneous corals and shells","shells",1994, +76,"Turkey","Miscellaneous corals and shells","shells",1995, +76,"Turkey","Miscellaneous corals and shells","shells",1996, +76,"Turkey","Miscellaneous corals and shells","shells",1997, +76,"Turkey","Miscellaneous corals and shells","shells",1998, +76,"Turkey","Miscellaneous corals and shells","shells",1999, +76,"Turkey","Miscellaneous corals and shells","shells",2000, +76,"Turkey","Miscellaneous corals and shells","shells",2001, +76,"Turkey","Miscellaneous corals and shells","shells",2002, +76,"Turkey","Miscellaneous corals and shells","shells",2003, +76,"Turkey","Miscellaneous corals and shells","shells",2004, +76,"Turkey","Miscellaneous corals and shells","shells",2005, +76,"Turkey","Miscellaneous corals and shells","shells",2006, +76,"Turkey","Miscellaneous corals and shells","shells",2007, +76,"Turkey","Miscellaneous corals and shells","shells",2008, +76,"Turkey","Miscellaneous corals and shells","shells",2009, +76,"Turkey","Miscellaneous corals and shells","shells",2010, +76,"Turkey","Miscellaneous corals and shells","shells",2011, +76,"Turkey","Miscellaneous corals and shells","shells",2012, +76,"Turkey","Miscellaneous corals and shells","shells",2013, +76,"Turkey","Miscellaneous corals and shells","shells",2014, +76,"Turkey","Miscellaneous corals and shells","shells",2015, +76,"Turkey","Miscellaneous corals and shells","shells",2016, +76,"Turkey","Miscellaneous corals and shells","shells",2017,806 +76,"Turkey","Miscellaneous corals and shells","shells",2018,728 +76,"Turkey","Miscellaneous corals and shells","shells",2019,774.32 +76,"Turkey","Miscellaneous corals and shells","shells",2020,651.11 +76,"Turkey","Miscellaneous corals and shells","shells",2021,687.77 +76,"Turkey","Natural sponges nei","sponges",1976, +76,"Turkey","Natural sponges nei","sponges",1977, +76,"Turkey","Natural sponges nei","sponges",1978, +76,"Turkey","Natural sponges nei","sponges",1979, +76,"Turkey","Natural sponges nei","sponges",1980, +76,"Turkey","Natural sponges nei","sponges",1981, +76,"Turkey","Natural sponges nei","sponges",1982, +76,"Turkey","Natural sponges nei","sponges",1983, +76,"Turkey","Natural sponges nei","sponges",1984, +76,"Turkey","Natural sponges nei","sponges",1985, +76,"Turkey","Natural sponges nei","sponges",1986, +76,"Turkey","Natural sponges nei","sponges",1987, +76,"Turkey","Natural sponges nei","sponges",1988, +76,"Turkey","Natural sponges nei","sponges",1989, +76,"Turkey","Natural sponges nei","sponges",1990, +76,"Turkey","Natural sponges nei","sponges",1991, +76,"Turkey","Natural sponges nei","sponges",1992, +76,"Turkey","Natural sponges nei","sponges",1993, +76,"Turkey","Natural sponges nei","sponges",1994, +76,"Turkey","Natural sponges nei","sponges",1995, +76,"Turkey","Natural sponges nei","sponges",1996, +76,"Turkey","Natural sponges nei","sponges",1997, +76,"Turkey","Natural sponges nei","sponges",1998, +76,"Turkey","Natural sponges nei","sponges",1999, +76,"Turkey","Natural sponges nei","sponges",2000,25 +76,"Turkey","Natural sponges nei","sponges",2001, +76,"Turkey","Natural sponges nei","sponges",2002, +76,"Turkey","Natural sponges nei","sponges",2003, +76,"Turkey","Natural sponges nei","sponges",2004, +76,"Turkey","Natural sponges nei","sponges",2005, +76,"Turkey","Natural sponges nei","sponges",2006, +76,"Turkey","Natural sponges nei","sponges",2007, +76,"Turkey","Natural sponges nei","sponges",2008, +76,"Turkey","Natural sponges nei","sponges",2009, +76,"Turkey","Natural sponges nei","sponges",2010, +76,"Turkey","Natural sponges nei","sponges",2011, +76,"Turkey","Natural sponges nei","sponges",2012, +76,"Turkey","Natural sponges nei","sponges",2013, +76,"Turkey","Natural sponges nei","sponges",2014, +76,"Turkey","Natural sponges nei","sponges",2015, +76,"Turkey","Natural sponges nei","sponges",2016, +76,"Turkey","Natural sponges nei","sponges",2017, +76,"Turkey","Natural sponges nei","sponges",2018, +76,"Turkey","Natural sponges nei","sponges",2019, +76,"Turkey","Natural sponges nei","sponges",2020, +76,"Turkey","Natural sponges nei","sponges",2021, +76,"Turkey","Natural sponges other than raw","sponges",1976, +76,"Turkey","Natural sponges other than raw","sponges",1977, +76,"Turkey","Natural sponges other than raw","sponges",1978, +76,"Turkey","Natural sponges other than raw","sponges",1979, +76,"Turkey","Natural sponges other than raw","sponges",1980, +76,"Turkey","Natural sponges other than raw","sponges",1981, +76,"Turkey","Natural sponges other than raw","sponges",1982, +76,"Turkey","Natural sponges other than raw","sponges",1983, +76,"Turkey","Natural sponges other than raw","sponges",1984, +76,"Turkey","Natural sponges other than raw","sponges",1985, +76,"Turkey","Natural sponges other than raw","sponges",1986, +76,"Turkey","Natural sponges other than raw","sponges",1987, +76,"Turkey","Natural sponges other than raw","sponges",1988, +76,"Turkey","Natural sponges other than raw","sponges",1989, +76,"Turkey","Natural sponges other than raw","sponges",1990, +76,"Turkey","Natural sponges other than raw","sponges",1991, +76,"Turkey","Natural sponges other than raw","sponges",1992, +76,"Turkey","Natural sponges other than raw","sponges",1993, +76,"Turkey","Natural sponges other than raw","sponges",1994, +76,"Turkey","Natural sponges other than raw","sponges",1995, +76,"Turkey","Natural sponges other than raw","sponges",1996,1 +76,"Turkey","Natural sponges other than raw","sponges",1997, +76,"Turkey","Natural sponges other than raw","sponges",1998,0.1 +76,"Turkey","Natural sponges other than raw","sponges",1999,0.1 +76,"Turkey","Natural sponges other than raw","sponges",2000, +76,"Turkey","Natural sponges other than raw","sponges",2001,1 +76,"Turkey","Natural sponges other than raw","sponges",2002,0.1 +76,"Turkey","Natural sponges other than raw","sponges",2003,0.1 +76,"Turkey","Natural sponges other than raw","sponges",2004, +76,"Turkey","Natural sponges other than raw","sponges",2005, +76,"Turkey","Natural sponges other than raw","sponges",2006,0.1 +76,"Turkey","Natural sponges other than raw","sponges",2007,4 +76,"Turkey","Natural sponges other than raw","sponges",2008, +76,"Turkey","Natural sponges other than raw","sponges",2009,0.1 +76,"Turkey","Natural sponges other than raw","sponges",2010,1 +76,"Turkey","Natural sponges other than raw","sponges",2011,3 +76,"Turkey","Natural sponges other than raw","sponges",2012,0.1 +76,"Turkey","Natural sponges other than raw","sponges",2013,1 +76,"Turkey","Natural sponges other than raw","sponges",2014,1 +76,"Turkey","Natural sponges other than raw","sponges",2015,0.1 +76,"Turkey","Natural sponges other than raw","sponges",2016,1 +76,"Turkey","Natural sponges other than raw","sponges",2017,1 +76,"Turkey","Natural sponges other than raw","sponges",2018,2 +76,"Turkey","Natural sponges other than raw","sponges",2019,1.58 +76,"Turkey","Natural sponges other than raw","sponges",2020,1.47 +76,"Turkey","Natural sponges other than raw","sponges",2021,0.68 +76,"Turkey","Natural sponges raw","sponges",1976,24 +76,"Turkey","Natural sponges raw","sponges",1977,11 +76,"Turkey","Natural sponges raw","sponges",1978,17 +76,"Turkey","Natural sponges raw","sponges",1979,16 +76,"Turkey","Natural sponges raw","sponges",1980,13 +76,"Turkey","Natural sponges raw","sponges",1981,18 +76,"Turkey","Natural sponges raw","sponges",1982, +76,"Turkey","Natural sponges raw","sponges",1983, +76,"Turkey","Natural sponges raw","sponges",1984,12 +76,"Turkey","Natural sponges raw","sponges",1985,13 +76,"Turkey","Natural sponges raw","sponges",1986,15 +76,"Turkey","Natural sponges raw","sponges",1987,13 +76,"Turkey","Natural sponges raw","sponges",1988,13 +76,"Turkey","Natural sponges raw","sponges",1989, +76,"Turkey","Natural sponges raw","sponges",1990,6 +76,"Turkey","Natural sponges raw","sponges",1991,5 +76,"Turkey","Natural sponges raw","sponges",1992,3 +76,"Turkey","Natural sponges raw","sponges",1993,6 +76,"Turkey","Natural sponges raw","sponges",1994,2 +76,"Turkey","Natural sponges raw","sponges",1995,5 +76,"Turkey","Natural sponges raw","sponges",1996,8 +76,"Turkey","Natural sponges raw","sponges",1997,15 +76,"Turkey","Natural sponges raw","sponges",1998,7 +76,"Turkey","Natural sponges raw","sponges",1999,7 +76,"Turkey","Natural sponges raw","sponges",2000, +76,"Turkey","Natural sponges raw","sponges",2001,1 +76,"Turkey","Natural sponges raw","sponges",2002,3 +76,"Turkey","Natural sponges raw","sponges",2003,3 +76,"Turkey","Natural sponges raw","sponges",2004,4 +76,"Turkey","Natural sponges raw","sponges",2005,3 +76,"Turkey","Natural sponges raw","sponges",2006,1 +76,"Turkey","Natural sponges raw","sponges",2007,0.1 +76,"Turkey","Natural sponges raw","sponges",2008, +76,"Turkey","Natural sponges raw","sponges",2009, +76,"Turkey","Natural sponges raw","sponges",2010, +76,"Turkey","Natural sponges raw","sponges",2011, +76,"Turkey","Natural sponges raw","sponges",2012, +76,"Turkey","Natural sponges raw","sponges",2013, +76,"Turkey","Natural sponges raw","sponges",2014, +76,"Turkey","Natural sponges raw","sponges",2015, +76,"Turkey","Natural sponges raw","sponges",2016, +76,"Turkey","Natural sponges raw","sponges",2017,0.1 +76,"Turkey","Natural sponges raw","sponges",2018,0.1 +76,"Turkey","Natural sponges raw","sponges",2019,2.06 +76,"Turkey","Natural sponges raw","sponges",2020,0.26 +76,"Turkey","Natural sponges raw","sponges",2021,2.1 +76,"Turkey","Ornamental saltwater fish","ornamentals",1976, +76,"Turkey","Ornamental saltwater fish","ornamentals",1977, +76,"Turkey","Ornamental saltwater fish","ornamentals",1978, +76,"Turkey","Ornamental saltwater fish","ornamentals",1979, +76,"Turkey","Ornamental saltwater fish","ornamentals",1980, +76,"Turkey","Ornamental saltwater fish","ornamentals",1981, +76,"Turkey","Ornamental saltwater fish","ornamentals",1982, +76,"Turkey","Ornamental saltwater fish","ornamentals",1983, +76,"Turkey","Ornamental saltwater fish","ornamentals",1984, +76,"Turkey","Ornamental saltwater fish","ornamentals",1985, +76,"Turkey","Ornamental saltwater fish","ornamentals",1986, +76,"Turkey","Ornamental saltwater fish","ornamentals",1987, +76,"Turkey","Ornamental saltwater fish","ornamentals",1988, +76,"Turkey","Ornamental saltwater fish","ornamentals",1989, +76,"Turkey","Ornamental saltwater fish","ornamentals",1990, +76,"Turkey","Ornamental saltwater fish","ornamentals",1991, +76,"Turkey","Ornamental saltwater fish","ornamentals",1992, +76,"Turkey","Ornamental saltwater fish","ornamentals",1993, +76,"Turkey","Ornamental saltwater fish","ornamentals",1994, +76,"Turkey","Ornamental saltwater fish","ornamentals",1995, +76,"Turkey","Ornamental saltwater fish","ornamentals",1996, +76,"Turkey","Ornamental saltwater fish","ornamentals",1997, +76,"Turkey","Ornamental saltwater fish","ornamentals",1998, +76,"Turkey","Ornamental saltwater fish","ornamentals",1999, +76,"Turkey","Ornamental saltwater fish","ornamentals",2000, +76,"Turkey","Ornamental saltwater fish","ornamentals",2001, +76,"Turkey","Ornamental saltwater fish","ornamentals",2002, +76,"Turkey","Ornamental saltwater fish","ornamentals",2003, +76,"Turkey","Ornamental saltwater fish","ornamentals",2004,1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2005,0.1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2006,0.1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2007, +76,"Turkey","Ornamental saltwater fish","ornamentals",2008, +76,"Turkey","Ornamental saltwater fish","ornamentals",2009, +76,"Turkey","Ornamental saltwater fish","ornamentals",2010,1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2011,0.1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2012,0.1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2013,1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2014,1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2015,11 +76,"Turkey","Ornamental saltwater fish","ornamentals",2016,1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2017,0.1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2018,0.1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2019,0.1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2020,2.16 +76,"Turkey","Ornamental saltwater fish","ornamentals",2021,4.51 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1979, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1980, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1981, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1982, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1983, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1984, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1985, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1986, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1987, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1988, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1989, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1990, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1991, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1992, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1993, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1994,18 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1995,35 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1996,26 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1997,32 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1998,73 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1999,78 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2000,90 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2001,47 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2002,38 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2003,38 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2004,10 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2005,7 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2006,40 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2007,12 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2008,15 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2009, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2010,0.1 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2011,24 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2012, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2013, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2014, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2015, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2016, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2017, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014,1 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015,0.1 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016,1 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017,1 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,79 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.07 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.3 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,16.33 +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015,0.1 +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016,3 +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,12 +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1 +76,"Turkey","Shells nei","shells",1976,889 +76,"Turkey","Shells nei","shells",1977,887 +76,"Turkey","Shells nei","shells",1978,1188 +76,"Turkey","Shells nei","shells",1979,679 +76,"Turkey","Shells nei","shells",1980,687 +76,"Turkey","Shells nei","shells",1981,1023 +76,"Turkey","Shells nei","shells",1982, +76,"Turkey","Shells nei","shells",1983, +76,"Turkey","Shells nei","shells",1984,408 +76,"Turkey","Shells nei","shells",1985,367 +76,"Turkey","Shells nei","shells",1986,1141 +76,"Turkey","Shells nei","shells",1987,1342 +76,"Turkey","Shells nei","shells",1988,1232 +76,"Turkey","Shells nei","shells",1989, +76,"Turkey","Shells nei","shells",1990, +76,"Turkey","Shells nei","shells",1991, +76,"Turkey","Shells nei","shells",1992, +76,"Turkey","Shells nei","shells",1993, +76,"Turkey","Shells nei","shells",1994, +76,"Turkey","Shells nei","shells",1995, +76,"Turkey","Shells nei","shells",1996, +76,"Turkey","Shells nei","shells",1997, +76,"Turkey","Shells nei","shells",1998, +76,"Turkey","Shells nei","shells",1999, +76,"Turkey","Shells nei","shells",2000, +76,"Turkey","Shells nei","shells",2001, +76,"Turkey","Shells nei","shells",2002, +76,"Turkey","Shells nei","shells",2003, +76,"Turkey","Shells nei","shells",2004, +76,"Turkey","Shells nei","shells",2005, +76,"Turkey","Shells nei","shells",2006, +76,"Turkey","Shells nei","shells",2007, +76,"Turkey","Shells nei","shells",2008, +76,"Turkey","Shells nei","shells",2009, +76,"Turkey","Shells nei","shells",2010, +76,"Turkey","Shells nei","shells",2011, +76,"Turkey","Shells nei","shells",2012, +76,"Turkey","Shells nei","shells",2013, +76,"Turkey","Shells nei","shells",2014, +76,"Turkey","Shells nei","shells",2015, +76,"Turkey","Shells nei","shells",2016, +76,"Turkey","Shells nei","shells",2017, +76,"Turkey","Shells nei","shells",2018, +76,"Turkey","Shells nei","shells",2019, +76,"Turkey","Shells nei","shells",2020, +76,"Turkey","Shells nei","shells",2021, 77,"Syria","Agar agar nei","seaweeds",1976, 77,"Syria","Agar agar nei","seaweeds",1977, 77,"Syria","Agar agar nei","seaweeds",1978, @@ -20879,6 +22492,7 @@ 77,"Syria","Agar agar nei","seaweeds",2018, 77,"Syria","Agar agar nei","seaweeds",2019, 77,"Syria","Agar agar nei","seaweeds",2020, +77,"Syria","Agar agar nei","seaweeds",2021, 77,"Syria","Coral and the like","corals",1976, 77,"Syria","Coral and the like","corals",1977, 77,"Syria","Coral and the like","corals",1978, @@ -20924,6 +22538,7 @@ 77,"Syria","Coral and the like","corals",2018, 77,"Syria","Coral and the like","corals",2019, 77,"Syria","Coral and the like","corals",2020,0.01 +77,"Syria","Coral and the like","corals",2021, 77,"Syria","Fish body oils, nei","fish_oil",1976, 77,"Syria","Fish body oils, nei","fish_oil",1977, 77,"Syria","Fish body oils, nei","fish_oil",1978, @@ -20969,6 +22584,7 @@ 77,"Syria","Fish body oils, nei","fish_oil",2018, 77,"Syria","Fish body oils, nei","fish_oil",2019, 77,"Syria","Fish body oils, nei","fish_oil",2020, +77,"Syria","Fish body oils, nei","fish_oil",2021, 77,"Syria","Miscellaneous corals and shells","shells",1976, 77,"Syria","Miscellaneous corals and shells","shells",1977, 77,"Syria","Miscellaneous corals and shells","shells",1978, @@ -21014,6 +22630,7 @@ 77,"Syria","Miscellaneous corals and shells","shells",2018, 77,"Syria","Miscellaneous corals and shells","shells",2019, 77,"Syria","Miscellaneous corals and shells","shells",2020, +77,"Syria","Miscellaneous corals and shells","shells",2021, 77,"Syria","Natural sponges nei","sponges",1976, 77,"Syria","Natural sponges nei","sponges",1977, 77,"Syria","Natural sponges nei","sponges",1978, @@ -21059,6 +22676,7 @@ 77,"Syria","Natural sponges nei","sponges",2018, 77,"Syria","Natural sponges nei","sponges",2019, 77,"Syria","Natural sponges nei","sponges",2020, +77,"Syria","Natural sponges nei","sponges",2021, 77,"Syria","Natural sponges other than raw","sponges",1976, 77,"Syria","Natural sponges other than raw","sponges",1977, 77,"Syria","Natural sponges other than raw","sponges",1978, @@ -21104,6 +22722,7 @@ 77,"Syria","Natural sponges other than raw","sponges",2018,0 77,"Syria","Natural sponges other than raw","sponges",2019,0.15 77,"Syria","Natural sponges other than raw","sponges",2020,0.31 +77,"Syria","Natural sponges other than raw","sponges",2021, 77,"Syria","Natural sponges raw","sponges",1976, 77,"Syria","Natural sponges raw","sponges",1977, 77,"Syria","Natural sponges raw","sponges",1978, @@ -21149,6 +22768,7 @@ 77,"Syria","Natural sponges raw","sponges",2018, 77,"Syria","Natural sponges raw","sponges",2019, 77,"Syria","Natural sponges raw","sponges",2020, +77,"Syria","Natural sponges raw","sponges",2021, 77,"Syria","Ornamental fish nei","ornamentals",1976, 77,"Syria","Ornamental fish nei","ornamentals",1977, 77,"Syria","Ornamental fish nei","ornamentals",1978, @@ -21194,6 +22814,7 @@ 77,"Syria","Ornamental fish nei","ornamentals",2018, 77,"Syria","Ornamental fish nei","ornamentals",2019, 77,"Syria","Ornamental fish nei","ornamentals",2020, +77,"Syria","Ornamental fish nei","ornamentals",2021, 77,"Syria","Ornamental saltwater fish","ornamentals",1976, 77,"Syria","Ornamental saltwater fish","ornamentals",1977, 77,"Syria","Ornamental saltwater fish","ornamentals",1978, @@ -21236,9 +22857,10 @@ 77,"Syria","Ornamental saltwater fish","ornamentals",2015, 77,"Syria","Ornamental saltwater fish","ornamentals",2016, 77,"Syria","Ornamental saltwater fish","ornamentals",2017, -77,"Syria","Ornamental saltwater fish","ornamentals",2018,3 -77,"Syria","Ornamental saltwater fish","ornamentals",2019,1.26 +77,"Syria","Ornamental saltwater fish","ornamentals",2018,0 +77,"Syria","Ornamental saltwater fish","ornamentals",2019,0 77,"Syria","Ornamental saltwater fish","ornamentals",2020, +77,"Syria","Ornamental saltwater fish","ornamentals",2021,0 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -21284,6 +22906,7 @@ 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -21329,6 +22952,7 @@ 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.42 +77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 78,"Lebanon","Agar agar nei","seaweeds",1976, 78,"Lebanon","Agar agar nei","seaweeds",1977, 78,"Lebanon","Agar agar nei","seaweeds",1978, @@ -21374,6 +22998,7 @@ 78,"Lebanon","Agar agar nei","seaweeds",2018,0.1 78,"Lebanon","Agar agar nei","seaweeds",2019, 78,"Lebanon","Agar agar nei","seaweeds",2020,0 +78,"Lebanon","Agar agar nei","seaweeds",2021,0 78,"Lebanon","Fish body oils, nei","fish_oil",1976, 78,"Lebanon","Fish body oils, nei","fish_oil",1977, 78,"Lebanon","Fish body oils, nei","fish_oil",1978, @@ -21419,6 +23044,7 @@ 78,"Lebanon","Fish body oils, nei","fish_oil",2018,0.1 78,"Lebanon","Fish body oils, nei","fish_oil",2019, 78,"Lebanon","Fish body oils, nei","fish_oil",2020, +78,"Lebanon","Fish body oils, nei","fish_oil",2021, 78,"Lebanon","Fish liver oils, nei","fish_oil",1976, 78,"Lebanon","Fish liver oils, nei","fish_oil",1977, 78,"Lebanon","Fish liver oils, nei","fish_oil",1978, @@ -21464,6 +23090,7 @@ 78,"Lebanon","Fish liver oils, nei","fish_oil",2018,2 78,"Lebanon","Fish liver oils, nei","fish_oil",2019, 78,"Lebanon","Fish liver oils, nei","fish_oil",2020, +78,"Lebanon","Fish liver oils, nei","fish_oil",2021, 78,"Lebanon","Miscellaneous corals and shells","shells",1976, 78,"Lebanon","Miscellaneous corals and shells","shells",1977, 78,"Lebanon","Miscellaneous corals and shells","shells",1978, @@ -21509,6 +23136,7 @@ 78,"Lebanon","Miscellaneous corals and shells","shells",2018,0.1 78,"Lebanon","Miscellaneous corals and shells","shells",2019, 78,"Lebanon","Miscellaneous corals and shells","shells",2020, +78,"Lebanon","Miscellaneous corals and shells","shells",2021, 78,"Lebanon","Natural sponges nei","sponges",1976, 78,"Lebanon","Natural sponges nei","sponges",1977, 78,"Lebanon","Natural sponges nei","sponges",1978, @@ -21554,6 +23182,7 @@ 78,"Lebanon","Natural sponges nei","sponges",2018, 78,"Lebanon","Natural sponges nei","sponges",2019, 78,"Lebanon","Natural sponges nei","sponges",2020, +78,"Lebanon","Natural sponges nei","sponges",2021, 78,"Lebanon","Ornamental fish nei","ornamentals",1976, 78,"Lebanon","Ornamental fish nei","ornamentals",1977, 78,"Lebanon","Ornamental fish nei","ornamentals",1978, @@ -21599,6 +23228,7 @@ 78,"Lebanon","Ornamental fish nei","ornamentals",2018, 78,"Lebanon","Ornamental fish nei","ornamentals",2019, 78,"Lebanon","Ornamental fish nei","ornamentals",2020, +78,"Lebanon","Ornamental fish nei","ornamentals",2021, 78,"Lebanon","Ornamental saltwater fish","ornamentals",1976, 78,"Lebanon","Ornamental saltwater fish","ornamentals",1977, 78,"Lebanon","Ornamental saltwater fish","ornamentals",1978, @@ -21644,6 +23274,7 @@ 78,"Lebanon","Ornamental saltwater fish","ornamentals",2018,0.1 78,"Lebanon","Ornamental saltwater fish","ornamentals",2019, 78,"Lebanon","Ornamental saltwater fish","ornamentals",2020,4.74 +78,"Lebanon","Ornamental saltwater fish","ornamentals",2021,2.88 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -21689,6 +23320,7 @@ 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -21734,6 +23366,7 @@ 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.46 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.03 +78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.21 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -21779,6 +23412,7 @@ 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0.1 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.04 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1.36 79,"Israel","Agar agar nei","seaweeds",1976, 79,"Israel","Agar agar nei","seaweeds",1977, 79,"Israel","Agar agar nei","seaweeds",1978, @@ -21824,6 +23458,7 @@ 79,"Israel","Agar agar nei","seaweeds",2018, 79,"Israel","Agar agar nei","seaweeds",2019, 79,"Israel","Agar agar nei","seaweeds",2020, +79,"Israel","Agar agar nei","seaweeds",2021, 79,"Israel","Fish body oils, nei","fish_oil",1976, 79,"Israel","Fish body oils, nei","fish_oil",1977, 79,"Israel","Fish body oils, nei","fish_oil",1978, @@ -21868,7 +23503,8 @@ 79,"Israel","Fish body oils, nei","fish_oil",2017,816 79,"Israel","Fish body oils, nei","fish_oil",2018,1056 79,"Israel","Fish body oils, nei","fish_oil",2019,0 -79,"Israel","Fish body oils, nei","fish_oil",2020,0 +79,"Israel","Fish body oils, nei","fish_oil",2020,1 +79,"Israel","Fish body oils, nei","fish_oil",2021,0.23 79,"Israel","Fish liver oils, nei","fish_oil",1976, 79,"Israel","Fish liver oils, nei","fish_oil",1977, 79,"Israel","Fish liver oils, nei","fish_oil",1978, @@ -21914,6 +23550,53 @@ 79,"Israel","Fish liver oils, nei","fish_oil",2018, 79,"Israel","Fish liver oils, nei","fish_oil",2019,0 79,"Israel","Fish liver oils, nei","fish_oil",2020, +79,"Israel","Fish liver oils, nei","fish_oil",2021, +79,"Israel","Miscellaneous corals and shells","shells",1976, +79,"Israel","Miscellaneous corals and shells","shells",1977, +79,"Israel","Miscellaneous corals and shells","shells",1978, +79,"Israel","Miscellaneous corals and shells","shells",1979, +79,"Israel","Miscellaneous corals and shells","shells",1980, +79,"Israel","Miscellaneous corals and shells","shells",1981, +79,"Israel","Miscellaneous corals and shells","shells",1982, +79,"Israel","Miscellaneous corals and shells","shells",1983, +79,"Israel","Miscellaneous corals and shells","shells",1984, +79,"Israel","Miscellaneous corals and shells","shells",1985, +79,"Israel","Miscellaneous corals and shells","shells",1986, +79,"Israel","Miscellaneous corals and shells","shells",1987, +79,"Israel","Miscellaneous corals and shells","shells",1988, +79,"Israel","Miscellaneous corals and shells","shells",1989, +79,"Israel","Miscellaneous corals and shells","shells",1990, +79,"Israel","Miscellaneous corals and shells","shells",1991, +79,"Israel","Miscellaneous corals and shells","shells",1992, +79,"Israel","Miscellaneous corals and shells","shells",1993, +79,"Israel","Miscellaneous corals and shells","shells",1994, +79,"Israel","Miscellaneous corals and shells","shells",1995, +79,"Israel","Miscellaneous corals and shells","shells",1996, +79,"Israel","Miscellaneous corals and shells","shells",1997, +79,"Israel","Miscellaneous corals and shells","shells",1998, +79,"Israel","Miscellaneous corals and shells","shells",1999, +79,"Israel","Miscellaneous corals and shells","shells",2000, +79,"Israel","Miscellaneous corals and shells","shells",2001, +79,"Israel","Miscellaneous corals and shells","shells",2002, +79,"Israel","Miscellaneous corals and shells","shells",2003, +79,"Israel","Miscellaneous corals and shells","shells",2004, +79,"Israel","Miscellaneous corals and shells","shells",2005, +79,"Israel","Miscellaneous corals and shells","shells",2006, +79,"Israel","Miscellaneous corals and shells","shells",2007, +79,"Israel","Miscellaneous corals and shells","shells",2008, +79,"Israel","Miscellaneous corals and shells","shells",2009, +79,"Israel","Miscellaneous corals and shells","shells",2010, +79,"Israel","Miscellaneous corals and shells","shells",2011, +79,"Israel","Miscellaneous corals and shells","shells",2012, +79,"Israel","Miscellaneous corals and shells","shells",2013, +79,"Israel","Miscellaneous corals and shells","shells",2014, +79,"Israel","Miscellaneous corals and shells","shells",2015, +79,"Israel","Miscellaneous corals and shells","shells",2016, +79,"Israel","Miscellaneous corals and shells","shells",2017, +79,"Israel","Miscellaneous corals and shells","shells",2018, +79,"Israel","Miscellaneous corals and shells","shells",2019, +79,"Israel","Miscellaneous corals and shells","shells",2020, +79,"Israel","Miscellaneous corals and shells","shells",2021,0 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",1976, 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",1977, 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -21959,6 +23642,7 @@ 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",2018, 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",2019, 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",2020, +79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",2021, 79,"Israel","Ornamental fish nei","ornamentals",1976, 79,"Israel","Ornamental fish nei","ornamentals",1977, 79,"Israel","Ornamental fish nei","ornamentals",1978, @@ -22004,6 +23688,7 @@ 79,"Israel","Ornamental fish nei","ornamentals",2018, 79,"Israel","Ornamental fish nei","ornamentals",2019, 79,"Israel","Ornamental fish nei","ornamentals",2020, +79,"Israel","Ornamental fish nei","ornamentals",2021, 79,"Israel","Ornamental saltwater fish","ornamentals",1976, 79,"Israel","Ornamental saltwater fish","ornamentals",1977, 79,"Israel","Ornamental saltwater fish","ornamentals",1978, @@ -22049,6 +23734,7 @@ 79,"Israel","Ornamental saltwater fish","ornamentals",2018, 79,"Israel","Ornamental saltwater fish","ornamentals",2019,0 79,"Israel","Ornamental saltwater fish","ornamentals",2020, +79,"Israel","Ornamental saltwater fish","ornamentals",2021,0 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -22094,6 +23780,7 @@ 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -22139,6 +23826,7 @@ 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,176 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,88 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,210.89 +79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,122.76 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -22184,6 +23872,7 @@ 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,5025 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,3233 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1990 +79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,166.67 80,"Greece","Agar agar nei","seaweeds",1976, 80,"Greece","Agar agar nei","seaweeds",1977, 80,"Greece","Agar agar nei","seaweeds",1978, @@ -22198,10 +23887,10 @@ 80,"Greece","Agar agar nei","seaweeds",1987, 80,"Greece","Agar agar nei","seaweeds",1988, 80,"Greece","Agar agar nei","seaweeds",1989, -80,"Greece","Agar agar nei","seaweeds",1990, -80,"Greece","Agar agar nei","seaweeds",1991, -80,"Greece","Agar agar nei","seaweeds",1992, -80,"Greece","Agar agar nei","seaweeds",1993, +80,"Greece","Agar agar nei","seaweeds",1990,0.3 +80,"Greece","Agar agar nei","seaweeds",1991,54 +80,"Greece","Agar agar nei","seaweeds",1992,17 +80,"Greece","Agar agar nei","seaweeds",1993,0 80,"Greece","Agar agar nei","seaweeds",1994,11 80,"Greece","Agar agar nei","seaweeds",1995,0.1 80,"Greece","Agar agar nei","seaweeds",1996,0.1 @@ -22229,6 +23918,7 @@ 80,"Greece","Agar agar nei","seaweeds",2018,0.1 80,"Greece","Agar agar nei","seaweeds",2019,0.93 80,"Greece","Agar agar nei","seaweeds",2020,0.58 +80,"Greece","Agar agar nei","seaweeds",2021,1.59 80,"Greece","Fish body oils, nei","fish_oil",1976, 80,"Greece","Fish body oils, nei","fish_oil",1977, 80,"Greece","Fish body oils, nei","fish_oil",1978, @@ -22274,6 +23964,7 @@ 80,"Greece","Fish body oils, nei","fish_oil",2018,124 80,"Greece","Fish body oils, nei","fish_oil",2019,525.14 80,"Greece","Fish body oils, nei","fish_oil",2020,322.06 +80,"Greece","Fish body oils, nei","fish_oil",2021,8.2 80,"Greece","Fish liver oils, nei","fish_oil",1976, 80,"Greece","Fish liver oils, nei","fish_oil",1977, 80,"Greece","Fish liver oils, nei","fish_oil",1978, @@ -22319,6 +24010,7 @@ 80,"Greece","Fish liver oils, nei","fish_oil",2018,1 80,"Greece","Fish liver oils, nei","fish_oil",2019,9.79 80,"Greece","Fish liver oils, nei","fish_oil",2020,13.03 +80,"Greece","Fish liver oils, nei","fish_oil",2021,5.33 80,"Greece","Halibuts, liver oils","fish_oil",1976, 80,"Greece","Halibuts, liver oils","fish_oil",1977, 80,"Greece","Halibuts, liver oils","fish_oil",1978, @@ -22364,6 +24056,7 @@ 80,"Greece","Halibuts, liver oils","fish_oil",2018, 80,"Greece","Halibuts, liver oils","fish_oil",2019, 80,"Greece","Halibuts, liver oils","fish_oil",2020, +80,"Greece","Halibuts, liver oils","fish_oil",2021,2.3 80,"Greece","Miscellaneous corals and shells","shells",1976, 80,"Greece","Miscellaneous corals and shells","shells",1977, 80,"Greece","Miscellaneous corals and shells","shells",1978, @@ -22409,6 +24102,7 @@ 80,"Greece","Miscellaneous corals and shells","shells",2018,82 80,"Greece","Miscellaneous corals and shells","shells",2019,4.39 80,"Greece","Miscellaneous corals and shells","shells",2020,12.15 +80,"Greece","Miscellaneous corals and shells","shells",2021,16.52 80,"Greece","Natural sponges other than raw","sponges",1976, 80,"Greece","Natural sponges other than raw","sponges",1977, 80,"Greece","Natural sponges other than raw","sponges",1978, @@ -22454,6 +24148,7 @@ 80,"Greece","Natural sponges other than raw","sponges",2018,68 80,"Greece","Natural sponges other than raw","sponges",2019,49.08 80,"Greece","Natural sponges other than raw","sponges",2020,12.03 +80,"Greece","Natural sponges other than raw","sponges",2021,10.31 80,"Greece","Natural sponges raw","sponges",1976,55 80,"Greece","Natural sponges raw","sponges",1977,61 80,"Greece","Natural sponges raw","sponges",1978,68 @@ -22499,6 +24194,7 @@ 80,"Greece","Natural sponges raw","sponges",2018,6 80,"Greece","Natural sponges raw","sponges",2019,3.2 80,"Greece","Natural sponges raw","sponges",2020,4.72 +80,"Greece","Natural sponges raw","sponges",2021,5.23 80,"Greece","Ornamental saltwater fish","ornamentals",1976, 80,"Greece","Ornamental saltwater fish","ornamentals",1977, 80,"Greece","Ornamental saltwater fish","ornamentals",1978, @@ -22544,6 +24240,7 @@ 80,"Greece","Ornamental saltwater fish","ornamentals",2018, 80,"Greece","Ornamental saltwater fish","ornamentals",2019, 80,"Greece","Ornamental saltwater fish","ornamentals",2020, +80,"Greece","Ornamental saltwater fish","ornamentals",2021, 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -22589,6 +24286,7 @@ 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -22634,6 +24332,7 @@ 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,2 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,3.23 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.28 +80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.77 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -22679,6 +24378,7 @@ 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,6 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,5.75 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,9.87 +80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,20.78 80,"Greece","Shells nei","shells",1976,210 80,"Greece","Shells nei","shells",1977,203 80,"Greece","Shells nei","shells",1978,195 @@ -22724,6 +24424,7 @@ 80,"Greece","Shells nei","shells",2018, 80,"Greece","Shells nei","shells",2019, 80,"Greece","Shells nei","shells",2020, +80,"Greece","Shells nei","shells",2021, 81,"Cyprus","Agar agar nei","seaweeds",1976, 81,"Cyprus","Agar agar nei","seaweeds",1977, 81,"Cyprus","Agar agar nei","seaweeds",1978, @@ -22769,6 +24470,7 @@ 81,"Cyprus","Agar agar nei","seaweeds",2018, 81,"Cyprus","Agar agar nei","seaweeds",2019,0.01 81,"Cyprus","Agar agar nei","seaweeds",2020,0 +81,"Cyprus","Agar agar nei","seaweeds",2021,0.02 81,"Cyprus","Coral and the like","corals",1976, 81,"Cyprus","Coral and the like","corals",1977, 81,"Cyprus","Coral and the like","corals",1978, @@ -22814,6 +24516,7 @@ 81,"Cyprus","Coral and the like","corals",2018, 81,"Cyprus","Coral and the like","corals",2019, 81,"Cyprus","Coral and the like","corals",2020, +81,"Cyprus","Coral and the like","corals",2021, 81,"Cyprus","Fish body oils, nei","fish_oil",1976, 81,"Cyprus","Fish body oils, nei","fish_oil",1977, 81,"Cyprus","Fish body oils, nei","fish_oil",1978, @@ -22859,6 +24562,7 @@ 81,"Cyprus","Fish body oils, nei","fish_oil",2018, 81,"Cyprus","Fish body oils, nei","fish_oil",2019, 81,"Cyprus","Fish body oils, nei","fish_oil",2020, +81,"Cyprus","Fish body oils, nei","fish_oil",2021,0.02 81,"Cyprus","Fish liver oils, nei","fish_oil",1976, 81,"Cyprus","Fish liver oils, nei","fish_oil",1977, 81,"Cyprus","Fish liver oils, nei","fish_oil",1978, @@ -22904,6 +24608,7 @@ 81,"Cyprus","Fish liver oils, nei","fish_oil",2018, 81,"Cyprus","Fish liver oils, nei","fish_oil",2019, 81,"Cyprus","Fish liver oils, nei","fish_oil",2020, +81,"Cyprus","Fish liver oils, nei","fish_oil",2021, 81,"Cyprus","Miscellaneous corals and shells","shells",1976, 81,"Cyprus","Miscellaneous corals and shells","shells",1977, 81,"Cyprus","Miscellaneous corals and shells","shells",1978, @@ -22949,6 +24654,7 @@ 81,"Cyprus","Miscellaneous corals and shells","shells",2018, 81,"Cyprus","Miscellaneous corals and shells","shells",2019, 81,"Cyprus","Miscellaneous corals and shells","shells",2020, +81,"Cyprus","Miscellaneous corals and shells","shells",2021, 81,"Cyprus","Natural sponges other than raw","sponges",1976, 81,"Cyprus","Natural sponges other than raw","sponges",1977, 81,"Cyprus","Natural sponges other than raw","sponges",1978, @@ -22994,6 +24700,7 @@ 81,"Cyprus","Natural sponges other than raw","sponges",2018, 81,"Cyprus","Natural sponges other than raw","sponges",2019, 81,"Cyprus","Natural sponges other than raw","sponges",2020, +81,"Cyprus","Natural sponges other than raw","sponges",2021, 81,"Cyprus","Natural sponges raw","sponges",1976, 81,"Cyprus","Natural sponges raw","sponges",1977, 81,"Cyprus","Natural sponges raw","sponges",1978, @@ -23039,6 +24746,7 @@ 81,"Cyprus","Natural sponges raw","sponges",2018, 81,"Cyprus","Natural sponges raw","sponges",2019, 81,"Cyprus","Natural sponges raw","sponges",2020, +81,"Cyprus","Natural sponges raw","sponges",2021, 81,"Cyprus","Ornamental saltwater fish","ornamentals",1976, 81,"Cyprus","Ornamental saltwater fish","ornamentals",1977, 81,"Cyprus","Ornamental saltwater fish","ornamentals",1978, @@ -23084,6 +24792,7 @@ 81,"Cyprus","Ornamental saltwater fish","ornamentals",2018, 81,"Cyprus","Ornamental saltwater fish","ornamentals",2019, 81,"Cyprus","Ornamental saltwater fish","ornamentals",2020, +81,"Cyprus","Ornamental saltwater fish","ornamentals",2021, 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -23129,6 +24838,7 @@ 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -23174,6 +24884,7 @@ 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.03 +81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -23219,6 +24930,7 @@ 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 82,"Albania","Agar agar nei","seaweeds",1976, 82,"Albania","Agar agar nei","seaweeds",1977, 82,"Albania","Agar agar nei","seaweeds",1978, @@ -23264,6 +24976,7 @@ 82,"Albania","Agar agar nei","seaweeds",2018,0.1 82,"Albania","Agar agar nei","seaweeds",2019,0.12 82,"Albania","Agar agar nei","seaweeds",2020,0.33 +82,"Albania","Agar agar nei","seaweeds",2021,0.05 82,"Albania","Coral and the like","corals",1976, 82,"Albania","Coral and the like","corals",1977, 82,"Albania","Coral and the like","corals",1978, @@ -23309,6 +25022,7 @@ 82,"Albania","Coral and the like","corals",2018,14 82,"Albania","Coral and the like","corals",2019,28.12 82,"Albania","Coral and the like","corals",2020,27.13 +82,"Albania","Coral and the like","corals",2021, 82,"Albania","Fish body oils, nei","fish_oil",1976, 82,"Albania","Fish body oils, nei","fish_oil",1977, 82,"Albania","Fish body oils, nei","fish_oil",1978, @@ -23354,6 +25068,7 @@ 82,"Albania","Fish body oils, nei","fish_oil",2018,1 82,"Albania","Fish body oils, nei","fish_oil",2019,1.34 82,"Albania","Fish body oils, nei","fish_oil",2020, +82,"Albania","Fish body oils, nei","fish_oil",2021, 82,"Albania","Fish liver oils, nei","fish_oil",1976, 82,"Albania","Fish liver oils, nei","fish_oil",1977, 82,"Albania","Fish liver oils, nei","fish_oil",1978, @@ -23399,6 +25114,53 @@ 82,"Albania","Fish liver oils, nei","fish_oil",2018, 82,"Albania","Fish liver oils, nei","fish_oil",2019,0.01 82,"Albania","Fish liver oils, nei","fish_oil",2020, +82,"Albania","Fish liver oils, nei","fish_oil",2021, +82,"Albania","Miscellaneous corals and shells","shells",1976, +82,"Albania","Miscellaneous corals and shells","shells",1977, +82,"Albania","Miscellaneous corals and shells","shells",1978, +82,"Albania","Miscellaneous corals and shells","shells",1979, +82,"Albania","Miscellaneous corals and shells","shells",1980, +82,"Albania","Miscellaneous corals and shells","shells",1981, +82,"Albania","Miscellaneous corals and shells","shells",1982, +82,"Albania","Miscellaneous corals and shells","shells",1983, +82,"Albania","Miscellaneous corals and shells","shells",1984, +82,"Albania","Miscellaneous corals and shells","shells",1985, +82,"Albania","Miscellaneous corals and shells","shells",1986, +82,"Albania","Miscellaneous corals and shells","shells",1987, +82,"Albania","Miscellaneous corals and shells","shells",1988, +82,"Albania","Miscellaneous corals and shells","shells",1989, +82,"Albania","Miscellaneous corals and shells","shells",1990, +82,"Albania","Miscellaneous corals and shells","shells",1991, +82,"Albania","Miscellaneous corals and shells","shells",1992, +82,"Albania","Miscellaneous corals and shells","shells",1993, +82,"Albania","Miscellaneous corals and shells","shells",1994, +82,"Albania","Miscellaneous corals and shells","shells",1995, +82,"Albania","Miscellaneous corals and shells","shells",1996, +82,"Albania","Miscellaneous corals and shells","shells",1997, +82,"Albania","Miscellaneous corals and shells","shells",1998, +82,"Albania","Miscellaneous corals and shells","shells",1999, +82,"Albania","Miscellaneous corals and shells","shells",2000, +82,"Albania","Miscellaneous corals and shells","shells",2001, +82,"Albania","Miscellaneous corals and shells","shells",2002, +82,"Albania","Miscellaneous corals and shells","shells",2003, +82,"Albania","Miscellaneous corals and shells","shells",2004, +82,"Albania","Miscellaneous corals and shells","shells",2005, +82,"Albania","Miscellaneous corals and shells","shells",2006, +82,"Albania","Miscellaneous corals and shells","shells",2007, +82,"Albania","Miscellaneous corals and shells","shells",2008, +82,"Albania","Miscellaneous corals and shells","shells",2009, +82,"Albania","Miscellaneous corals and shells","shells",2010, +82,"Albania","Miscellaneous corals and shells","shells",2011, +82,"Albania","Miscellaneous corals and shells","shells",2012, +82,"Albania","Miscellaneous corals and shells","shells",2013, +82,"Albania","Miscellaneous corals and shells","shells",2014, +82,"Albania","Miscellaneous corals and shells","shells",2015, +82,"Albania","Miscellaneous corals and shells","shells",2016, +82,"Albania","Miscellaneous corals and shells","shells",2017, +82,"Albania","Miscellaneous corals and shells","shells",2018, +82,"Albania","Miscellaneous corals and shells","shells",2019, +82,"Albania","Miscellaneous corals and shells","shells",2020, +82,"Albania","Miscellaneous corals and shells","shells",2021,24.17 82,"Albania","Ornamental fish nei","ornamentals",1976, 82,"Albania","Ornamental fish nei","ornamentals",1977, 82,"Albania","Ornamental fish nei","ornamentals",1978, @@ -23444,6 +25206,7 @@ 82,"Albania","Ornamental fish nei","ornamentals",2018, 82,"Albania","Ornamental fish nei","ornamentals",2019, 82,"Albania","Ornamental fish nei","ornamentals",2020, +82,"Albania","Ornamental fish nei","ornamentals",2021, 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -23489,6 +25252,7 @@ 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -23534,6 +25298,53 @@ 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,10.6 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, +84,"Algeria","Agar agar nei","seaweeds",1976, +84,"Algeria","Agar agar nei","seaweeds",1977, +84,"Algeria","Agar agar nei","seaweeds",1978, +84,"Algeria","Agar agar nei","seaweeds",1979, +84,"Algeria","Agar agar nei","seaweeds",1980, +84,"Algeria","Agar agar nei","seaweeds",1981, +84,"Algeria","Agar agar nei","seaweeds",1982, +84,"Algeria","Agar agar nei","seaweeds",1983, +84,"Algeria","Agar agar nei","seaweeds",1984, +84,"Algeria","Agar agar nei","seaweeds",1985, +84,"Algeria","Agar agar nei","seaweeds",1986, +84,"Algeria","Agar agar nei","seaweeds",1987, +84,"Algeria","Agar agar nei","seaweeds",1988, +84,"Algeria","Agar agar nei","seaweeds",1989, +84,"Algeria","Agar agar nei","seaweeds",1990, +84,"Algeria","Agar agar nei","seaweeds",1991, +84,"Algeria","Agar agar nei","seaweeds",1992, +84,"Algeria","Agar agar nei","seaweeds",1993, +84,"Algeria","Agar agar nei","seaweeds",1994, +84,"Algeria","Agar agar nei","seaweeds",1995, +84,"Algeria","Agar agar nei","seaweeds",1996, +84,"Algeria","Agar agar nei","seaweeds",1997, +84,"Algeria","Agar agar nei","seaweeds",1998, +84,"Algeria","Agar agar nei","seaweeds",1999, +84,"Algeria","Agar agar nei","seaweeds",2000, +84,"Algeria","Agar agar nei","seaweeds",2001, +84,"Algeria","Agar agar nei","seaweeds",2002, +84,"Algeria","Agar agar nei","seaweeds",2003, +84,"Algeria","Agar agar nei","seaweeds",2004, +84,"Algeria","Agar agar nei","seaweeds",2005, +84,"Algeria","Agar agar nei","seaweeds",2006, +84,"Algeria","Agar agar nei","seaweeds",2007, +84,"Algeria","Agar agar nei","seaweeds",2008, +84,"Algeria","Agar agar nei","seaweeds",2009, +84,"Algeria","Agar agar nei","seaweeds",2010, +84,"Algeria","Agar agar nei","seaweeds",2011, +84,"Algeria","Agar agar nei","seaweeds",2012, +84,"Algeria","Agar agar nei","seaweeds",2013, +84,"Algeria","Agar agar nei","seaweeds",2014, +84,"Algeria","Agar agar nei","seaweeds",2015, +84,"Algeria","Agar agar nei","seaweeds",2016, +84,"Algeria","Agar agar nei","seaweeds",2017, +84,"Algeria","Agar agar nei","seaweeds",2018, +84,"Algeria","Agar agar nei","seaweeds",2019, +84,"Algeria","Agar agar nei","seaweeds",2020, +84,"Algeria","Agar agar nei","seaweeds",2021,0.01 84,"Algeria","Cod liver oil","fish_oil",1976, 84,"Algeria","Cod liver oil","fish_oil",1977, 84,"Algeria","Cod liver oil","fish_oil",1978, @@ -23579,6 +25390,7 @@ 84,"Algeria","Cod liver oil","fish_oil",2018, 84,"Algeria","Cod liver oil","fish_oil",2019, 84,"Algeria","Cod liver oil","fish_oil",2020, +84,"Algeria","Cod liver oil","fish_oil",2021, 84,"Algeria","Fish body oils, nei","fish_oil",1976, 84,"Algeria","Fish body oils, nei","fish_oil",1977, 84,"Algeria","Fish body oils, nei","fish_oil",1978, @@ -23624,6 +25436,99 @@ 84,"Algeria","Fish body oils, nei","fish_oil",2018, 84,"Algeria","Fish body oils, nei","fish_oil",2019, 84,"Algeria","Fish body oils, nei","fish_oil",2020, +84,"Algeria","Fish body oils, nei","fish_oil",2021, +84,"Algeria","Miscellaneous corals and shells","shells",1976, +84,"Algeria","Miscellaneous corals and shells","shells",1977, +84,"Algeria","Miscellaneous corals and shells","shells",1978, +84,"Algeria","Miscellaneous corals and shells","shells",1979, +84,"Algeria","Miscellaneous corals and shells","shells",1980, +84,"Algeria","Miscellaneous corals and shells","shells",1981, +84,"Algeria","Miscellaneous corals and shells","shells",1982, +84,"Algeria","Miscellaneous corals and shells","shells",1983, +84,"Algeria","Miscellaneous corals and shells","shells",1984, +84,"Algeria","Miscellaneous corals and shells","shells",1985, +84,"Algeria","Miscellaneous corals and shells","shells",1986, +84,"Algeria","Miscellaneous corals and shells","shells",1987, +84,"Algeria","Miscellaneous corals and shells","shells",1988, +84,"Algeria","Miscellaneous corals and shells","shells",1989, +84,"Algeria","Miscellaneous corals and shells","shells",1990, +84,"Algeria","Miscellaneous corals and shells","shells",1991, +84,"Algeria","Miscellaneous corals and shells","shells",1992, +84,"Algeria","Miscellaneous corals and shells","shells",1993, +84,"Algeria","Miscellaneous corals and shells","shells",1994, +84,"Algeria","Miscellaneous corals and shells","shells",1995, +84,"Algeria","Miscellaneous corals and shells","shells",1996, +84,"Algeria","Miscellaneous corals and shells","shells",1997, +84,"Algeria","Miscellaneous corals and shells","shells",1998, +84,"Algeria","Miscellaneous corals and shells","shells",1999, +84,"Algeria","Miscellaneous corals and shells","shells",2000, +84,"Algeria","Miscellaneous corals and shells","shells",2001, +84,"Algeria","Miscellaneous corals and shells","shells",2002, +84,"Algeria","Miscellaneous corals and shells","shells",2003, +84,"Algeria","Miscellaneous corals and shells","shells",2004, +84,"Algeria","Miscellaneous corals and shells","shells",2005, +84,"Algeria","Miscellaneous corals and shells","shells",2006, +84,"Algeria","Miscellaneous corals and shells","shells",2007, +84,"Algeria","Miscellaneous corals and shells","shells",2008, +84,"Algeria","Miscellaneous corals and shells","shells",2009, +84,"Algeria","Miscellaneous corals and shells","shells",2010, +84,"Algeria","Miscellaneous corals and shells","shells",2011, +84,"Algeria","Miscellaneous corals and shells","shells",2012, +84,"Algeria","Miscellaneous corals and shells","shells",2013, +84,"Algeria","Miscellaneous corals and shells","shells",2014, +84,"Algeria","Miscellaneous corals and shells","shells",2015, +84,"Algeria","Miscellaneous corals and shells","shells",2016, +84,"Algeria","Miscellaneous corals and shells","shells",2017, +84,"Algeria","Miscellaneous corals and shells","shells",2018, +84,"Algeria","Miscellaneous corals and shells","shells",2019, +84,"Algeria","Miscellaneous corals and shells","shells",2020, +84,"Algeria","Miscellaneous corals and shells","shells",2021,0 +84,"Algeria","Natural sponges other than raw","sponges",1976, +84,"Algeria","Natural sponges other than raw","sponges",1977, +84,"Algeria","Natural sponges other than raw","sponges",1978, +84,"Algeria","Natural sponges other than raw","sponges",1979, +84,"Algeria","Natural sponges other than raw","sponges",1980, +84,"Algeria","Natural sponges other than raw","sponges",1981, +84,"Algeria","Natural sponges other than raw","sponges",1982, +84,"Algeria","Natural sponges other than raw","sponges",1983, +84,"Algeria","Natural sponges other than raw","sponges",1984, +84,"Algeria","Natural sponges other than raw","sponges",1985, +84,"Algeria","Natural sponges other than raw","sponges",1986, +84,"Algeria","Natural sponges other than raw","sponges",1987, +84,"Algeria","Natural sponges other than raw","sponges",1988, +84,"Algeria","Natural sponges other than raw","sponges",1989, +84,"Algeria","Natural sponges other than raw","sponges",1990, +84,"Algeria","Natural sponges other than raw","sponges",1991, +84,"Algeria","Natural sponges other than raw","sponges",1992, +84,"Algeria","Natural sponges other than raw","sponges",1993, +84,"Algeria","Natural sponges other than raw","sponges",1994, +84,"Algeria","Natural sponges other than raw","sponges",1995, +84,"Algeria","Natural sponges other than raw","sponges",1996, +84,"Algeria","Natural sponges other than raw","sponges",1997, +84,"Algeria","Natural sponges other than raw","sponges",1998, +84,"Algeria","Natural sponges other than raw","sponges",1999, +84,"Algeria","Natural sponges other than raw","sponges",2000, +84,"Algeria","Natural sponges other than raw","sponges",2001, +84,"Algeria","Natural sponges other than raw","sponges",2002, +84,"Algeria","Natural sponges other than raw","sponges",2003, +84,"Algeria","Natural sponges other than raw","sponges",2004, +84,"Algeria","Natural sponges other than raw","sponges",2005, +84,"Algeria","Natural sponges other than raw","sponges",2006, +84,"Algeria","Natural sponges other than raw","sponges",2007, +84,"Algeria","Natural sponges other than raw","sponges",2008, +84,"Algeria","Natural sponges other than raw","sponges",2009, +84,"Algeria","Natural sponges other than raw","sponges",2010, +84,"Algeria","Natural sponges other than raw","sponges",2011, +84,"Algeria","Natural sponges other than raw","sponges",2012, +84,"Algeria","Natural sponges other than raw","sponges",2013, +84,"Algeria","Natural sponges other than raw","sponges",2014, +84,"Algeria","Natural sponges other than raw","sponges",2015, +84,"Algeria","Natural sponges other than raw","sponges",2016, +84,"Algeria","Natural sponges other than raw","sponges",2017, +84,"Algeria","Natural sponges other than raw","sponges",2018, +84,"Algeria","Natural sponges other than raw","sponges",2019, +84,"Algeria","Natural sponges other than raw","sponges",2020, +84,"Algeria","Natural sponges other than raw","sponges",2021,0 84,"Algeria","Ornamental fish nei","ornamentals",1976, 84,"Algeria","Ornamental fish nei","ornamentals",1977, 84,"Algeria","Ornamental fish nei","ornamentals",1978, @@ -23669,6 +25574,7 @@ 84,"Algeria","Ornamental fish nei","ornamentals",2018, 84,"Algeria","Ornamental fish nei","ornamentals",2019, 84,"Algeria","Ornamental fish nei","ornamentals",2020, +84,"Algeria","Ornamental fish nei","ornamentals",2021, 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -23714,6 +25620,145 @@ 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +86,"Saint Helena","Fish body oils, nei","fish_oil",1976, +86,"Saint Helena","Fish body oils, nei","fish_oil",1977, +86,"Saint Helena","Fish body oils, nei","fish_oil",1978, +86,"Saint Helena","Fish body oils, nei","fish_oil",1979, +86,"Saint Helena","Fish body oils, nei","fish_oil",1980, +86,"Saint Helena","Fish body oils, nei","fish_oil",1981, +86,"Saint Helena","Fish body oils, nei","fish_oil",1982, +86,"Saint Helena","Fish body oils, nei","fish_oil",1983, +86,"Saint Helena","Fish body oils, nei","fish_oil",1984, +86,"Saint Helena","Fish body oils, nei","fish_oil",1985, +86,"Saint Helena","Fish body oils, nei","fish_oil",1986, +86,"Saint Helena","Fish body oils, nei","fish_oil",1987, +86,"Saint Helena","Fish body oils, nei","fish_oil",1988, +86,"Saint Helena","Fish body oils, nei","fish_oil",1989, +86,"Saint Helena","Fish body oils, nei","fish_oil",1990, +86,"Saint Helena","Fish body oils, nei","fish_oil",1991, +86,"Saint Helena","Fish body oils, nei","fish_oil",1992, +86,"Saint Helena","Fish body oils, nei","fish_oil",1993, +86,"Saint Helena","Fish body oils, nei","fish_oil",1994, +86,"Saint Helena","Fish body oils, nei","fish_oil",1995, +86,"Saint Helena","Fish body oils, nei","fish_oil",1996, +86,"Saint Helena","Fish body oils, nei","fish_oil",1997, +86,"Saint Helena","Fish body oils, nei","fish_oil",1998, +86,"Saint Helena","Fish body oils, nei","fish_oil",1999, +86,"Saint Helena","Fish body oils, nei","fish_oil",2000, +86,"Saint Helena","Fish body oils, nei","fish_oil",2001, +86,"Saint Helena","Fish body oils, nei","fish_oil",2002, +86,"Saint Helena","Fish body oils, nei","fish_oil",2003,47 +86,"Saint Helena","Fish body oils, nei","fish_oil",2004, +86,"Saint Helena","Fish body oils, nei","fish_oil",2005, +86,"Saint Helena","Fish body oils, nei","fish_oil",2006, +86,"Saint Helena","Fish body oils, nei","fish_oil",2007, +86,"Saint Helena","Fish body oils, nei","fish_oil",2008, +86,"Saint Helena","Fish body oils, nei","fish_oil",2009, +86,"Saint Helena","Fish body oils, nei","fish_oil",2010, +86,"Saint Helena","Fish body oils, nei","fish_oil",2011, +86,"Saint Helena","Fish body oils, nei","fish_oil",2012, +86,"Saint Helena","Fish body oils, nei","fish_oil",2013, +86,"Saint Helena","Fish body oils, nei","fish_oil",2014, +86,"Saint Helena","Fish body oils, nei","fish_oil",2015, +86,"Saint Helena","Fish body oils, nei","fish_oil",2016, +86,"Saint Helena","Fish body oils, nei","fish_oil",2017, +86,"Saint Helena","Fish body oils, nei","fish_oil",2018, +86,"Saint Helena","Fish body oils, nei","fish_oil",2019, +86,"Saint Helena","Fish body oils, nei","fish_oil",2020, +86,"Saint Helena","Fish body oils, nei","fish_oil",2021, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1976, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1977, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1978, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1979, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1980, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1981, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1982, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1983, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1984, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1985, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1986, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1987, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1988, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1989, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1990, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1991, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1992, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1993, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1994, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1995, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1996, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1997, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1998, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1999, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2000, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2001, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2002, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2003, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2004, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2005, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2006, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2007, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2008, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2009, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2010, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2011, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2012, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2013, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2014, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2015, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2016, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2017, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2018, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2019, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2020,0.18 +86,"Saint Helena","Fish liver oils, nei","fish_oil",2021, +86,"Saint Helena","Ornamental fish nei","ornamentals",1976, +86,"Saint Helena","Ornamental fish nei","ornamentals",1977, +86,"Saint Helena","Ornamental fish nei","ornamentals",1978, +86,"Saint Helena","Ornamental fish nei","ornamentals",1979, +86,"Saint Helena","Ornamental fish nei","ornamentals",1980, +86,"Saint Helena","Ornamental fish nei","ornamentals",1981, +86,"Saint Helena","Ornamental fish nei","ornamentals",1982, +86,"Saint Helena","Ornamental fish nei","ornamentals",1983, +86,"Saint Helena","Ornamental fish nei","ornamentals",1984, +86,"Saint Helena","Ornamental fish nei","ornamentals",1985, +86,"Saint Helena","Ornamental fish nei","ornamentals",1986, +86,"Saint Helena","Ornamental fish nei","ornamentals",1987, +86,"Saint Helena","Ornamental fish nei","ornamentals",1988, +86,"Saint Helena","Ornamental fish nei","ornamentals",1989, +86,"Saint Helena","Ornamental fish nei","ornamentals",1990, +86,"Saint Helena","Ornamental fish nei","ornamentals",1991, +86,"Saint Helena","Ornamental fish nei","ornamentals",1992, +86,"Saint Helena","Ornamental fish nei","ornamentals",1993, +86,"Saint Helena","Ornamental fish nei","ornamentals",1994, +86,"Saint Helena","Ornamental fish nei","ornamentals",1995, +86,"Saint Helena","Ornamental fish nei","ornamentals",1996, +86,"Saint Helena","Ornamental fish nei","ornamentals",1997, +86,"Saint Helena","Ornamental fish nei","ornamentals",1998, +86,"Saint Helena","Ornamental fish nei","ornamentals",1999, +86,"Saint Helena","Ornamental fish nei","ornamentals",2000, +86,"Saint Helena","Ornamental fish nei","ornamentals",2001, +86,"Saint Helena","Ornamental fish nei","ornamentals",2002, +86,"Saint Helena","Ornamental fish nei","ornamentals",2003, +86,"Saint Helena","Ornamental fish nei","ornamentals",2004, +86,"Saint Helena","Ornamental fish nei","ornamentals",2005, +86,"Saint Helena","Ornamental fish nei","ornamentals",2006, +86,"Saint Helena","Ornamental fish nei","ornamentals",2007, +86,"Saint Helena","Ornamental fish nei","ornamentals",2008, +86,"Saint Helena","Ornamental fish nei","ornamentals",2009, +86,"Saint Helena","Ornamental fish nei","ornamentals",2010, +86,"Saint Helena","Ornamental fish nei","ornamentals",2011, +86,"Saint Helena","Ornamental fish nei","ornamentals",2012, +86,"Saint Helena","Ornamental fish nei","ornamentals",2013, +86,"Saint Helena","Ornamental fish nei","ornamentals",2014, +86,"Saint Helena","Ornamental fish nei","ornamentals",2015, +86,"Saint Helena","Ornamental fish nei","ornamentals",2016, +86,"Saint Helena","Ornamental fish nei","ornamentals",2017, +86,"Saint Helena","Ornamental fish nei","ornamentals",2018, +86,"Saint Helena","Ornamental fish nei","ornamentals",2019, +86,"Saint Helena","Ornamental fish nei","ornamentals",2020, +86,"Saint Helena","Ornamental fish nei","ornamentals",2021, 96,"Sierra Leone","Coral and the like","corals",1976, 96,"Sierra Leone","Coral and the like","corals",1977, 96,"Sierra Leone","Coral and the like","corals",1978, @@ -23759,6 +25804,7 @@ 96,"Sierra Leone","Coral and the like","corals",2018, 96,"Sierra Leone","Coral and the like","corals",2019, 96,"Sierra Leone","Coral and the like","corals",2020, +96,"Sierra Leone","Coral and the like","corals",2021, 96,"Sierra Leone","Fish body oils, nei","fish_oil",1976, 96,"Sierra Leone","Fish body oils, nei","fish_oil",1977, 96,"Sierra Leone","Fish body oils, nei","fish_oil",1978, @@ -23804,6 +25850,7 @@ 96,"Sierra Leone","Fish body oils, nei","fish_oil",2018, 96,"Sierra Leone","Fish body oils, nei","fish_oil",2019, 96,"Sierra Leone","Fish body oils, nei","fish_oil",2020, +96,"Sierra Leone","Fish body oils, nei","fish_oil",2021, 96,"Sierra Leone","Ornamental fish nei","ornamentals",1976, 96,"Sierra Leone","Ornamental fish nei","ornamentals",1977, 96,"Sierra Leone","Ornamental fish nei","ornamentals",1978, @@ -23849,6 +25896,7 @@ 96,"Sierra Leone","Ornamental fish nei","ornamentals",2018, 96,"Sierra Leone","Ornamental fish nei","ornamentals",2019, 96,"Sierra Leone","Ornamental fish nei","ornamentals",2020, +96,"Sierra Leone","Ornamental fish nei","ornamentals",2021, 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",1976, 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",1977, 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",1978, @@ -23894,6 +25942,7 @@ 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",2018, 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",2019, 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",2020, +96,"Sierra Leone","Ornamental saltwater fish","ornamentals",2021, 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -23939,6 +25988,7 @@ 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -23984,6 +26034,7 @@ 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 97,"Liberia","Fish body oils, nei","fish_oil",1976, 97,"Liberia","Fish body oils, nei","fish_oil",1977, 97,"Liberia","Fish body oils, nei","fish_oil",1978, @@ -24029,6 +26080,7 @@ 97,"Liberia","Fish body oils, nei","fish_oil",2018, 97,"Liberia","Fish body oils, nei","fish_oil",2019, 97,"Liberia","Fish body oils, nei","fish_oil",2020, +97,"Liberia","Fish body oils, nei","fish_oil",2021, 97,"Liberia","Fish liver oils, nei","fish_oil",1976, 97,"Liberia","Fish liver oils, nei","fish_oil",1977, 97,"Liberia","Fish liver oils, nei","fish_oil",1978, @@ -24074,6 +26126,7 @@ 97,"Liberia","Fish liver oils, nei","fish_oil",2018, 97,"Liberia","Fish liver oils, nei","fish_oil",2019, 97,"Liberia","Fish liver oils, nei","fish_oil",2020, +97,"Liberia","Fish liver oils, nei","fish_oil",2021, 97,"Liberia","Ornamental fish nei","ornamentals",1976, 97,"Liberia","Ornamental fish nei","ornamentals",1977, 97,"Liberia","Ornamental fish nei","ornamentals",1978, @@ -24119,6 +26172,7 @@ 97,"Liberia","Ornamental fish nei","ornamentals",2018, 97,"Liberia","Ornamental fish nei","ornamentals",2019, 97,"Liberia","Ornamental fish nei","ornamentals",2020, +97,"Liberia","Ornamental fish nei","ornamentals",2021, 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -24164,6 +26218,7 @@ 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.2 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 98,"Togo","Fish body oils, nei","fish_oil",1976, 98,"Togo","Fish body oils, nei","fish_oil",1977, 98,"Togo","Fish body oils, nei","fish_oil",1978, @@ -24209,6 +26264,7 @@ 98,"Togo","Fish body oils, nei","fish_oil",2018, 98,"Togo","Fish body oils, nei","fish_oil",2019, 98,"Togo","Fish body oils, nei","fish_oil",2020, +98,"Togo","Fish body oils, nei","fish_oil",2021, 98,"Togo","Miscellaneous corals and shells","shells",1976, 98,"Togo","Miscellaneous corals and shells","shells",1977, 98,"Togo","Miscellaneous corals and shells","shells",1978, @@ -24254,6 +26310,7 @@ 98,"Togo","Miscellaneous corals and shells","shells",2018, 98,"Togo","Miscellaneous corals and shells","shells",2019, 98,"Togo","Miscellaneous corals and shells","shells",2020, +98,"Togo","Miscellaneous corals and shells","shells",2021,5 98,"Togo","Ornamental fish nei","ornamentals",1976, 98,"Togo","Ornamental fish nei","ornamentals",1977, 98,"Togo","Ornamental fish nei","ornamentals",1978, @@ -24299,6 +26356,7 @@ 98,"Togo","Ornamental fish nei","ornamentals",2018, 98,"Togo","Ornamental fish nei","ornamentals",2019, 98,"Togo","Ornamental fish nei","ornamentals",2020, +98,"Togo","Ornamental fish nei","ornamentals",2021, 98,"Togo","Ornamental saltwater fish","ornamentals",1976, 98,"Togo","Ornamental saltwater fish","ornamentals",1977, 98,"Togo","Ornamental saltwater fish","ornamentals",1978, @@ -24344,6 +26402,7 @@ 98,"Togo","Ornamental saltwater fish","ornamentals",2018, 98,"Togo","Ornamental saltwater fish","ornamentals",2019, 98,"Togo","Ornamental saltwater fish","ornamentals",2020, +98,"Togo","Ornamental saltwater fish","ornamentals",2021, 99,"Benin","Natural sponges nei","sponges",1976, 99,"Benin","Natural sponges nei","sponges",1977, 99,"Benin","Natural sponges nei","sponges",1978, @@ -24389,6 +26448,7 @@ 99,"Benin","Natural sponges nei","sponges",2018, 99,"Benin","Natural sponges nei","sponges",2019, 99,"Benin","Natural sponges nei","sponges",2020, +99,"Benin","Natural sponges nei","sponges",2021, 99,"Benin","Ornamental fish nei","ornamentals",1976, 99,"Benin","Ornamental fish nei","ornamentals",1977, 99,"Benin","Ornamental fish nei","ornamentals",1978, @@ -24434,6 +26494,7 @@ 99,"Benin","Ornamental fish nei","ornamentals",2018, 99,"Benin","Ornamental fish nei","ornamentals",2019, 99,"Benin","Ornamental fish nei","ornamentals",2020, +99,"Benin","Ornamental fish nei","ornamentals",2021, 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -24479,6 +26540,53 @@ 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1.4 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -24524,6 +26632,7 @@ 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 100,"Republique du Congo","Fish body oils, nei","fish_oil",1976, 100,"Republique du Congo","Fish body oils, nei","fish_oil",1977, 100,"Republique du Congo","Fish body oils, nei","fish_oil",1978, @@ -24569,6 +26678,7 @@ 100,"Republique du Congo","Fish body oils, nei","fish_oil",2018,1000 100,"Republique du Congo","Fish body oils, nei","fish_oil",2019,500 100,"Republique du Congo","Fish body oils, nei","fish_oil",2020,340 +100,"Republique du Congo","Fish body oils, nei","fish_oil",2021, 100,"Republique du Congo","Fish liver oils, nei","fish_oil",1976, 100,"Republique du Congo","Fish liver oils, nei","fish_oil",1977, 100,"Republique du Congo","Fish liver oils, nei","fish_oil",1978, @@ -24614,6 +26724,7 @@ 100,"Republique du Congo","Fish liver oils, nei","fish_oil",2018, 100,"Republique du Congo","Fish liver oils, nei","fish_oil",2019, 100,"Republique du Congo","Fish liver oils, nei","fish_oil",2020, +100,"Republique du Congo","Fish liver oils, nei","fish_oil",2021, 100,"Republique du Congo","Ornamental fish nei","ornamentals",1976, 100,"Republique du Congo","Ornamental fish nei","ornamentals",1977, 100,"Republique du Congo","Ornamental fish nei","ornamentals",1978, @@ -24659,6 +26770,7 @@ 100,"Republique du Congo","Ornamental fish nei","ornamentals",2018, 100,"Republique du Congo","Ornamental fish nei","ornamentals",2019, 100,"Republique du Congo","Ornamental fish nei","ornamentals",2020, +100,"Republique du Congo","Ornamental fish nei","ornamentals",2021, 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",1976, 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",1977, 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",1978, @@ -24704,6 +26816,7 @@ 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",2018,0.1 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",2019, 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",2020, +100,"Republique du Congo","Ornamental saltwater fish","ornamentals",2021,0.21 101,"Namibia","Agar agar nei","seaweeds",1976, 101,"Namibia","Agar agar nei","seaweeds",1977, 101,"Namibia","Agar agar nei","seaweeds",1978, @@ -24749,6 +26862,7 @@ 101,"Namibia","Agar agar nei","seaweeds",2018, 101,"Namibia","Agar agar nei","seaweeds",2019,0.01 101,"Namibia","Agar agar nei","seaweeds",2020, +101,"Namibia","Agar agar nei","seaweeds",2021, 101,"Namibia","Fish body oils, nei","fish_oil",1976, 101,"Namibia","Fish body oils, nei","fish_oil",1977, 101,"Namibia","Fish body oils, nei","fish_oil",1978, @@ -24794,6 +26908,7 @@ 101,"Namibia","Fish body oils, nei","fish_oil",2018,20 101,"Namibia","Fish body oils, nei","fish_oil",2019,84.22 101,"Namibia","Fish body oils, nei","fish_oil",2020,297.93 +101,"Namibia","Fish body oils, nei","fish_oil",2021,84.53 101,"Namibia","Fish liver oils, nei","fish_oil",1976, 101,"Namibia","Fish liver oils, nei","fish_oil",1977, 101,"Namibia","Fish liver oils, nei","fish_oil",1978, @@ -24839,6 +26954,7 @@ 101,"Namibia","Fish liver oils, nei","fish_oil",2018, 101,"Namibia","Fish liver oils, nei","fish_oil",2019, 101,"Namibia","Fish liver oils, nei","fish_oil",2020, +101,"Namibia","Fish liver oils, nei","fish_oil",2021,0 101,"Namibia","Miscellaneous corals and shells","shells",1976, 101,"Namibia","Miscellaneous corals and shells","shells",1977, 101,"Namibia","Miscellaneous corals and shells","shells",1978, @@ -24884,6 +27000,7 @@ 101,"Namibia","Miscellaneous corals and shells","shells",2018,0.1 101,"Namibia","Miscellaneous corals and shells","shells",2019,1.08 101,"Namibia","Miscellaneous corals and shells","shells",2020,0 +101,"Namibia","Miscellaneous corals and shells","shells",2021,0.01 101,"Namibia","Natural sponges nei","sponges",1976, 101,"Namibia","Natural sponges nei","sponges",1977, 101,"Namibia","Natural sponges nei","sponges",1978, @@ -24929,6 +27046,7 @@ 101,"Namibia","Natural sponges nei","sponges",2018, 101,"Namibia","Natural sponges nei","sponges",2019, 101,"Namibia","Natural sponges nei","sponges",2020, +101,"Namibia","Natural sponges nei","sponges",2021, 101,"Namibia","Ornamental fish nei","ornamentals",1976, 101,"Namibia","Ornamental fish nei","ornamentals",1977, 101,"Namibia","Ornamental fish nei","ornamentals",1978, @@ -24974,6 +27092,7 @@ 101,"Namibia","Ornamental fish nei","ornamentals",2018, 101,"Namibia","Ornamental fish nei","ornamentals",2019, 101,"Namibia","Ornamental fish nei","ornamentals",2020, +101,"Namibia","Ornamental fish nei","ornamentals",2021, 101,"Namibia","Ornamental saltwater fish","ornamentals",1976, 101,"Namibia","Ornamental saltwater fish","ornamentals",1977, 101,"Namibia","Ornamental saltwater fish","ornamentals",1978, @@ -25019,6 +27138,7 @@ 101,"Namibia","Ornamental saltwater fish","ornamentals",2018, 101,"Namibia","Ornamental saltwater fish","ornamentals",2019, 101,"Namibia","Ornamental saltwater fish","ornamentals",2020, +101,"Namibia","Ornamental saltwater fish","ornamentals",2021, 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -25064,6 +27184,7 @@ 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -25109,6 +27230,7 @@ 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.83 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.2 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -25154,6 +27276,7 @@ 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0 102,"South Africa","Abalone shells","shells",1976, 102,"South Africa","Abalone shells","shells",1977, 102,"South Africa","Abalone shells","shells",1978, @@ -25199,6 +27322,7 @@ 102,"South Africa","Abalone shells","shells",2018,151 102,"South Africa","Abalone shells","shells",2019,166.04 102,"South Africa","Abalone shells","shells",2020,99.33 +102,"South Africa","Abalone shells","shells",2021,128.48 102,"South Africa","Agar agar nei","seaweeds",1976, 102,"South Africa","Agar agar nei","seaweeds",1977, 102,"South Africa","Agar agar nei","seaweeds",1978, @@ -25244,6 +27368,7 @@ 102,"South Africa","Agar agar nei","seaweeds",2018,2 102,"South Africa","Agar agar nei","seaweeds",2019,4.16 102,"South Africa","Agar agar nei","seaweeds",2020,2.83 +102,"South Africa","Agar agar nei","seaweeds",2021,16.92 102,"South Africa","Coral and the like","corals",1976, 102,"South Africa","Coral and the like","corals",1977, 102,"South Africa","Coral and the like","corals",1978, @@ -25289,6 +27414,7 @@ 102,"South Africa","Coral and the like","corals",2018,23 102,"South Africa","Coral and the like","corals",2019,2.49 102,"South Africa","Coral and the like","corals",2020,10.53 +102,"South Africa","Coral and the like","corals",2021,10.76 102,"South Africa","Fish body oils, nei","fish_oil",1976,14200 102,"South Africa","Fish body oils, nei","fish_oil",1977,500 102,"South Africa","Fish body oils, nei","fish_oil",1978,11500 @@ -25334,6 +27460,7 @@ 102,"South Africa","Fish body oils, nei","fish_oil",2018,5655 102,"South Africa","Fish body oils, nei","fish_oil",2019,3925.18 102,"South Africa","Fish body oils, nei","fish_oil",2020,7454.53 +102,"South Africa","Fish body oils, nei","fish_oil",2021,5531.44 102,"South Africa","Fish liver oils, nei","fish_oil",1976, 102,"South Africa","Fish liver oils, nei","fish_oil",1977, 102,"South Africa","Fish liver oils, nei","fish_oil",1978, @@ -25379,6 +27506,7 @@ 102,"South Africa","Fish liver oils, nei","fish_oil",2018,63 102,"South Africa","Fish liver oils, nei","fish_oil",2019,1.26 102,"South Africa","Fish liver oils, nei","fish_oil",2020,2.55 +102,"South Africa","Fish liver oils, nei","fish_oil",2021,69 102,"South Africa","Natural sponges raw","sponges",1976, 102,"South Africa","Natural sponges raw","sponges",1977, 102,"South Africa","Natural sponges raw","sponges",1978, @@ -25424,6 +27552,7 @@ 102,"South Africa","Natural sponges raw","sponges",2018, 102,"South Africa","Natural sponges raw","sponges",2019, 102,"South Africa","Natural sponges raw","sponges",2020, +102,"South Africa","Natural sponges raw","sponges",2021, 102,"South Africa","Ornamental fish nei","ornamentals",1976, 102,"South Africa","Ornamental fish nei","ornamentals",1977, 102,"South Africa","Ornamental fish nei","ornamentals",1978, @@ -25469,6 +27598,7 @@ 102,"South Africa","Ornamental fish nei","ornamentals",2018, 102,"South Africa","Ornamental fish nei","ornamentals",2019, 102,"South Africa","Ornamental fish nei","ornamentals",2020, +102,"South Africa","Ornamental fish nei","ornamentals",2021, 102,"South Africa","Ornamental saltwater fish","ornamentals",1976, 102,"South Africa","Ornamental saltwater fish","ornamentals",1977, 102,"South Africa","Ornamental saltwater fish","ornamentals",1978, @@ -25514,6 +27644,7 @@ 102,"South Africa","Ornamental saltwater fish","ornamentals",2018,10 102,"South Africa","Ornamental saltwater fish","ornamentals",2019,20.39 102,"South Africa","Ornamental saltwater fish","ornamentals",2020,2.12 +102,"South Africa","Ornamental saltwater fish","ornamentals",2021,2.45 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -25559,6 +27690,7 @@ 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -25604,6 +27736,7 @@ 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,492 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,498.14 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,239.63 +102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1383.76 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -25649,6 +27782,7 @@ 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,480 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,556.81 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,2122.79 +102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1605.14 102,"South Africa","Shells nei","shells",1976, 102,"South Africa","Shells nei","shells",1977, 102,"South Africa","Shells nei","shells",1978, @@ -25694,6 +27828,7 @@ 102,"South Africa","Shells nei","shells",2018,47 102,"South Africa","Shells nei","shells",2019,0 102,"South Africa","Shells nei","shells",2020,0.02 +102,"South Africa","Shells nei","shells",2021,1.26 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",1976, 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",1977, 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",1978, @@ -25739,6 +27874,7 @@ 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",2018, 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",2019, 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",2020, +103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",2021, 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",1976, 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",1977, 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",1978, @@ -25784,6 +27920,7 @@ 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",2018, 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",2019, 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",2020, +103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",2021, 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",1976, 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",1977, 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",1978, @@ -25829,6 +27966,7 @@ 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",2018, 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",2019, 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",2020, +104,"Equatorial Guinea","Fish body oils, nei","fish_oil",2021, 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",1976, 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",1977, 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",1978, @@ -25874,6 +28012,7 @@ 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",2018, 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",2019, 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",2020, +104,"Equatorial Guinea","Ornamental fish nei","ornamentals",2021, 106,"Ghana","Fish body oils, nei","fish_oil",1976, 106,"Ghana","Fish body oils, nei","fish_oil",1977, 106,"Ghana","Fish body oils, nei","fish_oil",1978, @@ -25919,6 +28058,7 @@ 106,"Ghana","Fish body oils, nei","fish_oil",2018,391 106,"Ghana","Fish body oils, nei","fish_oil",2019,331.23 106,"Ghana","Fish body oils, nei","fish_oil",2020,46.44 +106,"Ghana","Fish body oils, nei","fish_oil",2021, 106,"Ghana","Fish liver oils, nei","fish_oil",1976, 106,"Ghana","Fish liver oils, nei","fish_oil",1977, 106,"Ghana","Fish liver oils, nei","fish_oil",1978, @@ -25964,6 +28104,7 @@ 106,"Ghana","Fish liver oils, nei","fish_oil",2018, 106,"Ghana","Fish liver oils, nei","fish_oil",2019, 106,"Ghana","Fish liver oils, nei","fish_oil",2020, +106,"Ghana","Fish liver oils, nei","fish_oil",2021, 106,"Ghana","Miscellaneous corals and shells","shells",1976, 106,"Ghana","Miscellaneous corals and shells","shells",1977, 106,"Ghana","Miscellaneous corals and shells","shells",1978, @@ -26009,6 +28150,7 @@ 106,"Ghana","Miscellaneous corals and shells","shells",2018, 106,"Ghana","Miscellaneous corals and shells","shells",2019,0.01 106,"Ghana","Miscellaneous corals and shells","shells",2020, +106,"Ghana","Miscellaneous corals and shells","shells",2021,6.34 106,"Ghana","Natural sponges nei","sponges",1976, 106,"Ghana","Natural sponges nei","sponges",1977, 106,"Ghana","Natural sponges nei","sponges",1978, @@ -26054,6 +28196,7 @@ 106,"Ghana","Natural sponges nei","sponges",2018, 106,"Ghana","Natural sponges nei","sponges",2019, 106,"Ghana","Natural sponges nei","sponges",2020, +106,"Ghana","Natural sponges nei","sponges",2021, 106,"Ghana","Ornamental fish nei","ornamentals",1976, 106,"Ghana","Ornamental fish nei","ornamentals",1977, 106,"Ghana","Ornamental fish nei","ornamentals",1978, @@ -26099,6 +28242,7 @@ 106,"Ghana","Ornamental fish nei","ornamentals",2018, 106,"Ghana","Ornamental fish nei","ornamentals",2019, 106,"Ghana","Ornamental fish nei","ornamentals",2020, +106,"Ghana","Ornamental fish nei","ornamentals",2021, 106,"Ghana","Ornamental saltwater fish","ornamentals",1976, 106,"Ghana","Ornamental saltwater fish","ornamentals",1977, 106,"Ghana","Ornamental saltwater fish","ornamentals",1978, @@ -26144,6 +28288,7 @@ 106,"Ghana","Ornamental saltwater fish","ornamentals",2018,1 106,"Ghana","Ornamental saltwater fish","ornamentals",2019,104.63 106,"Ghana","Ornamental saltwater fish","ornamentals",2020,2.44 +106,"Ghana","Ornamental saltwater fish","ornamentals",2021,2.67 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -26189,6 +28334,7 @@ 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -26234,6 +28380,7 @@ 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.03 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.36 +106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.1 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -26279,6 +28426,7 @@ 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.1 +106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.15 108,"Bermuda","Fish body oils, nei","fish_oil",1976, 108,"Bermuda","Fish body oils, nei","fish_oil",1977, 108,"Bermuda","Fish body oils, nei","fish_oil",1978, @@ -26324,6 +28472,7 @@ 108,"Bermuda","Fish body oils, nei","fish_oil",2018, 108,"Bermuda","Fish body oils, nei","fish_oil",2019, 108,"Bermuda","Fish body oils, nei","fish_oil",2020, +108,"Bermuda","Fish body oils, nei","fish_oil",2021, 108,"Bermuda","Natural sponges raw","sponges",1976, 108,"Bermuda","Natural sponges raw","sponges",1977, 108,"Bermuda","Natural sponges raw","sponges",1978, @@ -26369,6 +28518,7 @@ 108,"Bermuda","Natural sponges raw","sponges",2018, 108,"Bermuda","Natural sponges raw","sponges",2019, 108,"Bermuda","Natural sponges raw","sponges",2020, +108,"Bermuda","Natural sponges raw","sponges",2021, 108,"Bermuda","Ornamental fish nei","ornamentals",1976, 108,"Bermuda","Ornamental fish nei","ornamentals",1977, 108,"Bermuda","Ornamental fish nei","ornamentals",1978, @@ -26414,6 +28564,7 @@ 108,"Bermuda","Ornamental fish nei","ornamentals",2018, 108,"Bermuda","Ornamental fish nei","ornamentals",2019, 108,"Bermuda","Ornamental fish nei","ornamentals",2020, +108,"Bermuda","Ornamental fish nei","ornamentals",2021, 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -26459,6 +28610,7 @@ 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 110,"Bahamas","Coral and the like","corals",1976, 110,"Bahamas","Coral and the like","corals",1977, 110,"Bahamas","Coral and the like","corals",1978, @@ -26502,8 +28654,9 @@ 110,"Bahamas","Coral and the like","corals",2016, 110,"Bahamas","Coral and the like","corals",2017, 110,"Bahamas","Coral and the like","corals",2018, -110,"Bahamas","Coral and the like","corals",2019,159.57 -110,"Bahamas","Coral and the like","corals",2020,135.17 +110,"Bahamas","Coral and the like","corals",2019, +110,"Bahamas","Coral and the like","corals",2020, +110,"Bahamas","Coral and the like","corals",2021,279.1 110,"Bahamas","Miscellaneous corals and shells","shells",1976, 110,"Bahamas","Miscellaneous corals and shells","shells",1977, 110,"Bahamas","Miscellaneous corals and shells","shells",1978, @@ -26545,10 +28698,11 @@ 110,"Bahamas","Miscellaneous corals and shells","shells",2014,24 110,"Bahamas","Miscellaneous corals and shells","shells",2015,46 110,"Bahamas","Miscellaneous corals and shells","shells",2016,30.92 -110,"Bahamas","Miscellaneous corals and shells","shells",2017,53.15 -110,"Bahamas","Miscellaneous corals and shells","shells",2018,66.4 -110,"Bahamas","Miscellaneous corals and shells","shells",2019,6.64 -110,"Bahamas","Miscellaneous corals and shells","shells",2020,3.22 +110,"Bahamas","Miscellaneous corals and shells","shells",2017,23.91 +110,"Bahamas","Miscellaneous corals and shells","shells",2018,29.89 +110,"Bahamas","Miscellaneous corals and shells","shells",2019,61.74 +110,"Bahamas","Miscellaneous corals and shells","shells",2020,18.65 +110,"Bahamas","Miscellaneous corals and shells","shells",2021, 110,"Bahamas","Natural sponges nei","sponges",1976, 110,"Bahamas","Natural sponges nei","sponges",1977, 110,"Bahamas","Natural sponges nei","sponges",1978, @@ -26592,8 +28746,9 @@ 110,"Bahamas","Natural sponges nei","sponges",2016, 110,"Bahamas","Natural sponges nei","sponges",2017, 110,"Bahamas","Natural sponges nei","sponges",2018, -110,"Bahamas","Natural sponges nei","sponges",2019,0.02 -110,"Bahamas","Natural sponges nei","sponges",2020,0.01 +110,"Bahamas","Natural sponges nei","sponges",2019, +110,"Bahamas","Natural sponges nei","sponges",2020, +110,"Bahamas","Natural sponges nei","sponges",2021,0.02 110,"Bahamas","Natural sponges other than raw","sponges",1976, 110,"Bahamas","Natural sponges other than raw","sponges",1977, 110,"Bahamas","Natural sponges other than raw","sponges",1978, @@ -26637,8 +28792,9 @@ 110,"Bahamas","Natural sponges other than raw","sponges",2016, 110,"Bahamas","Natural sponges other than raw","sponges",2017, 110,"Bahamas","Natural sponges other than raw","sponges",2018, -110,"Bahamas","Natural sponges other than raw","sponges",2019,29.45 -110,"Bahamas","Natural sponges other than raw","sponges",2020,31.49 +110,"Bahamas","Natural sponges other than raw","sponges",2019, +110,"Bahamas","Natural sponges other than raw","sponges",2020, +110,"Bahamas","Natural sponges other than raw","sponges",2021,32.05 110,"Bahamas","Natural sponges raw","sponges",1976, 110,"Bahamas","Natural sponges raw","sponges",1977, 110,"Bahamas","Natural sponges raw","sponges",1978, @@ -26682,8 +28838,9 @@ 110,"Bahamas","Natural sponges raw","sponges",2016, 110,"Bahamas","Natural sponges raw","sponges",2017, 110,"Bahamas","Natural sponges raw","sponges",2018, -110,"Bahamas","Natural sponges raw","sponges",2019,33.22 -110,"Bahamas","Natural sponges raw","sponges",2020,16.21 +110,"Bahamas","Natural sponges raw","sponges",2019, +110,"Bahamas","Natural sponges raw","sponges",2020, +110,"Bahamas","Natural sponges raw","sponges",2021,15.27 110,"Bahamas","Ornamental saltwater fish","ornamentals",1976, 110,"Bahamas","Ornamental saltwater fish","ornamentals",1977, 110,"Bahamas","Ornamental saltwater fish","ornamentals",1978, @@ -26729,6 +28886,7 @@ 110,"Bahamas","Ornamental saltwater fish","ornamentals",2018, 110,"Bahamas","Ornamental saltwater fish","ornamentals",2019, 110,"Bahamas","Ornamental saltwater fish","ornamentals",2020, +110,"Bahamas","Ornamental saltwater fish","ornamentals",2021, 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -26770,10 +28928,11 @@ 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, -110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017,31 +110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017,14 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, -110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0 +110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -26815,10 +28974,11 @@ 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, -110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,18 -110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,47.07 -110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, -110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1.47 +110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,8.1 +110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,21.18 +110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,10.22 +110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,8 +110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 110,"Bahamas","Shells nei","shells",1976, 110,"Bahamas","Shells nei","shells",1977, 110,"Bahamas","Shells nei","shells",1978, @@ -26861,9 +29021,10 @@ 110,"Bahamas","Shells nei","shells",2015, 110,"Bahamas","Shells nei","shells",2016,0.19 110,"Bahamas","Shells nei","shells",2017, -110,"Bahamas","Shells nei","shells",2018,0.33 +110,"Bahamas","Shells nei","shells",2018,0.15 110,"Bahamas","Shells nei","shells",2019, 110,"Bahamas","Shells nei","shells",2020, +110,"Bahamas","Shells nei","shells",2021, 110,"Bahamas","Trochus shells","shells",1976, 110,"Bahamas","Trochus shells","shells",1977, 110,"Bahamas","Trochus shells","shells",1978, @@ -26905,10 +29066,11 @@ 110,"Bahamas","Trochus shells","shells",2014,78 110,"Bahamas","Trochus shells","shells",2015,92 110,"Bahamas","Trochus shells","shells",2016,75.72 -110,"Bahamas","Trochus shells","shells",2017,84.85 -110,"Bahamas","Trochus shells","shells",2018,110.83 -110,"Bahamas","Trochus shells","shells",2019, -110,"Bahamas","Trochus shells","shells",2020, +110,"Bahamas","Trochus shells","shells",2017,38.2 +110,"Bahamas","Trochus shells","shells",2018,49.87 +110,"Bahamas","Trochus shells","shells",2019,104.61 +110,"Bahamas","Trochus shells","shells",2020,52.82 +110,"Bahamas","Trochus shells","shells",2021, 111,"Turks and Caicos Islands","Coral and the like","corals",1976, 111,"Turks and Caicos Islands","Coral and the like","corals",1977, 111,"Turks and Caicos Islands","Coral and the like","corals",1978, @@ -26954,6 +29116,7 @@ 111,"Turks and Caicos Islands","Coral and the like","corals",2018, 111,"Turks and Caicos Islands","Coral and the like","corals",2019, 111,"Turks and Caicos Islands","Coral and the like","corals",2020, +111,"Turks and Caicos Islands","Coral and the like","corals",2021, 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",1976, 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",1977, 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",1978, @@ -26999,6 +29162,7 @@ 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",2018,4 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",2019, 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",2020,0.9 +111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",2021, 111,"Turks and Caicos Islands","Natural sponges nei","sponges",1976, 111,"Turks and Caicos Islands","Natural sponges nei","sponges",1977, 111,"Turks and Caicos Islands","Natural sponges nei","sponges",1978, @@ -27044,6 +29208,7 @@ 111,"Turks and Caicos Islands","Natural sponges nei","sponges",2018, 111,"Turks and Caicos Islands","Natural sponges nei","sponges",2019, 111,"Turks and Caicos Islands","Natural sponges nei","sponges",2020, +111,"Turks and Caicos Islands","Natural sponges nei","sponges",2021, 111,"Turks and Caicos Islands","Natural sponges raw","sponges",1976, 111,"Turks and Caicos Islands","Natural sponges raw","sponges",1977, 111,"Turks and Caicos Islands","Natural sponges raw","sponges",1978, @@ -27089,6 +29254,53 @@ 111,"Turks and Caicos Islands","Natural sponges raw","sponges",2018, 111,"Turks and Caicos Islands","Natural sponges raw","sponges",2019, 111,"Turks and Caicos Islands","Natural sponges raw","sponges",2020, +111,"Turks and Caicos Islands","Natural sponges raw","sponges",2021, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.01 111,"Turks and Caicos Islands","Shells nei","shells",1976, 111,"Turks and Caicos Islands","Shells nei","shells",1977, 111,"Turks and Caicos Islands","Shells nei","shells",1978, @@ -27134,6 +29346,53 @@ 111,"Turks and Caicos Islands","Shells nei","shells",2018, 111,"Turks and Caicos Islands","Shells nei","shells",2019, 111,"Turks and Caicos Islands","Shells nei","shells",2020, +111,"Turks and Caicos Islands","Shells nei","shells",2021, +112,"Cuba","Agar agar nei","seaweeds",1976, +112,"Cuba","Agar agar nei","seaweeds",1977, +112,"Cuba","Agar agar nei","seaweeds",1978, +112,"Cuba","Agar agar nei","seaweeds",1979, +112,"Cuba","Agar agar nei","seaweeds",1980, +112,"Cuba","Agar agar nei","seaweeds",1981, +112,"Cuba","Agar agar nei","seaweeds",1982, +112,"Cuba","Agar agar nei","seaweeds",1983, +112,"Cuba","Agar agar nei","seaweeds",1984, +112,"Cuba","Agar agar nei","seaweeds",1985, +112,"Cuba","Agar agar nei","seaweeds",1986, +112,"Cuba","Agar agar nei","seaweeds",1987, +112,"Cuba","Agar agar nei","seaweeds",1988, +112,"Cuba","Agar agar nei","seaweeds",1989, +112,"Cuba","Agar agar nei","seaweeds",1990, +112,"Cuba","Agar agar nei","seaweeds",1991, +112,"Cuba","Agar agar nei","seaweeds",1992, +112,"Cuba","Agar agar nei","seaweeds",1993, +112,"Cuba","Agar agar nei","seaweeds",1994, +112,"Cuba","Agar agar nei","seaweeds",1995, +112,"Cuba","Agar agar nei","seaweeds",1996, +112,"Cuba","Agar agar nei","seaweeds",1997, +112,"Cuba","Agar agar nei","seaweeds",1998, +112,"Cuba","Agar agar nei","seaweeds",1999, +112,"Cuba","Agar agar nei","seaweeds",2000, +112,"Cuba","Agar agar nei","seaweeds",2001, +112,"Cuba","Agar agar nei","seaweeds",2002, +112,"Cuba","Agar agar nei","seaweeds",2003, +112,"Cuba","Agar agar nei","seaweeds",2004, +112,"Cuba","Agar agar nei","seaweeds",2005, +112,"Cuba","Agar agar nei","seaweeds",2006, +112,"Cuba","Agar agar nei","seaweeds",2007, +112,"Cuba","Agar agar nei","seaweeds",2008, +112,"Cuba","Agar agar nei","seaweeds",2009, +112,"Cuba","Agar agar nei","seaweeds",2010, +112,"Cuba","Agar agar nei","seaweeds",2011, +112,"Cuba","Agar agar nei","seaweeds",2012, +112,"Cuba","Agar agar nei","seaweeds",2013, +112,"Cuba","Agar agar nei","seaweeds",2014, +112,"Cuba","Agar agar nei","seaweeds",2015, +112,"Cuba","Agar agar nei","seaweeds",2016, +112,"Cuba","Agar agar nei","seaweeds",2017, +112,"Cuba","Agar agar nei","seaweeds",2018, +112,"Cuba","Agar agar nei","seaweeds",2019, +112,"Cuba","Agar agar nei","seaweeds",2020, +112,"Cuba","Agar agar nei","seaweeds",2021,0 112,"Cuba","Coral and the like","corals",1976, 112,"Cuba","Coral and the like","corals",1977, 112,"Cuba","Coral and the like","corals",1978, @@ -27179,6 +29438,7 @@ 112,"Cuba","Coral and the like","corals",2018, 112,"Cuba","Coral and the like","corals",2019, 112,"Cuba","Coral and the like","corals",2020, +112,"Cuba","Coral and the like","corals",2021, 112,"Cuba","Fish body oils, nei","fish_oil",1976, 112,"Cuba","Fish body oils, nei","fish_oil",1977, 112,"Cuba","Fish body oils, nei","fish_oil",1978, @@ -27224,6 +29484,7 @@ 112,"Cuba","Fish body oils, nei","fish_oil",2018, 112,"Cuba","Fish body oils, nei","fish_oil",2019,0.61 112,"Cuba","Fish body oils, nei","fish_oil",2020, +112,"Cuba","Fish body oils, nei","fish_oil",2021, 112,"Cuba","Miscellaneous corals and shells","shells",1976, 112,"Cuba","Miscellaneous corals and shells","shells",1977, 112,"Cuba","Miscellaneous corals and shells","shells",1978, @@ -27269,6 +29530,7 @@ 112,"Cuba","Miscellaneous corals and shells","shells",2018, 112,"Cuba","Miscellaneous corals and shells","shells",2019, 112,"Cuba","Miscellaneous corals and shells","shells",2020,6 +112,"Cuba","Miscellaneous corals and shells","shells",2021,4 112,"Cuba","Natural sponges nei","sponges",1976, 112,"Cuba","Natural sponges nei","sponges",1977, 112,"Cuba","Natural sponges nei","sponges",1978, @@ -27314,6 +29576,7 @@ 112,"Cuba","Natural sponges nei","sponges",2018, 112,"Cuba","Natural sponges nei","sponges",2019,0.1 112,"Cuba","Natural sponges nei","sponges",2020, +112,"Cuba","Natural sponges nei","sponges",2021, 112,"Cuba","Natural sponges other than raw","sponges",1976, 112,"Cuba","Natural sponges other than raw","sponges",1977, 112,"Cuba","Natural sponges other than raw","sponges",1978, @@ -27359,6 +29622,7 @@ 112,"Cuba","Natural sponges other than raw","sponges",2018, 112,"Cuba","Natural sponges other than raw","sponges",2019, 112,"Cuba","Natural sponges other than raw","sponges",2020, +112,"Cuba","Natural sponges other than raw","sponges",2021, 112,"Cuba","Natural sponges raw","sponges",1976, 112,"Cuba","Natural sponges raw","sponges",1977, 112,"Cuba","Natural sponges raw","sponges",1978, @@ -27404,6 +29668,7 @@ 112,"Cuba","Natural sponges raw","sponges",2018,19 112,"Cuba","Natural sponges raw","sponges",2019,8.67 112,"Cuba","Natural sponges raw","sponges",2020,4.98 +112,"Cuba","Natural sponges raw","sponges",2021,9.02 112,"Cuba","Ornamental fish nei","ornamentals",1976, 112,"Cuba","Ornamental fish nei","ornamentals",1977, 112,"Cuba","Ornamental fish nei","ornamentals",1978, @@ -27449,6 +29714,7 @@ 112,"Cuba","Ornamental fish nei","ornamentals",2018, 112,"Cuba","Ornamental fish nei","ornamentals",2019, 112,"Cuba","Ornamental fish nei","ornamentals",2020, +112,"Cuba","Ornamental fish nei","ornamentals",2021, 112,"Cuba","Ornamental saltwater fish","ornamentals",1976, 112,"Cuba","Ornamental saltwater fish","ornamentals",1977, 112,"Cuba","Ornamental saltwater fish","ornamentals",1978, @@ -27494,6 +29760,7 @@ 112,"Cuba","Ornamental saltwater fish","ornamentals",2018,0 112,"Cuba","Ornamental saltwater fish","ornamentals",2019,0.07 112,"Cuba","Ornamental saltwater fish","ornamentals",2020,1.14 +112,"Cuba","Ornamental saltwater fish","ornamentals",2021,0.33 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -27539,6 +29806,7 @@ 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -27584,6 +29852,7 @@ 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -27629,6 +29898,7 @@ 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 113,"Cayman Islands","Coral and the like","corals",1976, 113,"Cayman Islands","Coral and the like","corals",1977, 113,"Cayman Islands","Coral and the like","corals",1978, @@ -27674,6 +29944,7 @@ 113,"Cayman Islands","Coral and the like","corals",2018, 113,"Cayman Islands","Coral and the like","corals",2019, 113,"Cayman Islands","Coral and the like","corals",2020, +113,"Cayman Islands","Coral and the like","corals",2021, 113,"Cayman Islands","Ornamental fish nei","ornamentals",1976, 113,"Cayman Islands","Ornamental fish nei","ornamentals",1977, 113,"Cayman Islands","Ornamental fish nei","ornamentals",1978, @@ -27719,6 +29990,7 @@ 113,"Cayman Islands","Ornamental fish nei","ornamentals",2018, 113,"Cayman Islands","Ornamental fish nei","ornamentals",2019, 113,"Cayman Islands","Ornamental fish nei","ornamentals",2020, +113,"Cayman Islands","Ornamental fish nei","ornamentals",2021, 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",1976, 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",1977, 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",1978, @@ -27764,6 +30036,7 @@ 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",2018, 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",2019, 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",2020, +113,"Cayman Islands","Ornamental saltwater fish","ornamentals",2021, 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -27809,6 +30082,7 @@ 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -27854,6 +30128,7 @@ 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -27899,6 +30174,53 @@ 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.82 +113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, +114,"Haiti","Agar agar nei","seaweeds",1976, +114,"Haiti","Agar agar nei","seaweeds",1977, +114,"Haiti","Agar agar nei","seaweeds",1978, +114,"Haiti","Agar agar nei","seaweeds",1979, +114,"Haiti","Agar agar nei","seaweeds",1980, +114,"Haiti","Agar agar nei","seaweeds",1981, +114,"Haiti","Agar agar nei","seaweeds",1982, +114,"Haiti","Agar agar nei","seaweeds",1983, +114,"Haiti","Agar agar nei","seaweeds",1984, +114,"Haiti","Agar agar nei","seaweeds",1985, +114,"Haiti","Agar agar nei","seaweeds",1986, +114,"Haiti","Agar agar nei","seaweeds",1987, +114,"Haiti","Agar agar nei","seaweeds",1988, +114,"Haiti","Agar agar nei","seaweeds",1989, +114,"Haiti","Agar agar nei","seaweeds",1990, +114,"Haiti","Agar agar nei","seaweeds",1991, +114,"Haiti","Agar agar nei","seaweeds",1992, +114,"Haiti","Agar agar nei","seaweeds",1993, +114,"Haiti","Agar agar nei","seaweeds",1994, +114,"Haiti","Agar agar nei","seaweeds",1995, +114,"Haiti","Agar agar nei","seaweeds",1996, +114,"Haiti","Agar agar nei","seaweeds",1997, +114,"Haiti","Agar agar nei","seaweeds",1998, +114,"Haiti","Agar agar nei","seaweeds",1999, +114,"Haiti","Agar agar nei","seaweeds",2000, +114,"Haiti","Agar agar nei","seaweeds",2001, +114,"Haiti","Agar agar nei","seaweeds",2002, +114,"Haiti","Agar agar nei","seaweeds",2003, +114,"Haiti","Agar agar nei","seaweeds",2004, +114,"Haiti","Agar agar nei","seaweeds",2005, +114,"Haiti","Agar agar nei","seaweeds",2006, +114,"Haiti","Agar agar nei","seaweeds",2007, +114,"Haiti","Agar agar nei","seaweeds",2008, +114,"Haiti","Agar agar nei","seaweeds",2009, +114,"Haiti","Agar agar nei","seaweeds",2010, +114,"Haiti","Agar agar nei","seaweeds",2011, +114,"Haiti","Agar agar nei","seaweeds",2012, +114,"Haiti","Agar agar nei","seaweeds",2013, +114,"Haiti","Agar agar nei","seaweeds",2014, +114,"Haiti","Agar agar nei","seaweeds",2015, +114,"Haiti","Agar agar nei","seaweeds",2016, +114,"Haiti","Agar agar nei","seaweeds",2017, +114,"Haiti","Agar agar nei","seaweeds",2018, +114,"Haiti","Agar agar nei","seaweeds",2019, +114,"Haiti","Agar agar nei","seaweeds",2020, +114,"Haiti","Agar agar nei","seaweeds",2021,0 114,"Haiti","Coral and the like","corals",1976, 114,"Haiti","Coral and the like","corals",1977, 114,"Haiti","Coral and the like","corals",1978, @@ -27944,6 +30266,7 @@ 114,"Haiti","Coral and the like","corals",2018,37 114,"Haiti","Coral and the like","corals",2019,12.9 114,"Haiti","Coral and the like","corals",2020,4.76 +114,"Haiti","Coral and the like","corals",2021,33.53 114,"Haiti","Miscellaneous corals and shells","shells",1976, 114,"Haiti","Miscellaneous corals and shells","shells",1977, 114,"Haiti","Miscellaneous corals and shells","shells",1978, @@ -27989,6 +30312,7 @@ 114,"Haiti","Miscellaneous corals and shells","shells",2018,7 114,"Haiti","Miscellaneous corals and shells","shells",2019,10.38 114,"Haiti","Miscellaneous corals and shells","shells",2020,0.85 +114,"Haiti","Miscellaneous corals and shells","shells",2021,12.08 114,"Haiti","Natural sponges raw","sponges",1976, 114,"Haiti","Natural sponges raw","sponges",1977, 114,"Haiti","Natural sponges raw","sponges",1978, @@ -28034,6 +30358,7 @@ 114,"Haiti","Natural sponges raw","sponges",2018, 114,"Haiti","Natural sponges raw","sponges",2019, 114,"Haiti","Natural sponges raw","sponges",2020, +114,"Haiti","Natural sponges raw","sponges",2021, 114,"Haiti","Ornamental fish nei","ornamentals",1976, 114,"Haiti","Ornamental fish nei","ornamentals",1977, 114,"Haiti","Ornamental fish nei","ornamentals",1978, @@ -28079,6 +30404,7 @@ 114,"Haiti","Ornamental fish nei","ornamentals",2018, 114,"Haiti","Ornamental fish nei","ornamentals",2019, 114,"Haiti","Ornamental fish nei","ornamentals",2020, +114,"Haiti","Ornamental fish nei","ornamentals",2021, 114,"Haiti","Ornamental saltwater fish","ornamentals",1976, 114,"Haiti","Ornamental saltwater fish","ornamentals",1977, 114,"Haiti","Ornamental saltwater fish","ornamentals",1978, @@ -28124,6 +30450,7 @@ 114,"Haiti","Ornamental saltwater fish","ornamentals",2018, 114,"Haiti","Ornamental saltwater fish","ornamentals",2019,0.22 114,"Haiti","Ornamental saltwater fish","ornamentals",2020,0.21 +114,"Haiti","Ornamental saltwater fish","ornamentals",2021,0.08 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -28169,6 +30496,7 @@ 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -28214,6 +30542,7 @@ 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -28259,6 +30588,7 @@ 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 114,"Haiti","Shells nei","shells",1976, 114,"Haiti","Shells nei","shells",1977, 114,"Haiti","Shells nei","shells",1978, @@ -28304,6 +30634,7 @@ 114,"Haiti","Shells nei","shells",2018, 114,"Haiti","Shells nei","shells",2019, 114,"Haiti","Shells nei","shells",2020, +114,"Haiti","Shells nei","shells",2021, 115,"Dominican Republic","Agar agar nei","seaweeds",1976, 115,"Dominican Republic","Agar agar nei","seaweeds",1977, 115,"Dominican Republic","Agar agar nei","seaweeds",1978, @@ -28345,10 +30676,11 @@ 115,"Dominican Republic","Agar agar nei","seaweeds",2014,2 115,"Dominican Republic","Agar agar nei","seaweeds",2015,1 115,"Dominican Republic","Agar agar nei","seaweeds",2016,1 -115,"Dominican Republic","Agar agar nei","seaweeds",2017,0.1 -115,"Dominican Republic","Agar agar nei","seaweeds",2018, -115,"Dominican Republic","Agar agar nei","seaweeds",2019,0 +115,"Dominican Republic","Agar agar nei","seaweeds",2017,1.02 +115,"Dominican Republic","Agar agar nei","seaweeds",2018,0.5 +115,"Dominican Republic","Agar agar nei","seaweeds",2019,0.42 115,"Dominican Republic","Agar agar nei","seaweeds",2020,0.68 +115,"Dominican Republic","Agar agar nei","seaweeds",2021,0.98 115,"Dominican Republic","Coral and the like","corals",1976, 115,"Dominican Republic","Coral and the like","corals",1977, 115,"Dominican Republic","Coral and the like","corals",1978, @@ -28391,9 +30723,10 @@ 115,"Dominican Republic","Coral and the like","corals",2015, 115,"Dominican Republic","Coral and the like","corals",2016, 115,"Dominican Republic","Coral and the like","corals",2017, -115,"Dominican Republic","Coral and the like","corals",2018,0 +115,"Dominican Republic","Coral and the like","corals",2018, 115,"Dominican Republic","Coral and the like","corals",2019, 115,"Dominican Republic","Coral and the like","corals",2020, +115,"Dominican Republic","Coral and the like","corals",2021, 115,"Dominican Republic","Fish body oils, nei","fish_oil",1976,0.1 115,"Dominican Republic","Fish body oils, nei","fish_oil",1977, 115,"Dominican Republic","Fish body oils, nei","fish_oil",1978, @@ -28435,10 +30768,11 @@ 115,"Dominican Republic","Fish body oils, nei","fish_oil",2014, 115,"Dominican Republic","Fish body oils, nei","fish_oil",2015,1 115,"Dominican Republic","Fish body oils, nei","fish_oil",2016,0.1 -115,"Dominican Republic","Fish body oils, nei","fish_oil",2017,0.1 -115,"Dominican Republic","Fish body oils, nei","fish_oil",2018,0 -115,"Dominican Republic","Fish body oils, nei","fish_oil",2019,0 +115,"Dominican Republic","Fish body oils, nei","fish_oil",2017,0.01 +115,"Dominican Republic","Fish body oils, nei","fish_oil",2018,0.01 +115,"Dominican Republic","Fish body oils, nei","fish_oil",2019,0.06 115,"Dominican Republic","Fish body oils, nei","fish_oil",2020, +115,"Dominican Republic","Fish body oils, nei","fish_oil",2021, 115,"Dominican Republic","Fish liver oils, nei","fish_oil",1976, 115,"Dominican Republic","Fish liver oils, nei","fish_oil",1977, 115,"Dominican Republic","Fish liver oils, nei","fish_oil",1978, @@ -28480,10 +30814,11 @@ 115,"Dominican Republic","Fish liver oils, nei","fish_oil",2014, 115,"Dominican Republic","Fish liver oils, nei","fish_oil",2015, 115,"Dominican Republic","Fish liver oils, nei","fish_oil",2016,0.1 -115,"Dominican Republic","Fish liver oils, nei","fish_oil",2017,0.1 -115,"Dominican Republic","Fish liver oils, nei","fish_oil",2018, -115,"Dominican Republic","Fish liver oils, nei","fish_oil",2019,0 +115,"Dominican Republic","Fish liver oils, nei","fish_oil",2017,0.19 +115,"Dominican Republic","Fish liver oils, nei","fish_oil",2018,58.68 +115,"Dominican Republic","Fish liver oils, nei","fish_oil",2019,0.07 115,"Dominican Republic","Fish liver oils, nei","fish_oil",2020, +115,"Dominican Republic","Fish liver oils, nei","fish_oil",2021, 115,"Dominican Republic","Natural sponges nei","sponges",1976, 115,"Dominican Republic","Natural sponges nei","sponges",1977, 115,"Dominican Republic","Natural sponges nei","sponges",1978, @@ -28529,6 +30864,7 @@ 115,"Dominican Republic","Natural sponges nei","sponges",2018, 115,"Dominican Republic","Natural sponges nei","sponges",2019, 115,"Dominican Republic","Natural sponges nei","sponges",2020, +115,"Dominican Republic","Natural sponges nei","sponges",2021, 115,"Dominican Republic","Ornamental fish nei","ornamentals",1976, 115,"Dominican Republic","Ornamental fish nei","ornamentals",1977, 115,"Dominican Republic","Ornamental fish nei","ornamentals",1978, @@ -28574,6 +30910,7 @@ 115,"Dominican Republic","Ornamental fish nei","ornamentals",2018, 115,"Dominican Republic","Ornamental fish nei","ornamentals",2019, 115,"Dominican Republic","Ornamental fish nei","ornamentals",2020, +115,"Dominican Republic","Ornamental fish nei","ornamentals",2021, 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",1976, 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",1977, 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",1978, @@ -28615,10 +30952,11 @@ 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2014, 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2015, 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2016, -115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2017, -115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2018, -115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2019,0 +115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2017,0.2 +115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2018,3.78 +115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2019,0.03 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2020,0.1 +115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2021,0.06 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -28664,6 +31002,7 @@ 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -28709,6 +31048,7 @@ 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.14 +115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -28750,10 +31090,11 @@ 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015,0.1 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016,1 -115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,1 -115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,4 -115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0 +115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,5.04 +115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.05 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.16 +115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.58 119,"Saint Kitts and Nevis","Coral and the like","corals",1976, 119,"Saint Kitts and Nevis","Coral and the like","corals",1977, 119,"Saint Kitts and Nevis","Coral and the like","corals",1978, @@ -28799,6 +31140,7 @@ 119,"Saint Kitts and Nevis","Coral and the like","corals",2018, 119,"Saint Kitts and Nevis","Coral and the like","corals",2019, 119,"Saint Kitts and Nevis","Coral and the like","corals",2020,0.01 +119,"Saint Kitts and Nevis","Coral and the like","corals",2021, 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -28844,6 +31186,99 @@ 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0 +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1976, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1977, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1978, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1979, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1980, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1981, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1982, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1983, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1984, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1985, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1986, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1987, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1988, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1989, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1990, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1991, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1992, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1993, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1994, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1995, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1996, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1997, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1998, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1999, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2000, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2001, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2002, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2003, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2004, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2005, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2006, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2007, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2008, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2009, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2010, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2011, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2012, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2013, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2014, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2015, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2016, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2017, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2018, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2019, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2020, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2021,0 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",1976, 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",1977, 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",1978, @@ -28889,6 +31324,7 @@ 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",2018, 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",2019, 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",2020, +120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",2021, 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",1976, 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",1977, 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",1978, @@ -28934,6 +31370,7 @@ 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",2018, 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",2019, 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",2020, +120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",2021, 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -28979,6 +31416,7 @@ 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,0.11 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -29024,6 +31462,99 @@ 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.01 +120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0 +121,"Montserrat","Ornamental saltwater fish","ornamentals",1976, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1977, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1978, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1979, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1980, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1981, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1982, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1983, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1984, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1985, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1986, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1987, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1988, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1989, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1990, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1991, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1992, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1993, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1994, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1995, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1996, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1997, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1998, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1999, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2000, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2001, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2002, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2003, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2004, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2005, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2006, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2007, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2008, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2009, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2010, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2011, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2012, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2013, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2014, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2015, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2016, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2017, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2018, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2019, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2020, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2021,0 +122,"Saint Lucia","Coral and the like","corals",1976, +122,"Saint Lucia","Coral and the like","corals",1977, +122,"Saint Lucia","Coral and the like","corals",1978, +122,"Saint Lucia","Coral and the like","corals",1979, +122,"Saint Lucia","Coral and the like","corals",1980, +122,"Saint Lucia","Coral and the like","corals",1981, +122,"Saint Lucia","Coral and the like","corals",1982, +122,"Saint Lucia","Coral and the like","corals",1983, +122,"Saint Lucia","Coral and the like","corals",1984, +122,"Saint Lucia","Coral and the like","corals",1985, +122,"Saint Lucia","Coral and the like","corals",1986, +122,"Saint Lucia","Coral and the like","corals",1987, +122,"Saint Lucia","Coral and the like","corals",1988, +122,"Saint Lucia","Coral and the like","corals",1989, +122,"Saint Lucia","Coral and the like","corals",1990, +122,"Saint Lucia","Coral and the like","corals",1991, +122,"Saint Lucia","Coral and the like","corals",1992, +122,"Saint Lucia","Coral and the like","corals",1993, +122,"Saint Lucia","Coral and the like","corals",1994, +122,"Saint Lucia","Coral and the like","corals",1995, +122,"Saint Lucia","Coral and the like","corals",1996, +122,"Saint Lucia","Coral and the like","corals",1997, +122,"Saint Lucia","Coral and the like","corals",1998, +122,"Saint Lucia","Coral and the like","corals",1999, +122,"Saint Lucia","Coral and the like","corals",2000, +122,"Saint Lucia","Coral and the like","corals",2001, +122,"Saint Lucia","Coral and the like","corals",2002, +122,"Saint Lucia","Coral and the like","corals",2003, +122,"Saint Lucia","Coral and the like","corals",2004, +122,"Saint Lucia","Coral and the like","corals",2005, +122,"Saint Lucia","Coral and the like","corals",2006, +122,"Saint Lucia","Coral and the like","corals",2007, +122,"Saint Lucia","Coral and the like","corals",2008, +122,"Saint Lucia","Coral and the like","corals",2009, +122,"Saint Lucia","Coral and the like","corals",2010, +122,"Saint Lucia","Coral and the like","corals",2011, +122,"Saint Lucia","Coral and the like","corals",2012, +122,"Saint Lucia","Coral and the like","corals",2013, +122,"Saint Lucia","Coral and the like","corals",2014, +122,"Saint Lucia","Coral and the like","corals",2015, +122,"Saint Lucia","Coral and the like","corals",2016, +122,"Saint Lucia","Coral and the like","corals",2017, +122,"Saint Lucia","Coral and the like","corals",2018, +122,"Saint Lucia","Coral and the like","corals",2019, +122,"Saint Lucia","Coral and the like","corals",2020, +122,"Saint Lucia","Coral and the like","corals",2021,0.03 122,"Saint Lucia","Miscellaneous corals and shells","shells",1976, 122,"Saint Lucia","Miscellaneous corals and shells","shells",1977, 122,"Saint Lucia","Miscellaneous corals and shells","shells",1978, @@ -29066,9 +31597,10 @@ 122,"Saint Lucia","Miscellaneous corals and shells","shells",2015, 122,"Saint Lucia","Miscellaneous corals and shells","shells",2016, 122,"Saint Lucia","Miscellaneous corals and shells","shells",2017,0.1 -122,"Saint Lucia","Miscellaneous corals and shells","shells",2018, +122,"Saint Lucia","Miscellaneous corals and shells","shells",2018,0.02 122,"Saint Lucia","Miscellaneous corals and shells","shells",2019,0.01 -122,"Saint Lucia","Miscellaneous corals and shells","shells",2020, +122,"Saint Lucia","Miscellaneous corals and shells","shells",2020,0 +122,"Saint Lucia","Miscellaneous corals and shells","shells",2021, 122,"Saint Lucia","Ornamental fish nei","ornamentals",1976, 122,"Saint Lucia","Ornamental fish nei","ornamentals",1977, 122,"Saint Lucia","Ornamental fish nei","ornamentals",1978, @@ -29114,6 +31646,7 @@ 122,"Saint Lucia","Ornamental fish nei","ornamentals",2018, 122,"Saint Lucia","Ornamental fish nei","ornamentals",2019, 122,"Saint Lucia","Ornamental fish nei","ornamentals",2020, +122,"Saint Lucia","Ornamental fish nei","ornamentals",2021, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -29156,9 +31689,10 @@ 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2015, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2016, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2017, -122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,0 +122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, -122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,0 +122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,0 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -29201,9 +31735,10 @@ 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015,0.1 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016,0.1 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017,0.1 -122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1.44 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,7.85 -122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,22.54 +122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,110.26 +122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,58.2 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -29246,9 +31781,10 @@ 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015,0.1 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016,17 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,0.1 -122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0 +122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, -122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,20.77 +122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.69 +122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,30.76 123,"Dominica","Miscellaneous corals and shells","shells",1976, 123,"Dominica","Miscellaneous corals and shells","shells",1977, 123,"Dominica","Miscellaneous corals and shells","shells",1978, @@ -29294,6 +31830,7 @@ 123,"Dominica","Miscellaneous corals and shells","shells",2018, 123,"Dominica","Miscellaneous corals and shells","shells",2019, 123,"Dominica","Miscellaneous corals and shells","shells",2020, +123,"Dominica","Miscellaneous corals and shells","shells",2021, 123,"Dominica","Ornamental fish nei","ornamentals",1976, 123,"Dominica","Ornamental fish nei","ornamentals",1977, 123,"Dominica","Ornamental fish nei","ornamentals",1978, @@ -29339,6 +31876,7 @@ 123,"Dominica","Ornamental fish nei","ornamentals",2018, 123,"Dominica","Ornamental fish nei","ornamentals",2019, 123,"Dominica","Ornamental fish nei","ornamentals",2020, +123,"Dominica","Ornamental fish nei","ornamentals",2021, 123,"Dominica","Ornamental saltwater fish","ornamentals",1976, 123,"Dominica","Ornamental saltwater fish","ornamentals",1977, 123,"Dominica","Ornamental saltwater fish","ornamentals",1978, @@ -29384,6 +31922,7 @@ 123,"Dominica","Ornamental saltwater fish","ornamentals",2018,0 123,"Dominica","Ornamental saltwater fish","ornamentals",2019,0.03 123,"Dominica","Ornamental saltwater fish","ornamentals",2020,0 +123,"Dominica","Ornamental saltwater fish","ornamentals",2021, 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -29429,6 +31968,7 @@ 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,2 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -29474,6 +32014,7 @@ 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,2.73 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 124,"Barbados","Fish liver oils, nei","fish_oil",1976, 124,"Barbados","Fish liver oils, nei","fish_oil",1977, 124,"Barbados","Fish liver oils, nei","fish_oil",1978, @@ -29519,6 +32060,7 @@ 124,"Barbados","Fish liver oils, nei","fish_oil",2018,0.1 124,"Barbados","Fish liver oils, nei","fish_oil",2019,0.65 124,"Barbados","Fish liver oils, nei","fish_oil",2020, +124,"Barbados","Fish liver oils, nei","fish_oil",2021, 124,"Barbados","Miscellaneous corals and shells","shells",1976, 124,"Barbados","Miscellaneous corals and shells","shells",1977, 124,"Barbados","Miscellaneous corals and shells","shells",1978, @@ -29564,6 +32106,7 @@ 124,"Barbados","Miscellaneous corals and shells","shells",2018,0.1 124,"Barbados","Miscellaneous corals and shells","shells",2019,2.87 124,"Barbados","Miscellaneous corals and shells","shells",2020, +124,"Barbados","Miscellaneous corals and shells","shells",2021, 124,"Barbados","Natural sponges nei","sponges",1976, 124,"Barbados","Natural sponges nei","sponges",1977, 124,"Barbados","Natural sponges nei","sponges",1978, @@ -29609,6 +32152,7 @@ 124,"Barbados","Natural sponges nei","sponges",2018, 124,"Barbados","Natural sponges nei","sponges",2019, 124,"Barbados","Natural sponges nei","sponges",2020, +124,"Barbados","Natural sponges nei","sponges",2021, 124,"Barbados","Ornamental fish nei","ornamentals",1976,0.1 124,"Barbados","Ornamental fish nei","ornamentals",1977,0.1 124,"Barbados","Ornamental fish nei","ornamentals",1978, @@ -29654,6 +32198,7 @@ 124,"Barbados","Ornamental fish nei","ornamentals",2018, 124,"Barbados","Ornamental fish nei","ornamentals",2019, 124,"Barbados","Ornamental fish nei","ornamentals",2020, +124,"Barbados","Ornamental fish nei","ornamentals",2021, 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -29699,6 +32244,7 @@ 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,0.01 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -29744,6 +32290,7 @@ 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.35 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -29789,6 +32336,7 @@ 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -29834,6 +32382,7 @@ 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.03 +125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.23 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -29879,6 +32428,7 @@ 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.11 +125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1.3 126,"Trinidad and Tobago","Agar agar nei","seaweeds",1976, 126,"Trinidad and Tobago","Agar agar nei","seaweeds",1977, 126,"Trinidad and Tobago","Agar agar nei","seaweeds",1978, @@ -29924,6 +32474,7 @@ 126,"Trinidad and Tobago","Agar agar nei","seaweeds",2018, 126,"Trinidad and Tobago","Agar agar nei","seaweeds",2019, 126,"Trinidad and Tobago","Agar agar nei","seaweeds",2020, +126,"Trinidad and Tobago","Agar agar nei","seaweeds",2021, 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",1976,0.1 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",1977,0.1 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",1978, @@ -29969,6 +32520,7 @@ 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",2018, 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",2019, 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",2020,0.04 +126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",2021, 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",1976, 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",1977, 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",1978, @@ -30014,6 +32566,7 @@ 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",2018, 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",2019, 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",2020, +126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",2021, 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",1976, 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",1977, 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",1978, @@ -30059,6 +32612,7 @@ 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",2018, 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",2019,0.03 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",2020, +126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",2021, 126,"Trinidad and Tobago","Natural sponges nei","sponges",1976, 126,"Trinidad and Tobago","Natural sponges nei","sponges",1977, 126,"Trinidad and Tobago","Natural sponges nei","sponges",1978, @@ -30104,6 +32658,7 @@ 126,"Trinidad and Tobago","Natural sponges nei","sponges",2018, 126,"Trinidad and Tobago","Natural sponges nei","sponges",2019, 126,"Trinidad and Tobago","Natural sponges nei","sponges",2020, +126,"Trinidad and Tobago","Natural sponges nei","sponges",2021, 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",1976, 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",1977, 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",1978, @@ -30149,6 +32704,7 @@ 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",2018, 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",2019, 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",2020, +126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",2021, 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",1976, 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",1977, 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",1978, @@ -30194,6 +32750,7 @@ 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",2018,29.17 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",2019,0.06 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",2020,0.29 +126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",2021,0.24 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -30239,6 +32796,7 @@ 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -30284,6 +32842,7 @@ 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,5.46 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,2.69 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,5.85 +126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,3.96 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -30329,6 +32888,7 @@ 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,29.85 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,45.28 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,57.49 +126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,10.08 127,"Saint Vincent and the Grenadines","Coral and the like","corals",1976, 127,"Saint Vincent and the Grenadines","Coral and the like","corals",1977, 127,"Saint Vincent and the Grenadines","Coral and the like","corals",1978, @@ -30374,6 +32934,7 @@ 127,"Saint Vincent and the Grenadines","Coral and the like","corals",2018, 127,"Saint Vincent and the Grenadines","Coral and the like","corals",2019, 127,"Saint Vincent and the Grenadines","Coral and the like","corals",2020, +127,"Saint Vincent and the Grenadines","Coral and the like","corals",2021,0.6 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",1976, 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",1977, 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",1978, @@ -30418,7 +32979,8 @@ 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2017,0.1 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2018, 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2019, -127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2020,0.12 +127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2020, +127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2021,0.04 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",1976, 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",1977, 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",1978, @@ -30463,7 +33025,8 @@ 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2017, 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2018, 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2019, -127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2020,0.15 +127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2020, +127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2021, 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",1976, 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",1977, 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",1978, @@ -30509,6 +33072,7 @@ 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",2018, 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",2019, 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",2020, +127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",2021, 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -30553,97 +33117,8 @@ 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2017, 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,1 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,2.86 -127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1.86 -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,7.38 +127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,17.77 +127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,5.37 129,"Panama","Agar agar nei","seaweeds",1976, 129,"Panama","Agar agar nei","seaweeds",1977, 129,"Panama","Agar agar nei","seaweeds",1978, @@ -30689,6 +33164,7 @@ 129,"Panama","Agar agar nei","seaweeds",2018, 129,"Panama","Agar agar nei","seaweeds",2019, 129,"Panama","Agar agar nei","seaweeds",2020, +129,"Panama","Agar agar nei","seaweeds",2021, 129,"Panama","Coral and the like","corals",1976, 129,"Panama","Coral and the like","corals",1977, 129,"Panama","Coral and the like","corals",1978, @@ -30734,6 +33210,7 @@ 129,"Panama","Coral and the like","corals",2018, 129,"Panama","Coral and the like","corals",2019, 129,"Panama","Coral and the like","corals",2020, +129,"Panama","Coral and the like","corals",2021, 129,"Panama","Fish body oils, nei","fish_oil",1976,11721 129,"Panama","Fish body oils, nei","fish_oil",1977,12365 129,"Panama","Fish body oils, nei","fish_oil",1978,4174 @@ -30779,6 +33256,7 @@ 129,"Panama","Fish body oils, nei","fish_oil",2018,7920 129,"Panama","Fish body oils, nei","fish_oil",2019,21675.26 129,"Panama","Fish body oils, nei","fish_oil",2020,11333.26 +129,"Panama","Fish body oils, nei","fish_oil",2021,5483.91 129,"Panama","Fish liver oils, nei","fish_oil",1976, 129,"Panama","Fish liver oils, nei","fish_oil",1977, 129,"Panama","Fish liver oils, nei","fish_oil",1978, @@ -30824,6 +33302,7 @@ 129,"Panama","Fish liver oils, nei","fish_oil",2018, 129,"Panama","Fish liver oils, nei","fish_oil",2019, 129,"Panama","Fish liver oils, nei","fish_oil",2020, +129,"Panama","Fish liver oils, nei","fish_oil",2021, 129,"Panama","Miscellaneous corals and shells","shells",1976, 129,"Panama","Miscellaneous corals and shells","shells",1977, 129,"Panama","Miscellaneous corals and shells","shells",1978, @@ -30869,6 +33348,7 @@ 129,"Panama","Miscellaneous corals and shells","shells",2018, 129,"Panama","Miscellaneous corals and shells","shells",2019, 129,"Panama","Miscellaneous corals and shells","shells",2020, +129,"Panama","Miscellaneous corals and shells","shells",2021, 129,"Panama","Ornamental fish nei","ornamentals",1976, 129,"Panama","Ornamental fish nei","ornamentals",1977, 129,"Panama","Ornamental fish nei","ornamentals",1978, @@ -30914,6 +33394,7 @@ 129,"Panama","Ornamental fish nei","ornamentals",2018, 129,"Panama","Ornamental fish nei","ornamentals",2019, 129,"Panama","Ornamental fish nei","ornamentals",2020, +129,"Panama","Ornamental fish nei","ornamentals",2021, 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -30959,6 +33440,7 @@ 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -31004,6 +33486,7 @@ 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,3 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -31049,6 +33532,7 @@ 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,5 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,12.5 +129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,12.5 129,"Panama","Shells nei","shells",1976, 129,"Panama","Shells nei","shells",1977, 129,"Panama","Shells nei","shells",1978, @@ -31094,6 +33578,7 @@ 129,"Panama","Shells nei","shells",2018, 129,"Panama","Shells nei","shells",2019, 129,"Panama","Shells nei","shells",2020, +129,"Panama","Shells nei","shells",2021, 130,"Costa Rica","Agar agar nei","seaweeds",1976, 130,"Costa Rica","Agar agar nei","seaweeds",1977, 130,"Costa Rica","Agar agar nei","seaweeds",1978, @@ -31139,6 +33624,7 @@ 130,"Costa Rica","Agar agar nei","seaweeds",2018, 130,"Costa Rica","Agar agar nei","seaweeds",2019, 130,"Costa Rica","Agar agar nei","seaweeds",2020, +130,"Costa Rica","Agar agar nei","seaweeds",2021,0 130,"Costa Rica","Fish body oils, nei","fish_oil",1976, 130,"Costa Rica","Fish body oils, nei","fish_oil",1977, 130,"Costa Rica","Fish body oils, nei","fish_oil",1978, @@ -31184,6 +33670,7 @@ 130,"Costa Rica","Fish body oils, nei","fish_oil",2018,1677 130,"Costa Rica","Fish body oils, nei","fish_oil",2019,938.85 130,"Costa Rica","Fish body oils, nei","fish_oil",2020,1304.91 +130,"Costa Rica","Fish body oils, nei","fish_oil",2021,509.14 130,"Costa Rica","Fish liver oils, nei","fish_oil",1976, 130,"Costa Rica","Fish liver oils, nei","fish_oil",1977, 130,"Costa Rica","Fish liver oils, nei","fish_oil",1978, @@ -31229,6 +33716,7 @@ 130,"Costa Rica","Fish liver oils, nei","fish_oil",2018, 130,"Costa Rica","Fish liver oils, nei","fish_oil",2019,0 130,"Costa Rica","Fish liver oils, nei","fish_oil",2020, +130,"Costa Rica","Fish liver oils, nei","fish_oil",2021, 130,"Costa Rica","Ornamental fish nei","ornamentals",1976, 130,"Costa Rica","Ornamental fish nei","ornamentals",1977, 130,"Costa Rica","Ornamental fish nei","ornamentals",1978, @@ -31274,6 +33762,7 @@ 130,"Costa Rica","Ornamental fish nei","ornamentals",2018, 130,"Costa Rica","Ornamental fish nei","ornamentals",2019, 130,"Costa Rica","Ornamental fish nei","ornamentals",2020, +130,"Costa Rica","Ornamental fish nei","ornamentals",2021, 130,"Costa Rica","Ornamental saltwater fish","ornamentals",1976, 130,"Costa Rica","Ornamental saltwater fish","ornamentals",1977, 130,"Costa Rica","Ornamental saltwater fish","ornamentals",1978, @@ -31319,6 +33808,7 @@ 130,"Costa Rica","Ornamental saltwater fish","ornamentals",2018,7 130,"Costa Rica","Ornamental saltwater fish","ornamentals",2019,36.88 130,"Costa Rica","Ornamental saltwater fish","ornamentals",2020,23.89 +130,"Costa Rica","Ornamental saltwater fish","ornamentals",2021,37.29 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -31364,6 +33854,7 @@ 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -31409,6 +33900,7 @@ 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -31454,6 +33946,7 @@ 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.25 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 131,"Nicaragua","Agar agar nei","seaweeds",1976, 131,"Nicaragua","Agar agar nei","seaweeds",1977, 131,"Nicaragua","Agar agar nei","seaweeds",1978, @@ -31499,6 +33992,7 @@ 131,"Nicaragua","Agar agar nei","seaweeds",2018, 131,"Nicaragua","Agar agar nei","seaweeds",2019,0.01 131,"Nicaragua","Agar agar nei","seaweeds",2020, +131,"Nicaragua","Agar agar nei","seaweeds",2021, 131,"Nicaragua","Coral and the like","corals",1976, 131,"Nicaragua","Coral and the like","corals",1977, 131,"Nicaragua","Coral and the like","corals",1978, @@ -31544,6 +34038,7 @@ 131,"Nicaragua","Coral and the like","corals",2018,1 131,"Nicaragua","Coral and the like","corals",2019,5.18 131,"Nicaragua","Coral and the like","corals",2020,9.35 +131,"Nicaragua","Coral and the like","corals",2021,16.34 131,"Nicaragua","Fish body oils, nei","fish_oil",1976, 131,"Nicaragua","Fish body oils, nei","fish_oil",1977, 131,"Nicaragua","Fish body oils, nei","fish_oil",1978, @@ -31589,6 +34084,7 @@ 131,"Nicaragua","Fish body oils, nei","fish_oil",2018, 131,"Nicaragua","Fish body oils, nei","fish_oil",2019, 131,"Nicaragua","Fish body oils, nei","fish_oil",2020,0 +131,"Nicaragua","Fish body oils, nei","fish_oil",2021,0 131,"Nicaragua","Fish liver oils, nei","fish_oil",1976, 131,"Nicaragua","Fish liver oils, nei","fish_oil",1977, 131,"Nicaragua","Fish liver oils, nei","fish_oil",1978, @@ -31634,6 +34130,7 @@ 131,"Nicaragua","Fish liver oils, nei","fish_oil",2018, 131,"Nicaragua","Fish liver oils, nei","fish_oil",2019, 131,"Nicaragua","Fish liver oils, nei","fish_oil",2020, +131,"Nicaragua","Fish liver oils, nei","fish_oil",2021, 131,"Nicaragua","Ornamental fish nei","ornamentals",1976, 131,"Nicaragua","Ornamental fish nei","ornamentals",1977, 131,"Nicaragua","Ornamental fish nei","ornamentals",1978, @@ -31679,6 +34176,7 @@ 131,"Nicaragua","Ornamental fish nei","ornamentals",2018, 131,"Nicaragua","Ornamental fish nei","ornamentals",2019, 131,"Nicaragua","Ornamental fish nei","ornamentals",2020, +131,"Nicaragua","Ornamental fish nei","ornamentals",2021, 131,"Nicaragua","Ornamental saltwater fish","ornamentals",1976, 131,"Nicaragua","Ornamental saltwater fish","ornamentals",1977, 131,"Nicaragua","Ornamental saltwater fish","ornamentals",1978, @@ -31724,6 +34222,7 @@ 131,"Nicaragua","Ornamental saltwater fish","ornamentals",2018,26 131,"Nicaragua","Ornamental saltwater fish","ornamentals",2019,511.14 131,"Nicaragua","Ornamental saltwater fish","ornamentals",2020,6.39 +131,"Nicaragua","Ornamental saltwater fish","ornamentals",2021,6.02 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -31769,6 +34268,7 @@ 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 132,"Colombia","Agar agar nei","seaweeds",1976, 132,"Colombia","Agar agar nei","seaweeds",1977, 132,"Colombia","Agar agar nei","seaweeds",1978, @@ -31814,6 +34314,7 @@ 132,"Colombia","Agar agar nei","seaweeds",2018, 132,"Colombia","Agar agar nei","seaweeds",2019, 132,"Colombia","Agar agar nei","seaweeds",2020, +132,"Colombia","Agar agar nei","seaweeds",2021,0 132,"Colombia","Cod liver oil","fish_oil",1976, 132,"Colombia","Cod liver oil","fish_oil",1977, 132,"Colombia","Cod liver oil","fish_oil",1978, @@ -31859,6 +34360,7 @@ 132,"Colombia","Cod liver oil","fish_oil",2018, 132,"Colombia","Cod liver oil","fish_oil",2019, 132,"Colombia","Cod liver oil","fish_oil",2020,0.05 +132,"Colombia","Cod liver oil","fish_oil",2021, 132,"Colombia","Coral and the like","corals",1976, 132,"Colombia","Coral and the like","corals",1977, 132,"Colombia","Coral and the like","corals",1978, @@ -31904,6 +34406,7 @@ 132,"Colombia","Coral and the like","corals",2018, 132,"Colombia","Coral and the like","corals",2019, 132,"Colombia","Coral and the like","corals",2020, +132,"Colombia","Coral and the like","corals",2021, 132,"Colombia","Fish body oils, nei","fish_oil",1976, 132,"Colombia","Fish body oils, nei","fish_oil",1977, 132,"Colombia","Fish body oils, nei","fish_oil",1978, @@ -31949,6 +34452,7 @@ 132,"Colombia","Fish body oils, nei","fish_oil",2018, 132,"Colombia","Fish body oils, nei","fish_oil",2019, 132,"Colombia","Fish body oils, nei","fish_oil",2020,0 +132,"Colombia","Fish body oils, nei","fish_oil",2021,1.81 132,"Colombia","Fish liver oils, nei","fish_oil",1976, 132,"Colombia","Fish liver oils, nei","fish_oil",1977, 132,"Colombia","Fish liver oils, nei","fish_oil",1978, @@ -31994,6 +34498,7 @@ 132,"Colombia","Fish liver oils, nei","fish_oil",2018, 132,"Colombia","Fish liver oils, nei","fish_oil",2019, 132,"Colombia","Fish liver oils, nei","fish_oil",2020, +132,"Colombia","Fish liver oils, nei","fish_oil",2021, 132,"Colombia","Miscellaneous corals and shells","shells",1976, 132,"Colombia","Miscellaneous corals and shells","shells",1977, 132,"Colombia","Miscellaneous corals and shells","shells",1978, @@ -32039,6 +34544,7 @@ 132,"Colombia","Miscellaneous corals and shells","shells",2018, 132,"Colombia","Miscellaneous corals and shells","shells",2019, 132,"Colombia","Miscellaneous corals and shells","shells",2020, +132,"Colombia","Miscellaneous corals and shells","shells",2021, 132,"Colombia","Natural sponges nei","sponges",1976, 132,"Colombia","Natural sponges nei","sponges",1977, 132,"Colombia","Natural sponges nei","sponges",1978, @@ -32084,6 +34590,7 @@ 132,"Colombia","Natural sponges nei","sponges",2018, 132,"Colombia","Natural sponges nei","sponges",2019, 132,"Colombia","Natural sponges nei","sponges",2020, +132,"Colombia","Natural sponges nei","sponges",2021,111.38 132,"Colombia","Natural sponges raw","sponges",1976, 132,"Colombia","Natural sponges raw","sponges",1977, 132,"Colombia","Natural sponges raw","sponges",1978, @@ -32129,6 +34636,7 @@ 132,"Colombia","Natural sponges raw","sponges",2018, 132,"Colombia","Natural sponges raw","sponges",2019, 132,"Colombia","Natural sponges raw","sponges",2020, +132,"Colombia","Natural sponges raw","sponges",2021, 132,"Colombia","Ornamental fish nei","ornamentals",1976,164 132,"Colombia","Ornamental fish nei","ornamentals",1977,217 132,"Colombia","Ornamental fish nei","ornamentals",1978,346 @@ -32174,6 +34682,7 @@ 132,"Colombia","Ornamental fish nei","ornamentals",2018, 132,"Colombia","Ornamental fish nei","ornamentals",2019, 132,"Colombia","Ornamental fish nei","ornamentals",2020, +132,"Colombia","Ornamental fish nei","ornamentals",2021, 132,"Colombia","Ornamental saltwater fish","ornamentals",1976, 132,"Colombia","Ornamental saltwater fish","ornamentals",1977, 132,"Colombia","Ornamental saltwater fish","ornamentals",1978, @@ -32219,6 +34728,7 @@ 132,"Colombia","Ornamental saltwater fish","ornamentals",2018,100 132,"Colombia","Ornamental saltwater fish","ornamentals",2019,125.38 132,"Colombia","Ornamental saltwater fish","ornamentals",2020,7.73 +132,"Colombia","Ornamental saltwater fish","ornamentals",2021,0.14 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -32264,6 +34774,7 @@ 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -32309,6 +34820,7 @@ 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -32354,6 +34866,7 @@ 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.02 133,"Honduras","Agar agar nei","seaweeds",1976, 133,"Honduras","Agar agar nei","seaweeds",1977, 133,"Honduras","Agar agar nei","seaweeds",1978, @@ -32399,6 +34912,7 @@ 133,"Honduras","Agar agar nei","seaweeds",2018, 133,"Honduras","Agar agar nei","seaweeds",2019, 133,"Honduras","Agar agar nei","seaweeds",2020, +133,"Honduras","Agar agar nei","seaweeds",2021, 133,"Honduras","Coral and the like","corals",1976, 133,"Honduras","Coral and the like","corals",1977, 133,"Honduras","Coral and the like","corals",1978, @@ -32444,6 +34958,7 @@ 133,"Honduras","Coral and the like","corals",2018, 133,"Honduras","Coral and the like","corals",2019, 133,"Honduras","Coral and the like","corals",2020,0.01 +133,"Honduras","Coral and the like","corals",2021,0.3 133,"Honduras","Fish body oils, nei","fish_oil",1976, 133,"Honduras","Fish body oils, nei","fish_oil",1977, 133,"Honduras","Fish body oils, nei","fish_oil",1978, @@ -32489,6 +35004,7 @@ 133,"Honduras","Fish body oils, nei","fish_oil",2018, 133,"Honduras","Fish body oils, nei","fish_oil",2019,43 133,"Honduras","Fish body oils, nei","fish_oil",2020,161.72 +133,"Honduras","Fish body oils, nei","fish_oil",2021,40.6 133,"Honduras","Fish liver oils, nei","fish_oil",1976, 133,"Honduras","Fish liver oils, nei","fish_oil",1977, 133,"Honduras","Fish liver oils, nei","fish_oil",1978, @@ -32534,6 +35050,7 @@ 133,"Honduras","Fish liver oils, nei","fish_oil",2018, 133,"Honduras","Fish liver oils, nei","fish_oil",2019, 133,"Honduras","Fish liver oils, nei","fish_oil",2020, +133,"Honduras","Fish liver oils, nei","fish_oil",2021, 133,"Honduras","Natural sponges raw","sponges",1976, 133,"Honduras","Natural sponges raw","sponges",1977, 133,"Honduras","Natural sponges raw","sponges",1978, @@ -32579,6 +35096,7 @@ 133,"Honduras","Natural sponges raw","sponges",2018, 133,"Honduras","Natural sponges raw","sponges",2019, 133,"Honduras","Natural sponges raw","sponges",2020, +133,"Honduras","Natural sponges raw","sponges",2021, 133,"Honduras","Ornamental fish nei","ornamentals",1976, 133,"Honduras","Ornamental fish nei","ornamentals",1977, 133,"Honduras","Ornamental fish nei","ornamentals",1978, @@ -32624,6 +35142,7 @@ 133,"Honduras","Ornamental fish nei","ornamentals",2018, 133,"Honduras","Ornamental fish nei","ornamentals",2019, 133,"Honduras","Ornamental fish nei","ornamentals",2020, +133,"Honduras","Ornamental fish nei","ornamentals",2021, 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -32669,6 +35188,7 @@ 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -32714,6 +35234,7 @@ 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.81 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.5 +133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1 134,"El Salvador","Agar agar nei","seaweeds",1976, 134,"El Salvador","Agar agar nei","seaweeds",1977, 134,"El Salvador","Agar agar nei","seaweeds",1978, @@ -32759,6 +35280,7 @@ 134,"El Salvador","Agar agar nei","seaweeds",2018, 134,"El Salvador","Agar agar nei","seaweeds",2019, 134,"El Salvador","Agar agar nei","seaweeds",2020, +134,"El Salvador","Agar agar nei","seaweeds",2021, 134,"El Salvador","Coral and the like","corals",1976, 134,"El Salvador","Coral and the like","corals",1977, 134,"El Salvador","Coral and the like","corals",1978, @@ -32804,6 +35326,7 @@ 134,"El Salvador","Coral and the like","corals",2018, 134,"El Salvador","Coral and the like","corals",2019, 134,"El Salvador","Coral and the like","corals",2020, +134,"El Salvador","Coral and the like","corals",2021, 134,"El Salvador","Fish body oils, nei","fish_oil",1976, 134,"El Salvador","Fish body oils, nei","fish_oil",1977, 134,"El Salvador","Fish body oils, nei","fish_oil",1978, @@ -32849,6 +35372,7 @@ 134,"El Salvador","Fish body oils, nei","fish_oil",2018,237 134,"El Salvador","Fish body oils, nei","fish_oil",2019,305 134,"El Salvador","Fish body oils, nei","fish_oil",2020,220 +134,"El Salvador","Fish body oils, nei","fish_oil",2021,220 134,"El Salvador","Fish liver oils, nei","fish_oil",1976, 134,"El Salvador","Fish liver oils, nei","fish_oil",1977, 134,"El Salvador","Fish liver oils, nei","fish_oil",1978, @@ -32894,6 +35418,7 @@ 134,"El Salvador","Fish liver oils, nei","fish_oil",2018, 134,"El Salvador","Fish liver oils, nei","fish_oil",2019, 134,"El Salvador","Fish liver oils, nei","fish_oil",2020, +134,"El Salvador","Fish liver oils, nei","fish_oil",2021, 134,"El Salvador","Natural sponges raw","sponges",1976, 134,"El Salvador","Natural sponges raw","sponges",1977, 134,"El Salvador","Natural sponges raw","sponges",1978, @@ -32939,6 +35464,7 @@ 134,"El Salvador","Natural sponges raw","sponges",2018, 134,"El Salvador","Natural sponges raw","sponges",2019, 134,"El Salvador","Natural sponges raw","sponges",2020, +134,"El Salvador","Natural sponges raw","sponges",2021, 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",1976,0.1 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",1977,1 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",1978,0.1 @@ -32984,6 +35510,7 @@ 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",2018, 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",2019, 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",2020, +134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",2021, 134,"El Salvador","Ornamental fish nei","ornamentals",1976,0.1 134,"El Salvador","Ornamental fish nei","ornamentals",1977, 134,"El Salvador","Ornamental fish nei","ornamentals",1978, @@ -33029,6 +35556,53 @@ 134,"El Salvador","Ornamental fish nei","ornamentals",2018, 134,"El Salvador","Ornamental fish nei","ornamentals",2019, 134,"El Salvador","Ornamental fish nei","ornamentals",2020, +134,"El Salvador","Ornamental fish nei","ornamentals",2021, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0 135,"Mexico","Agar agar nei","seaweeds",1976, 135,"Mexico","Agar agar nei","seaweeds",1977, 135,"Mexico","Agar agar nei","seaweeds",1978, @@ -33074,6 +35648,7 @@ 135,"Mexico","Agar agar nei","seaweeds",2018,84 135,"Mexico","Agar agar nei","seaweeds",2019,97.52 135,"Mexico","Agar agar nei","seaweeds",2020,93.42 +135,"Mexico","Agar agar nei","seaweeds",2021,92.05 135,"Mexico","Cod liver oil","fish_oil",1976, 135,"Mexico","Cod liver oil","fish_oil",1977, 135,"Mexico","Cod liver oil","fish_oil",1978, @@ -33119,6 +35694,7 @@ 135,"Mexico","Cod liver oil","fish_oil",2018, 135,"Mexico","Cod liver oil","fish_oil",2019,0.87 135,"Mexico","Cod liver oil","fish_oil",2020,0.62 +135,"Mexico","Cod liver oil","fish_oil",2021,0.01 135,"Mexico","Coral and the like","corals",1976, 135,"Mexico","Coral and the like","corals",1977, 135,"Mexico","Coral and the like","corals",1978, @@ -33164,6 +35740,7 @@ 135,"Mexico","Coral and the like","corals",2018, 135,"Mexico","Coral and the like","corals",2019, 135,"Mexico","Coral and the like","corals",2020, +135,"Mexico","Coral and the like","corals",2021, 135,"Mexico","Fish body oils, nei","fish_oil",1976, 135,"Mexico","Fish body oils, nei","fish_oil",1977, 135,"Mexico","Fish body oils, nei","fish_oil",1978, @@ -33209,6 +35786,7 @@ 135,"Mexico","Fish body oils, nei","fish_oil",2018,12299 135,"Mexico","Fish body oils, nei","fish_oil",2019,25061.61 135,"Mexico","Fish body oils, nei","fish_oil",2020,22115.66 +135,"Mexico","Fish body oils, nei","fish_oil",2021,48238.96 135,"Mexico","Fish liver oils, nei","fish_oil",1976, 135,"Mexico","Fish liver oils, nei","fish_oil",1977, 135,"Mexico","Fish liver oils, nei","fish_oil",1978, @@ -33254,6 +35832,7 @@ 135,"Mexico","Fish liver oils, nei","fish_oil",2018,2 135,"Mexico","Fish liver oils, nei","fish_oil",2019,0.24 135,"Mexico","Fish liver oils, nei","fish_oil",2020, +135,"Mexico","Fish liver oils, nei","fish_oil",2021,0 135,"Mexico","Miscellaneous corals and shells","shells",1976, 135,"Mexico","Miscellaneous corals and shells","shells",1977, 135,"Mexico","Miscellaneous corals and shells","shells",1978, @@ -33299,6 +35878,7 @@ 135,"Mexico","Miscellaneous corals and shells","shells",2018,1114 135,"Mexico","Miscellaneous corals and shells","shells",2019,1024.13 135,"Mexico","Miscellaneous corals and shells","shells",2020,478.9 +135,"Mexico","Miscellaneous corals and shells","shells",2021,788.75 135,"Mexico","Natural sponges nei","sponges",1976, 135,"Mexico","Natural sponges nei","sponges",1977, 135,"Mexico","Natural sponges nei","sponges",1978, @@ -33344,6 +35924,7 @@ 135,"Mexico","Natural sponges nei","sponges",2018, 135,"Mexico","Natural sponges nei","sponges",2019,0.01 135,"Mexico","Natural sponges nei","sponges",2020,0.01 +135,"Mexico","Natural sponges nei","sponges",2021,0.06 135,"Mexico","Natural sponges raw","sponges",1976, 135,"Mexico","Natural sponges raw","sponges",1977, 135,"Mexico","Natural sponges raw","sponges",1978, @@ -33389,6 +35970,7 @@ 135,"Mexico","Natural sponges raw","sponges",2018, 135,"Mexico","Natural sponges raw","sponges",2019, 135,"Mexico","Natural sponges raw","sponges",2020, +135,"Mexico","Natural sponges raw","sponges",2021, 135,"Mexico","Ornamental fish nei","ornamentals",1976,0.1 135,"Mexico","Ornamental fish nei","ornamentals",1977,1 135,"Mexico","Ornamental fish nei","ornamentals",1978, @@ -33434,6 +36016,7 @@ 135,"Mexico","Ornamental fish nei","ornamentals",2018, 135,"Mexico","Ornamental fish nei","ornamentals",2019, 135,"Mexico","Ornamental fish nei","ornamentals",2020, +135,"Mexico","Ornamental fish nei","ornamentals",2021, 135,"Mexico","Ornamental saltwater fish","ornamentals",1976, 135,"Mexico","Ornamental saltwater fish","ornamentals",1977, 135,"Mexico","Ornamental saltwater fish","ornamentals",1978, @@ -33479,6 +36062,7 @@ 135,"Mexico","Ornamental saltwater fish","ornamentals",2018, 135,"Mexico","Ornamental saltwater fish","ornamentals",2019,0 135,"Mexico","Ornamental saltwater fish","ornamentals",2020,0 +135,"Mexico","Ornamental saltwater fish","ornamentals",2021,0 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -33524,6 +36108,7 @@ 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -33569,6 +36154,7 @@ 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,45 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,62.28 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,22.8 +135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,28.41 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -33614,6 +36200,7 @@ 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,623 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,650.18 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,578.26 +135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,440.32 136,"Guatemala","Agar agar nei","seaweeds",1976, 136,"Guatemala","Agar agar nei","seaweeds",1977, 136,"Guatemala","Agar agar nei","seaweeds",1978, @@ -33659,6 +36246,7 @@ 136,"Guatemala","Agar agar nei","seaweeds",2018,0.1 136,"Guatemala","Agar agar nei","seaweeds",2019,0 136,"Guatemala","Agar agar nei","seaweeds",2020,0.01 +136,"Guatemala","Agar agar nei","seaweeds",2021,0 136,"Guatemala","Fish body oils, nei","fish_oil",1976, 136,"Guatemala","Fish body oils, nei","fish_oil",1977, 136,"Guatemala","Fish body oils, nei","fish_oil",1978, @@ -33704,6 +36292,7 @@ 136,"Guatemala","Fish body oils, nei","fish_oil",2018,1 136,"Guatemala","Fish body oils, nei","fish_oil",2019,22.91 136,"Guatemala","Fish body oils, nei","fish_oil",2020,111.81 +136,"Guatemala","Fish body oils, nei","fish_oil",2021,195.89 136,"Guatemala","Fish liver oils, nei","fish_oil",1976, 136,"Guatemala","Fish liver oils, nei","fish_oil",1977, 136,"Guatemala","Fish liver oils, nei","fish_oil",1978, @@ -33749,6 +36338,7 @@ 136,"Guatemala","Fish liver oils, nei","fish_oil",2018,0.1 136,"Guatemala","Fish liver oils, nei","fish_oil",2019,0.84 136,"Guatemala","Fish liver oils, nei","fish_oil",2020,0.63 +136,"Guatemala","Fish liver oils, nei","fish_oil",2021,1.5 136,"Guatemala","Miscellaneous corals and shells","shells",1976, 136,"Guatemala","Miscellaneous corals and shells","shells",1977, 136,"Guatemala","Miscellaneous corals and shells","shells",1978, @@ -33794,6 +36384,7 @@ 136,"Guatemala","Miscellaneous corals and shells","shells",2018, 136,"Guatemala","Miscellaneous corals and shells","shells",2019, 136,"Guatemala","Miscellaneous corals and shells","shells",2020, +136,"Guatemala","Miscellaneous corals and shells","shells",2021, 136,"Guatemala","Natural sponges raw","sponges",1976, 136,"Guatemala","Natural sponges raw","sponges",1977, 136,"Guatemala","Natural sponges raw","sponges",1978, @@ -33839,6 +36430,7 @@ 136,"Guatemala","Natural sponges raw","sponges",2018, 136,"Guatemala","Natural sponges raw","sponges",2019, 136,"Guatemala","Natural sponges raw","sponges",2020, +136,"Guatemala","Natural sponges raw","sponges",2021, 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",1976, 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",1977, 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -33884,6 +36476,7 @@ 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",2018, 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",2019, 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",2020, +136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",2021, 136,"Guatemala","Ornamental fish nei","ornamentals",1976, 136,"Guatemala","Ornamental fish nei","ornamentals",1977, 136,"Guatemala","Ornamental fish nei","ornamentals",1978,1 @@ -33929,6 +36522,7 @@ 136,"Guatemala","Ornamental fish nei","ornamentals",2018, 136,"Guatemala","Ornamental fish nei","ornamentals",2019, 136,"Guatemala","Ornamental fish nei","ornamentals",2020, +136,"Guatemala","Ornamental fish nei","ornamentals",2021, 136,"Guatemala","Ornamental saltwater fish","ornamentals",1976, 136,"Guatemala","Ornamental saltwater fish","ornamentals",1977, 136,"Guatemala","Ornamental saltwater fish","ornamentals",1978, @@ -33974,6 +36568,7 @@ 136,"Guatemala","Ornamental saltwater fish","ornamentals",2018, 136,"Guatemala","Ornamental saltwater fish","ornamentals",2019, 136,"Guatemala","Ornamental saltwater fish","ornamentals",2020,50.89 +136,"Guatemala","Ornamental saltwater fish","ornamentals",2021,43.03 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -34019,6 +36614,7 @@ 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -34064,6 +36660,7 @@ 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -34109,6 +36706,7 @@ 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0.1 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.14 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.09 +136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 137,"Ecuador","Agar agar nei","seaweeds",1976, 137,"Ecuador","Agar agar nei","seaweeds",1977, 137,"Ecuador","Agar agar nei","seaweeds",1978, @@ -34154,6 +36752,7 @@ 137,"Ecuador","Agar agar nei","seaweeds",2018, 137,"Ecuador","Agar agar nei","seaweeds",2019, 137,"Ecuador","Agar agar nei","seaweeds",2020, +137,"Ecuador","Agar agar nei","seaweeds",2021, 137,"Ecuador","Coral and the like","corals",1976, 137,"Ecuador","Coral and the like","corals",1977, 137,"Ecuador","Coral and the like","corals",1978, @@ -34199,6 +36798,7 @@ 137,"Ecuador","Coral and the like","corals",2018, 137,"Ecuador","Coral and the like","corals",2019, 137,"Ecuador","Coral and the like","corals",2020,0 +137,"Ecuador","Coral and the like","corals",2021,1.04 137,"Ecuador","Fish body oils, nei","fish_oil",1976,3853 137,"Ecuador","Fish body oils, nei","fish_oil",1977,4506 137,"Ecuador","Fish body oils, nei","fish_oil",1978,7500 @@ -34244,6 +36844,7 @@ 137,"Ecuador","Fish body oils, nei","fish_oil",2018,7140 137,"Ecuador","Fish body oils, nei","fish_oil",2019,4419 137,"Ecuador","Fish body oils, nei","fish_oil",2020,8931 +137,"Ecuador","Fish body oils, nei","fish_oil",2021,5430.06 137,"Ecuador","Fish liver oils, nei","fish_oil",1976, 137,"Ecuador","Fish liver oils, nei","fish_oil",1977, 137,"Ecuador","Fish liver oils, nei","fish_oil",1978, @@ -34289,6 +36890,7 @@ 137,"Ecuador","Fish liver oils, nei","fish_oil",2018,21 137,"Ecuador","Fish liver oils, nei","fish_oil",2019,80 137,"Ecuador","Fish liver oils, nei","fish_oil",2020,0 +137,"Ecuador","Fish liver oils, nei","fish_oil",2021,0 137,"Ecuador","Natural sponges nei","sponges",1976, 137,"Ecuador","Natural sponges nei","sponges",1977, 137,"Ecuador","Natural sponges nei","sponges",1978, @@ -34334,6 +36936,7 @@ 137,"Ecuador","Natural sponges nei","sponges",2018, 137,"Ecuador","Natural sponges nei","sponges",2019, 137,"Ecuador","Natural sponges nei","sponges",2020, +137,"Ecuador","Natural sponges nei","sponges",2021, 137,"Ecuador","Ornamental fish nei","ornamentals",1976,1 137,"Ecuador","Ornamental fish nei","ornamentals",1977,2 137,"Ecuador","Ornamental fish nei","ornamentals",1978,1 @@ -34379,6 +36982,7 @@ 137,"Ecuador","Ornamental fish nei","ornamentals",2018, 137,"Ecuador","Ornamental fish nei","ornamentals",2019, 137,"Ecuador","Ornamental fish nei","ornamentals",2020, +137,"Ecuador","Ornamental fish nei","ornamentals",2021, 137,"Ecuador","Ornamental saltwater fish","ornamentals",1976, 137,"Ecuador","Ornamental saltwater fish","ornamentals",1977, 137,"Ecuador","Ornamental saltwater fish","ornamentals",1978, @@ -34424,6 +37028,7 @@ 137,"Ecuador","Ornamental saltwater fish","ornamentals",2018,6 137,"Ecuador","Ornamental saltwater fish","ornamentals",2019,2 137,"Ecuador","Ornamental saltwater fish","ornamentals",2020,0 +137,"Ecuador","Ornamental saltwater fish","ornamentals",2021,1.34 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -34469,6 +37074,7 @@ 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -34514,6 +37120,7 @@ 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,40 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,34.95 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,39 +137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,28.44 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -34559,6 +37166,7 @@ 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0.1 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1.74 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1 +137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 138,"Peru","Agar agar nei","seaweeds",1976, 138,"Peru","Agar agar nei","seaweeds",1977, 138,"Peru","Agar agar nei","seaweeds",1978, @@ -34604,6 +37212,7 @@ 138,"Peru","Agar agar nei","seaweeds",2018, 138,"Peru","Agar agar nei","seaweeds",2019,0.01 138,"Peru","Agar agar nei","seaweeds",2020, +138,"Peru","Agar agar nei","seaweeds",2021,0.06 138,"Peru","Cod liver oil","fish_oil",1976, 138,"Peru","Cod liver oil","fish_oil",1977, 138,"Peru","Cod liver oil","fish_oil",1978, @@ -34649,6 +37258,7 @@ 138,"Peru","Cod liver oil","fish_oil",2018, 138,"Peru","Cod liver oil","fish_oil",2019, 138,"Peru","Cod liver oil","fish_oil",2020, +138,"Peru","Cod liver oil","fish_oil",2021, 138,"Peru","Coral and the like","corals",1976, 138,"Peru","Coral and the like","corals",1977, 138,"Peru","Coral and the like","corals",1978, @@ -34694,6 +37304,7 @@ 138,"Peru","Coral and the like","corals",2018,24 138,"Peru","Coral and the like","corals",2019,6.01 138,"Peru","Coral and the like","corals",2020,70.92 +138,"Peru","Coral and the like","corals",2021,76.21 138,"Peru","Fish body oils, nei","fish_oil",1976,22 138,"Peru","Fish body oils, nei","fish_oil",1977, 138,"Peru","Fish body oils, nei","fish_oil",1978,155 @@ -34739,6 +37350,7 @@ 138,"Peru","Fish body oils, nei","fish_oil",2018,195985 138,"Peru","Fish body oils, nei","fish_oil",2019,183794.29 138,"Peru","Fish body oils, nei","fish_oil",2020,141576.23 +138,"Peru","Fish body oils, nei","fish_oil",2021,224660.6 138,"Peru","Fish liver oils, nei","fish_oil",1976, 138,"Peru","Fish liver oils, nei","fish_oil",1977, 138,"Peru","Fish liver oils, nei","fish_oil",1978, @@ -34784,6 +37396,7 @@ 138,"Peru","Fish liver oils, nei","fish_oil",2018, 138,"Peru","Fish liver oils, nei","fish_oil",2019, 138,"Peru","Fish liver oils, nei","fish_oil",2020, +138,"Peru","Fish liver oils, nei","fish_oil",2021, 138,"Peru","Natural sponges raw","sponges",1976, 138,"Peru","Natural sponges raw","sponges",1977, 138,"Peru","Natural sponges raw","sponges",1978, @@ -34829,6 +37442,7 @@ 138,"Peru","Natural sponges raw","sponges",2018, 138,"Peru","Natural sponges raw","sponges",2019, 138,"Peru","Natural sponges raw","sponges",2020, +138,"Peru","Natural sponges raw","sponges",2021, 138,"Peru","Ornamental fish nei","ornamentals",1976,368 138,"Peru","Ornamental fish nei","ornamentals",1977,346 138,"Peru","Ornamental fish nei","ornamentals",1978,354 @@ -34874,6 +37488,7 @@ 138,"Peru","Ornamental fish nei","ornamentals",2018, 138,"Peru","Ornamental fish nei","ornamentals",2019, 138,"Peru","Ornamental fish nei","ornamentals",2020, +138,"Peru","Ornamental fish nei","ornamentals",2021, 138,"Peru","Ornamental saltwater fish","ornamentals",1976, 138,"Peru","Ornamental saltwater fish","ornamentals",1977, 138,"Peru","Ornamental saltwater fish","ornamentals",1978, @@ -34919,6 +37534,7 @@ 138,"Peru","Ornamental saltwater fish","ornamentals",2018,60 138,"Peru","Ornamental saltwater fish","ornamentals",2019,0.33 138,"Peru","Ornamental saltwater fish","ornamentals",2020, +138,"Peru","Ornamental saltwater fish","ornamentals",2021, 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -34964,6 +37580,7 @@ 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -35009,6 +37626,7 @@ 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,18 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,18.26 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,173.02 +138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,33.59 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -35054,6 +37672,513 @@ 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,31267 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,35266.58 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,29468.56 +138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,43700.53 +139,"Venezuela","Agar agar nei","seaweeds",1976, +139,"Venezuela","Agar agar nei","seaweeds",1977, +139,"Venezuela","Agar agar nei","seaweeds",1978, +139,"Venezuela","Agar agar nei","seaweeds",1979, +139,"Venezuela","Agar agar nei","seaweeds",1980, +139,"Venezuela","Agar agar nei","seaweeds",1981, +139,"Venezuela","Agar agar nei","seaweeds",1982, +139,"Venezuela","Agar agar nei","seaweeds",1983, +139,"Venezuela","Agar agar nei","seaweeds",1984, +139,"Venezuela","Agar agar nei","seaweeds",1985, +139,"Venezuela","Agar agar nei","seaweeds",1986, +139,"Venezuela","Agar agar nei","seaweeds",1987, +139,"Venezuela","Agar agar nei","seaweeds",1988, +139,"Venezuela","Agar agar nei","seaweeds",1989, +139,"Venezuela","Agar agar nei","seaweeds",1990, +139,"Venezuela","Agar agar nei","seaweeds",1991, +139,"Venezuela","Agar agar nei","seaweeds",1992, +139,"Venezuela","Agar agar nei","seaweeds",1993, +139,"Venezuela","Agar agar nei","seaweeds",1994, +139,"Venezuela","Agar agar nei","seaweeds",1995, +139,"Venezuela","Agar agar nei","seaweeds",1996, +139,"Venezuela","Agar agar nei","seaweeds",1997, +139,"Venezuela","Agar agar nei","seaweeds",1998, +139,"Venezuela","Agar agar nei","seaweeds",1999,0.1 +139,"Venezuela","Agar agar nei","seaweeds",2000, +139,"Venezuela","Agar agar nei","seaweeds",2001, +139,"Venezuela","Agar agar nei","seaweeds",2002, +139,"Venezuela","Agar agar nei","seaweeds",2003, +139,"Venezuela","Agar agar nei","seaweeds",2004, +139,"Venezuela","Agar agar nei","seaweeds",2005, +139,"Venezuela","Agar agar nei","seaweeds",2006, +139,"Venezuela","Agar agar nei","seaweeds",2007, +139,"Venezuela","Agar agar nei","seaweeds",2008, +139,"Venezuela","Agar agar nei","seaweeds",2009, +139,"Venezuela","Agar agar nei","seaweeds",2010, +139,"Venezuela","Agar agar nei","seaweeds",2011, +139,"Venezuela","Agar agar nei","seaweeds",2012, +139,"Venezuela","Agar agar nei","seaweeds",2013, +139,"Venezuela","Agar agar nei","seaweeds",2014, +139,"Venezuela","Agar agar nei","seaweeds",2015, +139,"Venezuela","Agar agar nei","seaweeds",2016, +139,"Venezuela","Agar agar nei","seaweeds",2017, +139,"Venezuela","Agar agar nei","seaweeds",2018, +139,"Venezuela","Agar agar nei","seaweeds",2019, +139,"Venezuela","Agar agar nei","seaweeds",2020, +139,"Venezuela","Agar agar nei","seaweeds",2021, +139,"Venezuela","Cod liver oil","fish_oil",1976,5 +139,"Venezuela","Cod liver oil","fish_oil",1977, +139,"Venezuela","Cod liver oil","fish_oil",1978, +139,"Venezuela","Cod liver oil","fish_oil",1979, +139,"Venezuela","Cod liver oil","fish_oil",1980, +139,"Venezuela","Cod liver oil","fish_oil",1981, +139,"Venezuela","Cod liver oil","fish_oil",1982, +139,"Venezuela","Cod liver oil","fish_oil",1983, +139,"Venezuela","Cod liver oil","fish_oil",1984, +139,"Venezuela","Cod liver oil","fish_oil",1985, +139,"Venezuela","Cod liver oil","fish_oil",1986, +139,"Venezuela","Cod liver oil","fish_oil",1987, +139,"Venezuela","Cod liver oil","fish_oil",1988, +139,"Venezuela","Cod liver oil","fish_oil",1989, +139,"Venezuela","Cod liver oil","fish_oil",1990, +139,"Venezuela","Cod liver oil","fish_oil",1991,2 +139,"Venezuela","Cod liver oil","fish_oil",1992,5 +139,"Venezuela","Cod liver oil","fish_oil",1993, +139,"Venezuela","Cod liver oil","fish_oil",1994, +139,"Venezuela","Cod liver oil","fish_oil",1995, +139,"Venezuela","Cod liver oil","fish_oil",1996, +139,"Venezuela","Cod liver oil","fish_oil",1997, +139,"Venezuela","Cod liver oil","fish_oil",1998, +139,"Venezuela","Cod liver oil","fish_oil",1999,8 +139,"Venezuela","Cod liver oil","fish_oil",2000, +139,"Venezuela","Cod liver oil","fish_oil",2001, +139,"Venezuela","Cod liver oil","fish_oil",2002, +139,"Venezuela","Cod liver oil","fish_oil",2003, +139,"Venezuela","Cod liver oil","fish_oil",2004, +139,"Venezuela","Cod liver oil","fish_oil",2005, +139,"Venezuela","Cod liver oil","fish_oil",2006, +139,"Venezuela","Cod liver oil","fish_oil",2007, +139,"Venezuela","Cod liver oil","fish_oil",2008, +139,"Venezuela","Cod liver oil","fish_oil",2009, +139,"Venezuela","Cod liver oil","fish_oil",2010, +139,"Venezuela","Cod liver oil","fish_oil",2011, +139,"Venezuela","Cod liver oil","fish_oil",2012, +139,"Venezuela","Cod liver oil","fish_oil",2013, +139,"Venezuela","Cod liver oil","fish_oil",2014, +139,"Venezuela","Cod liver oil","fish_oil",2015, +139,"Venezuela","Cod liver oil","fish_oil",2016, +139,"Venezuela","Cod liver oil","fish_oil",2017, +139,"Venezuela","Cod liver oil","fish_oil",2018, +139,"Venezuela","Cod liver oil","fish_oil",2019, +139,"Venezuela","Cod liver oil","fish_oil",2020, +139,"Venezuela","Cod liver oil","fish_oil",2021, +139,"Venezuela","Coral and the like","corals",1976, +139,"Venezuela","Coral and the like","corals",1977, +139,"Venezuela","Coral and the like","corals",1978, +139,"Venezuela","Coral and the like","corals",1979, +139,"Venezuela","Coral and the like","corals",1980, +139,"Venezuela","Coral and the like","corals",1981, +139,"Venezuela","Coral and the like","corals",1982, +139,"Venezuela","Coral and the like","corals",1983, +139,"Venezuela","Coral and the like","corals",1984, +139,"Venezuela","Coral and the like","corals",1985, +139,"Venezuela","Coral and the like","corals",1986, +139,"Venezuela","Coral and the like","corals",1987, +139,"Venezuela","Coral and the like","corals",1988, +139,"Venezuela","Coral and the like","corals",1989, +139,"Venezuela","Coral and the like","corals",1990, +139,"Venezuela","Coral and the like","corals",1991, +139,"Venezuela","Coral and the like","corals",1992, +139,"Venezuela","Coral and the like","corals",1993, +139,"Venezuela","Coral and the like","corals",1994,1 +139,"Venezuela","Coral and the like","corals",1995,28 +139,"Venezuela","Coral and the like","corals",1996, +139,"Venezuela","Coral and the like","corals",1997, +139,"Venezuela","Coral and the like","corals",1998, +139,"Venezuela","Coral and the like","corals",1999,7 +139,"Venezuela","Coral and the like","corals",2000,3 +139,"Venezuela","Coral and the like","corals",2001,17 +139,"Venezuela","Coral and the like","corals",2002,14 +139,"Venezuela","Coral and the like","corals",2003, +139,"Venezuela","Coral and the like","corals",2004, +139,"Venezuela","Coral and the like","corals",2005, +139,"Venezuela","Coral and the like","corals",2006, +139,"Venezuela","Coral and the like","corals",2007, +139,"Venezuela","Coral and the like","corals",2008,0.1 +139,"Venezuela","Coral and the like","corals",2009, +139,"Venezuela","Coral and the like","corals",2010, +139,"Venezuela","Coral and the like","corals",2011, +139,"Venezuela","Coral and the like","corals",2012, +139,"Venezuela","Coral and the like","corals",2013,538 +139,"Venezuela","Coral and the like","corals",2014,644 +139,"Venezuela","Coral and the like","corals",2015,1412 +139,"Venezuela","Coral and the like","corals",2016,894 +139,"Venezuela","Coral and the like","corals",2017,1180 +139,"Venezuela","Coral and the like","corals",2018,691 +139,"Venezuela","Coral and the like","corals",2019, +139,"Venezuela","Coral and the like","corals",2020, +139,"Venezuela","Coral and the like","corals",2021, +139,"Venezuela","Fish body oils, nei","fish_oil",1976, +139,"Venezuela","Fish body oils, nei","fish_oil",1977, +139,"Venezuela","Fish body oils, nei","fish_oil",1978, +139,"Venezuela","Fish body oils, nei","fish_oil",1979, +139,"Venezuela","Fish body oils, nei","fish_oil",1980, +139,"Venezuela","Fish body oils, nei","fish_oil",1981, +139,"Venezuela","Fish body oils, nei","fish_oil",1982, +139,"Venezuela","Fish body oils, nei","fish_oil",1983, +139,"Venezuela","Fish body oils, nei","fish_oil",1984, +139,"Venezuela","Fish body oils, nei","fish_oil",1985, +139,"Venezuela","Fish body oils, nei","fish_oil",1986, +139,"Venezuela","Fish body oils, nei","fish_oil",1987, +139,"Venezuela","Fish body oils, nei","fish_oil",1988, +139,"Venezuela","Fish body oils, nei","fish_oil",1989, +139,"Venezuela","Fish body oils, nei","fish_oil",1990, +139,"Venezuela","Fish body oils, nei","fish_oil",1991, +139,"Venezuela","Fish body oils, nei","fish_oil",1992, +139,"Venezuela","Fish body oils, nei","fish_oil",1993,0.1 +139,"Venezuela","Fish body oils, nei","fish_oil",1994, +139,"Venezuela","Fish body oils, nei","fish_oil",1995, +139,"Venezuela","Fish body oils, nei","fish_oil",1996, +139,"Venezuela","Fish body oils, nei","fish_oil",1997,0.1 +139,"Venezuela","Fish body oils, nei","fish_oil",1998, +139,"Venezuela","Fish body oils, nei","fish_oil",1999, +139,"Venezuela","Fish body oils, nei","fish_oil",2000, +139,"Venezuela","Fish body oils, nei","fish_oil",2001,0.1 +139,"Venezuela","Fish body oils, nei","fish_oil",2002,1 +139,"Venezuela","Fish body oils, nei","fish_oil",2003,1 +139,"Venezuela","Fish body oils, nei","fish_oil",2004,1 +139,"Venezuela","Fish body oils, nei","fish_oil",2005,1 +139,"Venezuela","Fish body oils, nei","fish_oil",2006, +139,"Venezuela","Fish body oils, nei","fish_oil",2007, +139,"Venezuela","Fish body oils, nei","fish_oil",2008, +139,"Venezuela","Fish body oils, nei","fish_oil",2009, +139,"Venezuela","Fish body oils, nei","fish_oil",2010, +139,"Venezuela","Fish body oils, nei","fish_oil",2011,0.1 +139,"Venezuela","Fish body oils, nei","fish_oil",2012, +139,"Venezuela","Fish body oils, nei","fish_oil",2013, +139,"Venezuela","Fish body oils, nei","fish_oil",2014, +139,"Venezuela","Fish body oils, nei","fish_oil",2015, +139,"Venezuela","Fish body oils, nei","fish_oil",2016, +139,"Venezuela","Fish body oils, nei","fish_oil",2017, +139,"Venezuela","Fish body oils, nei","fish_oil",2018, +139,"Venezuela","Fish body oils, nei","fish_oil",2019, +139,"Venezuela","Fish body oils, nei","fish_oil",2020, +139,"Venezuela","Fish body oils, nei","fish_oil",2021, +139,"Venezuela","Fish liver oils, nei","fish_oil",1976, +139,"Venezuela","Fish liver oils, nei","fish_oil",1977, +139,"Venezuela","Fish liver oils, nei","fish_oil",1978, +139,"Venezuela","Fish liver oils, nei","fish_oil",1979, +139,"Venezuela","Fish liver oils, nei","fish_oil",1980, +139,"Venezuela","Fish liver oils, nei","fish_oil",1981, +139,"Venezuela","Fish liver oils, nei","fish_oil",1982, +139,"Venezuela","Fish liver oils, nei","fish_oil",1983, +139,"Venezuela","Fish liver oils, nei","fish_oil",1984, +139,"Venezuela","Fish liver oils, nei","fish_oil",1985, +139,"Venezuela","Fish liver oils, nei","fish_oil",1986, +139,"Venezuela","Fish liver oils, nei","fish_oil",1987, +139,"Venezuela","Fish liver oils, nei","fish_oil",1988, +139,"Venezuela","Fish liver oils, nei","fish_oil",1989, +139,"Venezuela","Fish liver oils, nei","fish_oil",1990, +139,"Venezuela","Fish liver oils, nei","fish_oil",1991, +139,"Venezuela","Fish liver oils, nei","fish_oil",1992, +139,"Venezuela","Fish liver oils, nei","fish_oil",1993, +139,"Venezuela","Fish liver oils, nei","fish_oil",1994, +139,"Venezuela","Fish liver oils, nei","fish_oil",1995, +139,"Venezuela","Fish liver oils, nei","fish_oil",1996, +139,"Venezuela","Fish liver oils, nei","fish_oil",1997, +139,"Venezuela","Fish liver oils, nei","fish_oil",1998, +139,"Venezuela","Fish liver oils, nei","fish_oil",1999, +139,"Venezuela","Fish liver oils, nei","fish_oil",2000, +139,"Venezuela","Fish liver oils, nei","fish_oil",2001, +139,"Venezuela","Fish liver oils, nei","fish_oil",2002, +139,"Venezuela","Fish liver oils, nei","fish_oil",2003, +139,"Venezuela","Fish liver oils, nei","fish_oil",2004, +139,"Venezuela","Fish liver oils, nei","fish_oil",2005,2 +139,"Venezuela","Fish liver oils, nei","fish_oil",2006, +139,"Venezuela","Fish liver oils, nei","fish_oil",2007,0.1 +139,"Venezuela","Fish liver oils, nei","fish_oil",2008,0.1 +139,"Venezuela","Fish liver oils, nei","fish_oil",2009, +139,"Venezuela","Fish liver oils, nei","fish_oil",2010, +139,"Venezuela","Fish liver oils, nei","fish_oil",2011, +139,"Venezuela","Fish liver oils, nei","fish_oil",2012, +139,"Venezuela","Fish liver oils, nei","fish_oil",2013, +139,"Venezuela","Fish liver oils, nei","fish_oil",2014, +139,"Venezuela","Fish liver oils, nei","fish_oil",2015, +139,"Venezuela","Fish liver oils, nei","fish_oil",2016, +139,"Venezuela","Fish liver oils, nei","fish_oil",2017, +139,"Venezuela","Fish liver oils, nei","fish_oil",2018, +139,"Venezuela","Fish liver oils, nei","fish_oil",2019, +139,"Venezuela","Fish liver oils, nei","fish_oil",2020, +139,"Venezuela","Fish liver oils, nei","fish_oil",2021, +139,"Venezuela","Natural sponges raw","sponges",1976, +139,"Venezuela","Natural sponges raw","sponges",1977, +139,"Venezuela","Natural sponges raw","sponges",1978, +139,"Venezuela","Natural sponges raw","sponges",1979, +139,"Venezuela","Natural sponges raw","sponges",1980, +139,"Venezuela","Natural sponges raw","sponges",1981, +139,"Venezuela","Natural sponges raw","sponges",1982, +139,"Venezuela","Natural sponges raw","sponges",1983, +139,"Venezuela","Natural sponges raw","sponges",1984, +139,"Venezuela","Natural sponges raw","sponges",1985, +139,"Venezuela","Natural sponges raw","sponges",1986, +139,"Venezuela","Natural sponges raw","sponges",1987, +139,"Venezuela","Natural sponges raw","sponges",1988, +139,"Venezuela","Natural sponges raw","sponges",1989, +139,"Venezuela","Natural sponges raw","sponges",1990, +139,"Venezuela","Natural sponges raw","sponges",1991, +139,"Venezuela","Natural sponges raw","sponges",1992, +139,"Venezuela","Natural sponges raw","sponges",1993, +139,"Venezuela","Natural sponges raw","sponges",1994, +139,"Venezuela","Natural sponges raw","sponges",1995,0.1 +139,"Venezuela","Natural sponges raw","sponges",1996, +139,"Venezuela","Natural sponges raw","sponges",1997,1 +139,"Venezuela","Natural sponges raw","sponges",1998,1 +139,"Venezuela","Natural sponges raw","sponges",1999, +139,"Venezuela","Natural sponges raw","sponges",2000,1 +139,"Venezuela","Natural sponges raw","sponges",2001, +139,"Venezuela","Natural sponges raw","sponges",2002, +139,"Venezuela","Natural sponges raw","sponges",2003, +139,"Venezuela","Natural sponges raw","sponges",2004,1 +139,"Venezuela","Natural sponges raw","sponges",2005,0.1 +139,"Venezuela","Natural sponges raw","sponges",2006,0.1 +139,"Venezuela","Natural sponges raw","sponges",2007,1 +139,"Venezuela","Natural sponges raw","sponges",2008, +139,"Venezuela","Natural sponges raw","sponges",2009, +139,"Venezuela","Natural sponges raw","sponges",2010, +139,"Venezuela","Natural sponges raw","sponges",2011, +139,"Venezuela","Natural sponges raw","sponges",2012, +139,"Venezuela","Natural sponges raw","sponges",2013, +139,"Venezuela","Natural sponges raw","sponges",2014, +139,"Venezuela","Natural sponges raw","sponges",2015, +139,"Venezuela","Natural sponges raw","sponges",2016, +139,"Venezuela","Natural sponges raw","sponges",2017, +139,"Venezuela","Natural sponges raw","sponges",2018, +139,"Venezuela","Natural sponges raw","sponges",2019, +139,"Venezuela","Natural sponges raw","sponges",2020, +139,"Venezuela","Natural sponges raw","sponges",2021, +139,"Venezuela","Ornamental fish nei","ornamentals",1976,0.1 +139,"Venezuela","Ornamental fish nei","ornamentals",1977, +139,"Venezuela","Ornamental fish nei","ornamentals",1978, +139,"Venezuela","Ornamental fish nei","ornamentals",1979,0.1 +139,"Venezuela","Ornamental fish nei","ornamentals",1980, +139,"Venezuela","Ornamental fish nei","ornamentals",1981, +139,"Venezuela","Ornamental fish nei","ornamentals",1982, +139,"Venezuela","Ornamental fish nei","ornamentals",1983, +139,"Venezuela","Ornamental fish nei","ornamentals",1984,0.1 +139,"Venezuela","Ornamental fish nei","ornamentals",1985,2 +139,"Venezuela","Ornamental fish nei","ornamentals",1986,7 +139,"Venezuela","Ornamental fish nei","ornamentals",1987,3 +139,"Venezuela","Ornamental fish nei","ornamentals",1988,6 +139,"Venezuela","Ornamental fish nei","ornamentals",1989,18 +139,"Venezuela","Ornamental fish nei","ornamentals",1990,40 +139,"Venezuela","Ornamental fish nei","ornamentals",1991,40 +139,"Venezuela","Ornamental fish nei","ornamentals",1992,39 +139,"Venezuela","Ornamental fish nei","ornamentals",1993,118 +139,"Venezuela","Ornamental fish nei","ornamentals",1994,83 +139,"Venezuela","Ornamental fish nei","ornamentals",1995,31 +139,"Venezuela","Ornamental fish nei","ornamentals",1996,108 +139,"Venezuela","Ornamental fish nei","ornamentals",1997,12 +139,"Venezuela","Ornamental fish nei","ornamentals",1998,2 +139,"Venezuela","Ornamental fish nei","ornamentals",1999,2 +139,"Venezuela","Ornamental fish nei","ornamentals",2000,10 +139,"Venezuela","Ornamental fish nei","ornamentals",2001,7 +139,"Venezuela","Ornamental fish nei","ornamentals",2002,5 +139,"Venezuela","Ornamental fish nei","ornamentals",2003,8 +139,"Venezuela","Ornamental fish nei","ornamentals",2004,22 +139,"Venezuela","Ornamental fish nei","ornamentals",2005,15 +139,"Venezuela","Ornamental fish nei","ornamentals",2006,3 +139,"Venezuela","Ornamental fish nei","ornamentals",2007,0.1 +139,"Venezuela","Ornamental fish nei","ornamentals",2008, +139,"Venezuela","Ornamental fish nei","ornamentals",2009, +139,"Venezuela","Ornamental fish nei","ornamentals",2010, +139,"Venezuela","Ornamental fish nei","ornamentals",2011, +139,"Venezuela","Ornamental fish nei","ornamentals",2012, +139,"Venezuela","Ornamental fish nei","ornamentals",2013, +139,"Venezuela","Ornamental fish nei","ornamentals",2014, +139,"Venezuela","Ornamental fish nei","ornamentals",2015, +139,"Venezuela","Ornamental fish nei","ornamentals",2016, +139,"Venezuela","Ornamental fish nei","ornamentals",2017, +139,"Venezuela","Ornamental fish nei","ornamentals",2018, +139,"Venezuela","Ornamental fish nei","ornamentals",2019, +139,"Venezuela","Ornamental fish nei","ornamentals",2020, +139,"Venezuela","Ornamental fish nei","ornamentals",2021, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1976, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1977, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1978, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1979, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1980, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1981, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1982, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1983, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1984, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1985, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1986, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1987, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1988, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1989, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1990, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1991, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1992, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1993, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1994, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1995, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1996, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1997, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1998, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1999, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2000, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2001, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2002, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2003, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2004, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2005, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2006, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2007, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2008, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2009, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2010, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2011, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2012, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2013, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2014, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2015, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2016, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2017, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2018, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2019,0.81 +139,"Venezuela","Ornamental saltwater fish","ornamentals",2020,0.24 +139,"Venezuela","Ornamental saltwater fish","ornamentals",2021,0.59 +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1979, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1980, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1981, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1982, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1983, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1984, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1985, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1986, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1987, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1988, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1989, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1990, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1991, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1992, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1993, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1994, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1995, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1996, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1997, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1998, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1999,14 +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2000, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2001,18 +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2002, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2003, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2004, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2005, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2006, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2007, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2008, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2009, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2010, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2011, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2012, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2013, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2014, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2015, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2016, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2017, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,193.75 +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,230.5 +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,157 +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,69 +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,136.57 +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,224.89 +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,8.21 +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,200 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",1976, 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",1977, 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",1978, @@ -35099,6 +38224,7 @@ 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",2018, 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",2019, 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",2020, +140,"Guadeloupe and Martinique","Natural sponges raw","sponges",2021, 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",1976, 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",1977, 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",1978, @@ -35144,6 +38270,7 @@ 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",2018, 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",2019, 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",2020, +140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",2021, 141,"Faeroe Islands","Fish body oils, nei","fish_oil",1976,6310 141,"Faeroe Islands","Fish body oils, nei","fish_oil",1977,6003 141,"Faeroe Islands","Fish body oils, nei","fish_oil",1978,6492 @@ -35189,6 +38316,7 @@ 141,"Faeroe Islands","Fish body oils, nei","fish_oil",2018, 141,"Faeroe Islands","Fish body oils, nei","fish_oil",2019, 141,"Faeroe Islands","Fish body oils, nei","fish_oil",2020, +141,"Faeroe Islands","Fish body oils, nei","fish_oil",2021, 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",1976,22 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",1977, 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",1978, @@ -35234,6 +38362,7 @@ 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",2018, 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",2019, 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",2020, +141,"Faeroe Islands","Fish liver oils, nei","fish_oil",2021, 141,"Faeroe Islands","Miscellaneous corals and shells","shells",1976, 141,"Faeroe Islands","Miscellaneous corals and shells","shells",1977, 141,"Faeroe Islands","Miscellaneous corals and shells","shells",1978, @@ -35279,6 +38408,7 @@ 141,"Faeroe Islands","Miscellaneous corals and shells","shells",2018, 141,"Faeroe Islands","Miscellaneous corals and shells","shells",2019, 141,"Faeroe Islands","Miscellaneous corals and shells","shells",2020, +141,"Faeroe Islands","Miscellaneous corals and shells","shells",2021, 143,"Iceland","Capelin oil","fish_oil",1976,22714 143,"Iceland","Capelin oil","fish_oil",1977,66736 143,"Iceland","Capelin oil","fish_oil",1978,68486 @@ -35324,6 +38454,7 @@ 143,"Iceland","Capelin oil","fish_oil",2018,10460 143,"Iceland","Capelin oil","fish_oil",2019,1397.87 143,"Iceland","Capelin oil","fish_oil",2020,3717.77 +143,"Iceland","Capelin oil","fish_oil",2021,2148.42 143,"Iceland","Cod liver oil","fish_oil",1976,2049 143,"Iceland","Cod liver oil","fish_oil",1977,2846 143,"Iceland","Cod liver oil","fish_oil",1978,2487 @@ -35369,6 +38500,7 @@ 143,"Iceland","Cod liver oil","fish_oil",2018,2703 143,"Iceland","Cod liver oil","fish_oil",2019,2492.68 143,"Iceland","Cod liver oil","fish_oil",2020,2183.17 +143,"Iceland","Cod liver oil","fish_oil",2021,2478.24 143,"Iceland","Coral and the like","corals",1976, 143,"Iceland","Coral and the like","corals",1977, 143,"Iceland","Coral and the like","corals",1978, @@ -35414,6 +38546,7 @@ 143,"Iceland","Coral and the like","corals",2018, 143,"Iceland","Coral and the like","corals",2019, 143,"Iceland","Coral and the like","corals",2020, +143,"Iceland","Coral and the like","corals",2021, 143,"Iceland","Fish body oils, nei","fish_oil",1976,3680 143,"Iceland","Fish body oils, nei","fish_oil",1977,1420 143,"Iceland","Fish body oils, nei","fish_oil",1978,1074 @@ -35459,6 +38592,7 @@ 143,"Iceland","Fish body oils, nei","fish_oil",2018,25500 143,"Iceland","Fish body oils, nei","fish_oil",2019,15168.23 143,"Iceland","Fish body oils, nei","fish_oil",2020,14680.63 +143,"Iceland","Fish body oils, nei","fish_oil",2021,16818.64 143,"Iceland","Fish liver oils, nei","fish_oil",1976,124 143,"Iceland","Fish liver oils, nei","fish_oil",1977, 143,"Iceland","Fish liver oils, nei","fish_oil",1978, @@ -35504,6 +38638,7 @@ 143,"Iceland","Fish liver oils, nei","fish_oil",2018,71 143,"Iceland","Fish liver oils, nei","fish_oil",2019,140.84 143,"Iceland","Fish liver oils, nei","fish_oil",2020,404.33 +143,"Iceland","Fish liver oils, nei","fish_oil",2021,259.91 143,"Iceland","Herring oil","fish_oil",1976,57 143,"Iceland","Herring oil","fish_oil",1977, 143,"Iceland","Herring oil","fish_oil",1978,196 @@ -35549,6 +38684,7 @@ 143,"Iceland","Herring oil","fish_oil",2018,11535 143,"Iceland","Herring oil","fish_oil",2019,17190.84 143,"Iceland","Herring oil","fish_oil",2020,15180.2 +143,"Iceland","Herring oil","fish_oil",2021,12003.88 143,"Iceland","Natural sponges nei","sponges",1976, 143,"Iceland","Natural sponges nei","sponges",1977, 143,"Iceland","Natural sponges nei","sponges",1978, @@ -35594,6 +38730,7 @@ 143,"Iceland","Natural sponges nei","sponges",2018, 143,"Iceland","Natural sponges nei","sponges",2019, 143,"Iceland","Natural sponges nei","sponges",2020, +143,"Iceland","Natural sponges nei","sponges",2021, 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -35639,6 +38776,7 @@ 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,1896.55 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 143,"Iceland","Redfish oil","fish_oil",1976,1045 143,"Iceland","Redfish oil","fish_oil",1977,414 143,"Iceland","Redfish oil","fish_oil",1978,716 @@ -35684,6 +38822,7 @@ 143,"Iceland","Redfish oil","fish_oil",2018, 143,"Iceland","Redfish oil","fish_oil",2019,500 143,"Iceland","Redfish oil","fish_oil",2020, +143,"Iceland","Redfish oil","fish_oil",2021, 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -35729,6 +38868,7 @@ 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,65 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,2.56 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,67.68 +143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.18 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -35774,6 +38914,53 @@ 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,9091 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1873.97 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,3980.98 +143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,4573.01 +145,"Greenland","Cod liver oil","fish_oil",1976, +145,"Greenland","Cod liver oil","fish_oil",1977, +145,"Greenland","Cod liver oil","fish_oil",1978, +145,"Greenland","Cod liver oil","fish_oil",1979, +145,"Greenland","Cod liver oil","fish_oil",1980, +145,"Greenland","Cod liver oil","fish_oil",1981, +145,"Greenland","Cod liver oil","fish_oil",1982, +145,"Greenland","Cod liver oil","fish_oil",1983, +145,"Greenland","Cod liver oil","fish_oil",1984, +145,"Greenland","Cod liver oil","fish_oil",1985, +145,"Greenland","Cod liver oil","fish_oil",1986, +145,"Greenland","Cod liver oil","fish_oil",1987, +145,"Greenland","Cod liver oil","fish_oil",1988, +145,"Greenland","Cod liver oil","fish_oil",1989, +145,"Greenland","Cod liver oil","fish_oil",1990, +145,"Greenland","Cod liver oil","fish_oil",1991, +145,"Greenland","Cod liver oil","fish_oil",1992, +145,"Greenland","Cod liver oil","fish_oil",1993, +145,"Greenland","Cod liver oil","fish_oil",1994, +145,"Greenland","Cod liver oil","fish_oil",1995, +145,"Greenland","Cod liver oil","fish_oil",1996, +145,"Greenland","Cod liver oil","fish_oil",1997, +145,"Greenland","Cod liver oil","fish_oil",1998, +145,"Greenland","Cod liver oil","fish_oil",1999, +145,"Greenland","Cod liver oil","fish_oil",2000, +145,"Greenland","Cod liver oil","fish_oil",2001, +145,"Greenland","Cod liver oil","fish_oil",2002, +145,"Greenland","Cod liver oil","fish_oil",2003, +145,"Greenland","Cod liver oil","fish_oil",2004, +145,"Greenland","Cod liver oil","fish_oil",2005, +145,"Greenland","Cod liver oil","fish_oil",2006, +145,"Greenland","Cod liver oil","fish_oil",2007, +145,"Greenland","Cod liver oil","fish_oil",2008, +145,"Greenland","Cod liver oil","fish_oil",2009, +145,"Greenland","Cod liver oil","fish_oil",2010, +145,"Greenland","Cod liver oil","fish_oil",2011, +145,"Greenland","Cod liver oil","fish_oil",2012, +145,"Greenland","Cod liver oil","fish_oil",2013, +145,"Greenland","Cod liver oil","fish_oil",2014, +145,"Greenland","Cod liver oil","fish_oil",2015, +145,"Greenland","Cod liver oil","fish_oil",2016, +145,"Greenland","Cod liver oil","fish_oil",2017, +145,"Greenland","Cod liver oil","fish_oil",2018, +145,"Greenland","Cod liver oil","fish_oil",2019, +145,"Greenland","Cod liver oil","fish_oil",2020,22 +145,"Greenland","Cod liver oil","fish_oil",2021,209.98 145,"Greenland","Coral and the like","corals",1976, 145,"Greenland","Coral and the like","corals",1977, 145,"Greenland","Coral and the like","corals",1978, @@ -35819,6 +39006,7 @@ 145,"Greenland","Coral and the like","corals",2018, 145,"Greenland","Coral and the like","corals",2019, 145,"Greenland","Coral and the like","corals",2020, +145,"Greenland","Coral and the like","corals",2021, 145,"Greenland","Fish body oils, nei","fish_oil",1976, 145,"Greenland","Fish body oils, nei","fish_oil",1977, 145,"Greenland","Fish body oils, nei","fish_oil",1978, @@ -35864,6 +39052,7 @@ 145,"Greenland","Fish body oils, nei","fish_oil",2018, 145,"Greenland","Fish body oils, nei","fish_oil",2019, 145,"Greenland","Fish body oils, nei","fish_oil",2020, +145,"Greenland","Fish body oils, nei","fish_oil",2021, 145,"Greenland","Fish liver oils, nei","fish_oil",1976,9 145,"Greenland","Fish liver oils, nei","fish_oil",1977, 145,"Greenland","Fish liver oils, nei","fish_oil",1978, @@ -35909,6 +39098,7 @@ 145,"Greenland","Fish liver oils, nei","fish_oil",2018, 145,"Greenland","Fish liver oils, nei","fish_oil",2019, 145,"Greenland","Fish liver oils, nei","fish_oil",2020, +145,"Greenland","Fish liver oils, nei","fish_oil",2021, 145,"Greenland","Herring oil","fish_oil",1976, 145,"Greenland","Herring oil","fish_oil",1977, 145,"Greenland","Herring oil","fish_oil",1978, @@ -35954,6 +39144,7 @@ 145,"Greenland","Herring oil","fish_oil",2018, 145,"Greenland","Herring oil","fish_oil",2019, 145,"Greenland","Herring oil","fish_oil",2020, +145,"Greenland","Herring oil","fish_oil",2021, 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",1976,21 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",1977,17 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -35999,6 +39190,7 @@ 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",2018, 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",2019, 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",2020, +145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",2021, 145,"Greenland","Ornamental fish nei","ornamentals",1976, 145,"Greenland","Ornamental fish nei","ornamentals",1977, 145,"Greenland","Ornamental fish nei","ornamentals",1978, @@ -36044,6 +39236,7 @@ 145,"Greenland","Ornamental fish nei","ornamentals",2018, 145,"Greenland","Ornamental fish nei","ornamentals",2019, 145,"Greenland","Ornamental fish nei","ornamentals",2020, +145,"Greenland","Ornamental fish nei","ornamentals",2021, 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -36089,6 +39282,7 @@ 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -36134,6 +39328,7 @@ 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.04 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.69 +145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1.53 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -36179,6 +39374,7 @@ 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.01 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.06 +145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 147,"French Polynesia","Coral and the like","corals",1976, 147,"French Polynesia","Coral and the like","corals",1977, 147,"French Polynesia","Coral and the like","corals",1978, @@ -36224,6 +39420,7 @@ 147,"French Polynesia","Coral and the like","corals",2018,0.05 147,"French Polynesia","Coral and the like","corals",2019,0.07 147,"French Polynesia","Coral and the like","corals",2020,0.01 +147,"French Polynesia","Coral and the like","corals",2021,0.08 147,"French Polynesia","Miscellaneous corals and shells","shells",1976, 147,"French Polynesia","Miscellaneous corals and shells","shells",1977, 147,"French Polynesia","Miscellaneous corals and shells","shells",1978, @@ -36269,6 +39466,7 @@ 147,"French Polynesia","Miscellaneous corals and shells","shells",2018, 147,"French Polynesia","Miscellaneous corals and shells","shells",2019, 147,"French Polynesia","Miscellaneous corals and shells","shells",2020,0.01 +147,"French Polynesia","Miscellaneous corals and shells","shells",2021, 147,"French Polynesia","Natural sponges raw","sponges",1976, 147,"French Polynesia","Natural sponges raw","sponges",1977, 147,"French Polynesia","Natural sponges raw","sponges",1978, @@ -36314,6 +39512,7 @@ 147,"French Polynesia","Natural sponges raw","sponges",2018, 147,"French Polynesia","Natural sponges raw","sponges",2019, 147,"French Polynesia","Natural sponges raw","sponges",2020, +147,"French Polynesia","Natural sponges raw","sponges",2021, 147,"French Polynesia","Ornamental fish nei","ornamentals",1976,0.1 147,"French Polynesia","Ornamental fish nei","ornamentals",1977,1 147,"French Polynesia","Ornamental fish nei","ornamentals",1978,1 @@ -36359,6 +39558,7 @@ 147,"French Polynesia","Ornamental fish nei","ornamentals",2018, 147,"French Polynesia","Ornamental fish nei","ornamentals",2019, 147,"French Polynesia","Ornamental fish nei","ornamentals",2020, +147,"French Polynesia","Ornamental fish nei","ornamentals",2021, 147,"French Polynesia","Ornamental saltwater fish","ornamentals",1976, 147,"French Polynesia","Ornamental saltwater fish","ornamentals",1977, 147,"French Polynesia","Ornamental saltwater fish","ornamentals",1978, @@ -36404,6 +39604,7 @@ 147,"French Polynesia","Ornamental saltwater fish","ornamentals",2018,42.63 147,"French Polynesia","Ornamental saltwater fish","ornamentals",2019,55.02 147,"French Polynesia","Ornamental saltwater fish","ornamentals",2020,41.05 +147,"French Polynesia","Ornamental saltwater fish","ornamentals",2021,32.27 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -36449,6 +39650,7 @@ 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -36494,6 +39696,7 @@ 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -36539,6 +39742,7 @@ 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.01 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.1 147,"French Polynesia","Shells nei","shells",1976, 147,"French Polynesia","Shells nei","shells",1977, 147,"French Polynesia","Shells nei","shells",1978, @@ -36584,6 +39788,7 @@ 147,"French Polynesia","Shells nei","shells",2018,1742.28 147,"French Polynesia","Shells nei","shells",2019,1750.68 147,"French Polynesia","Shells nei","shells",2020,1314.45 +147,"French Polynesia","Shells nei","shells",2021,1373.32 152,"Samoa","Coral and the like","corals",1976, 152,"Samoa","Coral and the like","corals",1977, 152,"Samoa","Coral and the like","corals",1978, @@ -36629,6 +39834,7 @@ 152,"Samoa","Coral and the like","corals",2018, 152,"Samoa","Coral and the like","corals",2019, 152,"Samoa","Coral and the like","corals",2020, +152,"Samoa","Coral and the like","corals",2021, 152,"Samoa","Fish liver oils, nei","fish_oil",1976, 152,"Samoa","Fish liver oils, nei","fish_oil",1977, 152,"Samoa","Fish liver oils, nei","fish_oil",1978, @@ -36674,6 +39880,7 @@ 152,"Samoa","Fish liver oils, nei","fish_oil",2018, 152,"Samoa","Fish liver oils, nei","fish_oil",2019, 152,"Samoa","Fish liver oils, nei","fish_oil",2020, +152,"Samoa","Fish liver oils, nei","fish_oil",2021, 152,"Samoa","Miscellaneous corals and shells","shells",1976, 152,"Samoa","Miscellaneous corals and shells","shells",1977, 152,"Samoa","Miscellaneous corals and shells","shells",1978, @@ -36719,6 +39926,7 @@ 152,"Samoa","Miscellaneous corals and shells","shells",2018, 152,"Samoa","Miscellaneous corals and shells","shells",2019, 152,"Samoa","Miscellaneous corals and shells","shells",2020, +152,"Samoa","Miscellaneous corals and shells","shells",2021, 152,"Samoa","Ornamental fish nei","ornamentals",1976, 152,"Samoa","Ornamental fish nei","ornamentals",1977, 152,"Samoa","Ornamental fish nei","ornamentals",1978, @@ -36764,6 +39972,7 @@ 152,"Samoa","Ornamental fish nei","ornamentals",2018, 152,"Samoa","Ornamental fish nei","ornamentals",2019, 152,"Samoa","Ornamental fish nei","ornamentals",2020, +152,"Samoa","Ornamental fish nei","ornamentals",2021, 152,"Samoa","Ornamental saltwater fish","ornamentals",1976, 152,"Samoa","Ornamental saltwater fish","ornamentals",1977, 152,"Samoa","Ornamental saltwater fish","ornamentals",1978, @@ -36809,6 +40018,7 @@ 152,"Samoa","Ornamental saltwater fish","ornamentals",2018, 152,"Samoa","Ornamental saltwater fish","ornamentals",2019, 152,"Samoa","Ornamental saltwater fish","ornamentals",2020, +152,"Samoa","Ornamental saltwater fish","ornamentals",2021, 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -36854,6 +40064,7 @@ 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -36899,6 +40110,7 @@ 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 153,"Cook Islands","Coral and the like","corals",1976, 153,"Cook Islands","Coral and the like","corals",1977, 153,"Cook Islands","Coral and the like","corals",1978, @@ -36944,6 +40156,7 @@ 153,"Cook Islands","Coral and the like","corals",2018, 153,"Cook Islands","Coral and the like","corals",2019, 153,"Cook Islands","Coral and the like","corals",2020, +153,"Cook Islands","Coral and the like","corals",2021, 153,"Cook Islands","Fish body oils, nei","fish_oil",1976, 153,"Cook Islands","Fish body oils, nei","fish_oil",1977, 153,"Cook Islands","Fish body oils, nei","fish_oil",1978, @@ -36989,6 +40202,7 @@ 153,"Cook Islands","Fish body oils, nei","fish_oil",2018, 153,"Cook Islands","Fish body oils, nei","fish_oil",2019, 153,"Cook Islands","Fish body oils, nei","fish_oil",2020, +153,"Cook Islands","Fish body oils, nei","fish_oil",2021, 153,"Cook Islands","Miscellaneous corals and shells","shells",1976, 153,"Cook Islands","Miscellaneous corals and shells","shells",1977, 153,"Cook Islands","Miscellaneous corals and shells","shells",1978, @@ -37034,6 +40248,7 @@ 153,"Cook Islands","Miscellaneous corals and shells","shells",2018, 153,"Cook Islands","Miscellaneous corals and shells","shells",2019, 153,"Cook Islands","Miscellaneous corals and shells","shells",2020,15.75 +153,"Cook Islands","Miscellaneous corals and shells","shells",2021,9 153,"Cook Islands","Mother of pearl shells","shells",1976, 153,"Cook Islands","Mother of pearl shells","shells",1977, 153,"Cook Islands","Mother of pearl shells","shells",1978, @@ -37079,6 +40294,7 @@ 153,"Cook Islands","Mother of pearl shells","shells",2018,0 153,"Cook Islands","Mother of pearl shells","shells",2019, 153,"Cook Islands","Mother of pearl shells","shells",2020, +153,"Cook Islands","Mother of pearl shells","shells",2021, 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",1976, 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",1977, 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -37124,6 +40340,7 @@ 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",2018, 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",2019, 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",2020, +153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",2021, 153,"Cook Islands","Ornamental fish nei","ornamentals",1976, 153,"Cook Islands","Ornamental fish nei","ornamentals",1977, 153,"Cook Islands","Ornamental fish nei","ornamentals",1978, @@ -37169,6 +40386,7 @@ 153,"Cook Islands","Ornamental fish nei","ornamentals",2018, 153,"Cook Islands","Ornamental fish nei","ornamentals",2019, 153,"Cook Islands","Ornamental fish nei","ornamentals",2020, +153,"Cook Islands","Ornamental fish nei","ornamentals",2021, 153,"Cook Islands","Ornamental saltwater fish","ornamentals",1976, 153,"Cook Islands","Ornamental saltwater fish","ornamentals",1977, 153,"Cook Islands","Ornamental saltwater fish","ornamentals",1978, @@ -37214,6 +40432,7 @@ 153,"Cook Islands","Ornamental saltwater fish","ornamentals",2018, 153,"Cook Islands","Ornamental saltwater fish","ornamentals",2019,0.01 153,"Cook Islands","Ornamental saltwater fish","ornamentals",2020, +153,"Cook Islands","Ornamental saltwater fish","ornamentals",2021, 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -37259,6 +40478,7 @@ 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 155,"Tonga","Agar agar nei","seaweeds",1976, 155,"Tonga","Agar agar nei","seaweeds",1977, 155,"Tonga","Agar agar nei","seaweeds",1978, @@ -37304,6 +40524,7 @@ 155,"Tonga","Agar agar nei","seaweeds",2018, 155,"Tonga","Agar agar nei","seaweeds",2019, 155,"Tonga","Agar agar nei","seaweeds",2020, +155,"Tonga","Agar agar nei","seaweeds",2021, 155,"Tonga","Coral and the like","corals",1976, 155,"Tonga","Coral and the like","corals",1977, 155,"Tonga","Coral and the like","corals",1978, @@ -37349,6 +40570,7 @@ 155,"Tonga","Coral and the like","corals",2018,0 155,"Tonga","Coral and the like","corals",2019,102.51 155,"Tonga","Coral and the like","corals",2020,76.73 +155,"Tonga","Coral and the like","corals",2021,56.34 155,"Tonga","Miscellaneous corals and shells","shells",1976, 155,"Tonga","Miscellaneous corals and shells","shells",1977, 155,"Tonga","Miscellaneous corals and shells","shells",1978, @@ -37394,6 +40616,7 @@ 155,"Tonga","Miscellaneous corals and shells","shells",2018,74 155,"Tonga","Miscellaneous corals and shells","shells",2019,0.54 155,"Tonga","Miscellaneous corals and shells","shells",2020,1.28 +155,"Tonga","Miscellaneous corals and shells","shells",2021,0.32 155,"Tonga","Ornamental fish nei","ornamentals",1976, 155,"Tonga","Ornamental fish nei","ornamentals",1977, 155,"Tonga","Ornamental fish nei","ornamentals",1978, @@ -37439,6 +40662,7 @@ 155,"Tonga","Ornamental fish nei","ornamentals",2018, 155,"Tonga","Ornamental fish nei","ornamentals",2019, 155,"Tonga","Ornamental fish nei","ornamentals",2020, +155,"Tonga","Ornamental fish nei","ornamentals",2021, 155,"Tonga","Ornamental saltwater fish","ornamentals",1976, 155,"Tonga","Ornamental saltwater fish","ornamentals",1977, 155,"Tonga","Ornamental saltwater fish","ornamentals",1978, @@ -37483,7 +40707,8 @@ 155,"Tonga","Ornamental saltwater fish","ornamentals",2017,0 155,"Tonga","Ornamental saltwater fish","ornamentals",2018,0 155,"Tonga","Ornamental saltwater fish","ornamentals",2019,0.01 -155,"Tonga","Ornamental saltwater fish","ornamentals",2020,0.35 +155,"Tonga","Ornamental saltwater fish","ornamentals",2020,0 +155,"Tonga","Ornamental saltwater fish","ornamentals",2021,0.01 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -37529,6 +40754,7 @@ 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -37574,6 +40800,7 @@ 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,93 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,88.17 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,107.09 +155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,114.08 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -37619,6 +40846,7 @@ 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0 155,"Tonga","Shells nei","shells",1976, 155,"Tonga","Shells nei","shells",1977, 155,"Tonga","Shells nei","shells",1978, @@ -37664,6 +40892,7 @@ 155,"Tonga","Shells nei","shells",2018, 155,"Tonga","Shells nei","shells",2019, 155,"Tonga","Shells nei","shells",2020, +155,"Tonga","Shells nei","shells",2021, 162,"New Zealand","Agar agar nei","seaweeds",1976, 162,"New Zealand","Agar agar nei","seaweeds",1977, 162,"New Zealand","Agar agar nei","seaweeds",1978, @@ -37709,6 +40938,7 @@ 162,"New Zealand","Agar agar nei","seaweeds",2018,9 162,"New Zealand","Agar agar nei","seaweeds",2019,0.4 162,"New Zealand","Agar agar nei","seaweeds",2020,0.44 +162,"New Zealand","Agar agar nei","seaweeds",2021,1.94 162,"New Zealand","Cod liver oil","fish_oil",1976, 162,"New Zealand","Cod liver oil","fish_oil",1977, 162,"New Zealand","Cod liver oil","fish_oil",1978, @@ -37754,6 +40984,7 @@ 162,"New Zealand","Cod liver oil","fish_oil",2018,39 162,"New Zealand","Cod liver oil","fish_oil",2019,46.68 162,"New Zealand","Cod liver oil","fish_oil",2020,30.46 +162,"New Zealand","Cod liver oil","fish_oil",2021,22.79 162,"New Zealand","Coral and the like","corals",1976, 162,"New Zealand","Coral and the like","corals",1977, 162,"New Zealand","Coral and the like","corals",1978, @@ -37799,6 +41030,7 @@ 162,"New Zealand","Coral and the like","corals",2018,289 162,"New Zealand","Coral and the like","corals",2019,246.99 162,"New Zealand","Coral and the like","corals",2020,242.67 +162,"New Zealand","Coral and the like","corals",2021,218.29 162,"New Zealand","Fish body oils, nei","fish_oil",1976, 162,"New Zealand","Fish body oils, nei","fish_oil",1977, 162,"New Zealand","Fish body oils, nei","fish_oil",1978, @@ -37842,8 +41074,9 @@ 162,"New Zealand","Fish body oils, nei","fish_oil",2016,3690 162,"New Zealand","Fish body oils, nei","fish_oil",2017,3398 162,"New Zealand","Fish body oils, nei","fish_oil",2018,4395 -162,"New Zealand","Fish body oils, nei","fish_oil",2019,4974.11 +162,"New Zealand","Fish body oils, nei","fish_oil",2019,4537.02 162,"New Zealand","Fish body oils, nei","fish_oil",2020,2156.18 +162,"New Zealand","Fish body oils, nei","fish_oil",2021,3034.04 162,"New Zealand","Fish liver oils, nei","fish_oil",1976, 162,"New Zealand","Fish liver oils, nei","fish_oil",1977, 162,"New Zealand","Fish liver oils, nei","fish_oil",1978, @@ -37889,6 +41122,7 @@ 162,"New Zealand","Fish liver oils, nei","fish_oil",2018, 162,"New Zealand","Fish liver oils, nei","fish_oil",2019, 162,"New Zealand","Fish liver oils, nei","fish_oil",2020, +162,"New Zealand","Fish liver oils, nei","fish_oil",2021, 162,"New Zealand","Natural sponges nei","sponges",1976, 162,"New Zealand","Natural sponges nei","sponges",1977, 162,"New Zealand","Natural sponges nei","sponges",1978, @@ -37934,6 +41168,7 @@ 162,"New Zealand","Natural sponges nei","sponges",2018,0.1 162,"New Zealand","Natural sponges nei","sponges",2019, 162,"New Zealand","Natural sponges nei","sponges",2020, +162,"New Zealand","Natural sponges nei","sponges",2021, 162,"New Zealand","Ornamental fish nei","ornamentals",1976, 162,"New Zealand","Ornamental fish nei","ornamentals",1977, 162,"New Zealand","Ornamental fish nei","ornamentals",1978, @@ -37979,6 +41214,7 @@ 162,"New Zealand","Ornamental fish nei","ornamentals",2018, 162,"New Zealand","Ornamental fish nei","ornamentals",2019, 162,"New Zealand","Ornamental fish nei","ornamentals",2020, +162,"New Zealand","Ornamental fish nei","ornamentals",2021, 162,"New Zealand","Ornamental saltwater fish","ornamentals",1976, 162,"New Zealand","Ornamental saltwater fish","ornamentals",1977, 162,"New Zealand","Ornamental saltwater fish","ornamentals",1978, @@ -38024,6 +41260,7 @@ 162,"New Zealand","Ornamental saltwater fish","ornamentals",2018,0.1 162,"New Zealand","Ornamental saltwater fish","ornamentals",2019,1.3 162,"New Zealand","Ornamental saltwater fish","ornamentals",2020,0.21 +162,"New Zealand","Ornamental saltwater fish","ornamentals",2021, 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -38069,6 +41306,7 @@ 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -38114,6 +41352,7 @@ 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,16 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,18.61 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,5.46 +162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,7.27 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -38159,6 +41398,7 @@ 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1.16 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,7.32 +162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,77.77 163,"United States","Agar agar nei","seaweeds",1976, 163,"United States","Agar agar nei","seaweeds",1977, 163,"United States","Agar agar nei","seaweeds",1978, @@ -38204,6 +41444,7 @@ 163,"United States","Agar agar nei","seaweeds",2018,121 163,"United States","Agar agar nei","seaweeds",2019,139.04 163,"United States","Agar agar nei","seaweeds",2020,175.33 +163,"United States","Agar agar nei","seaweeds",2021,150.03 163,"United States","Coral and the like","corals",1976, 163,"United States","Coral and the like","corals",1977, 163,"United States","Coral and the like","corals",1978, @@ -38249,6 +41490,7 @@ 163,"United States","Coral and the like","corals",2018,4583 163,"United States","Coral and the like","corals",2019,4190.28 163,"United States","Coral and the like","corals",2020,4292.75 +163,"United States","Coral and the like","corals",2021,2607.32 163,"United States","Fish body oils, nei","fish_oil",1976,3330 163,"United States","Fish body oils, nei","fish_oil",1977,1830 163,"United States","Fish body oils, nei","fish_oil",1978,3953 @@ -38294,6 +41536,7 @@ 163,"United States","Fish body oils, nei","fish_oil",2018,30972 163,"United States","Fish body oils, nei","fish_oil",2019,32033.13 163,"United States","Fish body oils, nei","fish_oil",2020,27524.04 +163,"United States","Fish body oils, nei","fish_oil",2021,26599.09 163,"United States","Fish liver oils, nei","fish_oil",1976, 163,"United States","Fish liver oils, nei","fish_oil",1977, 163,"United States","Fish liver oils, nei","fish_oil",1978, @@ -38339,6 +41582,7 @@ 163,"United States","Fish liver oils, nei","fish_oil",2018,1522 163,"United States","Fish liver oils, nei","fish_oil",2019,1551.23 163,"United States","Fish liver oils, nei","fish_oil",2020,729.44 +163,"United States","Fish liver oils, nei","fish_oil",2021,1667.68 163,"United States","Menhaden oil","fish_oil",1976,77969 163,"United States","Menhaden oil","fish_oil",1977,39281 163,"United States","Menhaden oil","fish_oil",1978,96750 @@ -38384,6 +41628,7 @@ 163,"United States","Menhaden oil","fish_oil",2018,29716 163,"United States","Menhaden oil","fish_oil",2019,55188.93 163,"United States","Menhaden oil","fish_oil",2020,29250.05 +163,"United States","Menhaden oil","fish_oil",2021,20198.27 163,"United States","Natural sponges raw","sponges",1976, 163,"United States","Natural sponges raw","sponges",1977, 163,"United States","Natural sponges raw","sponges",1978, @@ -38429,6 +41674,7 @@ 163,"United States","Natural sponges raw","sponges",2018,20 163,"United States","Natural sponges raw","sponges",2019,26.34 163,"United States","Natural sponges raw","sponges",2020,52.54 +163,"United States","Natural sponges raw","sponges",2021,19.43 163,"United States","Ornamental fish nei","ornamentals",1976, 163,"United States","Ornamental fish nei","ornamentals",1977, 163,"United States","Ornamental fish nei","ornamentals",1978, @@ -38474,6 +41720,7 @@ 163,"United States","Ornamental fish nei","ornamentals",2018, 163,"United States","Ornamental fish nei","ornamentals",2019, 163,"United States","Ornamental fish nei","ornamentals",2020, +163,"United States","Ornamental fish nei","ornamentals",2021, 163,"United States","Ornamental saltwater fish","ornamentals",1976, 163,"United States","Ornamental saltwater fish","ornamentals",1977, 163,"United States","Ornamental saltwater fish","ornamentals",1978, @@ -38519,6 +41766,7 @@ 163,"United States","Ornamental saltwater fish","ornamentals",2018,0.1 163,"United States","Ornamental saltwater fish","ornamentals",2019,0 163,"United States","Ornamental saltwater fish","ornamentals",2020,0 +163,"United States","Ornamental saltwater fish","ornamentals",2021,0 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -38564,6 +41812,7 @@ 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -38609,6 +41858,7 @@ 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,941 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,1026.71 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1384.26 +163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1654.91 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -38654,6 +41904,7 @@ 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,486 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,463.02 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,259.04 +163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,325.53 164,"Belize","Fish body oils, nei","fish_oil",1976, 164,"Belize","Fish body oils, nei","fish_oil",1977, 164,"Belize","Fish body oils, nei","fish_oil",1978, @@ -38699,6 +41950,7 @@ 164,"Belize","Fish body oils, nei","fish_oil",2018, 164,"Belize","Fish body oils, nei","fish_oil",2019, 164,"Belize","Fish body oils, nei","fish_oil",2020, +164,"Belize","Fish body oils, nei","fish_oil",2021, 164,"Belize","Miscellaneous corals and shells","shells",1976, 164,"Belize","Miscellaneous corals and shells","shells",1977, 164,"Belize","Miscellaneous corals and shells","shells",1978, @@ -38744,6 +41996,7 @@ 164,"Belize","Miscellaneous corals and shells","shells",2018, 164,"Belize","Miscellaneous corals and shells","shells",2019,27.61 164,"Belize","Miscellaneous corals and shells","shells",2020, +164,"Belize","Miscellaneous corals and shells","shells",2021,79.06 164,"Belize","Ornamental fish nei","ornamentals",1976, 164,"Belize","Ornamental fish nei","ornamentals",1977, 164,"Belize","Ornamental fish nei","ornamentals",1978, @@ -38789,6 +42042,7 @@ 164,"Belize","Ornamental fish nei","ornamentals",2018, 164,"Belize","Ornamental fish nei","ornamentals",2019, 164,"Belize","Ornamental fish nei","ornamentals",2020, +164,"Belize","Ornamental fish nei","ornamentals",2021, 164,"Belize","Ornamental saltwater fish","ornamentals",1976, 164,"Belize","Ornamental saltwater fish","ornamentals",1977, 164,"Belize","Ornamental saltwater fish","ornamentals",1978, @@ -38834,6 +42088,7 @@ 164,"Belize","Ornamental saltwater fish","ornamentals",2018, 164,"Belize","Ornamental saltwater fish","ornamentals",2019, 164,"Belize","Ornamental saltwater fish","ornamentals",2020, +164,"Belize","Ornamental saltwater fish","ornamentals",2021, 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -38879,6 +42134,7 @@ 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -38924,6 +42180,7 @@ 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.07 +164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.48 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -38969,6 +42226,7 @@ 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.15 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.07 +164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.01 166,"Jamaica","Coral and the like","corals",1976, 166,"Jamaica","Coral and the like","corals",1977, 166,"Jamaica","Coral and the like","corals",1978, @@ -39014,6 +42272,7 @@ 166,"Jamaica","Coral and the like","corals",2018, 166,"Jamaica","Coral and the like","corals",2019, 166,"Jamaica","Coral and the like","corals",2020, +166,"Jamaica","Coral and the like","corals",2021, 166,"Jamaica","Fish body oils, nei","fish_oil",1976, 166,"Jamaica","Fish body oils, nei","fish_oil",1977, 166,"Jamaica","Fish body oils, nei","fish_oil",1978, @@ -39059,6 +42318,7 @@ 166,"Jamaica","Fish body oils, nei","fish_oil",2018, 166,"Jamaica","Fish body oils, nei","fish_oil",2019, 166,"Jamaica","Fish body oils, nei","fish_oil",2020, +166,"Jamaica","Fish body oils, nei","fish_oil",2021, 166,"Jamaica","Fish liver oils, nei","fish_oil",1976, 166,"Jamaica","Fish liver oils, nei","fish_oil",1977, 166,"Jamaica","Fish liver oils, nei","fish_oil",1978, @@ -39104,6 +42364,7 @@ 166,"Jamaica","Fish liver oils, nei","fish_oil",2018, 166,"Jamaica","Fish liver oils, nei","fish_oil",2019, 166,"Jamaica","Fish liver oils, nei","fish_oil",2020, +166,"Jamaica","Fish liver oils, nei","fish_oil",2021, 166,"Jamaica","Natural sponges raw","sponges",1976, 166,"Jamaica","Natural sponges raw","sponges",1977, 166,"Jamaica","Natural sponges raw","sponges",1978, @@ -39149,6 +42410,7 @@ 166,"Jamaica","Natural sponges raw","sponges",2018, 166,"Jamaica","Natural sponges raw","sponges",2019, 166,"Jamaica","Natural sponges raw","sponges",2020, +166,"Jamaica","Natural sponges raw","sponges",2021, 166,"Jamaica","Ornamental fish nei","ornamentals",1976, 166,"Jamaica","Ornamental fish nei","ornamentals",1977, 166,"Jamaica","Ornamental fish nei","ornamentals",1978, @@ -39194,6 +42456,7 @@ 166,"Jamaica","Ornamental fish nei","ornamentals",2018, 166,"Jamaica","Ornamental fish nei","ornamentals",2019, 166,"Jamaica","Ornamental fish nei","ornamentals",2020, +166,"Jamaica","Ornamental fish nei","ornamentals",2021, 166,"Jamaica","Ornamental saltwater fish","ornamentals",1976, 166,"Jamaica","Ornamental saltwater fish","ornamentals",1977, 166,"Jamaica","Ornamental saltwater fish","ornamentals",1978, @@ -39239,6 +42502,7 @@ 166,"Jamaica","Ornamental saltwater fish","ornamentals",2018, 166,"Jamaica","Ornamental saltwater fish","ornamentals",2019, 166,"Jamaica","Ornamental saltwater fish","ornamentals",2020, +166,"Jamaica","Ornamental saltwater fish","ornamentals",2021, 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -39284,6 +42548,7 @@ 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,0 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -39329,6 +42594,7 @@ 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,9.14 +166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,4.92 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -39374,6 +42640,7 @@ 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.04 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.24 +166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.56 167,"Guyana","Agar agar nei","seaweeds",1976, 167,"Guyana","Agar agar nei","seaweeds",1977, 167,"Guyana","Agar agar nei","seaweeds",1978, @@ -39419,6 +42686,7 @@ 167,"Guyana","Agar agar nei","seaweeds",2018, 167,"Guyana","Agar agar nei","seaweeds",2019, 167,"Guyana","Agar agar nei","seaweeds",2020, +167,"Guyana","Agar agar nei","seaweeds",2021, 167,"Guyana","Fish liver oils, nei","fish_oil",1976, 167,"Guyana","Fish liver oils, nei","fish_oil",1977, 167,"Guyana","Fish liver oils, nei","fish_oil",1978, @@ -39464,6 +42732,7 @@ 167,"Guyana","Fish liver oils, nei","fish_oil",2018, 167,"Guyana","Fish liver oils, nei","fish_oil",2019, 167,"Guyana","Fish liver oils, nei","fish_oil",2020,0.05 +167,"Guyana","Fish liver oils, nei","fish_oil",2021,0.02 167,"Guyana","Miscellaneous corals and shells","shells",1976, 167,"Guyana","Miscellaneous corals and shells","shells",1977, 167,"Guyana","Miscellaneous corals and shells","shells",1978, @@ -39509,6 +42778,7 @@ 167,"Guyana","Miscellaneous corals and shells","shells",2018, 167,"Guyana","Miscellaneous corals and shells","shells",2019, 167,"Guyana","Miscellaneous corals and shells","shells",2020, +167,"Guyana","Miscellaneous corals and shells","shells",2021,0 167,"Guyana","Natural sponges nei","sponges",1976, 167,"Guyana","Natural sponges nei","sponges",1977, 167,"Guyana","Natural sponges nei","sponges",1978, @@ -39554,6 +42824,7 @@ 167,"Guyana","Natural sponges nei","sponges",2018, 167,"Guyana","Natural sponges nei","sponges",2019, 167,"Guyana","Natural sponges nei","sponges",2020, +167,"Guyana","Natural sponges nei","sponges",2021, 167,"Guyana","Ornamental fish nei","ornamentals",1976, 167,"Guyana","Ornamental fish nei","ornamentals",1977, 167,"Guyana","Ornamental fish nei","ornamentals",1978, @@ -39599,6 +42870,7 @@ 167,"Guyana","Ornamental fish nei","ornamentals",2018,7 167,"Guyana","Ornamental fish nei","ornamentals",2019,3.31 167,"Guyana","Ornamental fish nei","ornamentals",2020, +167,"Guyana","Ornamental fish nei","ornamentals",2021, 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -39644,6 +42916,7 @@ 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 168,"Suriname","Coral and the like","corals",1976, 168,"Suriname","Coral and the like","corals",1977, 168,"Suriname","Coral and the like","corals",1978, @@ -39689,6 +42962,7 @@ 168,"Suriname","Coral and the like","corals",2018, 168,"Suriname","Coral and the like","corals",2019, 168,"Suriname","Coral and the like","corals",2020, +168,"Suriname","Coral and the like","corals",2021, 168,"Suriname","Fish body oils, nei","fish_oil",1976, 168,"Suriname","Fish body oils, nei","fish_oil",1977, 168,"Suriname","Fish body oils, nei","fish_oil",1978, @@ -39734,6 +43008,7 @@ 168,"Suriname","Fish body oils, nei","fish_oil",2018, 168,"Suriname","Fish body oils, nei","fish_oil",2019, 168,"Suriname","Fish body oils, nei","fish_oil",2020, +168,"Suriname","Fish body oils, nei","fish_oil",2021, 168,"Suriname","Ornamental fish nei","ornamentals",1976, 168,"Suriname","Ornamental fish nei","ornamentals",1977, 168,"Suriname","Ornamental fish nei","ornamentals",1978, @@ -39779,6 +43054,7 @@ 168,"Suriname","Ornamental fish nei","ornamentals",2018, 168,"Suriname","Ornamental fish nei","ornamentals",2019,0 168,"Suriname","Ornamental fish nei","ornamentals",2020,5.49 +168,"Suriname","Ornamental fish nei","ornamentals",2021,4.74 168,"Suriname","Ornamental saltwater fish","ornamentals",1976, 168,"Suriname","Ornamental saltwater fish","ornamentals",1977, 168,"Suriname","Ornamental saltwater fish","ornamentals",1978, @@ -39824,6 +43100,7 @@ 168,"Suriname","Ornamental saltwater fish","ornamentals",2018,0 168,"Suriname","Ornamental saltwater fish","ornamentals",2019, 168,"Suriname","Ornamental saltwater fish","ornamentals",2020, +168,"Suriname","Ornamental saltwater fish","ornamentals",2021, 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -39869,6 +43146,7 @@ 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 169,"French Guiana","Ornamental fish nei","ornamentals",1976, 169,"French Guiana","Ornamental fish nei","ornamentals",1977, 169,"French Guiana","Ornamental fish nei","ornamentals",1978, @@ -39914,6 +43192,7 @@ 169,"French Guiana","Ornamental fish nei","ornamentals",2018, 169,"French Guiana","Ornamental fish nei","ornamentals",2019, 169,"French Guiana","Ornamental fish nei","ornamentals",2020, +169,"French Guiana","Ornamental fish nei","ornamentals",2021, 171,"Brazil","Agar agar nei","seaweeds",1976, 171,"Brazil","Agar agar nei","seaweeds",1977, 171,"Brazil","Agar agar nei","seaweeds",1978, @@ -39959,6 +43238,7 @@ 171,"Brazil","Agar agar nei","seaweeds",2018,7 171,"Brazil","Agar agar nei","seaweeds",2019,2.33 171,"Brazil","Agar agar nei","seaweeds",2020,0.51 +171,"Brazil","Agar agar nei","seaweeds",2021,2.06 171,"Brazil","Cod liver oil","fish_oil",1976, 171,"Brazil","Cod liver oil","fish_oil",1977, 171,"Brazil","Cod liver oil","fish_oil",1978, @@ -40004,6 +43284,7 @@ 171,"Brazil","Cod liver oil","fish_oil",2018, 171,"Brazil","Cod liver oil","fish_oil",2019, 171,"Brazil","Cod liver oil","fish_oil",2020,0.03 +171,"Brazil","Cod liver oil","fish_oil",2021, 171,"Brazil","Coral and the like","corals",1976, 171,"Brazil","Coral and the like","corals",1977, 171,"Brazil","Coral and the like","corals",1978, @@ -40049,6 +43330,7 @@ 171,"Brazil","Coral and the like","corals",2018,0.1 171,"Brazil","Coral and the like","corals",2019,0.04 171,"Brazil","Coral and the like","corals",2020, +171,"Brazil","Coral and the like","corals",2021,0 171,"Brazil","Fish body oils, nei","fish_oil",1976,42 171,"Brazil","Fish body oils, nei","fish_oil",1977,7 171,"Brazil","Fish body oils, nei","fish_oil",1978,1 @@ -40094,6 +43376,7 @@ 171,"Brazil","Fish body oils, nei","fish_oil",2018,2454 171,"Brazil","Fish body oils, nei","fish_oil",2019,1247.42 171,"Brazil","Fish body oils, nei","fish_oil",2020,2207.97 +171,"Brazil","Fish body oils, nei","fish_oil",2021,1316.37 171,"Brazil","Fish liver oils, nei","fish_oil",1976, 171,"Brazil","Fish liver oils, nei","fish_oil",1977, 171,"Brazil","Fish liver oils, nei","fish_oil",1978, @@ -40139,6 +43422,7 @@ 171,"Brazil","Fish liver oils, nei","fish_oil",2018, 171,"Brazil","Fish liver oils, nei","fish_oil",2019, 171,"Brazil","Fish liver oils, nei","fish_oil",2020,3.63 +171,"Brazil","Fish liver oils, nei","fish_oil",2021, 171,"Brazil","Natural sponges raw","sponges",1976, 171,"Brazil","Natural sponges raw","sponges",1977, 171,"Brazil","Natural sponges raw","sponges",1978, @@ -40184,6 +43468,7 @@ 171,"Brazil","Natural sponges raw","sponges",2018, 171,"Brazil","Natural sponges raw","sponges",2019, 171,"Brazil","Natural sponges raw","sponges",2020, +171,"Brazil","Natural sponges raw","sponges",2021, 171,"Brazil","Ornamental fish nei","ornamentals",1976,188 171,"Brazil","Ornamental fish nei","ornamentals",1977,194 171,"Brazil","Ornamental fish nei","ornamentals",1978,236 @@ -40229,6 +43514,7 @@ 171,"Brazil","Ornamental fish nei","ornamentals",2018, 171,"Brazil","Ornamental fish nei","ornamentals",2019, 171,"Brazil","Ornamental fish nei","ornamentals",2020, +171,"Brazil","Ornamental fish nei","ornamentals",2021, 171,"Brazil","Ornamental saltwater fish","ornamentals",1976, 171,"Brazil","Ornamental saltwater fish","ornamentals",1977, 171,"Brazil","Ornamental saltwater fish","ornamentals",1978, @@ -40274,6 +43560,7 @@ 171,"Brazil","Ornamental saltwater fish","ornamentals",2018,3 171,"Brazil","Ornamental saltwater fish","ornamentals",2019,2.63 171,"Brazil","Ornamental saltwater fish","ornamentals",2020,1.49 +171,"Brazil","Ornamental saltwater fish","ornamentals",2021,1.56 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -40319,6 +43606,7 @@ 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -40364,6 +43652,7 @@ 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,80 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,81.5 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,126.34 +171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,215.37 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -40409,6 +43698,7 @@ 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,816 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,533.34 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,7884.84 +171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,10314.35 172,"Argentina","Agar agar nei","seaweeds",1976, 172,"Argentina","Agar agar nei","seaweeds",1977, 172,"Argentina","Agar agar nei","seaweeds",1978, @@ -40454,6 +43744,7 @@ 172,"Argentina","Agar agar nei","seaweeds",2018, 172,"Argentina","Agar agar nei","seaweeds",2019, 172,"Argentina","Agar agar nei","seaweeds",2020, +172,"Argentina","Agar agar nei","seaweeds",2021, 172,"Argentina","Cod liver oil","fish_oil",1976, 172,"Argentina","Cod liver oil","fish_oil",1977, 172,"Argentina","Cod liver oil","fish_oil",1978, @@ -40499,6 +43790,7 @@ 172,"Argentina","Cod liver oil","fish_oil",2018, 172,"Argentina","Cod liver oil","fish_oil",2019, 172,"Argentina","Cod liver oil","fish_oil",2020, +172,"Argentina","Cod liver oil","fish_oil",2021, 172,"Argentina","Fish body oils, nei","fish_oil",1976, 172,"Argentina","Fish body oils, nei","fish_oil",1977, 172,"Argentina","Fish body oils, nei","fish_oil",1978, @@ -40544,6 +43836,7 @@ 172,"Argentina","Fish body oils, nei","fish_oil",2018,67 172,"Argentina","Fish body oils, nei","fish_oil",2019, 172,"Argentina","Fish body oils, nei","fish_oil",2020,245.3 +172,"Argentina","Fish body oils, nei","fish_oil",2021, 172,"Argentina","Fish liver oils, nei","fish_oil",1976, 172,"Argentina","Fish liver oils, nei","fish_oil",1977, 172,"Argentina","Fish liver oils, nei","fish_oil",1978, @@ -40589,6 +43882,7 @@ 172,"Argentina","Fish liver oils, nei","fish_oil",2018, 172,"Argentina","Fish liver oils, nei","fish_oil",2019, 172,"Argentina","Fish liver oils, nei","fish_oil",2020, +172,"Argentina","Fish liver oils, nei","fish_oil",2021, 172,"Argentina","Miscellaneous corals and shells","shells",1976, 172,"Argentina","Miscellaneous corals and shells","shells",1977, 172,"Argentina","Miscellaneous corals and shells","shells",1978, @@ -40634,6 +43928,7 @@ 172,"Argentina","Miscellaneous corals and shells","shells",2018, 172,"Argentina","Miscellaneous corals and shells","shells",2019, 172,"Argentina","Miscellaneous corals and shells","shells",2020, +172,"Argentina","Miscellaneous corals and shells","shells",2021, 172,"Argentina","Natural sponges nei","sponges",1976, 172,"Argentina","Natural sponges nei","sponges",1977, 172,"Argentina","Natural sponges nei","sponges",1978, @@ -40679,6 +43974,7 @@ 172,"Argentina","Natural sponges nei","sponges",2018, 172,"Argentina","Natural sponges nei","sponges",2019, 172,"Argentina","Natural sponges nei","sponges",2020, +172,"Argentina","Natural sponges nei","sponges",2021, 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",1976, 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",1977,101 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",1978,292 @@ -40724,6 +44020,7 @@ 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",2018, 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",2019, 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",2020, +172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",2021, 172,"Argentina","Ornamental fish nei","ornamentals",1976, 172,"Argentina","Ornamental fish nei","ornamentals",1977, 172,"Argentina","Ornamental fish nei","ornamentals",1978, @@ -40769,6 +44066,7 @@ 172,"Argentina","Ornamental fish nei","ornamentals",2018, 172,"Argentina","Ornamental fish nei","ornamentals",2019, 172,"Argentina","Ornamental fish nei","ornamentals",2020, +172,"Argentina","Ornamental fish nei","ornamentals",2021, 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -40814,6 +44112,7 @@ 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -40859,6 +44158,7 @@ 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -40904,6 +44204,7 @@ 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,16 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 173,"Uruguay","Agar agar nei","seaweeds",1976, 173,"Uruguay","Agar agar nei","seaweeds",1977, 173,"Uruguay","Agar agar nei","seaweeds",1978, @@ -40949,6 +44250,7 @@ 173,"Uruguay","Agar agar nei","seaweeds",2018, 173,"Uruguay","Agar agar nei","seaweeds",2019, 173,"Uruguay","Agar agar nei","seaweeds",2020, +173,"Uruguay","Agar agar nei","seaweeds",2021, 173,"Uruguay","Fish body oils, nei","fish_oil",1976, 173,"Uruguay","Fish body oils, nei","fish_oil",1977, 173,"Uruguay","Fish body oils, nei","fish_oil",1978, @@ -40994,6 +44296,7 @@ 173,"Uruguay","Fish body oils, nei","fish_oil",2018, 173,"Uruguay","Fish body oils, nei","fish_oil",2019, 173,"Uruguay","Fish body oils, nei","fish_oil",2020, +173,"Uruguay","Fish body oils, nei","fish_oil",2021, 173,"Uruguay","Fish liver oils, nei","fish_oil",1976, 173,"Uruguay","Fish liver oils, nei","fish_oil",1977, 173,"Uruguay","Fish liver oils, nei","fish_oil",1978, @@ -41039,6 +44342,7 @@ 173,"Uruguay","Fish liver oils, nei","fish_oil",2018, 173,"Uruguay","Fish liver oils, nei","fish_oil",2019, 173,"Uruguay","Fish liver oils, nei","fish_oil",2020, +173,"Uruguay","Fish liver oils, nei","fish_oil",2021, 173,"Uruguay","Ornamental fish nei","ornamentals",1976, 173,"Uruguay","Ornamental fish nei","ornamentals",1977, 173,"Uruguay","Ornamental fish nei","ornamentals",1978, @@ -41084,6 +44388,7 @@ 173,"Uruguay","Ornamental fish nei","ornamentals",2018, 173,"Uruguay","Ornamental fish nei","ornamentals",2019, 173,"Uruguay","Ornamental fish nei","ornamentals",2020, +173,"Uruguay","Ornamental fish nei","ornamentals",2021, 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -41129,6 +44434,7 @@ 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -41174,6 +44480,7 @@ 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.01 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.05 +173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.03 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -41218,7 +44525,8 @@ 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,10 -173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,5 +173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 173,"Uruguay","Shark liver oil","fish_oil",1976, 173,"Uruguay","Shark liver oil","fish_oil",1977, 173,"Uruguay","Shark liver oil","fish_oil",1978, @@ -41264,6 +44572,7 @@ 173,"Uruguay","Shark liver oil","fish_oil",2018, 173,"Uruguay","Shark liver oil","fish_oil",2019, 173,"Uruguay","Shark liver oil","fish_oil",2020, +173,"Uruguay","Shark liver oil","fish_oil",2021, 174,"Finland","Agar agar nei","seaweeds",1976, 174,"Finland","Agar agar nei","seaweeds",1977, 174,"Finland","Agar agar nei","seaweeds",1978, @@ -41309,6 +44618,7 @@ 174,"Finland","Agar agar nei","seaweeds",2018,0.1 174,"Finland","Agar agar nei","seaweeds",2019,0.46 174,"Finland","Agar agar nei","seaweeds",2020,0.13 +174,"Finland","Agar agar nei","seaweeds",2021,0.32 174,"Finland","Fish body oils, nei","fish_oil",1976, 174,"Finland","Fish body oils, nei","fish_oil",1977, 174,"Finland","Fish body oils, nei","fish_oil",1978, @@ -41354,6 +44664,7 @@ 174,"Finland","Fish body oils, nei","fish_oil",2018,1160 174,"Finland","Fish body oils, nei","fish_oil",2019,1208.01 174,"Finland","Fish body oils, nei","fish_oil",2020,1988.62 +174,"Finland","Fish body oils, nei","fish_oil",2021,1545.9 174,"Finland","Fish liver oils, nei","fish_oil",1976, 174,"Finland","Fish liver oils, nei","fish_oil",1977, 174,"Finland","Fish liver oils, nei","fish_oil",1978, @@ -41399,6 +44710,7 @@ 174,"Finland","Fish liver oils, nei","fish_oil",2018,1 174,"Finland","Fish liver oils, nei","fish_oil",2019,1.28 174,"Finland","Fish liver oils, nei","fish_oil",2020,1.49 +174,"Finland","Fish liver oils, nei","fish_oil",2021,1.17 174,"Finland","Halibuts, liver oils","fish_oil",1976, 174,"Finland","Halibuts, liver oils","fish_oil",1977, 174,"Finland","Halibuts, liver oils","fish_oil",1978, @@ -41444,6 +44756,7 @@ 174,"Finland","Halibuts, liver oils","fish_oil",2018, 174,"Finland","Halibuts, liver oils","fish_oil",2019, 174,"Finland","Halibuts, liver oils","fish_oil",2020,0.93 +174,"Finland","Halibuts, liver oils","fish_oil",2021, 174,"Finland","Miscellaneous corals and shells","shells",1976, 174,"Finland","Miscellaneous corals and shells","shells",1977, 174,"Finland","Miscellaneous corals and shells","shells",1978, @@ -41489,6 +44802,7 @@ 174,"Finland","Miscellaneous corals and shells","shells",2018, 174,"Finland","Miscellaneous corals and shells","shells",2019, 174,"Finland","Miscellaneous corals and shells","shells",2020,0 +174,"Finland","Miscellaneous corals and shells","shells",2021,0 174,"Finland","Natural sponges other than raw","sponges",1976, 174,"Finland","Natural sponges other than raw","sponges",1977, 174,"Finland","Natural sponges other than raw","sponges",1978, @@ -41534,6 +44848,7 @@ 174,"Finland","Natural sponges other than raw","sponges",2018,0.1 174,"Finland","Natural sponges other than raw","sponges",2019,0.1 174,"Finland","Natural sponges other than raw","sponges",2020,0.08 +174,"Finland","Natural sponges other than raw","sponges",2021,0.62 174,"Finland","Natural sponges raw","sponges",1976, 174,"Finland","Natural sponges raw","sponges",1977, 174,"Finland","Natural sponges raw","sponges",1978, @@ -41579,6 +44894,7 @@ 174,"Finland","Natural sponges raw","sponges",2018, 174,"Finland","Natural sponges raw","sponges",2019, 174,"Finland","Natural sponges raw","sponges",2020,0 +174,"Finland","Natural sponges raw","sponges",2021, 174,"Finland","Ornamental fish nei","ornamentals",1976, 174,"Finland","Ornamental fish nei","ornamentals",1977, 174,"Finland","Ornamental fish nei","ornamentals",1978, @@ -41624,6 +44940,7 @@ 174,"Finland","Ornamental fish nei","ornamentals",2018, 174,"Finland","Ornamental fish nei","ornamentals",2019, 174,"Finland","Ornamental fish nei","ornamentals",2020, +174,"Finland","Ornamental fish nei","ornamentals",2021, 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -41669,6 +44986,7 @@ 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -41714,6 +45032,7 @@ 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.23 +174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.08 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -41759,6 +45078,7 @@ 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,11 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,4.8 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,5.71 +174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,4.48 175,"Denmark","Agar agar nei","seaweeds",1976, 175,"Denmark","Agar agar nei","seaweeds",1977, 175,"Denmark","Agar agar nei","seaweeds",1978, @@ -41773,10 +45093,10 @@ 175,"Denmark","Agar agar nei","seaweeds",1987,25 175,"Denmark","Agar agar nei","seaweeds",1988,23 175,"Denmark","Agar agar nei","seaweeds",1989,18 -175,"Denmark","Agar agar nei","seaweeds",1990, -175,"Denmark","Agar agar nei","seaweeds",1991, -175,"Denmark","Agar agar nei","seaweeds",1992, -175,"Denmark","Agar agar nei","seaweeds",1993, +175,"Denmark","Agar agar nei","seaweeds",1990,9 +175,"Denmark","Agar agar nei","seaweeds",1991,7 +175,"Denmark","Agar agar nei","seaweeds",1992,2 +175,"Denmark","Agar agar nei","seaweeds",1993,9 175,"Denmark","Agar agar nei","seaweeds",1994,8 175,"Denmark","Agar agar nei","seaweeds",1995,43 175,"Denmark","Agar agar nei","seaweeds",1996,108 @@ -41804,6 +45124,53 @@ 175,"Denmark","Agar agar nei","seaweeds",2018,0.1 175,"Denmark","Agar agar nei","seaweeds",2019,0.31 175,"Denmark","Agar agar nei","seaweeds",2020,0.47 +175,"Denmark","Agar agar nei","seaweeds",2021,0.2 +175,"Denmark","Coral and the like","corals",1976, +175,"Denmark","Coral and the like","corals",1977, +175,"Denmark","Coral and the like","corals",1978, +175,"Denmark","Coral and the like","corals",1979, +175,"Denmark","Coral and the like","corals",1980, +175,"Denmark","Coral and the like","corals",1981, +175,"Denmark","Coral and the like","corals",1982, +175,"Denmark","Coral and the like","corals",1983, +175,"Denmark","Coral and the like","corals",1984, +175,"Denmark","Coral and the like","corals",1985, +175,"Denmark","Coral and the like","corals",1986, +175,"Denmark","Coral and the like","corals",1987, +175,"Denmark","Coral and the like","corals",1988, +175,"Denmark","Coral and the like","corals",1989, +175,"Denmark","Coral and the like","corals",1990, +175,"Denmark","Coral and the like","corals",1991, +175,"Denmark","Coral and the like","corals",1992, +175,"Denmark","Coral and the like","corals",1993, +175,"Denmark","Coral and the like","corals",1994, +175,"Denmark","Coral and the like","corals",1995, +175,"Denmark","Coral and the like","corals",1996, +175,"Denmark","Coral and the like","corals",1997, +175,"Denmark","Coral and the like","corals",1998, +175,"Denmark","Coral and the like","corals",1999, +175,"Denmark","Coral and the like","corals",2000, +175,"Denmark","Coral and the like","corals",2001, +175,"Denmark","Coral and the like","corals",2002, +175,"Denmark","Coral and the like","corals",2003, +175,"Denmark","Coral and the like","corals",2004, +175,"Denmark","Coral and the like","corals",2005, +175,"Denmark","Coral and the like","corals",2006, +175,"Denmark","Coral and the like","corals",2007, +175,"Denmark","Coral and the like","corals",2008, +175,"Denmark","Coral and the like","corals",2009, +175,"Denmark","Coral and the like","corals",2010, +175,"Denmark","Coral and the like","corals",2011, +175,"Denmark","Coral and the like","corals",2012, +175,"Denmark","Coral and the like","corals",2013, +175,"Denmark","Coral and the like","corals",2014, +175,"Denmark","Coral and the like","corals",2015, +175,"Denmark","Coral and the like","corals",2016, +175,"Denmark","Coral and the like","corals",2017, +175,"Denmark","Coral and the like","corals",2018, +175,"Denmark","Coral and the like","corals",2019, +175,"Denmark","Coral and the like","corals",2020, +175,"Denmark","Coral and the like","corals",2021,0.04 175,"Denmark","Fish body oils, nei","fish_oil",1976, 175,"Denmark","Fish body oils, nei","fish_oil",1977, 175,"Denmark","Fish body oils, nei","fish_oil",1978, @@ -41849,6 +45216,7 @@ 175,"Denmark","Fish body oils, nei","fish_oil",2018,142280 175,"Denmark","Fish body oils, nei","fish_oil",2019,146090.1 175,"Denmark","Fish body oils, nei","fish_oil",2020,151187.33 +175,"Denmark","Fish body oils, nei","fish_oil",2021,127679.21 175,"Denmark","Fish liver oils, nei","fish_oil",1976,1 175,"Denmark","Fish liver oils, nei","fish_oil",1977,1 175,"Denmark","Fish liver oils, nei","fish_oil",1978,0.1 @@ -41894,6 +45262,7 @@ 175,"Denmark","Fish liver oils, nei","fish_oil",2018,481 175,"Denmark","Fish liver oils, nei","fish_oil",2019,225.56 175,"Denmark","Fish liver oils, nei","fish_oil",2020,324.78 +175,"Denmark","Fish liver oils, nei","fish_oil",2021,216.63 175,"Denmark","Halibuts, liver oils","fish_oil",1976, 175,"Denmark","Halibuts, liver oils","fish_oil",1977, 175,"Denmark","Halibuts, liver oils","fish_oil",1978, @@ -41939,6 +45308,7 @@ 175,"Denmark","Halibuts, liver oils","fish_oil",2018,55 175,"Denmark","Halibuts, liver oils","fish_oil",2019,46.54 175,"Denmark","Halibuts, liver oils","fish_oil",2020,60.26 +175,"Denmark","Halibuts, liver oils","fish_oil",2021,54.17 175,"Denmark","Herring oil","fish_oil",1976,85651 175,"Denmark","Herring oil","fish_oil",1977,74461 175,"Denmark","Herring oil","fish_oil",1978,66077 @@ -41984,6 +45354,7 @@ 175,"Denmark","Herring oil","fish_oil",2018, 175,"Denmark","Herring oil","fish_oil",2019, 175,"Denmark","Herring oil","fish_oil",2020, +175,"Denmark","Herring oil","fish_oil",2021, 175,"Denmark","Miscellaneous corals and shells","shells",1976, 175,"Denmark","Miscellaneous corals and shells","shells",1977, 175,"Denmark","Miscellaneous corals and shells","shells",1978, @@ -41998,10 +45369,10 @@ 175,"Denmark","Miscellaneous corals and shells","shells",1987, 175,"Denmark","Miscellaneous corals and shells","shells",1988, 175,"Denmark","Miscellaneous corals and shells","shells",1989, -175,"Denmark","Miscellaneous corals and shells","shells",1990, -175,"Denmark","Miscellaneous corals and shells","shells",1991, -175,"Denmark","Miscellaneous corals and shells","shells",1992, -175,"Denmark","Miscellaneous corals and shells","shells",1993, +175,"Denmark","Miscellaneous corals and shells","shells",1990,35032 +175,"Denmark","Miscellaneous corals and shells","shells",1991,32839 +175,"Denmark","Miscellaneous corals and shells","shells",1992,33128 +175,"Denmark","Miscellaneous corals and shells","shells",1993,43345 175,"Denmark","Miscellaneous corals and shells","shells",1994,31327 175,"Denmark","Miscellaneous corals and shells","shells",1995,23669 175,"Denmark","Miscellaneous corals and shells","shells",1996,30405 @@ -42029,6 +45400,7 @@ 175,"Denmark","Miscellaneous corals and shells","shells",2018,640 175,"Denmark","Miscellaneous corals and shells","shells",2019,493.86 175,"Denmark","Miscellaneous corals and shells","shells",2020,759.3 +175,"Denmark","Miscellaneous corals and shells","shells",2021,770.81 175,"Denmark","Natural sponges other than raw","sponges",1976, 175,"Denmark","Natural sponges other than raw","sponges",1977, 175,"Denmark","Natural sponges other than raw","sponges",1978, @@ -42074,6 +45446,7 @@ 175,"Denmark","Natural sponges other than raw","sponges",2018,0.1 175,"Denmark","Natural sponges other than raw","sponges",2019,0.16 175,"Denmark","Natural sponges other than raw","sponges",2020,0.42 +175,"Denmark","Natural sponges other than raw","sponges",2021,0.85 175,"Denmark","Natural sponges raw","sponges",1976,0.1 175,"Denmark","Natural sponges raw","sponges",1977,0.1 175,"Denmark","Natural sponges raw","sponges",1978,0.1 @@ -42119,6 +45492,7 @@ 175,"Denmark","Natural sponges raw","sponges",2018,0.1 175,"Denmark","Natural sponges raw","sponges",2019,2.42 175,"Denmark","Natural sponges raw","sponges",2020,0.17 +175,"Denmark","Natural sponges raw","sponges",2021,0.41 175,"Denmark","Ornamental saltwater fish","ornamentals",1976, 175,"Denmark","Ornamental saltwater fish","ornamentals",1977, 175,"Denmark","Ornamental saltwater fish","ornamentals",1978, @@ -42164,6 +45538,7 @@ 175,"Denmark","Ornamental saltwater fish","ornamentals",2018,4 175,"Denmark","Ornamental saltwater fish","ornamentals",2019, 175,"Denmark","Ornamental saltwater fish","ornamentals",2020,0.03 +175,"Denmark","Ornamental saltwater fish","ornamentals",2021,0.04 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -42178,11 +45553,11 @@ 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1987, 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1988,2 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1989,2 -175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1990, -175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1991, -175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1992, -175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1993, -175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1994,0.1 +175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1990,2 +175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1991,11 +175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1992,2 +175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1993,45 +175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1994,21 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1995,20 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1996,13 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1997,66 @@ -42209,6 +45584,7 @@ 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -42254,6 +45630,7 @@ 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,490 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,652.2 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,704.1 +175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,776.08 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -42299,6 +45676,7 @@ 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,786 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,389.57 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,446.71 +175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,577.58 175,"Denmark","Shells nei","shells",1976,35605 175,"Denmark","Shells nei","shells",1977,37853 175,"Denmark","Shells nei","shells",1978,37594 @@ -42344,6 +45722,7 @@ 175,"Denmark","Shells nei","shells",2018, 175,"Denmark","Shells nei","shells",2019, 175,"Denmark","Shells nei","shells",2020, +175,"Denmark","Shells nei","shells",2021, 176,"Germany","Agar agar nei","seaweeds",1976,45 176,"Germany","Agar agar nei","seaweeds",1977,35 176,"Germany","Agar agar nei","seaweeds",1978,58 @@ -42389,6 +45768,53 @@ 176,"Germany","Agar agar nei","seaweeds",2018,470 176,"Germany","Agar agar nei","seaweeds",2019,437.4 176,"Germany","Agar agar nei","seaweeds",2020,365.99 +176,"Germany","Agar agar nei","seaweeds",2021,376.11 +176,"Germany","Coral and the like","corals",1976, +176,"Germany","Coral and the like","corals",1977, +176,"Germany","Coral and the like","corals",1978, +176,"Germany","Coral and the like","corals",1979, +176,"Germany","Coral and the like","corals",1980, +176,"Germany","Coral and the like","corals",1981, +176,"Germany","Coral and the like","corals",1982, +176,"Germany","Coral and the like","corals",1983, +176,"Germany","Coral and the like","corals",1984, +176,"Germany","Coral and the like","corals",1985, +176,"Germany","Coral and the like","corals",1986, +176,"Germany","Coral and the like","corals",1987, +176,"Germany","Coral and the like","corals",1988, +176,"Germany","Coral and the like","corals",1989, +176,"Germany","Coral and the like","corals",1990, +176,"Germany","Coral and the like","corals",1991, +176,"Germany","Coral and the like","corals",1992, +176,"Germany","Coral and the like","corals",1993, +176,"Germany","Coral and the like","corals",1994, +176,"Germany","Coral and the like","corals",1995, +176,"Germany","Coral and the like","corals",1996, +176,"Germany","Coral and the like","corals",1997, +176,"Germany","Coral and the like","corals",1998, +176,"Germany","Coral and the like","corals",1999, +176,"Germany","Coral and the like","corals",2000, +176,"Germany","Coral and the like","corals",2001, +176,"Germany","Coral and the like","corals",2002, +176,"Germany","Coral and the like","corals",2003, +176,"Germany","Coral and the like","corals",2004, +176,"Germany","Coral and the like","corals",2005, +176,"Germany","Coral and the like","corals",2006, +176,"Germany","Coral and the like","corals",2007, +176,"Germany","Coral and the like","corals",2008, +176,"Germany","Coral and the like","corals",2009, +176,"Germany","Coral and the like","corals",2010, +176,"Germany","Coral and the like","corals",2011, +176,"Germany","Coral and the like","corals",2012, +176,"Germany","Coral and the like","corals",2013, +176,"Germany","Coral and the like","corals",2014, +176,"Germany","Coral and the like","corals",2015, +176,"Germany","Coral and the like","corals",2016, +176,"Germany","Coral and the like","corals",2017, +176,"Germany","Coral and the like","corals",2018, +176,"Germany","Coral and the like","corals",2019, +176,"Germany","Coral and the like","corals",2020, +176,"Germany","Coral and the like","corals",2021,0.27 176,"Germany","Fish body oils, nei","fish_oil",1976,5743 176,"Germany","Fish body oils, nei","fish_oil",1977,4369 176,"Germany","Fish body oils, nei","fish_oil",1978,6152 @@ -42434,6 +45860,7 @@ 176,"Germany","Fish body oils, nei","fish_oil",2018,12775 176,"Germany","Fish body oils, nei","fish_oil",2019,14115.83 176,"Germany","Fish body oils, nei","fish_oil",2020,15417.01 +176,"Germany","Fish body oils, nei","fish_oil",2021,19930.85 176,"Germany","Fish liver oils, nei","fish_oil",1976,1085 176,"Germany","Fish liver oils, nei","fish_oil",1977,491 176,"Germany","Fish liver oils, nei","fish_oil",1978,264 @@ -42479,6 +45906,7 @@ 176,"Germany","Fish liver oils, nei","fish_oil",2018,246 176,"Germany","Fish liver oils, nei","fish_oil",2019,230.95 176,"Germany","Fish liver oils, nei","fish_oil",2020,454.61 +176,"Germany","Fish liver oils, nei","fish_oil",2021,1035.8 176,"Germany","Halibuts, liver oils","fish_oil",1976, 176,"Germany","Halibuts, liver oils","fish_oil",1977, 176,"Germany","Halibuts, liver oils","fish_oil",1978, @@ -42524,6 +45952,7 @@ 176,"Germany","Halibuts, liver oils","fish_oil",2018,0.1 176,"Germany","Halibuts, liver oils","fish_oil",2019,0.08 176,"Germany","Halibuts, liver oils","fish_oil",2020,39.55 +176,"Germany","Halibuts, liver oils","fish_oil",2021,7.41 176,"Germany","Miscellaneous corals and shells","shells",1976, 176,"Germany","Miscellaneous corals and shells","shells",1977, 176,"Germany","Miscellaneous corals and shells","shells",1978, @@ -42569,6 +45998,7 @@ 176,"Germany","Miscellaneous corals and shells","shells",2018,537 176,"Germany","Miscellaneous corals and shells","shells",2019,633.83 176,"Germany","Miscellaneous corals and shells","shells",2020,521.84 +176,"Germany","Miscellaneous corals and shells","shells",2021,556.53 176,"Germany","Natural sponges other than raw","sponges",1976, 176,"Germany","Natural sponges other than raw","sponges",1977, 176,"Germany","Natural sponges other than raw","sponges",1978, @@ -42614,6 +46044,7 @@ 176,"Germany","Natural sponges other than raw","sponges",2018,16 176,"Germany","Natural sponges other than raw","sponges",2019,11.4 176,"Germany","Natural sponges other than raw","sponges",2020,11.36 +176,"Germany","Natural sponges other than raw","sponges",2021,8.67 176,"Germany","Natural sponges raw","sponges",1976,1 176,"Germany","Natural sponges raw","sponges",1977,2 176,"Germany","Natural sponges raw","sponges",1978,2 @@ -42659,6 +46090,7 @@ 176,"Germany","Natural sponges raw","sponges",2018,0.1 176,"Germany","Natural sponges raw","sponges",2019,0.1 176,"Germany","Natural sponges raw","sponges",2020,0.22 +176,"Germany","Natural sponges raw","sponges",2021,0.56 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",1976, 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",1977, 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -42704,6 +46136,7 @@ 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",2018, 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",2019, 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",2020, +176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",2021, 176,"Germany","Ornamental saltwater fish","ornamentals",1976, 176,"Germany","Ornamental saltwater fish","ornamentals",1977, 176,"Germany","Ornamental saltwater fish","ornamentals",1978, @@ -42749,6 +46182,7 @@ 176,"Germany","Ornamental saltwater fish","ornamentals",2018,2 176,"Germany","Ornamental saltwater fish","ornamentals",2019,1.2 176,"Germany","Ornamental saltwater fish","ornamentals",2020,0.45 +176,"Germany","Ornamental saltwater fish","ornamentals",2021,0.39 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -42794,6 +46228,7 @@ 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -42839,6 +46274,7 @@ 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,975 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,601.32 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,308.72 +176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,340.39 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -42884,6 +46320,7 @@ 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,167 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,627.22 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,715.14 +176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,848.67 176,"Germany","Shells nei","shells",1976,215 176,"Germany","Shells nei","shells",1977,204 176,"Germany","Shells nei","shells",1978,109 @@ -42929,6 +46366,7 @@ 176,"Germany","Shells nei","shells",2018, 176,"Germany","Shells nei","shells",2019, 176,"Germany","Shells nei","shells",2020, +176,"Germany","Shells nei","shells",2021, 177,"Netherlands","Agar agar nei","seaweeds",1976,1 177,"Netherlands","Agar agar nei","seaweeds",1977,1 177,"Netherlands","Agar agar nei","seaweeds",1978,1 @@ -42974,6 +46412,53 @@ 177,"Netherlands","Agar agar nei","seaweeds",2018,49 177,"Netherlands","Agar agar nei","seaweeds",2019,92.55 177,"Netherlands","Agar agar nei","seaweeds",2020,28.98 +177,"Netherlands","Agar agar nei","seaweeds",2021,46.77 +177,"Netherlands","Coral and the like","corals",1976, +177,"Netherlands","Coral and the like","corals",1977, +177,"Netherlands","Coral and the like","corals",1978, +177,"Netherlands","Coral and the like","corals",1979, +177,"Netherlands","Coral and the like","corals",1980, +177,"Netherlands","Coral and the like","corals",1981, +177,"Netherlands","Coral and the like","corals",1982, +177,"Netherlands","Coral and the like","corals",1983, +177,"Netherlands","Coral and the like","corals",1984, +177,"Netherlands","Coral and the like","corals",1985, +177,"Netherlands","Coral and the like","corals",1986, +177,"Netherlands","Coral and the like","corals",1987, +177,"Netherlands","Coral and the like","corals",1988, +177,"Netherlands","Coral and the like","corals",1989, +177,"Netherlands","Coral and the like","corals",1990, +177,"Netherlands","Coral and the like","corals",1991, +177,"Netherlands","Coral and the like","corals",1992, +177,"Netherlands","Coral and the like","corals",1993, +177,"Netherlands","Coral and the like","corals",1994, +177,"Netherlands","Coral and the like","corals",1995, +177,"Netherlands","Coral and the like","corals",1996, +177,"Netherlands","Coral and the like","corals",1997, +177,"Netherlands","Coral and the like","corals",1998, +177,"Netherlands","Coral and the like","corals",1999, +177,"Netherlands","Coral and the like","corals",2000, +177,"Netherlands","Coral and the like","corals",2001, +177,"Netherlands","Coral and the like","corals",2002, +177,"Netherlands","Coral and the like","corals",2003, +177,"Netherlands","Coral and the like","corals",2004, +177,"Netherlands","Coral and the like","corals",2005, +177,"Netherlands","Coral and the like","corals",2006, +177,"Netherlands","Coral and the like","corals",2007, +177,"Netherlands","Coral and the like","corals",2008, +177,"Netherlands","Coral and the like","corals",2009, +177,"Netherlands","Coral and the like","corals",2010, +177,"Netherlands","Coral and the like","corals",2011, +177,"Netherlands","Coral and the like","corals",2012, +177,"Netherlands","Coral and the like","corals",2013, +177,"Netherlands","Coral and the like","corals",2014, +177,"Netherlands","Coral and the like","corals",2015, +177,"Netherlands","Coral and the like","corals",2016, +177,"Netherlands","Coral and the like","corals",2017, +177,"Netherlands","Coral and the like","corals",2018, +177,"Netherlands","Coral and the like","corals",2019, +177,"Netherlands","Coral and the like","corals",2020, +177,"Netherlands","Coral and the like","corals",2021,31.94 177,"Netherlands","Fish body oils, nei","fish_oil",1976,11776 177,"Netherlands","Fish body oils, nei","fish_oil",1977,9158 177,"Netherlands","Fish body oils, nei","fish_oil",1978,7666 @@ -43019,6 +46504,7 @@ 177,"Netherlands","Fish body oils, nei","fish_oil",2018,15153 177,"Netherlands","Fish body oils, nei","fish_oil",2019,15562.75 177,"Netherlands","Fish body oils, nei","fish_oil",2020,21116.53 +177,"Netherlands","Fish body oils, nei","fish_oil",2021,29969.37 177,"Netherlands","Fish liver oils, nei","fish_oil",1976, 177,"Netherlands","Fish liver oils, nei","fish_oil",1977,647 177,"Netherlands","Fish liver oils, nei","fish_oil",1978,801 @@ -43064,6 +46550,7 @@ 177,"Netherlands","Fish liver oils, nei","fish_oil",2018,499 177,"Netherlands","Fish liver oils, nei","fish_oil",2019,538.12 177,"Netherlands","Fish liver oils, nei","fish_oil",2020,689.53 +177,"Netherlands","Fish liver oils, nei","fish_oil",2021,726.08 177,"Netherlands","Halibuts, liver oils","fish_oil",1976, 177,"Netherlands","Halibuts, liver oils","fish_oil",1977, 177,"Netherlands","Halibuts, liver oils","fish_oil",1978, @@ -43109,6 +46596,7 @@ 177,"Netherlands","Halibuts, liver oils","fish_oil",2018, 177,"Netherlands","Halibuts, liver oils","fish_oil",2019, 177,"Netherlands","Halibuts, liver oils","fish_oil",2020, +177,"Netherlands","Halibuts, liver oils","fish_oil",2021,0.78 177,"Netherlands","Miscellaneous corals and shells","shells",1976, 177,"Netherlands","Miscellaneous corals and shells","shells",1977, 177,"Netherlands","Miscellaneous corals and shells","shells",1978, @@ -43154,6 +46642,7 @@ 177,"Netherlands","Miscellaneous corals and shells","shells",2018,31110 177,"Netherlands","Miscellaneous corals and shells","shells",2019,32734.87 177,"Netherlands","Miscellaneous corals and shells","shells",2020,35846.02 +177,"Netherlands","Miscellaneous corals and shells","shells",2021,37708.69 177,"Netherlands","Natural sponges other than raw","sponges",1976, 177,"Netherlands","Natural sponges other than raw","sponges",1977, 177,"Netherlands","Natural sponges other than raw","sponges",1978, @@ -43199,6 +46688,7 @@ 177,"Netherlands","Natural sponges other than raw","sponges",2018,1 177,"Netherlands","Natural sponges other than raw","sponges",2019,1.16 177,"Netherlands","Natural sponges other than raw","sponges",2020,0.14 +177,"Netherlands","Natural sponges other than raw","sponges",2021,0.12 177,"Netherlands","Natural sponges raw","sponges",1976,5 177,"Netherlands","Natural sponges raw","sponges",1977, 177,"Netherlands","Natural sponges raw","sponges",1978,1 @@ -43244,6 +46734,7 @@ 177,"Netherlands","Natural sponges raw","sponges",2018,0.1 177,"Netherlands","Natural sponges raw","sponges",2019,0.63 177,"Netherlands","Natural sponges raw","sponges",2020,0.49 +177,"Netherlands","Natural sponges raw","sponges",2021,0.65 177,"Netherlands","Ornamental fish nei","ornamentals",1976, 177,"Netherlands","Ornamental fish nei","ornamentals",1977,14 177,"Netherlands","Ornamental fish nei","ornamentals",1978,12 @@ -43289,6 +46780,7 @@ 177,"Netherlands","Ornamental fish nei","ornamentals",2018, 177,"Netherlands","Ornamental fish nei","ornamentals",2019, 177,"Netherlands","Ornamental fish nei","ornamentals",2020, +177,"Netherlands","Ornamental fish nei","ornamentals",2021, 177,"Netherlands","Ornamental saltwater fish","ornamentals",1976, 177,"Netherlands","Ornamental saltwater fish","ornamentals",1977, 177,"Netherlands","Ornamental saltwater fish","ornamentals",1978, @@ -43334,6 +46826,7 @@ 177,"Netherlands","Ornamental saltwater fish","ornamentals",2018,434 177,"Netherlands","Ornamental saltwater fish","ornamentals",2019,817.71 177,"Netherlands","Ornamental saltwater fish","ornamentals",2020,1277.23 +177,"Netherlands","Ornamental saltwater fish","ornamentals",2021,2190.94 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -43379,6 +46872,7 @@ 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -43424,6 +46918,7 @@ 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,273 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,260.43 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,265.69 +177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,303.33 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -43469,6 +46964,7 @@ 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,441 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,333.09 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,271.52 +177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,316.65 177,"Netherlands","Shells nei","shells",1976,19953 177,"Netherlands","Shells nei","shells",1977,19186 177,"Netherlands","Shells nei","shells",1978,16590 @@ -43514,6 +47010,7 @@ 177,"Netherlands","Shells nei","shells",2018, 177,"Netherlands","Shells nei","shells",2019, 177,"Netherlands","Shells nei","shells",2020, +177,"Netherlands","Shells nei","shells",2021, 178,"Poland","Agar agar nei","seaweeds",1976, 178,"Poland","Agar agar nei","seaweeds",1977, 178,"Poland","Agar agar nei","seaweeds",1978, @@ -43559,6 +47056,53 @@ 178,"Poland","Agar agar nei","seaweeds",2018,3 178,"Poland","Agar agar nei","seaweeds",2019,8.01 178,"Poland","Agar agar nei","seaweeds",2020,4.95 +178,"Poland","Agar agar nei","seaweeds",2021,8.75 +178,"Poland","Coral and the like","corals",1976, +178,"Poland","Coral and the like","corals",1977, +178,"Poland","Coral and the like","corals",1978, +178,"Poland","Coral and the like","corals",1979, +178,"Poland","Coral and the like","corals",1980, +178,"Poland","Coral and the like","corals",1981, +178,"Poland","Coral and the like","corals",1982, +178,"Poland","Coral and the like","corals",1983, +178,"Poland","Coral and the like","corals",1984, +178,"Poland","Coral and the like","corals",1985, +178,"Poland","Coral and the like","corals",1986, +178,"Poland","Coral and the like","corals",1987, +178,"Poland","Coral and the like","corals",1988, +178,"Poland","Coral and the like","corals",1989, +178,"Poland","Coral and the like","corals",1990, +178,"Poland","Coral and the like","corals",1991, +178,"Poland","Coral and the like","corals",1992, +178,"Poland","Coral and the like","corals",1993, +178,"Poland","Coral and the like","corals",1994, +178,"Poland","Coral and the like","corals",1995, +178,"Poland","Coral and the like","corals",1996, +178,"Poland","Coral and the like","corals",1997, +178,"Poland","Coral and the like","corals",1998, +178,"Poland","Coral and the like","corals",1999, +178,"Poland","Coral and the like","corals",2000, +178,"Poland","Coral and the like","corals",2001, +178,"Poland","Coral and the like","corals",2002, +178,"Poland","Coral and the like","corals",2003, +178,"Poland","Coral and the like","corals",2004, +178,"Poland","Coral and the like","corals",2005, +178,"Poland","Coral and the like","corals",2006, +178,"Poland","Coral and the like","corals",2007, +178,"Poland","Coral and the like","corals",2008, +178,"Poland","Coral and the like","corals",2009, +178,"Poland","Coral and the like","corals",2010, +178,"Poland","Coral and the like","corals",2011, +178,"Poland","Coral and the like","corals",2012, +178,"Poland","Coral and the like","corals",2013, +178,"Poland","Coral and the like","corals",2014, +178,"Poland","Coral and the like","corals",2015, +178,"Poland","Coral and the like","corals",2016, +178,"Poland","Coral and the like","corals",2017, +178,"Poland","Coral and the like","corals",2018, +178,"Poland","Coral and the like","corals",2019, +178,"Poland","Coral and the like","corals",2020, +178,"Poland","Coral and the like","corals",2021,2.8 178,"Poland","Fish body oils, nei","fish_oil",1976, 178,"Poland","Fish body oils, nei","fish_oil",1977, 178,"Poland","Fish body oils, nei","fish_oil",1978, @@ -43604,6 +47148,7 @@ 178,"Poland","Fish body oils, nei","fish_oil",2018,3130 178,"Poland","Fish body oils, nei","fish_oil",2019,2886.75 178,"Poland","Fish body oils, nei","fish_oil",2020,6438.77 +178,"Poland","Fish body oils, nei","fish_oil",2021,6405.86 178,"Poland","Fish liver oils, nei","fish_oil",1976, 178,"Poland","Fish liver oils, nei","fish_oil",1977, 178,"Poland","Fish liver oils, nei","fish_oil",1978, @@ -43649,6 +47194,7 @@ 178,"Poland","Fish liver oils, nei","fish_oil",2018,334 178,"Poland","Fish liver oils, nei","fish_oil",2019,4.26 178,"Poland","Fish liver oils, nei","fish_oil",2020,1.99 +178,"Poland","Fish liver oils, nei","fish_oil",2021,54.39 178,"Poland","Halibuts, liver oils","fish_oil",1976, 178,"Poland","Halibuts, liver oils","fish_oil",1977, 178,"Poland","Halibuts, liver oils","fish_oil",1978, @@ -43694,6 +47240,7 @@ 178,"Poland","Halibuts, liver oils","fish_oil",2018,0.1 178,"Poland","Halibuts, liver oils","fish_oil",2019,0.12 178,"Poland","Halibuts, liver oils","fish_oil",2020,0.11 +178,"Poland","Halibuts, liver oils","fish_oil",2021, 178,"Poland","Miscellaneous corals and shells","shells",1976, 178,"Poland","Miscellaneous corals and shells","shells",1977, 178,"Poland","Miscellaneous corals and shells","shells",1978, @@ -43739,6 +47286,7 @@ 178,"Poland","Miscellaneous corals and shells","shells",2018,141 178,"Poland","Miscellaneous corals and shells","shells",2019,45.06 178,"Poland","Miscellaneous corals and shells","shells",2020,6.93 +178,"Poland","Miscellaneous corals and shells","shells",2021,30.47 178,"Poland","Natural sponges other than raw","sponges",1976, 178,"Poland","Natural sponges other than raw","sponges",1977, 178,"Poland","Natural sponges other than raw","sponges",1978, @@ -43782,8 +47330,9 @@ 178,"Poland","Natural sponges other than raw","sponges",2016,0.1 178,"Poland","Natural sponges other than raw","sponges",2017,0.1 178,"Poland","Natural sponges other than raw","sponges",2018,1 -178,"Poland","Natural sponges other than raw","sponges",2019,0.46 -178,"Poland","Natural sponges other than raw","sponges",2020,3.11 +178,"Poland","Natural sponges other than raw","sponges",2019,273.86 +178,"Poland","Natural sponges other than raw","sponges",2020,779.17 +178,"Poland","Natural sponges other than raw","sponges",2021,1781.86 178,"Poland","Natural sponges raw","sponges",1976, 178,"Poland","Natural sponges raw","sponges",1977, 178,"Poland","Natural sponges raw","sponges",1978, @@ -43827,8 +47376,9 @@ 178,"Poland","Natural sponges raw","sponges",2016, 178,"Poland","Natural sponges raw","sponges",2017, 178,"Poland","Natural sponges raw","sponges",2018, -178,"Poland","Natural sponges raw","sponges",2019,0.01 +178,"Poland","Natural sponges raw","sponges",2019,8.13 178,"Poland","Natural sponges raw","sponges",2020,5.89 +178,"Poland","Natural sponges raw","sponges",2021,0.26 178,"Poland","Ornamental fish nei","ornamentals",1976, 178,"Poland","Ornamental fish nei","ornamentals",1977, 178,"Poland","Ornamental fish nei","ornamentals",1978, @@ -43874,6 +47424,7 @@ 178,"Poland","Ornamental fish nei","ornamentals",2018, 178,"Poland","Ornamental fish nei","ornamentals",2019, 178,"Poland","Ornamental fish nei","ornamentals",2020, +178,"Poland","Ornamental fish nei","ornamentals",2021, 178,"Poland","Ornamental saltwater fish","ornamentals",1976, 178,"Poland","Ornamental saltwater fish","ornamentals",1977, 178,"Poland","Ornamental saltwater fish","ornamentals",1978, @@ -43919,6 +47470,7 @@ 178,"Poland","Ornamental saltwater fish","ornamentals",2018, 178,"Poland","Ornamental saltwater fish","ornamentals",2019,0.38 178,"Poland","Ornamental saltwater fish","ornamentals",2020,0.87 +178,"Poland","Ornamental saltwater fish","ornamentals",2021,0.4 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -43964,6 +47516,7 @@ 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -44009,6 +47562,7 @@ 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,244 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,174.47 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,143.96 +178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,264.42 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -44054,6 +47608,7 @@ 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,3 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,3.51 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1.82 +178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,4.71 179,"France","Agar agar nei","seaweeds",1976,64 179,"France","Agar agar nei","seaweeds",1977,63 179,"France","Agar agar nei","seaweeds",1978,52 @@ -44099,6 +47654,7 @@ 179,"France","Agar agar nei","seaweeds",2018,74 179,"France","Agar agar nei","seaweeds",2019,59.33 179,"France","Agar agar nei","seaweeds",2020,29.57 +179,"France","Agar agar nei","seaweeds",2021,52 179,"France","Coral and the like","corals",1976,25 179,"France","Coral and the like","corals",1977,5 179,"France","Coral and the like","corals",1978,76 @@ -44144,6 +47700,7 @@ 179,"France","Coral and the like","corals",2018, 179,"France","Coral and the like","corals",2019, 179,"France","Coral and the like","corals",2020, +179,"France","Coral and the like","corals",2021,0.6 179,"France","Fish body oils, nei","fish_oil",1976,5001 179,"France","Fish body oils, nei","fish_oil",1977,5075 179,"France","Fish body oils, nei","fish_oil",1978,4816 @@ -44189,6 +47746,7 @@ 179,"France","Fish body oils, nei","fish_oil",2018,22602 179,"France","Fish body oils, nei","fish_oil",2019,22060.63 179,"France","Fish body oils, nei","fish_oil",2020,25264.91 +179,"France","Fish body oils, nei","fish_oil",2021,26693.85 179,"France","Fish liver oils, nei","fish_oil",1976,344 179,"France","Fish liver oils, nei","fish_oil",1977,300 179,"France","Fish liver oils, nei","fish_oil",1978,157 @@ -44234,6 +47792,7 @@ 179,"France","Fish liver oils, nei","fish_oil",2018,1127 179,"France","Fish liver oils, nei","fish_oil",2019,993.22 179,"France","Fish liver oils, nei","fish_oil",2020,1136.09 +179,"France","Fish liver oils, nei","fish_oil",2021,986.45 179,"France","Halibuts, liver oils","fish_oil",1976, 179,"France","Halibuts, liver oils","fish_oil",1977, 179,"France","Halibuts, liver oils","fish_oil",1978, @@ -44279,6 +47838,7 @@ 179,"France","Halibuts, liver oils","fish_oil",2018,0.1 179,"France","Halibuts, liver oils","fish_oil",2019,0.02 179,"France","Halibuts, liver oils","fish_oil",2020,0.03 +179,"France","Halibuts, liver oils","fish_oil",2021,0.02 179,"France","Miscellaneous corals and shells","shells",1976, 179,"France","Miscellaneous corals and shells","shells",1977, 179,"France","Miscellaneous corals and shells","shells",1978, @@ -44324,6 +47884,7 @@ 179,"France","Miscellaneous corals and shells","shells",2018,327 179,"France","Miscellaneous corals and shells","shells",2019,323.54 179,"France","Miscellaneous corals and shells","shells",2020,410.57 +179,"France","Miscellaneous corals and shells","shells",2021,779.89 179,"France","Natural sponges other than raw","sponges",1976, 179,"France","Natural sponges other than raw","sponges",1977, 179,"France","Natural sponges other than raw","sponges",1978, @@ -44369,6 +47930,7 @@ 179,"France","Natural sponges other than raw","sponges",2018,6 179,"France","Natural sponges other than raw","sponges",2019,5.23 179,"France","Natural sponges other than raw","sponges",2020,4.88 +179,"France","Natural sponges other than raw","sponges",2021,5.94 179,"France","Natural sponges raw","sponges",1976,46 179,"France","Natural sponges raw","sponges",1977,55 179,"France","Natural sponges raw","sponges",1978,60 @@ -44414,6 +47976,7 @@ 179,"France","Natural sponges raw","sponges",2018,25 179,"France","Natural sponges raw","sponges",2019,9.93 179,"France","Natural sponges raw","sponges",2020,1.74 +179,"France","Natural sponges raw","sponges",2021,5.27 179,"France","Ornamental saltwater fish","ornamentals",1976, 179,"France","Ornamental saltwater fish","ornamentals",1977, 179,"France","Ornamental saltwater fish","ornamentals",1978, @@ -44459,6 +48022,7 @@ 179,"France","Ornamental saltwater fish","ornamentals",2018,39 179,"France","Ornamental saltwater fish","ornamentals",2019,30.03 179,"France","Ornamental saltwater fish","ornamentals",2020,25.54 +179,"France","Ornamental saltwater fish","ornamentals",2021,31.33 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",1976,1242 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",1977,1257 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",1978,107 @@ -44504,6 +48068,7 @@ 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -44549,6 +48114,7 @@ 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,622 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,537.1 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,901.28 +179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,989.88 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -44594,6 +48160,7 @@ 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,5579 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,8180.04 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,8606.48 +179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,9575.99 179,"France","Shells nei","shells",1976,1436 179,"France","Shells nei","shells",1977,1295 179,"France","Shells nei","shells",1978,1393 @@ -44639,6 +48206,7 @@ 179,"France","Shells nei","shells",2018, 179,"France","Shells nei","shells",2019, 179,"France","Shells nei","shells",2020, +179,"France","Shells nei","shells",2021, 180,"United Kingdom","Agar agar nei","seaweeds",1976,27 180,"United Kingdom","Agar agar nei","seaweeds",1977,33 180,"United Kingdom","Agar agar nei","seaweeds",1978,53 @@ -44684,6 +48252,7 @@ 180,"United Kingdom","Agar agar nei","seaweeds",2018,103 180,"United Kingdom","Agar agar nei","seaweeds",2019,89.19 180,"United Kingdom","Agar agar nei","seaweeds",2020,74.58 +180,"United Kingdom","Agar agar nei","seaweeds",2021,31.56 180,"United Kingdom","Fish body oils, nei","fish_oil",1976,995 180,"United Kingdom","Fish body oils, nei","fish_oil",1977,2531 180,"United Kingdom","Fish body oils, nei","fish_oil",1978,2637 @@ -44729,6 +48298,7 @@ 180,"United Kingdom","Fish body oils, nei","fish_oil",2018,10023 180,"United Kingdom","Fish body oils, nei","fish_oil",2019,11297.83 180,"United Kingdom","Fish body oils, nei","fish_oil",2020,9705.44 +180,"United Kingdom","Fish body oils, nei","fish_oil",2021,9101.48 180,"United Kingdom","Fish liver oils, nei","fish_oil",1976,2098 180,"United Kingdom","Fish liver oils, nei","fish_oil",1977,1953 180,"United Kingdom","Fish liver oils, nei","fish_oil",1978,1340 @@ -44774,6 +48344,7 @@ 180,"United Kingdom","Fish liver oils, nei","fish_oil",2018,595 180,"United Kingdom","Fish liver oils, nei","fish_oil",2019,574.11 180,"United Kingdom","Fish liver oils, nei","fish_oil",2020,279.35 +180,"United Kingdom","Fish liver oils, nei","fish_oil",2021,251.25 180,"United Kingdom","Halibuts, liver oils","fish_oil",1976, 180,"United Kingdom","Halibuts, liver oils","fish_oil",1977, 180,"United Kingdom","Halibuts, liver oils","fish_oil",1978, @@ -44819,6 +48390,7 @@ 180,"United Kingdom","Halibuts, liver oils","fish_oil",2018,0.1 180,"United Kingdom","Halibuts, liver oils","fish_oil",2019,0.7 180,"United Kingdom","Halibuts, liver oils","fish_oil",2020, +180,"United Kingdom","Halibuts, liver oils","fish_oil",2021,6.58 180,"United Kingdom","Herring oil","fish_oil",1976,74 180,"United Kingdom","Herring oil","fish_oil",1977,230 180,"United Kingdom","Herring oil","fish_oil",1978, @@ -44864,6 +48436,7 @@ 180,"United Kingdom","Herring oil","fish_oil",2018, 180,"United Kingdom","Herring oil","fish_oil",2019, 180,"United Kingdom","Herring oil","fish_oil",2020, +180,"United Kingdom","Herring oil","fish_oil",2021, 180,"United Kingdom","Miscellaneous corals and shells","shells",1976, 180,"United Kingdom","Miscellaneous corals and shells","shells",1977, 180,"United Kingdom","Miscellaneous corals and shells","shells",1978, @@ -44909,6 +48482,7 @@ 180,"United Kingdom","Miscellaneous corals and shells","shells",2018,8063 180,"United Kingdom","Miscellaneous corals and shells","shells",2019,4266.36 180,"United Kingdom","Miscellaneous corals and shells","shells",2020,3728.91 +180,"United Kingdom","Miscellaneous corals and shells","shells",2021,4119.63 180,"United Kingdom","Natural sponges other than raw","sponges",1976, 180,"United Kingdom","Natural sponges other than raw","sponges",1977, 180,"United Kingdom","Natural sponges other than raw","sponges",1978, @@ -44954,6 +48528,7 @@ 180,"United Kingdom","Natural sponges other than raw","sponges",2018,17 180,"United Kingdom","Natural sponges other than raw","sponges",2019,2.52 180,"United Kingdom","Natural sponges other than raw","sponges",2020,15.25 +180,"United Kingdom","Natural sponges other than raw","sponges",2021,25.1 180,"United Kingdom","Natural sponges raw","sponges",1976,0.1 180,"United Kingdom","Natural sponges raw","sponges",1977,0.1 180,"United Kingdom","Natural sponges raw","sponges",1978,0.1 @@ -44999,6 +48574,7 @@ 180,"United Kingdom","Natural sponges raw","sponges",2018,100 180,"United Kingdom","Natural sponges raw","sponges",2019,121.33 180,"United Kingdom","Natural sponges raw","sponges",2020,65.1 +180,"United Kingdom","Natural sponges raw","sponges",2021,182.04 180,"United Kingdom","Ornamental saltwater fish","ornamentals",1976, 180,"United Kingdom","Ornamental saltwater fish","ornamentals",1977, 180,"United Kingdom","Ornamental saltwater fish","ornamentals",1978, @@ -45044,6 +48620,7 @@ 180,"United Kingdom","Ornamental saltwater fish","ornamentals",2018,111 180,"United Kingdom","Ornamental saltwater fish","ornamentals",2019,127.59 180,"United Kingdom","Ornamental saltwater fish","ornamentals",2020,115.31 +180,"United Kingdom","Ornamental saltwater fish","ornamentals",2021,8 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -45089,6 +48666,7 @@ 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -45134,6 +48712,7 @@ 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,2394 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,2867.51 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,2551.52 +180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1277.8 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -45179,6 +48758,7 @@ 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,416 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,364.91 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,609.1 +180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1202.09 180,"United Kingdom","Shells nei","shells",1976,125 180,"United Kingdom","Shells nei","shells",1977,226 180,"United Kingdom","Shells nei","shells",1978,414 @@ -45224,6 +48804,7 @@ 180,"United Kingdom","Shells nei","shells",2018, 180,"United Kingdom","Shells nei","shells",2019, 180,"United Kingdom","Shells nei","shells",2020, +180,"United Kingdom","Shells nei","shells",2021, 181,"Ireland","Agar agar nei","seaweeds",1976,25 181,"Ireland","Agar agar nei","seaweeds",1977,36 181,"Ireland","Agar agar nei","seaweeds",1978,45 @@ -45269,6 +48850,7 @@ 181,"Ireland","Agar agar nei","seaweeds",2018,0.1 181,"Ireland","Agar agar nei","seaweeds",2019,0.22 181,"Ireland","Agar agar nei","seaweeds",2020,3.53 +181,"Ireland","Agar agar nei","seaweeds",2021,0.22 181,"Ireland","Fish body oils, nei","fish_oil",1976,2006 181,"Ireland","Fish body oils, nei","fish_oil",1977,1693 181,"Ireland","Fish body oils, nei","fish_oil",1978,2832 @@ -45314,6 +48896,7 @@ 181,"Ireland","Fish body oils, nei","fish_oil",2018,2985 181,"Ireland","Fish body oils, nei","fish_oil",2019,3422.78 181,"Ireland","Fish body oils, nei","fish_oil",2020,3336.37 +181,"Ireland","Fish body oils, nei","fish_oil",2021,5154.96 181,"Ireland","Fish liver oils, nei","fish_oil",1976, 181,"Ireland","Fish liver oils, nei","fish_oil",1977,20 181,"Ireland","Fish liver oils, nei","fish_oil",1978,123 @@ -45359,6 +48942,7 @@ 181,"Ireland","Fish liver oils, nei","fish_oil",2018,36 181,"Ireland","Fish liver oils, nei","fish_oil",2019,26.32 181,"Ireland","Fish liver oils, nei","fish_oil",2020,19.84 +181,"Ireland","Fish liver oils, nei","fish_oil",2021,22.2 181,"Ireland","Halibuts, liver oils","fish_oil",1976, 181,"Ireland","Halibuts, liver oils","fish_oil",1977, 181,"Ireland","Halibuts, liver oils","fish_oil",1978, @@ -45404,6 +48988,7 @@ 181,"Ireland","Halibuts, liver oils","fish_oil",2018, 181,"Ireland","Halibuts, liver oils","fish_oil",2019, 181,"Ireland","Halibuts, liver oils","fish_oil",2020, +181,"Ireland","Halibuts, liver oils","fish_oil",2021, 181,"Ireland","Miscellaneous corals and shells","shells",1976, 181,"Ireland","Miscellaneous corals and shells","shells",1977, 181,"Ireland","Miscellaneous corals and shells","shells",1978, @@ -45449,6 +49034,7 @@ 181,"Ireland","Miscellaneous corals and shells","shells",2018,39 181,"Ireland","Miscellaneous corals and shells","shells",2019,8.98 181,"Ireland","Miscellaneous corals and shells","shells",2020,23.06 +181,"Ireland","Miscellaneous corals and shells","shells",2021,2.56 181,"Ireland","Natural sponges other than raw","sponges",1976, 181,"Ireland","Natural sponges other than raw","sponges",1977, 181,"Ireland","Natural sponges other than raw","sponges",1978, @@ -45494,6 +49080,7 @@ 181,"Ireland","Natural sponges other than raw","sponges",2018,38 181,"Ireland","Natural sponges other than raw","sponges",2019, 181,"Ireland","Natural sponges other than raw","sponges",2020,4.22 +181,"Ireland","Natural sponges other than raw","sponges",2021,0 181,"Ireland","Natural sponges raw","sponges",1976, 181,"Ireland","Natural sponges raw","sponges",1977, 181,"Ireland","Natural sponges raw","sponges",1978, @@ -45539,6 +49126,7 @@ 181,"Ireland","Natural sponges raw","sponges",2018, 181,"Ireland","Natural sponges raw","sponges",2019, 181,"Ireland","Natural sponges raw","sponges",2020, +181,"Ireland","Natural sponges raw","sponges",2021,0.01 181,"Ireland","Ornamental saltwater fish","ornamentals",1976, 181,"Ireland","Ornamental saltwater fish","ornamentals",1977, 181,"Ireland","Ornamental saltwater fish","ornamentals",1978, @@ -45584,6 +49172,7 @@ 181,"Ireland","Ornamental saltwater fish","ornamentals",2018,3 181,"Ireland","Ornamental saltwater fish","ornamentals",2019, 181,"Ireland","Ornamental saltwater fish","ornamentals",2020,2.89 +181,"Ireland","Ornamental saltwater fish","ornamentals",2021,0 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -45629,6 +49218,7 @@ 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -45674,6 +49264,7 @@ 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,323 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,24.38 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,498.06 +181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,6166.24 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -45719,6 +49310,7 @@ 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,76509 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,69733.6 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,77440.7 +181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,76069.09 181,"Ireland","Shells nei","shells",1976,4 181,"Ireland","Shells nei","shells",1977,2 181,"Ireland","Shells nei","shells",1978, @@ -45764,6 +49356,7 @@ 181,"Ireland","Shells nei","shells",2018, 181,"Ireland","Shells nei","shells",2019, 181,"Ireland","Shells nei","shells",2020, +181,"Ireland","Shells nei","shells",2021, 182,"Spain","Agar agar nei","seaweeds",1976, 182,"Spain","Agar agar nei","seaweeds",1977, 182,"Spain","Agar agar nei","seaweeds",1978, @@ -45809,6 +49402,7 @@ 182,"Spain","Agar agar nei","seaweeds",2018,1354 182,"Spain","Agar agar nei","seaweeds",2019,1420.12 182,"Spain","Agar agar nei","seaweeds",2020,1612.16 +182,"Spain","Agar agar nei","seaweeds",2021,1640.28 182,"Spain","Coral and the like","corals",1976, 182,"Spain","Coral and the like","corals",1977, 182,"Spain","Coral and the like","corals",1978, @@ -45854,6 +49448,7 @@ 182,"Spain","Coral and the like","corals",2018, 182,"Spain","Coral and the like","corals",2019, 182,"Spain","Coral and the like","corals",2020, +182,"Spain","Coral and the like","corals",2021,0.95 182,"Spain","Fish body oils, nei","fish_oil",1976,5992 182,"Spain","Fish body oils, nei","fish_oil",1977,2686 182,"Spain","Fish body oils, nei","fish_oil",1978,1795 @@ -45899,6 +49494,7 @@ 182,"Spain","Fish body oils, nei","fish_oil",2018,8355 182,"Spain","Fish body oils, nei","fish_oil",2019,10310.67 182,"Spain","Fish body oils, nei","fish_oil",2020,11034.45 +182,"Spain","Fish body oils, nei","fish_oil",2021,14105.29 182,"Spain","Fish liver oils, nei","fish_oil",1976, 182,"Spain","Fish liver oils, nei","fish_oil",1977, 182,"Spain","Fish liver oils, nei","fish_oil",1978, @@ -45944,6 +49540,7 @@ 182,"Spain","Fish liver oils, nei","fish_oil",2018,1 182,"Spain","Fish liver oils, nei","fish_oil",2019,182.12 182,"Spain","Fish liver oils, nei","fish_oil",2020,731.2 +182,"Spain","Fish liver oils, nei","fish_oil",2021,469.86 182,"Spain","Halibuts, liver oils","fish_oil",1976, 182,"Spain","Halibuts, liver oils","fish_oil",1977, 182,"Spain","Halibuts, liver oils","fish_oil",1978, @@ -45989,6 +49586,7 @@ 182,"Spain","Halibuts, liver oils","fish_oil",2018, 182,"Spain","Halibuts, liver oils","fish_oil",2019, 182,"Spain","Halibuts, liver oils","fish_oil",2020, +182,"Spain","Halibuts, liver oils","fish_oil",2021, 182,"Spain","Miscellaneous corals and shells","shells",1976, 182,"Spain","Miscellaneous corals and shells","shells",1977, 182,"Spain","Miscellaneous corals and shells","shells",1978, @@ -46034,6 +49632,7 @@ 182,"Spain","Miscellaneous corals and shells","shells",2018,10 182,"Spain","Miscellaneous corals and shells","shells",2019,8.71 182,"Spain","Miscellaneous corals and shells","shells",2020,2.47 +182,"Spain","Miscellaneous corals and shells","shells",2021,7.47 182,"Spain","Natural sponges other than raw","sponges",1976, 182,"Spain","Natural sponges other than raw","sponges",1977, 182,"Spain","Natural sponges other than raw","sponges",1978, @@ -46079,6 +49678,7 @@ 182,"Spain","Natural sponges other than raw","sponges",2018,10 182,"Spain","Natural sponges other than raw","sponges",2019,34.4 182,"Spain","Natural sponges other than raw","sponges",2020,30 +182,"Spain","Natural sponges other than raw","sponges",2021,86.35 182,"Spain","Natural sponges raw","sponges",1976, 182,"Spain","Natural sponges raw","sponges",1977, 182,"Spain","Natural sponges raw","sponges",1978, @@ -46124,6 +49724,7 @@ 182,"Spain","Natural sponges raw","sponges",2018,0.1 182,"Spain","Natural sponges raw","sponges",2019,0.04 182,"Spain","Natural sponges raw","sponges",2020,0.07 +182,"Spain","Natural sponges raw","sponges",2021,0.03 182,"Spain","Ornamental fish nei","ornamentals",1976, 182,"Spain","Ornamental fish nei","ornamentals",1977,30 182,"Spain","Ornamental fish nei","ornamentals",1978, @@ -46169,6 +49770,7 @@ 182,"Spain","Ornamental fish nei","ornamentals",2018, 182,"Spain","Ornamental fish nei","ornamentals",2019, 182,"Spain","Ornamental fish nei","ornamentals",2020, +182,"Spain","Ornamental fish nei","ornamentals",2021, 182,"Spain","Ornamental saltwater fish","ornamentals",1976, 182,"Spain","Ornamental saltwater fish","ornamentals",1977, 182,"Spain","Ornamental saltwater fish","ornamentals",1978, @@ -46214,6 +49816,7 @@ 182,"Spain","Ornamental saltwater fish","ornamentals",2018,5388 182,"Spain","Ornamental saltwater fish","ornamentals",2019,5127.36 182,"Spain","Ornamental saltwater fish","ornamentals",2020,4957.06 +182,"Spain","Ornamental saltwater fish","ornamentals",2021,4758.08 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -46259,6 +49862,7 @@ 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -46304,6 +49908,7 @@ 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,134 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,345.39 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,960.83 +182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1340.08 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -46349,6 +49954,7 @@ 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,2438 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1987.74 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1245.36 +182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1981.63 182,"Spain","Shells nei","shells",1976, 182,"Spain","Shells nei","shells",1977, 182,"Spain","Shells nei","shells",1978, @@ -46394,6 +50000,7 @@ 182,"Spain","Shells nei","shells",2018, 182,"Spain","Shells nei","shells",2019, 182,"Spain","Shells nei","shells",2020, +182,"Spain","Shells nei","shells",2021, 183,"Portugal","Agar agar nei","seaweeds",1976,561 183,"Portugal","Agar agar nei","seaweeds",1977,460 183,"Portugal","Agar agar nei","seaweeds",1978,551 @@ -46439,6 +50046,7 @@ 183,"Portugal","Agar agar nei","seaweeds",2018,1 183,"Portugal","Agar agar nei","seaweeds",2019,4.2 183,"Portugal","Agar agar nei","seaweeds",2020,4.79 +183,"Portugal","Agar agar nei","seaweeds",2021,2.75 183,"Portugal","Cod liver oil","fish_oil",1976,1443 183,"Portugal","Cod liver oil","fish_oil",1977,840 183,"Portugal","Cod liver oil","fish_oil",1978,536 @@ -46484,6 +50092,53 @@ 183,"Portugal","Cod liver oil","fish_oil",2018, 183,"Portugal","Cod liver oil","fish_oil",2019, 183,"Portugal","Cod liver oil","fish_oil",2020, +183,"Portugal","Cod liver oil","fish_oil",2021, +183,"Portugal","Coral and the like","corals",1976, +183,"Portugal","Coral and the like","corals",1977, +183,"Portugal","Coral and the like","corals",1978, +183,"Portugal","Coral and the like","corals",1979, +183,"Portugal","Coral and the like","corals",1980, +183,"Portugal","Coral and the like","corals",1981, +183,"Portugal","Coral and the like","corals",1982, +183,"Portugal","Coral and the like","corals",1983, +183,"Portugal","Coral and the like","corals",1984, +183,"Portugal","Coral and the like","corals",1985, +183,"Portugal","Coral and the like","corals",1986, +183,"Portugal","Coral and the like","corals",1987, +183,"Portugal","Coral and the like","corals",1988, +183,"Portugal","Coral and the like","corals",1989, +183,"Portugal","Coral and the like","corals",1990, +183,"Portugal","Coral and the like","corals",1991, +183,"Portugal","Coral and the like","corals",1992, +183,"Portugal","Coral and the like","corals",1993, +183,"Portugal","Coral and the like","corals",1994, +183,"Portugal","Coral and the like","corals",1995, +183,"Portugal","Coral and the like","corals",1996, +183,"Portugal","Coral and the like","corals",1997, +183,"Portugal","Coral and the like","corals",1998, +183,"Portugal","Coral and the like","corals",1999, +183,"Portugal","Coral and the like","corals",2000, +183,"Portugal","Coral and the like","corals",2001, +183,"Portugal","Coral and the like","corals",2002, +183,"Portugal","Coral and the like","corals",2003, +183,"Portugal","Coral and the like","corals",2004, +183,"Portugal","Coral and the like","corals",2005, +183,"Portugal","Coral and the like","corals",2006, +183,"Portugal","Coral and the like","corals",2007, +183,"Portugal","Coral and the like","corals",2008, +183,"Portugal","Coral and the like","corals",2009, +183,"Portugal","Coral and the like","corals",2010, +183,"Portugal","Coral and the like","corals",2011, +183,"Portugal","Coral and the like","corals",2012, +183,"Portugal","Coral and the like","corals",2013, +183,"Portugal","Coral and the like","corals",2014, +183,"Portugal","Coral and the like","corals",2015, +183,"Portugal","Coral and the like","corals",2016, +183,"Portugal","Coral and the like","corals",2017, +183,"Portugal","Coral and the like","corals",2018, +183,"Portugal","Coral and the like","corals",2019, +183,"Portugal","Coral and the like","corals",2020, +183,"Portugal","Coral and the like","corals",2021,0.19 183,"Portugal","Fish body oils, nei","fish_oil",1976,4512 183,"Portugal","Fish body oils, nei","fish_oil",1977,4636 183,"Portugal","Fish body oils, nei","fish_oil",1978,3217 @@ -46529,6 +50184,7 @@ 183,"Portugal","Fish body oils, nei","fish_oil",2018,474 183,"Portugal","Fish body oils, nei","fish_oil",2019,464.85 183,"Portugal","Fish body oils, nei","fish_oil",2020,834.2 +183,"Portugal","Fish body oils, nei","fish_oil",2021,931.17 183,"Portugal","Fish liver oils, nei","fish_oil",1976,90 183,"Portugal","Fish liver oils, nei","fish_oil",1977,25 183,"Portugal","Fish liver oils, nei","fish_oil",1978,7 @@ -46574,6 +50230,7 @@ 183,"Portugal","Fish liver oils, nei","fish_oil",2018,67 183,"Portugal","Fish liver oils, nei","fish_oil",2019,386.81 183,"Portugal","Fish liver oils, nei","fish_oil",2020,196.07 +183,"Portugal","Fish liver oils, nei","fish_oil",2021,155.76 183,"Portugal","Halibuts, liver oils","fish_oil",1976, 183,"Portugal","Halibuts, liver oils","fish_oil",1977, 183,"Portugal","Halibuts, liver oils","fish_oil",1978, @@ -46619,6 +50276,7 @@ 183,"Portugal","Halibuts, liver oils","fish_oil",2018, 183,"Portugal","Halibuts, liver oils","fish_oil",2019, 183,"Portugal","Halibuts, liver oils","fish_oil",2020, +183,"Portugal","Halibuts, liver oils","fish_oil",2021, 183,"Portugal","Miscellaneous corals and shells","shells",1976, 183,"Portugal","Miscellaneous corals and shells","shells",1977, 183,"Portugal","Miscellaneous corals and shells","shells",1978, @@ -46663,7 +50321,8 @@ 183,"Portugal","Miscellaneous corals and shells","shells",2017,3 183,"Portugal","Miscellaneous corals and shells","shells",2018,5 183,"Portugal","Miscellaneous corals and shells","shells",2019,1.05 -183,"Portugal","Miscellaneous corals and shells","shells",2020,13.72 +183,"Portugal","Miscellaneous corals and shells","shells",2020,1.01 +183,"Portugal","Miscellaneous corals and shells","shells",2021,1.43 183,"Portugal","Natural sponges other than raw","sponges",1976, 183,"Portugal","Natural sponges other than raw","sponges",1977, 183,"Portugal","Natural sponges other than raw","sponges",1978, @@ -46709,6 +50368,7 @@ 183,"Portugal","Natural sponges other than raw","sponges",2018,1 183,"Portugal","Natural sponges other than raw","sponges",2019,0.01 183,"Portugal","Natural sponges other than raw","sponges",2020,24.66 +183,"Portugal","Natural sponges other than raw","sponges",2021,0.04 183,"Portugal","Natural sponges raw","sponges",1976, 183,"Portugal","Natural sponges raw","sponges",1977,0.1 183,"Portugal","Natural sponges raw","sponges",1978, @@ -46754,6 +50414,7 @@ 183,"Portugal","Natural sponges raw","sponges",2018,0.1 183,"Portugal","Natural sponges raw","sponges",2019, 183,"Portugal","Natural sponges raw","sponges",2020, +183,"Portugal","Natural sponges raw","sponges",2021, 183,"Portugal","Ornamental saltwater fish","ornamentals",1976, 183,"Portugal","Ornamental saltwater fish","ornamentals",1977, 183,"Portugal","Ornamental saltwater fish","ornamentals",1978, @@ -46799,6 +50460,7 @@ 183,"Portugal","Ornamental saltwater fish","ornamentals",2018,40 183,"Portugal","Ornamental saltwater fish","ornamentals",2019,30.25 183,"Portugal","Ornamental saltwater fish","ornamentals",2020,40.27 +183,"Portugal","Ornamental saltwater fish","ornamentals",2021,67.01 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",1976,591 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",1977,482 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",1978,346 @@ -46844,6 +50506,7 @@ 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 183,"Portugal","Sardine oil","fish_oil",1976,15 183,"Portugal","Sardine oil","fish_oil",1977,98 183,"Portugal","Sardine oil","fish_oil",1978,19 @@ -46889,6 +50552,7 @@ 183,"Portugal","Sardine oil","fish_oil",2018, 183,"Portugal","Sardine oil","fish_oil",2019, 183,"Portugal","Sardine oil","fish_oil",2020, +183,"Portugal","Sardine oil","fish_oil",2021, 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -46934,6 +50598,7 @@ 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,199 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,182.6 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,182.6 +183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,413.56 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -46979,6 +50644,7 @@ 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,2685 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,960.02 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,467.99 +183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,813.06 183,"Portugal","Shark liver oil","fish_oil",1976, 183,"Portugal","Shark liver oil","fish_oil",1977, 183,"Portugal","Shark liver oil","fish_oil",1978, @@ -47024,6 +50690,7 @@ 183,"Portugal","Shark liver oil","fish_oil",2018, 183,"Portugal","Shark liver oil","fish_oil",2019, 183,"Portugal","Shark liver oil","fish_oil",2020, +183,"Portugal","Shark liver oil","fish_oil",2021, 183,"Portugal","Shells nei","shells",1976,17 183,"Portugal","Shells nei","shells",1977,62 183,"Portugal","Shells nei","shells",1978,64 @@ -47069,6 +50736,7 @@ 183,"Portugal","Shells nei","shells",2018, 183,"Portugal","Shells nei","shells",2019, 183,"Portugal","Shells nei","shells",2020, +183,"Portugal","Shells nei","shells",2021, 184,"Italy","Agar agar nei","seaweeds",1976,11 184,"Italy","Agar agar nei","seaweeds",1977,17 184,"Italy","Agar agar nei","seaweeds",1978,16 @@ -47114,6 +50782,53 @@ 184,"Italy","Agar agar nei","seaweeds",2018,1195 184,"Italy","Agar agar nei","seaweeds",2019,953 184,"Italy","Agar agar nei","seaweeds",2020,701 +184,"Italy","Agar agar nei","seaweeds",2021,970 +184,"Italy","Coral and the like","corals",1976, +184,"Italy","Coral and the like","corals",1977, +184,"Italy","Coral and the like","corals",1978, +184,"Italy","Coral and the like","corals",1979, +184,"Italy","Coral and the like","corals",1980, +184,"Italy","Coral and the like","corals",1981, +184,"Italy","Coral and the like","corals",1982, +184,"Italy","Coral and the like","corals",1983, +184,"Italy","Coral and the like","corals",1984, +184,"Italy","Coral and the like","corals",1985, +184,"Italy","Coral and the like","corals",1986, +184,"Italy","Coral and the like","corals",1987, +184,"Italy","Coral and the like","corals",1988, +184,"Italy","Coral and the like","corals",1989, +184,"Italy","Coral and the like","corals",1990, +184,"Italy","Coral and the like","corals",1991, +184,"Italy","Coral and the like","corals",1992, +184,"Italy","Coral and the like","corals",1993, +184,"Italy","Coral and the like","corals",1994, +184,"Italy","Coral and the like","corals",1995, +184,"Italy","Coral and the like","corals",1996, +184,"Italy","Coral and the like","corals",1997, +184,"Italy","Coral and the like","corals",1998, +184,"Italy","Coral and the like","corals",1999, +184,"Italy","Coral and the like","corals",2000, +184,"Italy","Coral and the like","corals",2001, +184,"Italy","Coral and the like","corals",2002, +184,"Italy","Coral and the like","corals",2003, +184,"Italy","Coral and the like","corals",2004, +184,"Italy","Coral and the like","corals",2005, +184,"Italy","Coral and the like","corals",2006, +184,"Italy","Coral and the like","corals",2007, +184,"Italy","Coral and the like","corals",2008, +184,"Italy","Coral and the like","corals",2009, +184,"Italy","Coral and the like","corals",2010, +184,"Italy","Coral and the like","corals",2011, +184,"Italy","Coral and the like","corals",2012, +184,"Italy","Coral and the like","corals",2013, +184,"Italy","Coral and the like","corals",2014, +184,"Italy","Coral and the like","corals",2015, +184,"Italy","Coral and the like","corals",2016, +184,"Italy","Coral and the like","corals",2017, +184,"Italy","Coral and the like","corals",2018, +184,"Italy","Coral and the like","corals",2019, +184,"Italy","Coral and the like","corals",2020, +184,"Italy","Coral and the like","corals",2021,12.88 184,"Italy","Fish body oils, nei","fish_oil",1976,21 184,"Italy","Fish body oils, nei","fish_oil",1977,1 184,"Italy","Fish body oils, nei","fish_oil",1978,356 @@ -47159,6 +50874,7 @@ 184,"Italy","Fish body oils, nei","fish_oil",2018,339 184,"Italy","Fish body oils, nei","fish_oil",2019,442.6 184,"Italy","Fish body oils, nei","fish_oil",2020,733.4 +184,"Italy","Fish body oils, nei","fish_oil",2021,592 184,"Italy","Fish liver oils, nei","fish_oil",1976,4 184,"Italy","Fish liver oils, nei","fish_oil",1977,9 184,"Italy","Fish liver oils, nei","fish_oil",1978,19 @@ -47204,6 +50920,7 @@ 184,"Italy","Fish liver oils, nei","fish_oil",2018,7 184,"Italy","Fish liver oils, nei","fish_oil",2019,13.06 184,"Italy","Fish liver oils, nei","fish_oil",2020,25.74 +184,"Italy","Fish liver oils, nei","fish_oil",2021,8.26 184,"Italy","Halibuts, liver oils","fish_oil",1976, 184,"Italy","Halibuts, liver oils","fish_oil",1977, 184,"Italy","Halibuts, liver oils","fish_oil",1978, @@ -47249,6 +50966,7 @@ 184,"Italy","Halibuts, liver oils","fish_oil",2018, 184,"Italy","Halibuts, liver oils","fish_oil",2019, 184,"Italy","Halibuts, liver oils","fish_oil",2020, +184,"Italy","Halibuts, liver oils","fish_oil",2021, 184,"Italy","Miscellaneous corals and shells","shells",1976, 184,"Italy","Miscellaneous corals and shells","shells",1977, 184,"Italy","Miscellaneous corals and shells","shells",1978, @@ -47294,6 +51012,7 @@ 184,"Italy","Miscellaneous corals and shells","shells",2018,939 184,"Italy","Miscellaneous corals and shells","shells",2019,999.67 184,"Italy","Miscellaneous corals and shells","shells",2020,1153.46 +184,"Italy","Miscellaneous corals and shells","shells",2021,760.1 184,"Italy","Natural sponges other than raw","sponges",1976, 184,"Italy","Natural sponges other than raw","sponges",1977, 184,"Italy","Natural sponges other than raw","sponges",1978, @@ -47339,6 +51058,7 @@ 184,"Italy","Natural sponges other than raw","sponges",2018,43 184,"Italy","Natural sponges other than raw","sponges",2019,8.15 184,"Italy","Natural sponges other than raw","sponges",2020,32.79 +184,"Italy","Natural sponges other than raw","sponges",2021,14.25 184,"Italy","Natural sponges raw","sponges",1976,12 184,"Italy","Natural sponges raw","sponges",1977,11 184,"Italy","Natural sponges raw","sponges",1978,12 @@ -47384,6 +51104,7 @@ 184,"Italy","Natural sponges raw","sponges",2018,2 184,"Italy","Natural sponges raw","sponges",2019,5.48 184,"Italy","Natural sponges raw","sponges",2020,0.34 +184,"Italy","Natural sponges raw","sponges",2021,0.25 184,"Italy","Ornamental saltwater fish","ornamentals",1976, 184,"Italy","Ornamental saltwater fish","ornamentals",1977, 184,"Italy","Ornamental saltwater fish","ornamentals",1978, @@ -47429,6 +51150,7 @@ 184,"Italy","Ornamental saltwater fish","ornamentals",2018,40 184,"Italy","Ornamental saltwater fish","ornamentals",2019,37.04 184,"Italy","Ornamental saltwater fish","ornamentals",2020,26.12 +184,"Italy","Ornamental saltwater fish","ornamentals",2021,15 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -47474,6 +51196,7 @@ 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -47519,6 +51242,7 @@ 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,28 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,24.52 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,50.97 +184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,19.26 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -47564,6 +51288,7 @@ 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,627 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,295.27 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,880.09 +184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,791.37 184,"Italy","Shells nei","shells",1976,542 184,"Italy","Shells nei","shells",1977,429 184,"Italy","Shells nei","shells",1978,1084 @@ -47609,6 +51334,7 @@ 184,"Italy","Shells nei","shells",2018, 184,"Italy","Shells nei","shells",2019, 184,"Italy","Shells nei","shells",2020, +184,"Italy","Shells nei","shells",2021, 186,"Montenegro","Coral and the like","corals",1976, 186,"Montenegro","Coral and the like","corals",1977, 186,"Montenegro","Coral and the like","corals",1978, @@ -47654,6 +51380,7 @@ 186,"Montenegro","Coral and the like","corals",2018, 186,"Montenegro","Coral and the like","corals",2019, 186,"Montenegro","Coral and the like","corals",2020, +186,"Montenegro","Coral and the like","corals",2021, 186,"Montenegro","Fish body oils, nei","fish_oil",1976, 186,"Montenegro","Fish body oils, nei","fish_oil",1977, 186,"Montenegro","Fish body oils, nei","fish_oil",1978, @@ -47699,6 +51426,7 @@ 186,"Montenegro","Fish body oils, nei","fish_oil",2018, 186,"Montenegro","Fish body oils, nei","fish_oil",2019, 186,"Montenegro","Fish body oils, nei","fish_oil",2020, +186,"Montenegro","Fish body oils, nei","fish_oil",2021, 186,"Montenegro","Fish liver oils, nei","fish_oil",1976, 186,"Montenegro","Fish liver oils, nei","fish_oil",1977, 186,"Montenegro","Fish liver oils, nei","fish_oil",1978, @@ -47744,6 +51472,7 @@ 186,"Montenegro","Fish liver oils, nei","fish_oil",2018, 186,"Montenegro","Fish liver oils, nei","fish_oil",2019, 186,"Montenegro","Fish liver oils, nei","fish_oil",2020, +186,"Montenegro","Fish liver oils, nei","fish_oil",2021, 186,"Montenegro","Miscellaneous corals and shells","shells",1976, 186,"Montenegro","Miscellaneous corals and shells","shells",1977, 186,"Montenegro","Miscellaneous corals and shells","shells",1978, @@ -47789,6 +51518,7 @@ 186,"Montenegro","Miscellaneous corals and shells","shells",2018,0.1 186,"Montenegro","Miscellaneous corals and shells","shells",2019, 186,"Montenegro","Miscellaneous corals and shells","shells",2020, +186,"Montenegro","Miscellaneous corals and shells","shells",2021, 186,"Montenegro","Natural sponges nei","sponges",1976, 186,"Montenegro","Natural sponges nei","sponges",1977, 186,"Montenegro","Natural sponges nei","sponges",1978, @@ -47834,6 +51564,7 @@ 186,"Montenegro","Natural sponges nei","sponges",2018, 186,"Montenegro","Natural sponges nei","sponges",2019, 186,"Montenegro","Natural sponges nei","sponges",2020, +186,"Montenegro","Natural sponges nei","sponges",2021, 186,"Montenegro","Natural sponges raw","sponges",1976, 186,"Montenegro","Natural sponges raw","sponges",1977, 186,"Montenegro","Natural sponges raw","sponges",1978, @@ -47879,6 +51610,7 @@ 186,"Montenegro","Natural sponges raw","sponges",2018, 186,"Montenegro","Natural sponges raw","sponges",2019, 186,"Montenegro","Natural sponges raw","sponges",2020, +186,"Montenegro","Natural sponges raw","sponges",2021, 186,"Montenegro","Ornamental fish nei","ornamentals",1976, 186,"Montenegro","Ornamental fish nei","ornamentals",1977, 186,"Montenegro","Ornamental fish nei","ornamentals",1978, @@ -47924,6 +51656,7 @@ 186,"Montenegro","Ornamental fish nei","ornamentals",2018, 186,"Montenegro","Ornamental fish nei","ornamentals",2019, 186,"Montenegro","Ornamental fish nei","ornamentals",2020, +186,"Montenegro","Ornamental fish nei","ornamentals",2021, 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -47969,6 +51702,7 @@ 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 187,"Croatia","Agar agar nei","seaweeds",1976, 187,"Croatia","Agar agar nei","seaweeds",1977, 187,"Croatia","Agar agar nei","seaweeds",1978, @@ -48014,6 +51748,7 @@ 187,"Croatia","Agar agar nei","seaweeds",2018,0.1 187,"Croatia","Agar agar nei","seaweeds",2019,0.43 187,"Croatia","Agar agar nei","seaweeds",2020,0.12 +187,"Croatia","Agar agar nei","seaweeds",2021,0.26 187,"Croatia","Coral and the like","corals",1976, 187,"Croatia","Coral and the like","corals",1977, 187,"Croatia","Coral and the like","corals",1978, @@ -48059,6 +51794,7 @@ 187,"Croatia","Coral and the like","corals",2018, 187,"Croatia","Coral and the like","corals",2019, 187,"Croatia","Coral and the like","corals",2020, +187,"Croatia","Coral and the like","corals",2021, 187,"Croatia","Fish body oils, nei","fish_oil",1976, 187,"Croatia","Fish body oils, nei","fish_oil",1977, 187,"Croatia","Fish body oils, nei","fish_oil",1978, @@ -48104,6 +51840,7 @@ 187,"Croatia","Fish body oils, nei","fish_oil",2018,6 187,"Croatia","Fish body oils, nei","fish_oil",2019,46.51 187,"Croatia","Fish body oils, nei","fish_oil",2020,0.03 +187,"Croatia","Fish body oils, nei","fish_oil",2021,0.03 187,"Croatia","Fish liver oils, nei","fish_oil",1976, 187,"Croatia","Fish liver oils, nei","fish_oil",1977, 187,"Croatia","Fish liver oils, nei","fish_oil",1978, @@ -48149,6 +51886,7 @@ 187,"Croatia","Fish liver oils, nei","fish_oil",2018,0.1 187,"Croatia","Fish liver oils, nei","fish_oil",2019,0 187,"Croatia","Fish liver oils, nei","fish_oil",2020, +187,"Croatia","Fish liver oils, nei","fish_oil",2021,0.3 187,"Croatia","Miscellaneous corals and shells","shells",1976, 187,"Croatia","Miscellaneous corals and shells","shells",1977, 187,"Croatia","Miscellaneous corals and shells","shells",1978, @@ -48194,6 +51932,7 @@ 187,"Croatia","Miscellaneous corals and shells","shells",2018,0.1 187,"Croatia","Miscellaneous corals and shells","shells",2019,0.72 187,"Croatia","Miscellaneous corals and shells","shells",2020,0.3 +187,"Croatia","Miscellaneous corals and shells","shells",2021,1.19 187,"Croatia","Natural sponges nei","sponges",1976, 187,"Croatia","Natural sponges nei","sponges",1977, 187,"Croatia","Natural sponges nei","sponges",1978, @@ -48239,6 +51978,7 @@ 187,"Croatia","Natural sponges nei","sponges",2018, 187,"Croatia","Natural sponges nei","sponges",2019, 187,"Croatia","Natural sponges nei","sponges",2020, +187,"Croatia","Natural sponges nei","sponges",2021, 187,"Croatia","Natural sponges other than raw","sponges",1976, 187,"Croatia","Natural sponges other than raw","sponges",1977, 187,"Croatia","Natural sponges other than raw","sponges",1978, @@ -48284,6 +52024,7 @@ 187,"Croatia","Natural sponges other than raw","sponges",2018,0.1 187,"Croatia","Natural sponges other than raw","sponges",2019,0.17 187,"Croatia","Natural sponges other than raw","sponges",2020,0.11 +187,"Croatia","Natural sponges other than raw","sponges",2021,0.21 187,"Croatia","Natural sponges raw","sponges",1976, 187,"Croatia","Natural sponges raw","sponges",1977, 187,"Croatia","Natural sponges raw","sponges",1978, @@ -48329,6 +52070,7 @@ 187,"Croatia","Natural sponges raw","sponges",2018, 187,"Croatia","Natural sponges raw","sponges",2019, 187,"Croatia","Natural sponges raw","sponges",2020, +187,"Croatia","Natural sponges raw","sponges",2021, 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -48374,6 +52116,7 @@ 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -48419,6 +52162,7 @@ 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.11 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.17 +187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.53 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -48464,6 +52208,7 @@ 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.01 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.07 +187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0 188,"Slovenia","Agar agar nei","seaweeds",1976, 188,"Slovenia","Agar agar nei","seaweeds",1977, 188,"Slovenia","Agar agar nei","seaweeds",1978, @@ -48509,6 +52254,7 @@ 188,"Slovenia","Agar agar nei","seaweeds",2018,0.1 188,"Slovenia","Agar agar nei","seaweeds",2019,0.05 188,"Slovenia","Agar agar nei","seaweeds",2020,0.31 +188,"Slovenia","Agar agar nei","seaweeds",2021,0.84 188,"Slovenia","Fish body oils, nei","fish_oil",1976, 188,"Slovenia","Fish body oils, nei","fish_oil",1977, 188,"Slovenia","Fish body oils, nei","fish_oil",1978, @@ -48554,6 +52300,7 @@ 188,"Slovenia","Fish body oils, nei","fish_oil",2018,22 188,"Slovenia","Fish body oils, nei","fish_oil",2019,22.1 188,"Slovenia","Fish body oils, nei","fish_oil",2020,0.99 +188,"Slovenia","Fish body oils, nei","fish_oil",2021,223.83 188,"Slovenia","Fish liver oils, nei","fish_oil",1976, 188,"Slovenia","Fish liver oils, nei","fish_oil",1977, 188,"Slovenia","Fish liver oils, nei","fish_oil",1978, @@ -48599,6 +52346,7 @@ 188,"Slovenia","Fish liver oils, nei","fish_oil",2018,0.1 188,"Slovenia","Fish liver oils, nei","fish_oil",2019,0.1 188,"Slovenia","Fish liver oils, nei","fish_oil",2020, +188,"Slovenia","Fish liver oils, nei","fish_oil",2021,0.03 188,"Slovenia","Miscellaneous corals and shells","shells",1976, 188,"Slovenia","Miscellaneous corals and shells","shells",1977, 188,"Slovenia","Miscellaneous corals and shells","shells",1978, @@ -48644,6 +52392,7 @@ 188,"Slovenia","Miscellaneous corals and shells","shells",2018,50 188,"Slovenia","Miscellaneous corals and shells","shells",2019,3.8 188,"Slovenia","Miscellaneous corals and shells","shells",2020,25.15 +188,"Slovenia","Miscellaneous corals and shells","shells",2021,0.33 188,"Slovenia","Natural sponges nei","sponges",1976, 188,"Slovenia","Natural sponges nei","sponges",1977, 188,"Slovenia","Natural sponges nei","sponges",1978, @@ -48689,6 +52438,7 @@ 188,"Slovenia","Natural sponges nei","sponges",2018, 188,"Slovenia","Natural sponges nei","sponges",2019, 188,"Slovenia","Natural sponges nei","sponges",2020, +188,"Slovenia","Natural sponges nei","sponges",2021, 188,"Slovenia","Natural sponges other than raw","sponges",1976, 188,"Slovenia","Natural sponges other than raw","sponges",1977, 188,"Slovenia","Natural sponges other than raw","sponges",1978, @@ -48734,6 +52484,7 @@ 188,"Slovenia","Natural sponges other than raw","sponges",2018,0.1 188,"Slovenia","Natural sponges other than raw","sponges",2019,0.03 188,"Slovenia","Natural sponges other than raw","sponges",2020,0.01 +188,"Slovenia","Natural sponges other than raw","sponges",2021,0.01 188,"Slovenia","Natural sponges raw","sponges",1976, 188,"Slovenia","Natural sponges raw","sponges",1977, 188,"Slovenia","Natural sponges raw","sponges",1978, @@ -48779,6 +52530,7 @@ 188,"Slovenia","Natural sponges raw","sponges",2018,0.1 188,"Slovenia","Natural sponges raw","sponges",2019, 188,"Slovenia","Natural sponges raw","sponges",2020, +188,"Slovenia","Natural sponges raw","sponges",2021, 188,"Slovenia","Ornamental fish nei","ornamentals",1976, 188,"Slovenia","Ornamental fish nei","ornamentals",1977, 188,"Slovenia","Ornamental fish nei","ornamentals",1978, @@ -48824,6 +52576,7 @@ 188,"Slovenia","Ornamental fish nei","ornamentals",2018, 188,"Slovenia","Ornamental fish nei","ornamentals",2019, 188,"Slovenia","Ornamental fish nei","ornamentals",2020, +188,"Slovenia","Ornamental fish nei","ornamentals",2021, 188,"Slovenia","Ornamental saltwater fish","ornamentals",1976, 188,"Slovenia","Ornamental saltwater fish","ornamentals",1977, 188,"Slovenia","Ornamental saltwater fish","ornamentals",1978, @@ -48869,6 +52622,7 @@ 188,"Slovenia","Ornamental saltwater fish","ornamentals",2018, 188,"Slovenia","Ornamental saltwater fish","ornamentals",2019, 188,"Slovenia","Ornamental saltwater fish","ornamentals",2020, +188,"Slovenia","Ornamental saltwater fish","ornamentals",2021, 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -48914,6 +52668,7 @@ 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -48959,6 +52714,7 @@ 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,2.08 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1.68 +188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,4.4 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -49004,6 +52760,7 @@ 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,2 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,8.46 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1.4 +188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,15.94 189,"Lithuania","Agar agar nei","seaweeds",1976, 189,"Lithuania","Agar agar nei","seaweeds",1977, 189,"Lithuania","Agar agar nei","seaweeds",1978, @@ -49049,6 +52806,7 @@ 189,"Lithuania","Agar agar nei","seaweeds",2018,21 189,"Lithuania","Agar agar nei","seaweeds",2019,15.04 189,"Lithuania","Agar agar nei","seaweeds",2020,9.65 +189,"Lithuania","Agar agar nei","seaweeds",2021,16.77 189,"Lithuania","Fish body oils, nei","fish_oil",1976, 189,"Lithuania","Fish body oils, nei","fish_oil",1977, 189,"Lithuania","Fish body oils, nei","fish_oil",1978, @@ -49094,6 +52852,7 @@ 189,"Lithuania","Fish body oils, nei","fish_oil",2018,239 189,"Lithuania","Fish body oils, nei","fish_oil",2019,11.08 189,"Lithuania","Fish body oils, nei","fish_oil",2020,14.71 +189,"Lithuania","Fish body oils, nei","fish_oil",2021,524.49 189,"Lithuania","Fish liver oils, nei","fish_oil",1976, 189,"Lithuania","Fish liver oils, nei","fish_oil",1977, 189,"Lithuania","Fish liver oils, nei","fish_oil",1978, @@ -49139,6 +52898,7 @@ 189,"Lithuania","Fish liver oils, nei","fish_oil",2018,14 189,"Lithuania","Fish liver oils, nei","fish_oil",2019,13.58 189,"Lithuania","Fish liver oils, nei","fish_oil",2020,19.18 +189,"Lithuania","Fish liver oils, nei","fish_oil",2021,26.88 189,"Lithuania","Miscellaneous corals and shells","shells",1976, 189,"Lithuania","Miscellaneous corals and shells","shells",1977, 189,"Lithuania","Miscellaneous corals and shells","shells",1978, @@ -49184,6 +52944,7 @@ 189,"Lithuania","Miscellaneous corals and shells","shells",2018,456 189,"Lithuania","Miscellaneous corals and shells","shells",2019,183.8 189,"Lithuania","Miscellaneous corals and shells","shells",2020,313.82 +189,"Lithuania","Miscellaneous corals and shells","shells",2021,379.41 189,"Lithuania","Natural sponges other than raw","sponges",1976, 189,"Lithuania","Natural sponges other than raw","sponges",1977, 189,"Lithuania","Natural sponges other than raw","sponges",1978, @@ -49229,6 +52990,7 @@ 189,"Lithuania","Natural sponges other than raw","sponges",2018,0.1 189,"Lithuania","Natural sponges other than raw","sponges",2019,0.12 189,"Lithuania","Natural sponges other than raw","sponges",2020,15.22 +189,"Lithuania","Natural sponges other than raw","sponges",2021,89.42 189,"Lithuania","Natural sponges raw","sponges",1976, 189,"Lithuania","Natural sponges raw","sponges",1977, 189,"Lithuania","Natural sponges raw","sponges",1978, @@ -49274,6 +53036,7 @@ 189,"Lithuania","Natural sponges raw","sponges",2018,5 189,"Lithuania","Natural sponges raw","sponges",2019,0.19 189,"Lithuania","Natural sponges raw","sponges",2020,0.36 +189,"Lithuania","Natural sponges raw","sponges",2021,8.93 189,"Lithuania","Ornamental fish nei","ornamentals",1976, 189,"Lithuania","Ornamental fish nei","ornamentals",1977, 189,"Lithuania","Ornamental fish nei","ornamentals",1978, @@ -49319,6 +53082,7 @@ 189,"Lithuania","Ornamental fish nei","ornamentals",2018, 189,"Lithuania","Ornamental fish nei","ornamentals",2019, 189,"Lithuania","Ornamental fish nei","ornamentals",2020, +189,"Lithuania","Ornamental fish nei","ornamentals",2021, 189,"Lithuania","Ornamental saltwater fish","ornamentals",1976, 189,"Lithuania","Ornamental saltwater fish","ornamentals",1977, 189,"Lithuania","Ornamental saltwater fish","ornamentals",1978, @@ -49364,6 +53128,7 @@ 189,"Lithuania","Ornamental saltwater fish","ornamentals",2018,19 189,"Lithuania","Ornamental saltwater fish","ornamentals",2019,38.71 189,"Lithuania","Ornamental saltwater fish","ornamentals",2020,23.97 +189,"Lithuania","Ornamental saltwater fish","ornamentals",2021,25.71 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -49409,6 +53174,7 @@ 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -49454,6 +53220,7 @@ 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,170 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,65.97 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,123.04 +189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,392.22 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -49499,6 +53266,7 @@ 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,6 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,4.25 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,91.62 +189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,3.14 190,"Qatar","Fish body oils, nei","fish_oil",1976, 190,"Qatar","Fish body oils, nei","fish_oil",1977, 190,"Qatar","Fish body oils, nei","fish_oil",1978, @@ -49544,6 +53312,7 @@ 190,"Qatar","Fish body oils, nei","fish_oil",2018, 190,"Qatar","Fish body oils, nei","fish_oil",2019, 190,"Qatar","Fish body oils, nei","fish_oil",2020, +190,"Qatar","Fish body oils, nei","fish_oil",2021, 190,"Qatar","Miscellaneous corals and shells","shells",1976, 190,"Qatar","Miscellaneous corals and shells","shells",1977, 190,"Qatar","Miscellaneous corals and shells","shells",1978, @@ -49589,6 +53358,7 @@ 190,"Qatar","Miscellaneous corals and shells","shells",2018, 190,"Qatar","Miscellaneous corals and shells","shells",2019, 190,"Qatar","Miscellaneous corals and shells","shells",2020, +190,"Qatar","Miscellaneous corals and shells","shells",2021, 190,"Qatar","Ornamental fish nei","ornamentals",1976, 190,"Qatar","Ornamental fish nei","ornamentals",1977, 190,"Qatar","Ornamental fish nei","ornamentals",1978, @@ -49634,6 +53404,7 @@ 190,"Qatar","Ornamental fish nei","ornamentals",2018, 190,"Qatar","Ornamental fish nei","ornamentals",2019, 190,"Qatar","Ornamental fish nei","ornamentals",2020, +190,"Qatar","Ornamental fish nei","ornamentals",2021, 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -49679,6 +53450,7 @@ 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 190,"Qatar","Shells nei","shells",1976, 190,"Qatar","Shells nei","shells",1977, 190,"Qatar","Shells nei","shells",1978, @@ -49724,6 +53496,7 @@ 190,"Qatar","Shells nei","shells",2018, 190,"Qatar","Shells nei","shells",2019, 190,"Qatar","Shells nei","shells",2020, +190,"Qatar","Shells nei","shells",2021, 191,"Iran","Fish body oils, nei","fish_oil",1976, 191,"Iran","Fish body oils, nei","fish_oil",1977, 191,"Iran","Fish body oils, nei","fish_oil",1978, @@ -49769,6 +53542,7 @@ 191,"Iran","Fish body oils, nei","fish_oil",2018, 191,"Iran","Fish body oils, nei","fish_oil",2019, 191,"Iran","Fish body oils, nei","fish_oil",2020, +191,"Iran","Fish body oils, nei","fish_oil",2021, 191,"Iran","Fish liver oils, nei","fish_oil",1976, 191,"Iran","Fish liver oils, nei","fish_oil",1977, 191,"Iran","Fish liver oils, nei","fish_oil",1978, @@ -49814,6 +53588,7 @@ 191,"Iran","Fish liver oils, nei","fish_oil",2018, 191,"Iran","Fish liver oils, nei","fish_oil",2019, 191,"Iran","Fish liver oils, nei","fish_oil",2020, +191,"Iran","Fish liver oils, nei","fish_oil",2021, 191,"Iran","Miscellaneous corals and shells","shells",1976, 191,"Iran","Miscellaneous corals and shells","shells",1977, 191,"Iran","Miscellaneous corals and shells","shells",1978, @@ -49857,8 +53632,9 @@ 191,"Iran","Miscellaneous corals and shells","shells",2016, 191,"Iran","Miscellaneous corals and shells","shells",2017, 191,"Iran","Miscellaneous corals and shells","shells",2018, -191,"Iran","Miscellaneous corals and shells","shells",2019,57.22 -191,"Iran","Miscellaneous corals and shells","shells",2020,1.93 +191,"Iran","Miscellaneous corals and shells","shells",2019,9.25 +191,"Iran","Miscellaneous corals and shells","shells",2020,6.5 +191,"Iran","Miscellaneous corals and shells","shells",2021,7.66 191,"Iran","Natural sponges raw","sponges",1976, 191,"Iran","Natural sponges raw","sponges",1977, 191,"Iran","Natural sponges raw","sponges",1978, @@ -49904,6 +53680,7 @@ 191,"Iran","Natural sponges raw","sponges",2018, 191,"Iran","Natural sponges raw","sponges",2019, 191,"Iran","Natural sponges raw","sponges",2020, +191,"Iran","Natural sponges raw","sponges",2021, 191,"Iran","Ornamental fish nei","ornamentals",1976, 191,"Iran","Ornamental fish nei","ornamentals",1977, 191,"Iran","Ornamental fish nei","ornamentals",1978, @@ -49949,6 +53726,7 @@ 191,"Iran","Ornamental fish nei","ornamentals",2018, 191,"Iran","Ornamental fish nei","ornamentals",2019, 191,"Iran","Ornamental fish nei","ornamentals",2020, +191,"Iran","Ornamental fish nei","ornamentals",2021, 191,"Iran","Ornamental saltwater fish","ornamentals",1976, 191,"Iran","Ornamental saltwater fish","ornamentals",1977, 191,"Iran","Ornamental saltwater fish","ornamentals",1978, @@ -49994,6 +53772,53 @@ 191,"Iran","Ornamental saltwater fish","ornamentals",2018,24 191,"Iran","Ornamental saltwater fish","ornamentals",2019,28.25 191,"Iran","Ornamental saltwater fish","ornamentals",2020,581.21 +191,"Iran","Ornamental saltwater fish","ornamentals",2021,16.71 +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.01 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -50039,6 +53864,99 @@ 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,39 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,3.38 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,61.66 +191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,126.31 +192,"Iraq","Agar agar nei","seaweeds",1976, +192,"Iraq","Agar agar nei","seaweeds",1977, +192,"Iraq","Agar agar nei","seaweeds",1978, +192,"Iraq","Agar agar nei","seaweeds",1979, +192,"Iraq","Agar agar nei","seaweeds",1980, +192,"Iraq","Agar agar nei","seaweeds",1981, +192,"Iraq","Agar agar nei","seaweeds",1982, +192,"Iraq","Agar agar nei","seaweeds",1983, +192,"Iraq","Agar agar nei","seaweeds",1984, +192,"Iraq","Agar agar nei","seaweeds",1985, +192,"Iraq","Agar agar nei","seaweeds",1986, +192,"Iraq","Agar agar nei","seaweeds",1987, +192,"Iraq","Agar agar nei","seaweeds",1988, +192,"Iraq","Agar agar nei","seaweeds",1989, +192,"Iraq","Agar agar nei","seaweeds",1990, +192,"Iraq","Agar agar nei","seaweeds",1991, +192,"Iraq","Agar agar nei","seaweeds",1992, +192,"Iraq","Agar agar nei","seaweeds",1993, +192,"Iraq","Agar agar nei","seaweeds",1994, +192,"Iraq","Agar agar nei","seaweeds",1995, +192,"Iraq","Agar agar nei","seaweeds",1996, +192,"Iraq","Agar agar nei","seaweeds",1997, +192,"Iraq","Agar agar nei","seaweeds",1998, +192,"Iraq","Agar agar nei","seaweeds",1999, +192,"Iraq","Agar agar nei","seaweeds",2000, +192,"Iraq","Agar agar nei","seaweeds",2001, +192,"Iraq","Agar agar nei","seaweeds",2002, +192,"Iraq","Agar agar nei","seaweeds",2003, +192,"Iraq","Agar agar nei","seaweeds",2004, +192,"Iraq","Agar agar nei","seaweeds",2005, +192,"Iraq","Agar agar nei","seaweeds",2006, +192,"Iraq","Agar agar nei","seaweeds",2007, +192,"Iraq","Agar agar nei","seaweeds",2008, +192,"Iraq","Agar agar nei","seaweeds",2009, +192,"Iraq","Agar agar nei","seaweeds",2010, +192,"Iraq","Agar agar nei","seaweeds",2011, +192,"Iraq","Agar agar nei","seaweeds",2012, +192,"Iraq","Agar agar nei","seaweeds",2013, +192,"Iraq","Agar agar nei","seaweeds",2014, +192,"Iraq","Agar agar nei","seaweeds",2015, +192,"Iraq","Agar agar nei","seaweeds",2016, +192,"Iraq","Agar agar nei","seaweeds",2017, +192,"Iraq","Agar agar nei","seaweeds",2018, +192,"Iraq","Agar agar nei","seaweeds",2019, +192,"Iraq","Agar agar nei","seaweeds",2020, +192,"Iraq","Agar agar nei","seaweeds",2021,0 +192,"Iraq","Fish body oils, nei","fish_oil",1976, +192,"Iraq","Fish body oils, nei","fish_oil",1977, +192,"Iraq","Fish body oils, nei","fish_oil",1978, +192,"Iraq","Fish body oils, nei","fish_oil",1979, +192,"Iraq","Fish body oils, nei","fish_oil",1980, +192,"Iraq","Fish body oils, nei","fish_oil",1981, +192,"Iraq","Fish body oils, nei","fish_oil",1982, +192,"Iraq","Fish body oils, nei","fish_oil",1983, +192,"Iraq","Fish body oils, nei","fish_oil",1984, +192,"Iraq","Fish body oils, nei","fish_oil",1985, +192,"Iraq","Fish body oils, nei","fish_oil",1986, +192,"Iraq","Fish body oils, nei","fish_oil",1987, +192,"Iraq","Fish body oils, nei","fish_oil",1988, +192,"Iraq","Fish body oils, nei","fish_oil",1989, +192,"Iraq","Fish body oils, nei","fish_oil",1990, +192,"Iraq","Fish body oils, nei","fish_oil",1991, +192,"Iraq","Fish body oils, nei","fish_oil",1992, +192,"Iraq","Fish body oils, nei","fish_oil",1993, +192,"Iraq","Fish body oils, nei","fish_oil",1994, +192,"Iraq","Fish body oils, nei","fish_oil",1995, +192,"Iraq","Fish body oils, nei","fish_oil",1996, +192,"Iraq","Fish body oils, nei","fish_oil",1997, +192,"Iraq","Fish body oils, nei","fish_oil",1998, +192,"Iraq","Fish body oils, nei","fish_oil",1999, +192,"Iraq","Fish body oils, nei","fish_oil",2000, +192,"Iraq","Fish body oils, nei","fish_oil",2001, +192,"Iraq","Fish body oils, nei","fish_oil",2002, +192,"Iraq","Fish body oils, nei","fish_oil",2003, +192,"Iraq","Fish body oils, nei","fish_oil",2004, +192,"Iraq","Fish body oils, nei","fish_oil",2005, +192,"Iraq","Fish body oils, nei","fish_oil",2006, +192,"Iraq","Fish body oils, nei","fish_oil",2007, +192,"Iraq","Fish body oils, nei","fish_oil",2008, +192,"Iraq","Fish body oils, nei","fish_oil",2009, +192,"Iraq","Fish body oils, nei","fish_oil",2010, +192,"Iraq","Fish body oils, nei","fish_oil",2011, +192,"Iraq","Fish body oils, nei","fish_oil",2012, +192,"Iraq","Fish body oils, nei","fish_oil",2013, +192,"Iraq","Fish body oils, nei","fish_oil",2014, +192,"Iraq","Fish body oils, nei","fish_oil",2015, +192,"Iraq","Fish body oils, nei","fish_oil",2016, +192,"Iraq","Fish body oils, nei","fish_oil",2017, +192,"Iraq","Fish body oils, nei","fish_oil",2018, +192,"Iraq","Fish body oils, nei","fish_oil",2019, +192,"Iraq","Fish body oils, nei","fish_oil",2020, +192,"Iraq","Fish body oils, nei","fish_oil",2021,0 192,"Iraq","Natural sponges other than raw","sponges",1976, 192,"Iraq","Natural sponges other than raw","sponges",1977, 192,"Iraq","Natural sponges other than raw","sponges",1978, @@ -50084,6 +54002,7 @@ 192,"Iraq","Natural sponges other than raw","sponges",2018, 192,"Iraq","Natural sponges other than raw","sponges",2019, 192,"Iraq","Natural sponges other than raw","sponges",2020, +192,"Iraq","Natural sponges other than raw","sponges",2021, 193,"Guinea Bissau","Fish body oils, nei","fish_oil",1976, 193,"Guinea Bissau","Fish body oils, nei","fish_oil",1977, 193,"Guinea Bissau","Fish body oils, nei","fish_oil",1978, @@ -50129,6 +54048,7 @@ 193,"Guinea Bissau","Fish body oils, nei","fish_oil",2018, 193,"Guinea Bissau","Fish body oils, nei","fish_oil",2019, 193,"Guinea Bissau","Fish body oils, nei","fish_oil",2020,539.23 +193,"Guinea Bissau","Fish body oils, nei","fish_oil",2021,350.36 193,"Guinea Bissau","Ornamental fish nei","ornamentals",1976, 193,"Guinea Bissau","Ornamental fish nei","ornamentals",1977, 193,"Guinea Bissau","Ornamental fish nei","ornamentals",1978, @@ -50174,6 +54094,53 @@ 193,"Guinea Bissau","Ornamental fish nei","ornamentals",2018, 193,"Guinea Bissau","Ornamental fish nei","ornamentals",2019, 193,"Guinea Bissau","Ornamental fish nei","ornamentals",2020, +193,"Guinea Bissau","Ornamental fish nei","ornamentals",2021, +194,"Guinea","Fish body oils, nei","fish_oil",1976, +194,"Guinea","Fish body oils, nei","fish_oil",1977, +194,"Guinea","Fish body oils, nei","fish_oil",1978, +194,"Guinea","Fish body oils, nei","fish_oil",1979, +194,"Guinea","Fish body oils, nei","fish_oil",1980, +194,"Guinea","Fish body oils, nei","fish_oil",1981, +194,"Guinea","Fish body oils, nei","fish_oil",1982, +194,"Guinea","Fish body oils, nei","fish_oil",1983, +194,"Guinea","Fish body oils, nei","fish_oil",1984, +194,"Guinea","Fish body oils, nei","fish_oil",1985, +194,"Guinea","Fish body oils, nei","fish_oil",1986, +194,"Guinea","Fish body oils, nei","fish_oil",1987, +194,"Guinea","Fish body oils, nei","fish_oil",1988, +194,"Guinea","Fish body oils, nei","fish_oil",1989, +194,"Guinea","Fish body oils, nei","fish_oil",1990, +194,"Guinea","Fish body oils, nei","fish_oil",1991, +194,"Guinea","Fish body oils, nei","fish_oil",1992, +194,"Guinea","Fish body oils, nei","fish_oil",1993, +194,"Guinea","Fish body oils, nei","fish_oil",1994, +194,"Guinea","Fish body oils, nei","fish_oil",1995, +194,"Guinea","Fish body oils, nei","fish_oil",1996, +194,"Guinea","Fish body oils, nei","fish_oil",1997, +194,"Guinea","Fish body oils, nei","fish_oil",1998, +194,"Guinea","Fish body oils, nei","fish_oil",1999, +194,"Guinea","Fish body oils, nei","fish_oil",2000, +194,"Guinea","Fish body oils, nei","fish_oil",2001, +194,"Guinea","Fish body oils, nei","fish_oil",2002, +194,"Guinea","Fish body oils, nei","fish_oil",2003, +194,"Guinea","Fish body oils, nei","fish_oil",2004, +194,"Guinea","Fish body oils, nei","fish_oil",2005, +194,"Guinea","Fish body oils, nei","fish_oil",2006, +194,"Guinea","Fish body oils, nei","fish_oil",2007, +194,"Guinea","Fish body oils, nei","fish_oil",2008, +194,"Guinea","Fish body oils, nei","fish_oil",2009, +194,"Guinea","Fish body oils, nei","fish_oil",2010, +194,"Guinea","Fish body oils, nei","fish_oil",2011, +194,"Guinea","Fish body oils, nei","fish_oil",2012, +194,"Guinea","Fish body oils, nei","fish_oil",2013, +194,"Guinea","Fish body oils, nei","fish_oil",2014, +194,"Guinea","Fish body oils, nei","fish_oil",2015, +194,"Guinea","Fish body oils, nei","fish_oil",2016, +194,"Guinea","Fish body oils, nei","fish_oil",2017, +194,"Guinea","Fish body oils, nei","fish_oil",2018, +194,"Guinea","Fish body oils, nei","fish_oil",2019, +194,"Guinea","Fish body oils, nei","fish_oil",2020, +194,"Guinea","Fish body oils, nei","fish_oil",2021,0 194,"Guinea","Miscellaneous corals and shells","shells",1976, 194,"Guinea","Miscellaneous corals and shells","shells",1977, 194,"Guinea","Miscellaneous corals and shells","shells",1978, @@ -50219,6 +54186,7 @@ 194,"Guinea","Miscellaneous corals and shells","shells",2018, 194,"Guinea","Miscellaneous corals and shells","shells",2019, 194,"Guinea","Miscellaneous corals and shells","shells",2020, +194,"Guinea","Miscellaneous corals and shells","shells",2021, 194,"Guinea","Ornamental fish nei","ornamentals",1976, 194,"Guinea","Ornamental fish nei","ornamentals",1977, 194,"Guinea","Ornamental fish nei","ornamentals",1978, @@ -50264,6 +54232,7 @@ 194,"Guinea","Ornamental fish nei","ornamentals",2018, 194,"Guinea","Ornamental fish nei","ornamentals",2019, 194,"Guinea","Ornamental fish nei","ornamentals",2020, +194,"Guinea","Ornamental fish nei","ornamentals",2021, 194,"Guinea","Ornamental saltwater fish","ornamentals",1976, 194,"Guinea","Ornamental saltwater fish","ornamentals",1977, 194,"Guinea","Ornamental saltwater fish","ornamentals",1978, @@ -50309,6 +54278,7 @@ 194,"Guinea","Ornamental saltwater fish","ornamentals",2018, 194,"Guinea","Ornamental saltwater fish","ornamentals",2019,0.05 194,"Guinea","Ornamental saltwater fish","ornamentals",2020,0.01 +194,"Guinea","Ornamental saltwater fish","ornamentals",2021,0.15 195,"Ivory Coast","Coral and the like","corals",1976, 195,"Ivory Coast","Coral and the like","corals",1977, 195,"Ivory Coast","Coral and the like","corals",1978, @@ -50354,6 +54324,7 @@ 195,"Ivory Coast","Coral and the like","corals",2018,2411 195,"Ivory Coast","Coral and the like","corals",2019,3313.51 195,"Ivory Coast","Coral and the like","corals",2020,4678.73 +195,"Ivory Coast","Coral and the like","corals",2021,6572.55 195,"Ivory Coast","Fish body oils, nei","fish_oil",1976, 195,"Ivory Coast","Fish body oils, nei","fish_oil",1977, 195,"Ivory Coast","Fish body oils, nei","fish_oil",1978, @@ -50399,6 +54370,7 @@ 195,"Ivory Coast","Fish body oils, nei","fish_oil",2018, 195,"Ivory Coast","Fish body oils, nei","fish_oil",2019,166.86 195,"Ivory Coast","Fish body oils, nei","fish_oil",2020,432.66 +195,"Ivory Coast","Fish body oils, nei","fish_oil",2021,302.08 195,"Ivory Coast","Fish liver oils, nei","fish_oil",1976, 195,"Ivory Coast","Fish liver oils, nei","fish_oil",1977, 195,"Ivory Coast","Fish liver oils, nei","fish_oil",1978, @@ -50444,6 +54416,7 @@ 195,"Ivory Coast","Fish liver oils, nei","fish_oil",2018,45 195,"Ivory Coast","Fish liver oils, nei","fish_oil",2019,0 195,"Ivory Coast","Fish liver oils, nei","fish_oil",2020, +195,"Ivory Coast","Fish liver oils, nei","fish_oil",2021,10.8 195,"Ivory Coast","Natural sponges nei","sponges",1976, 195,"Ivory Coast","Natural sponges nei","sponges",1977, 195,"Ivory Coast","Natural sponges nei","sponges",1978, @@ -50489,6 +54462,7 @@ 195,"Ivory Coast","Natural sponges nei","sponges",2018, 195,"Ivory Coast","Natural sponges nei","sponges",2019, 195,"Ivory Coast","Natural sponges nei","sponges",2020, +195,"Ivory Coast","Natural sponges nei","sponges",2021, 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",1976,24 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",1977,6 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -50534,6 +54508,7 @@ 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",2018, 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",2019, 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",2020, +195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",2021, 195,"Ivory Coast","Ornamental fish nei","ornamentals",1976, 195,"Ivory Coast","Ornamental fish nei","ornamentals",1977, 195,"Ivory Coast","Ornamental fish nei","ornamentals",1978, @@ -50579,6 +54554,7 @@ 195,"Ivory Coast","Ornamental fish nei","ornamentals",2018, 195,"Ivory Coast","Ornamental fish nei","ornamentals",2019, 195,"Ivory Coast","Ornamental fish nei","ornamentals",2020, +195,"Ivory Coast","Ornamental fish nei","ornamentals",2021, 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",1976, 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",1977, 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",1978, @@ -50624,6 +54600,7 @@ 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",2018, 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",2019, 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",2020,0.1 +195,"Ivory Coast","Ornamental saltwater fish","ornamentals",2021, 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -50669,6 +54646,7 @@ 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.02 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -50714,6 +54692,7 @@ 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.03 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 196,"Nigeria","Agar agar nei","seaweeds",1976, 196,"Nigeria","Agar agar nei","seaweeds",1977, 196,"Nigeria","Agar agar nei","seaweeds",1978, @@ -50759,6 +54738,7 @@ 196,"Nigeria","Agar agar nei","seaweeds",2018, 196,"Nigeria","Agar agar nei","seaweeds",2019, 196,"Nigeria","Agar agar nei","seaweeds",2020,101.3 +196,"Nigeria","Agar agar nei","seaweeds",2021, 196,"Nigeria","Coral and the like","corals",1976, 196,"Nigeria","Coral and the like","corals",1977, 196,"Nigeria","Coral and the like","corals",1978, @@ -50804,6 +54784,7 @@ 196,"Nigeria","Coral and the like","corals",2018, 196,"Nigeria","Coral and the like","corals",2019, 196,"Nigeria","Coral and the like","corals",2020, +196,"Nigeria","Coral and the like","corals",2021, 196,"Nigeria","Fish liver oils, nei","fish_oil",1976, 196,"Nigeria","Fish liver oils, nei","fish_oil",1977, 196,"Nigeria","Fish liver oils, nei","fish_oil",1978, @@ -50849,6 +54830,7 @@ 196,"Nigeria","Fish liver oils, nei","fish_oil",2018, 196,"Nigeria","Fish liver oils, nei","fish_oil",2019, 196,"Nigeria","Fish liver oils, nei","fish_oil",2020, +196,"Nigeria","Fish liver oils, nei","fish_oil",2021, 196,"Nigeria","Miscellaneous corals and shells","shells",1976, 196,"Nigeria","Miscellaneous corals and shells","shells",1977, 196,"Nigeria","Miscellaneous corals and shells","shells",1978, @@ -50894,6 +54876,7 @@ 196,"Nigeria","Miscellaneous corals and shells","shells",2018, 196,"Nigeria","Miscellaneous corals and shells","shells",2019, 196,"Nigeria","Miscellaneous corals and shells","shells",2020, +196,"Nigeria","Miscellaneous corals and shells","shells",2021, 196,"Nigeria","Natural sponges nei","sponges",1976, 196,"Nigeria","Natural sponges nei","sponges",1977, 196,"Nigeria","Natural sponges nei","sponges",1978, @@ -50939,6 +54922,7 @@ 196,"Nigeria","Natural sponges nei","sponges",2018, 196,"Nigeria","Natural sponges nei","sponges",2019, 196,"Nigeria","Natural sponges nei","sponges",2020, +196,"Nigeria","Natural sponges nei","sponges",2021, 196,"Nigeria","Natural sponges raw","sponges",1976, 196,"Nigeria","Natural sponges raw","sponges",1977, 196,"Nigeria","Natural sponges raw","sponges",1978, @@ -50984,6 +54968,7 @@ 196,"Nigeria","Natural sponges raw","sponges",2018, 196,"Nigeria","Natural sponges raw","sponges",2019, 196,"Nigeria","Natural sponges raw","sponges",2020, +196,"Nigeria","Natural sponges raw","sponges",2021, 196,"Nigeria","Ornamental fish nei","ornamentals",1976, 196,"Nigeria","Ornamental fish nei","ornamentals",1977, 196,"Nigeria","Ornamental fish nei","ornamentals",1978, @@ -51029,6 +55014,7 @@ 196,"Nigeria","Ornamental fish nei","ornamentals",2018, 196,"Nigeria","Ornamental fish nei","ornamentals",2019, 196,"Nigeria","Ornamental fish nei","ornamentals",2020,21.2 +196,"Nigeria","Ornamental fish nei","ornamentals",2021, 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -51074,6 +55060,7 @@ 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 197,"Cameroon","Coral and the like","corals",1976, 197,"Cameroon","Coral and the like","corals",1977, 197,"Cameroon","Coral and the like","corals",1978, @@ -51119,6 +55106,7 @@ 197,"Cameroon","Coral and the like","corals",2018, 197,"Cameroon","Coral and the like","corals",2019, 197,"Cameroon","Coral and the like","corals",2020, +197,"Cameroon","Coral and the like","corals",2021, 197,"Cameroon","Fish liver oils, nei","fish_oil",1976, 197,"Cameroon","Fish liver oils, nei","fish_oil",1977, 197,"Cameroon","Fish liver oils, nei","fish_oil",1978, @@ -51164,6 +55152,7 @@ 197,"Cameroon","Fish liver oils, nei","fish_oil",2018, 197,"Cameroon","Fish liver oils, nei","fish_oil",2019, 197,"Cameroon","Fish liver oils, nei","fish_oil",2020, +197,"Cameroon","Fish liver oils, nei","fish_oil",2021, 197,"Cameroon","Miscellaneous corals and shells","shells",1976, 197,"Cameroon","Miscellaneous corals and shells","shells",1977, 197,"Cameroon","Miscellaneous corals and shells","shells",1978, @@ -51209,6 +55198,7 @@ 197,"Cameroon","Miscellaneous corals and shells","shells",2018, 197,"Cameroon","Miscellaneous corals and shells","shells",2019,0 197,"Cameroon","Miscellaneous corals and shells","shells",2020, +197,"Cameroon","Miscellaneous corals and shells","shells",2021, 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -51254,6 +55244,7 @@ 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -51299,6 +55290,7 @@ 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 198,"Gabon","Fish body oils, nei","fish_oil",1976, 198,"Gabon","Fish body oils, nei","fish_oil",1977, 198,"Gabon","Fish body oils, nei","fish_oil",1978, @@ -51344,6 +55336,7 @@ 198,"Gabon","Fish body oils, nei","fish_oil",2018, 198,"Gabon","Fish body oils, nei","fish_oil",2019, 198,"Gabon","Fish body oils, nei","fish_oil",2020, +198,"Gabon","Fish body oils, nei","fish_oil",2021, 198,"Gabon","Ornamental fish nei","ornamentals",1976, 198,"Gabon","Ornamental fish nei","ornamentals",1977, 198,"Gabon","Ornamental fish nei","ornamentals",1978, @@ -51389,6 +55382,7 @@ 198,"Gabon","Ornamental fish nei","ornamentals",2018, 198,"Gabon","Ornamental fish nei","ornamentals",2019, 198,"Gabon","Ornamental fish nei","ornamentals",2020, +198,"Gabon","Ornamental fish nei","ornamentals",2021, 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -51434,6 +55428,7 @@ 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.08 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",1976, 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",1977, 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",1978, @@ -51479,6 +55474,7 @@ 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",2018, 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",2019, 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",2020, +199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",2021, 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",1976, 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",1977, 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",1978, @@ -51524,6 +55520,7 @@ 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",2018, 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",2019, 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",2020, +199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",2021, 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",1976, 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",1977, 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",1978, @@ -51569,6 +55566,7 @@ 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",2018, 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",2019, 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",2020, +199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",2021, 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",1976, 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",1977, 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",1978, @@ -51614,6 +55612,7 @@ 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",2018,1.41 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",2019, 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",2020, +199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",2021,0.3 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -51659,6 +55658,7 @@ 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -51704,6 +55704,7 @@ 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 200,"Angola","Fish body oils, nei","fish_oil",1976, 200,"Angola","Fish body oils, nei","fish_oil",1977, 200,"Angola","Fish body oils, nei","fish_oil",1978, @@ -51746,9 +55747,10 @@ 200,"Angola","Fish body oils, nei","fish_oil",2015,8339 200,"Angola","Fish body oils, nei","fish_oil",2016,12537 200,"Angola","Fish body oils, nei","fish_oil",2017,11197 -200,"Angola","Fish body oils, nei","fish_oil",2018,5536 -200,"Angola","Fish body oils, nei","fish_oil",2019,5103 -200,"Angola","Fish body oils, nei","fish_oil",2020,5000 +200,"Angola","Fish body oils, nei","fish_oil",2018,5535.53 +200,"Angola","Fish body oils, nei","fish_oil",2019,603 +200,"Angola","Fish body oils, nei","fish_oil",2020,105 +200,"Angola","Fish body oils, nei","fish_oil",2021,184.01 200,"Angola","Fish liver oils, nei","fish_oil",1976, 200,"Angola","Fish liver oils, nei","fish_oil",1977, 200,"Angola","Fish liver oils, nei","fish_oil",1978, @@ -51794,6 +55796,7 @@ 200,"Angola","Fish liver oils, nei","fish_oil",2018, 200,"Angola","Fish liver oils, nei","fish_oil",2019,0.18 200,"Angola","Fish liver oils, nei","fish_oil",2020, +200,"Angola","Fish liver oils, nei","fish_oil",2021,0 200,"Angola","Miscellaneous corals and shells","shells",1976, 200,"Angola","Miscellaneous corals and shells","shells",1977, 200,"Angola","Miscellaneous corals and shells","shells",1978, @@ -51836,9 +55839,10 @@ 200,"Angola","Miscellaneous corals and shells","shells",2015, 200,"Angola","Miscellaneous corals and shells","shells",2016,0.1 200,"Angola","Miscellaneous corals and shells","shells",2017, -200,"Angola","Miscellaneous corals and shells","shells",2018,0.1 +200,"Angola","Miscellaneous corals and shells","shells",2018,0.08 200,"Angola","Miscellaneous corals and shells","shells",2019,0.06 -200,"Angola","Miscellaneous corals and shells","shells",2020, +200,"Angola","Miscellaneous corals and shells","shells",2020,0.01 +200,"Angola","Miscellaneous corals and shells","shells",2021, 200,"Angola","Ornamental fish nei","ornamentals",1976, 200,"Angola","Ornamental fish nei","ornamentals",1977, 200,"Angola","Ornamental fish nei","ornamentals",1978, @@ -51884,6 +55888,53 @@ 200,"Angola","Ornamental fish nei","ornamentals",2018, 200,"Angola","Ornamental fish nei","ornamentals",2019, 200,"Angola","Ornamental fish nei","ornamentals",2020, +200,"Angola","Ornamental fish nei","ornamentals",2021, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.2 +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -51929,6 +55980,7 @@ 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.01 202,"Tanzania","Coral and the like","corals",1976, 202,"Tanzania","Coral and the like","corals",1977, 202,"Tanzania","Coral and the like","corals",1978, @@ -51974,6 +56026,7 @@ 202,"Tanzania","Coral and the like","corals",2018, 202,"Tanzania","Coral and the like","corals",2019, 202,"Tanzania","Coral and the like","corals",2020, +202,"Tanzania","Coral and the like","corals",2021, 202,"Tanzania","Fish body oils, nei","fish_oil",1976, 202,"Tanzania","Fish body oils, nei","fish_oil",1977, 202,"Tanzania","Fish body oils, nei","fish_oil",1978, @@ -52019,6 +56072,7 @@ 202,"Tanzania","Fish body oils, nei","fish_oil",2018, 202,"Tanzania","Fish body oils, nei","fish_oil",2019, 202,"Tanzania","Fish body oils, nei","fish_oil",2020, +202,"Tanzania","Fish body oils, nei","fish_oil",2021, 202,"Tanzania","Fish liver oils, nei","fish_oil",1976, 202,"Tanzania","Fish liver oils, nei","fish_oil",1977, 202,"Tanzania","Fish liver oils, nei","fish_oil",1978, @@ -52064,6 +56118,7 @@ 202,"Tanzania","Fish liver oils, nei","fish_oil",2018, 202,"Tanzania","Fish liver oils, nei","fish_oil",2019, 202,"Tanzania","Fish liver oils, nei","fish_oil",2020, +202,"Tanzania","Fish liver oils, nei","fish_oil",2021, 202,"Tanzania","Miscellaneous corals and shells","shells",1976, 202,"Tanzania","Miscellaneous corals and shells","shells",1977, 202,"Tanzania","Miscellaneous corals and shells","shells",1978, @@ -52109,6 +56164,7 @@ 202,"Tanzania","Miscellaneous corals and shells","shells",2018,165 202,"Tanzania","Miscellaneous corals and shells","shells",2019,939.42 202,"Tanzania","Miscellaneous corals and shells","shells",2020,1133.35 +202,"Tanzania","Miscellaneous corals and shells","shells",2021,1509.22 202,"Tanzania","Natural sponges nei","sponges",1976, 202,"Tanzania","Natural sponges nei","sponges",1977, 202,"Tanzania","Natural sponges nei","sponges",1978, @@ -52154,6 +56210,7 @@ 202,"Tanzania","Natural sponges nei","sponges",2018, 202,"Tanzania","Natural sponges nei","sponges",2019, 202,"Tanzania","Natural sponges nei","sponges",2020, +202,"Tanzania","Natural sponges nei","sponges",2021, 202,"Tanzania","Ornamental fish nei","ornamentals",1976, 202,"Tanzania","Ornamental fish nei","ornamentals",1977, 202,"Tanzania","Ornamental fish nei","ornamentals",1978, @@ -52199,6 +56256,7 @@ 202,"Tanzania","Ornamental fish nei","ornamentals",2018, 202,"Tanzania","Ornamental fish nei","ornamentals",2019, 202,"Tanzania","Ornamental fish nei","ornamentals",2020, +202,"Tanzania","Ornamental fish nei","ornamentals",2021, 202,"Tanzania","Ornamental saltwater fish","ornamentals",1976, 202,"Tanzania","Ornamental saltwater fish","ornamentals",1977, 202,"Tanzania","Ornamental saltwater fish","ornamentals",1978, @@ -52244,6 +56302,7 @@ 202,"Tanzania","Ornamental saltwater fish","ornamentals",2018,14 202,"Tanzania","Ornamental saltwater fish","ornamentals",2019,200 202,"Tanzania","Ornamental saltwater fish","ornamentals",2020,600 +202,"Tanzania","Ornamental saltwater fish","ornamentals",2021, 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -52289,6 +56348,7 @@ 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,10542 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,10048 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,10678 +202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,7840 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -52334,6 +56394,7 @@ 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,22.07 +202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,150.75 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -52379,6 +56440,7 @@ 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,30 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,800 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,803.08 +202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1381.79 203,"India","Agar agar nei","seaweeds",1976, 203,"India","Agar agar nei","seaweeds",1977, 203,"India","Agar agar nei","seaweeds",1978, @@ -52424,6 +56486,7 @@ 203,"India","Agar agar nei","seaweeds",2018,111 203,"India","Agar agar nei","seaweeds",2019,144.82 203,"India","Agar agar nei","seaweeds",2020,119.75 +203,"India","Agar agar nei","seaweeds",2021,129.95 203,"India","Cod liver oil","fish_oil",1976, 203,"India","Cod liver oil","fish_oil",1977, 203,"India","Cod liver oil","fish_oil",1978, @@ -52469,6 +56532,7 @@ 203,"India","Cod liver oil","fish_oil",2018,3 203,"India","Cod liver oil","fish_oil",2019,0.44 203,"India","Cod liver oil","fish_oil",2020,7.23 +203,"India","Cod liver oil","fish_oil",2021,0.98 203,"India","Coral and the like","corals",1976, 203,"India","Coral and the like","corals",1977, 203,"India","Coral and the like","corals",1978, @@ -52514,6 +56578,7 @@ 203,"India","Coral and the like","corals",2018,50 203,"India","Coral and the like","corals",2019,12 203,"India","Coral and the like","corals",2020,24 +203,"India","Coral and the like","corals",2021,3.17 203,"India","Fish body oils, nei","fish_oil",1976,189 203,"India","Fish body oils, nei","fish_oil",1977,45 203,"India","Fish body oils, nei","fish_oil",1978,262 @@ -52559,6 +56624,7 @@ 203,"India","Fish body oils, nei","fish_oil",2018,26 203,"India","Fish body oils, nei","fish_oil",2019,108.72 203,"India","Fish body oils, nei","fish_oil",2020,254.15 +203,"India","Fish body oils, nei","fish_oil",2021,220.47 203,"India","Fish liver oils, nei","fish_oil",1976, 203,"India","Fish liver oils, nei","fish_oil",1977, 203,"India","Fish liver oils, nei","fish_oil",1978, @@ -52604,6 +56670,7 @@ 203,"India","Fish liver oils, nei","fish_oil",2018, 203,"India","Fish liver oils, nei","fish_oil",2019,5.96 203,"India","Fish liver oils, nei","fish_oil",2020,0.02 +203,"India","Fish liver oils, nei","fish_oil",2021,2.46 203,"India","Miscellaneous corals and shells","shells",1976, 203,"India","Miscellaneous corals and shells","shells",1977, 203,"India","Miscellaneous corals and shells","shells",1978, @@ -52649,6 +56716,7 @@ 203,"India","Miscellaneous corals and shells","shells",2018, 203,"India","Miscellaneous corals and shells","shells",2019, 203,"India","Miscellaneous corals and shells","shells",2020, +203,"India","Miscellaneous corals and shells","shells",2021, 203,"India","Natural sponges nei","sponges",1976, 203,"India","Natural sponges nei","sponges",1977, 203,"India","Natural sponges nei","sponges",1978, @@ -52694,6 +56762,7 @@ 203,"India","Natural sponges nei","sponges",2018, 203,"India","Natural sponges nei","sponges",2019, 203,"India","Natural sponges nei","sponges",2020, +203,"India","Natural sponges nei","sponges",2021, 203,"India","Ornamental fish nei","ornamentals",1976,3 203,"India","Ornamental fish nei","ornamentals",1977,2 203,"India","Ornamental fish nei","ornamentals",1978,0.1 @@ -52739,6 +56808,7 @@ 203,"India","Ornamental fish nei","ornamentals",2018, 203,"India","Ornamental fish nei","ornamentals",2019, 203,"India","Ornamental fish nei","ornamentals",2020, +203,"India","Ornamental fish nei","ornamentals",2021, 203,"India","Ornamental saltwater fish","ornamentals",1976, 203,"India","Ornamental saltwater fish","ornamentals",1977, 203,"India","Ornamental saltwater fish","ornamentals",1978, @@ -52782,8 +56852,9 @@ 203,"India","Ornamental saltwater fish","ornamentals",2016,32 203,"India","Ornamental saltwater fish","ornamentals",2017,165 203,"India","Ornamental saltwater fish","ornamentals",2018,81 -203,"India","Ornamental saltwater fish","ornamentals",2019,0 +203,"India","Ornamental saltwater fish","ornamentals",2019,48.45 203,"India","Ornamental saltwater fish","ornamentals",2020,40.06 +203,"India","Ornamental saltwater fish","ornamentals",2021,7 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -52829,6 +56900,7 @@ 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 203,"India","Sardine oil","fish_oil",1976, 203,"India","Sardine oil","fish_oil",1977, 203,"India","Sardine oil","fish_oil",1978, @@ -52874,6 +56946,7 @@ 203,"India","Sardine oil","fish_oil",2018,9424 203,"India","Sardine oil","fish_oil",2019,2331.13 203,"India","Sardine oil","fish_oil",2020,818.02 +203,"India","Sardine oil","fish_oil",2021,592.77 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -52919,6 +56992,7 @@ 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,98 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,38.44 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,28.92 +203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,65.84 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -52964,6 +57038,7 @@ 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,178 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,88.54 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,27.54 +203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,90.7 203,"India","Shells nei","shells",1976, 203,"India","Shells nei","shells",1977, 203,"India","Shells nei","shells",1978, @@ -53009,6 +57084,7 @@ 203,"India","Shells nei","shells",2018,1201 203,"India","Shells nei","shells",2019,1280.53 203,"India","Shells nei","shells",2020,1051.9 +203,"India","Shells nei","shells",2021,1211.69 203,"India","Squid oil","fish_oil",1976, 203,"India","Squid oil","fish_oil",1977, 203,"India","Squid oil","fish_oil",1978, @@ -53054,6 +57130,7 @@ 203,"India","Squid oil","fish_oil",2018, 203,"India","Squid oil","fish_oil",2019, 203,"India","Squid oil","fish_oil",2020, +203,"India","Squid oil","fish_oil",2021, 204,"Bangladesh","Agar agar nei","seaweeds",1976, 204,"Bangladesh","Agar agar nei","seaweeds",1977, 204,"Bangladesh","Agar agar nei","seaweeds",1978, @@ -53098,7 +57175,8 @@ 204,"Bangladesh","Agar agar nei","seaweeds",2017,0 204,"Bangladesh","Agar agar nei","seaweeds",2018, 204,"Bangladesh","Agar agar nei","seaweeds",2019,3.54 -204,"Bangladesh","Agar agar nei","seaweeds",2020,4.96 +204,"Bangladesh","Agar agar nei","seaweeds",2020,5.96 +204,"Bangladesh","Agar agar nei","seaweeds",2021,15 204,"Bangladesh","Coral and the like","corals",1976, 204,"Bangladesh","Coral and the like","corals",1977, 204,"Bangladesh","Coral and the like","corals",1978, @@ -53144,6 +57222,7 @@ 204,"Bangladesh","Coral and the like","corals",2018, 204,"Bangladesh","Coral and the like","corals",2019, 204,"Bangladesh","Coral and the like","corals",2020,25.06 +204,"Bangladesh","Coral and the like","corals",2021,236.1 204,"Bangladesh","Fish body oils, nei","fish_oil",1976, 204,"Bangladesh","Fish body oils, nei","fish_oil",1977, 204,"Bangladesh","Fish body oils, nei","fish_oil",1978, @@ -53189,6 +57268,7 @@ 204,"Bangladesh","Fish body oils, nei","fish_oil",2018,0 204,"Bangladesh","Fish body oils, nei","fish_oil",2019, 204,"Bangladesh","Fish body oils, nei","fish_oil",2020, +204,"Bangladesh","Fish body oils, nei","fish_oil",2021, 204,"Bangladesh","Fish liver oils, nei","fish_oil",1976, 204,"Bangladesh","Fish liver oils, nei","fish_oil",1977, 204,"Bangladesh","Fish liver oils, nei","fish_oil",1978, @@ -53231,9 +57311,10 @@ 204,"Bangladesh","Fish liver oils, nei","fish_oil",2015, 204,"Bangladesh","Fish liver oils, nei","fish_oil",2016, 204,"Bangladesh","Fish liver oils, nei","fish_oil",2017, -204,"Bangladesh","Fish liver oils, nei","fish_oil",2018,9 +204,"Bangladesh","Fish liver oils, nei","fish_oil",2018,0.4 204,"Bangladesh","Fish liver oils, nei","fish_oil",2019, 204,"Bangladesh","Fish liver oils, nei","fish_oil",2020,0.26 +204,"Bangladesh","Fish liver oils, nei","fish_oil",2021,0.1 204,"Bangladesh","Miscellaneous corals and shells","shells",1976, 204,"Bangladesh","Miscellaneous corals and shells","shells",1977, 204,"Bangladesh","Miscellaneous corals and shells","shells",1978, @@ -53279,6 +57360,7 @@ 204,"Bangladesh","Miscellaneous corals and shells","shells",2018,215 204,"Bangladesh","Miscellaneous corals and shells","shells",2019, 204,"Bangladesh","Miscellaneous corals and shells","shells",2020, +204,"Bangladesh","Miscellaneous corals and shells","shells",2021,0 204,"Bangladesh","Natural sponges nei","sponges",1976, 204,"Bangladesh","Natural sponges nei","sponges",1977, 204,"Bangladesh","Natural sponges nei","sponges",1978, @@ -53324,6 +57406,7 @@ 204,"Bangladesh","Natural sponges nei","sponges",2018,0 204,"Bangladesh","Natural sponges nei","sponges",2019, 204,"Bangladesh","Natural sponges nei","sponges",2020, +204,"Bangladesh","Natural sponges nei","sponges",2021, 204,"Bangladesh","Natural sponges other than raw","sponges",1976, 204,"Bangladesh","Natural sponges other than raw","sponges",1977, 204,"Bangladesh","Natural sponges other than raw","sponges",1978, @@ -53369,6 +57452,7 @@ 204,"Bangladesh","Natural sponges other than raw","sponges",2018, 204,"Bangladesh","Natural sponges other than raw","sponges",2019, 204,"Bangladesh","Natural sponges other than raw","sponges",2020,0 +204,"Bangladesh","Natural sponges other than raw","sponges",2021, 204,"Bangladesh","Natural sponges raw","sponges",1976, 204,"Bangladesh","Natural sponges raw","sponges",1977, 204,"Bangladesh","Natural sponges raw","sponges",1978, @@ -53414,6 +57498,7 @@ 204,"Bangladesh","Natural sponges raw","sponges",2018, 204,"Bangladesh","Natural sponges raw","sponges",2019, 204,"Bangladesh","Natural sponges raw","sponges",2020, +204,"Bangladesh","Natural sponges raw","sponges",2021, 204,"Bangladesh","Ornamental fish nei","ornamentals",1976, 204,"Bangladesh","Ornamental fish nei","ornamentals",1977, 204,"Bangladesh","Ornamental fish nei","ornamentals",1978, @@ -53459,6 +57544,7 @@ 204,"Bangladesh","Ornamental fish nei","ornamentals",2018, 204,"Bangladesh","Ornamental fish nei","ornamentals",2019, 204,"Bangladesh","Ornamental fish nei","ornamentals",2020, +204,"Bangladesh","Ornamental fish nei","ornamentals",2021, 204,"Bangladesh","Ornamental saltwater fish","ornamentals",1976, 204,"Bangladesh","Ornamental saltwater fish","ornamentals",1977, 204,"Bangladesh","Ornamental saltwater fish","ornamentals",1978, @@ -53504,6 +57590,7 @@ 204,"Bangladesh","Ornamental saltwater fish","ornamentals",2018, 204,"Bangladesh","Ornamental saltwater fish","ornamentals",2019,0 204,"Bangladesh","Ornamental saltwater fish","ornamentals",2020, +204,"Bangladesh","Ornamental saltwater fish","ornamentals",2021, 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -53549,6 +57636,7 @@ 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -53594,6 +57682,7 @@ 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -53639,6 +57728,7 @@ 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.03 204,"Bangladesh","Shells nei","shells",1976, 204,"Bangladesh","Shells nei","shells",1977, 204,"Bangladesh","Shells nei","shells",1978, @@ -53684,6 +57774,53 @@ 204,"Bangladesh","Shells nei","shells",2018,0 204,"Bangladesh","Shells nei","shells",2019, 204,"Bangladesh","Shells nei","shells",2020,0.28 +204,"Bangladesh","Shells nei","shells",2021,1.43 +205,"Myanmar","Miscellaneous corals and shells","shells",1976, +205,"Myanmar","Miscellaneous corals and shells","shells",1977, +205,"Myanmar","Miscellaneous corals and shells","shells",1978, +205,"Myanmar","Miscellaneous corals and shells","shells",1979, +205,"Myanmar","Miscellaneous corals and shells","shells",1980, +205,"Myanmar","Miscellaneous corals and shells","shells",1981, +205,"Myanmar","Miscellaneous corals and shells","shells",1982, +205,"Myanmar","Miscellaneous corals and shells","shells",1983, +205,"Myanmar","Miscellaneous corals and shells","shells",1984, +205,"Myanmar","Miscellaneous corals and shells","shells",1985, +205,"Myanmar","Miscellaneous corals and shells","shells",1986, +205,"Myanmar","Miscellaneous corals and shells","shells",1987, +205,"Myanmar","Miscellaneous corals and shells","shells",1988, +205,"Myanmar","Miscellaneous corals and shells","shells",1989, +205,"Myanmar","Miscellaneous corals and shells","shells",1990, +205,"Myanmar","Miscellaneous corals and shells","shells",1991, +205,"Myanmar","Miscellaneous corals and shells","shells",1992, +205,"Myanmar","Miscellaneous corals and shells","shells",1993, +205,"Myanmar","Miscellaneous corals and shells","shells",1994, +205,"Myanmar","Miscellaneous corals and shells","shells",1995, +205,"Myanmar","Miscellaneous corals and shells","shells",1996, +205,"Myanmar","Miscellaneous corals and shells","shells",1997, +205,"Myanmar","Miscellaneous corals and shells","shells",1998, +205,"Myanmar","Miscellaneous corals and shells","shells",1999, +205,"Myanmar","Miscellaneous corals and shells","shells",2000, +205,"Myanmar","Miscellaneous corals and shells","shells",2001, +205,"Myanmar","Miscellaneous corals and shells","shells",2002, +205,"Myanmar","Miscellaneous corals and shells","shells",2003, +205,"Myanmar","Miscellaneous corals and shells","shells",2004, +205,"Myanmar","Miscellaneous corals and shells","shells",2005, +205,"Myanmar","Miscellaneous corals and shells","shells",2006, +205,"Myanmar","Miscellaneous corals and shells","shells",2007, +205,"Myanmar","Miscellaneous corals and shells","shells",2008, +205,"Myanmar","Miscellaneous corals and shells","shells",2009, +205,"Myanmar","Miscellaneous corals and shells","shells",2010, +205,"Myanmar","Miscellaneous corals and shells","shells",2011, +205,"Myanmar","Miscellaneous corals and shells","shells",2012, +205,"Myanmar","Miscellaneous corals and shells","shells",2013, +205,"Myanmar","Miscellaneous corals and shells","shells",2014, +205,"Myanmar","Miscellaneous corals and shells","shells",2015, +205,"Myanmar","Miscellaneous corals and shells","shells",2016, +205,"Myanmar","Miscellaneous corals and shells","shells",2017, +205,"Myanmar","Miscellaneous corals and shells","shells",2018,215.71 +205,"Myanmar","Miscellaneous corals and shells","shells",2019,1253.36 +205,"Myanmar","Miscellaneous corals and shells","shells",2020,1254.55 +205,"Myanmar","Miscellaneous corals and shells","shells",2021,1901.63 205,"Myanmar","Ornamental fish nei","ornamentals",1976, 205,"Myanmar","Ornamental fish nei","ornamentals",1977, 205,"Myanmar","Ornamental fish nei","ornamentals",1978, @@ -53728,7 +57865,54 @@ 205,"Myanmar","Ornamental fish nei","ornamentals",2017, 205,"Myanmar","Ornamental fish nei","ornamentals",2018, 205,"Myanmar","Ornamental fish nei","ornamentals",2019, -205,"Myanmar","Ornamental fish nei","ornamentals",2020,0 +205,"Myanmar","Ornamental fish nei","ornamentals",2020, +205,"Myanmar","Ornamental fish nei","ornamentals",2021, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1976, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1977, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1978, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1979, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1980, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1981, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1982, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1983, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1984, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1985, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1986, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1987, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1988, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1989, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1990, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1991, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1992, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1993, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1994, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1995, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1996, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1997, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1998, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1999, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2000, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2001, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2002, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2003, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2004, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2005, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2006, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2007, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2008, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2009, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2010, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2011, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2012, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2013, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2014, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2015, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2016, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2017, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2018,1.06 +205,"Myanmar","Ornamental saltwater fish","ornamentals",2019,0.68 +205,"Myanmar","Ornamental saltwater fish","ornamentals",2020,0.55 +205,"Myanmar","Ornamental saltwater fish","ornamentals",2021,0.29 205,"Myanmar","Oyster shells","shells",1976, 205,"Myanmar","Oyster shells","shells",1977, 205,"Myanmar","Oyster shells","shells",1978, @@ -53771,9 +57955,102 @@ 205,"Myanmar","Oyster shells","shells",2015,67 205,"Myanmar","Oyster shells","shells",2016,119 205,"Myanmar","Oyster shells","shells",2017,53 -205,"Myanmar","Oyster shells","shells",2018,94 -205,"Myanmar","Oyster shells","shells",2019,117 -205,"Myanmar","Oyster shells","shells",2020,175 +205,"Myanmar","Oyster shells","shells",2018, +205,"Myanmar","Oyster shells","shells",2019, +205,"Myanmar","Oyster shells","shells",2020, +205,"Myanmar","Oyster shells","shells",2021, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,31.61 +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,443.91 +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1611.51 +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,204.59 +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0.92 +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,3.1 +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,2.5 +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,106.92 205,"Myanmar","Shells nei","shells",1976, 205,"Myanmar","Shells nei","shells",1977, 205,"Myanmar","Shells nei","shells",1978, @@ -53816,9 +58093,10 @@ 205,"Myanmar","Shells nei","shells",2015,52 205,"Myanmar","Shells nei","shells",2016,777 205,"Myanmar","Shells nei","shells",2017,880 -205,"Myanmar","Shells nei","shells",2018,45 -205,"Myanmar","Shells nei","shells",2019,460 -205,"Myanmar","Shells nei","shells",2020,57 +205,"Myanmar","Shells nei","shells",2018, +205,"Myanmar","Shells nei","shells",2019, +205,"Myanmar","Shells nei","shells",2020, +205,"Myanmar","Shells nei","shells",2021, 205,"Myanmar","Trochus shells","shells",1976, 205,"Myanmar","Trochus shells","shells",1977, 205,"Myanmar","Trochus shells","shells",1978, @@ -53861,9 +58139,10 @@ 205,"Myanmar","Trochus shells","shells",2015,30 205,"Myanmar","Trochus shells","shells",2016,81 205,"Myanmar","Trochus shells","shells",2017,24 -205,"Myanmar","Trochus shells","shells",2018,46 -205,"Myanmar","Trochus shells","shells",2019,45 -205,"Myanmar","Trochus shells","shells",2020,37 +205,"Myanmar","Trochus shells","shells",2018, +205,"Myanmar","Trochus shells","shells",2019, +205,"Myanmar","Trochus shells","shells",2020, +205,"Myanmar","Trochus shells","shells",2021, 206,"Malaysia","Agar agar nei","seaweeds",1976, 206,"Malaysia","Agar agar nei","seaweeds",1977, 206,"Malaysia","Agar agar nei","seaweeds",1978, @@ -53909,6 +58188,7 @@ 206,"Malaysia","Agar agar nei","seaweeds",2018,20 206,"Malaysia","Agar agar nei","seaweeds",2019,3.86 206,"Malaysia","Agar agar nei","seaweeds",2020,28.94 +206,"Malaysia","Agar agar nei","seaweeds",2021,3.37 206,"Malaysia","Coral and the like","corals",1976, 206,"Malaysia","Coral and the like","corals",1977, 206,"Malaysia","Coral and the like","corals",1978, @@ -53954,6 +58234,7 @@ 206,"Malaysia","Coral and the like","corals",2018, 206,"Malaysia","Coral and the like","corals",2019, 206,"Malaysia","Coral and the like","corals",2020, +206,"Malaysia","Coral and the like","corals",2021, 206,"Malaysia","Fish body oils, nei","fish_oil",1976,1 206,"Malaysia","Fish body oils, nei","fish_oil",1977,12 206,"Malaysia","Fish body oils, nei","fish_oil",1978, @@ -53999,6 +58280,7 @@ 206,"Malaysia","Fish body oils, nei","fish_oil",2018,3382 206,"Malaysia","Fish body oils, nei","fish_oil",2019,2122.94 206,"Malaysia","Fish body oils, nei","fish_oil",2020,4319.51 +206,"Malaysia","Fish body oils, nei","fish_oil",2021,723.72 206,"Malaysia","Fish liver oils, nei","fish_oil",1976, 206,"Malaysia","Fish liver oils, nei","fish_oil",1977, 206,"Malaysia","Fish liver oils, nei","fish_oil",1978, @@ -54044,6 +58326,7 @@ 206,"Malaysia","Fish liver oils, nei","fish_oil",2018,3 206,"Malaysia","Fish liver oils, nei","fish_oil",2019, 206,"Malaysia","Fish liver oils, nei","fish_oil",2020,0.9 +206,"Malaysia","Fish liver oils, nei","fish_oil",2021, 206,"Malaysia","Miscellaneous corals and shells","shells",1976, 206,"Malaysia","Miscellaneous corals and shells","shells",1977, 206,"Malaysia","Miscellaneous corals and shells","shells",1978, @@ -54089,6 +58372,7 @@ 206,"Malaysia","Miscellaneous corals and shells","shells",2018,92 206,"Malaysia","Miscellaneous corals and shells","shells",2019,34.17 206,"Malaysia","Miscellaneous corals and shells","shells",2020,13.03 +206,"Malaysia","Miscellaneous corals and shells","shells",2021,54.45 206,"Malaysia","Natural sponges nei","sponges",1976, 206,"Malaysia","Natural sponges nei","sponges",1977, 206,"Malaysia","Natural sponges nei","sponges",1978, @@ -54134,6 +58418,7 @@ 206,"Malaysia","Natural sponges nei","sponges",2018,2 206,"Malaysia","Natural sponges nei","sponges",2019,0.07 206,"Malaysia","Natural sponges nei","sponges",2020, +206,"Malaysia","Natural sponges nei","sponges",2021,0.18 206,"Malaysia","Ornamental fish nei","ornamentals",1976, 206,"Malaysia","Ornamental fish nei","ornamentals",1977, 206,"Malaysia","Ornamental fish nei","ornamentals",1978, @@ -54179,6 +58464,7 @@ 206,"Malaysia","Ornamental fish nei","ornamentals",2018, 206,"Malaysia","Ornamental fish nei","ornamentals",2019, 206,"Malaysia","Ornamental fish nei","ornamentals",2020, +206,"Malaysia","Ornamental fish nei","ornamentals",2021, 206,"Malaysia","Ornamental saltwater fish","ornamentals",1976, 206,"Malaysia","Ornamental saltwater fish","ornamentals",1977, 206,"Malaysia","Ornamental saltwater fish","ornamentals",1978, @@ -54224,6 +58510,7 @@ 206,"Malaysia","Ornamental saltwater fish","ornamentals",2018, 206,"Malaysia","Ornamental saltwater fish","ornamentals",2019,0 206,"Malaysia","Ornamental saltwater fish","ornamentals",2020,0 +206,"Malaysia","Ornamental saltwater fish","ornamentals",2021,0 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -54269,6 +58556,7 @@ 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -54314,6 +58602,7 @@ 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1092 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,1520.48 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1572.74 +206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,901.99 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -54359,6 +58648,7 @@ 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,8 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.57 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1.04 +206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,2.28 206,"Malaysia","Shells nei","shells",1976, 206,"Malaysia","Shells nei","shells",1977, 206,"Malaysia","Shells nei","shells",1978, @@ -54404,6 +58694,7 @@ 206,"Malaysia","Shells nei","shells",2018, 206,"Malaysia","Shells nei","shells",2019, 206,"Malaysia","Shells nei","shells",2020, +206,"Malaysia","Shells nei","shells",2021, 207,"Vietnam","Agar agar nei","seaweeds",1976, 207,"Vietnam","Agar agar nei","seaweeds",1977, 207,"Vietnam","Agar agar nei","seaweeds",1978, @@ -54449,6 +58740,7 @@ 207,"Vietnam","Agar agar nei","seaweeds",2018,108 207,"Vietnam","Agar agar nei","seaweeds",2019,464.9 207,"Vietnam","Agar agar nei","seaweeds",2020,453.12 +207,"Vietnam","Agar agar nei","seaweeds",2021,872.83 207,"Vietnam","Coral and the like","corals",1976, 207,"Vietnam","Coral and the like","corals",1977, 207,"Vietnam","Coral and the like","corals",1978, @@ -54494,6 +58786,7 @@ 207,"Vietnam","Coral and the like","corals",2018,1711 207,"Vietnam","Coral and the like","corals",2019,709.26 207,"Vietnam","Coral and the like","corals",2020,1280.92 +207,"Vietnam","Coral and the like","corals",2021,1038.77 207,"Vietnam","Fish body oils, nei","fish_oil",1976, 207,"Vietnam","Fish body oils, nei","fish_oil",1977, 207,"Vietnam","Fish body oils, nei","fish_oil",1978, @@ -54539,6 +58832,7 @@ 207,"Vietnam","Fish body oils, nei","fish_oil",2018,6606 207,"Vietnam","Fish body oils, nei","fish_oil",2019,17849.81 207,"Vietnam","Fish body oils, nei","fish_oil",2020,15215.66 +207,"Vietnam","Fish body oils, nei","fish_oil",2021,27258.38 207,"Vietnam","Fish liver oils, nei","fish_oil",1976, 207,"Vietnam","Fish liver oils, nei","fish_oil",1977, 207,"Vietnam","Fish liver oils, nei","fish_oil",1978, @@ -54584,6 +58878,7 @@ 207,"Vietnam","Fish liver oils, nei","fish_oil",2018,7 207,"Vietnam","Fish liver oils, nei","fish_oil",2019, 207,"Vietnam","Fish liver oils, nei","fish_oil",2020, +207,"Vietnam","Fish liver oils, nei","fish_oil",2021, 207,"Vietnam","Miscellaneous corals and shells","shells",1976, 207,"Vietnam","Miscellaneous corals and shells","shells",1977, 207,"Vietnam","Miscellaneous corals and shells","shells",1978, @@ -54629,6 +58924,7 @@ 207,"Vietnam","Miscellaneous corals and shells","shells",2018, 207,"Vietnam","Miscellaneous corals and shells","shells",2019, 207,"Vietnam","Miscellaneous corals and shells","shells",2020, +207,"Vietnam","Miscellaneous corals and shells","shells",2021, 207,"Vietnam","Ornamental fish nei","ornamentals",1976, 207,"Vietnam","Ornamental fish nei","ornamentals",1977, 207,"Vietnam","Ornamental fish nei","ornamentals",1978, @@ -54674,6 +58970,7 @@ 207,"Vietnam","Ornamental fish nei","ornamentals",2018, 207,"Vietnam","Ornamental fish nei","ornamentals",2019, 207,"Vietnam","Ornamental fish nei","ornamentals",2020, +207,"Vietnam","Ornamental fish nei","ornamentals",2021, 207,"Vietnam","Ornamental saltwater fish","ornamentals",1976, 207,"Vietnam","Ornamental saltwater fish","ornamentals",1977, 207,"Vietnam","Ornamental saltwater fish","ornamentals",1978, @@ -54719,6 +59016,7 @@ 207,"Vietnam","Ornamental saltwater fish","ornamentals",2018, 207,"Vietnam","Ornamental saltwater fish","ornamentals",2019,0 207,"Vietnam","Ornamental saltwater fish","ornamentals",2020,0 +207,"Vietnam","Ornamental saltwater fish","ornamentals",2021,0 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -54764,6 +59062,7 @@ 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -54809,6 +59108,7 @@ 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,157 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,226.1 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,335.44 +207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,180.39 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -54854,6 +59154,7 @@ 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1040 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,2616.54 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,2806.72 +207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,4267.1 208,"Singapore","Agar agar nei","seaweeds",1976, 208,"Singapore","Agar agar nei","seaweeds",1977, 208,"Singapore","Agar agar nei","seaweeds",1978, @@ -54899,6 +59200,7 @@ 208,"Singapore","Agar agar nei","seaweeds",2018,47 208,"Singapore","Agar agar nei","seaweeds",2019,75.9 208,"Singapore","Agar agar nei","seaweeds",2020,85.08 +208,"Singapore","Agar agar nei","seaweeds",2021,53.59 208,"Singapore","Coral and the like","corals",1976, 208,"Singapore","Coral and the like","corals",1977, 208,"Singapore","Coral and the like","corals",1978, @@ -54944,6 +59246,7 @@ 208,"Singapore","Coral and the like","corals",2018, 208,"Singapore","Coral and the like","corals",2019, 208,"Singapore","Coral and the like","corals",2020, +208,"Singapore","Coral and the like","corals",2021, 208,"Singapore","Fish body oils, nei","fish_oil",1976, 208,"Singapore","Fish body oils, nei","fish_oil",1977, 208,"Singapore","Fish body oils, nei","fish_oil",1978, @@ -54989,6 +59292,7 @@ 208,"Singapore","Fish body oils, nei","fish_oil",2018,59 208,"Singapore","Fish body oils, nei","fish_oil",2019,21.81 208,"Singapore","Fish body oils, nei","fish_oil",2020,26.64 +208,"Singapore","Fish body oils, nei","fish_oil",2021,13 208,"Singapore","Fish liver oils, nei","fish_oil",1976, 208,"Singapore","Fish liver oils, nei","fish_oil",1977, 208,"Singapore","Fish liver oils, nei","fish_oil",1978, @@ -55034,6 +59338,7 @@ 208,"Singapore","Fish liver oils, nei","fish_oil",2018,60 208,"Singapore","Fish liver oils, nei","fish_oil",2019,31.11 208,"Singapore","Fish liver oils, nei","fish_oil",2020,20.44 +208,"Singapore","Fish liver oils, nei","fish_oil",2021,0.05 208,"Singapore","Miscellaneous corals and shells","shells",1976, 208,"Singapore","Miscellaneous corals and shells","shells",1977, 208,"Singapore","Miscellaneous corals and shells","shells",1978, @@ -55079,6 +59384,7 @@ 208,"Singapore","Miscellaneous corals and shells","shells",2018, 208,"Singapore","Miscellaneous corals and shells","shells",2019, 208,"Singapore","Miscellaneous corals and shells","shells",2020, +208,"Singapore","Miscellaneous corals and shells","shells",2021, 208,"Singapore","Natural sponges nei","sponges",1976, 208,"Singapore","Natural sponges nei","sponges",1977, 208,"Singapore","Natural sponges nei","sponges",1978, @@ -55124,6 +59430,7 @@ 208,"Singapore","Natural sponges nei","sponges",2018, 208,"Singapore","Natural sponges nei","sponges",2019,3.27 208,"Singapore","Natural sponges nei","sponges",2020,1.07 +208,"Singapore","Natural sponges nei","sponges",2021,1.67 208,"Singapore","Natural sponges raw","sponges",1976, 208,"Singapore","Natural sponges raw","sponges",1977, 208,"Singapore","Natural sponges raw","sponges",1978, @@ -55169,6 +59476,7 @@ 208,"Singapore","Natural sponges raw","sponges",2018, 208,"Singapore","Natural sponges raw","sponges",2019, 208,"Singapore","Natural sponges raw","sponges",2020, +208,"Singapore","Natural sponges raw","sponges",2021, 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",1976,26 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",1977,65 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",1978,1604 @@ -55214,6 +59522,7 @@ 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",2018, 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",2019, 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",2020, +208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",2021, 208,"Singapore","Ornamental fish nei","ornamentals",1976, 208,"Singapore","Ornamental fish nei","ornamentals",1977, 208,"Singapore","Ornamental fish nei","ornamentals",1978, @@ -55259,6 +59568,7 @@ 208,"Singapore","Ornamental fish nei","ornamentals",2018, 208,"Singapore","Ornamental fish nei","ornamentals",2019, 208,"Singapore","Ornamental fish nei","ornamentals",2020, +208,"Singapore","Ornamental fish nei","ornamentals",2021, 208,"Singapore","Ornamental saltwater fish","ornamentals",1976, 208,"Singapore","Ornamental saltwater fish","ornamentals",1977, 208,"Singapore","Ornamental saltwater fish","ornamentals",1978, @@ -55304,6 +59614,7 @@ 208,"Singapore","Ornamental saltwater fish","ornamentals",2018, 208,"Singapore","Ornamental saltwater fish","ornamentals",2019,0 208,"Singapore","Ornamental saltwater fish","ornamentals",2020,0 +208,"Singapore","Ornamental saltwater fish","ornamentals",2021,0 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -55349,6 +59660,7 @@ 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -55394,6 +59706,7 @@ 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,97 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,78.3 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,50.48 +208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,43.62 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -55439,6 +59752,7 @@ 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,32 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,8.38 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,62.99 +208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,47.96 208,"Singapore","Shells nei","shells",1976, 208,"Singapore","Shells nei","shells",1977, 208,"Singapore","Shells nei","shells",1978, @@ -55484,6 +59798,7 @@ 208,"Singapore","Shells nei","shells",2018,2 208,"Singapore","Shells nei","shells",2019,0.55 208,"Singapore","Shells nei","shells",2020,31.73 +208,"Singapore","Shells nei","shells",2021,15.31 209,"China","Agar agar nei","seaweeds",1976, 209,"China","Agar agar nei","seaweeds",1977, 209,"China","Agar agar nei","seaweeds",1978, @@ -55529,6 +59844,7 @@ 209,"China","Agar agar nei","seaweeds",2018,5913 209,"China","Agar agar nei","seaweeds",2019,5678.11 209,"China","Agar agar nei","seaweeds",2020,5349.01 +209,"China","Agar agar nei","seaweeds",2021,6254.42 209,"China","Coral and the like","corals",1976, 209,"China","Coral and the like","corals",1977, 209,"China","Coral and the like","corals",1978, @@ -55574,6 +59890,7 @@ 209,"China","Coral and the like","corals",2018,11285 209,"China","Coral and the like","corals",2019,13874.02 209,"China","Coral and the like","corals",2020,14044.97 +209,"China","Coral and the like","corals",2021,10551.32 209,"China","Fish body oils, nei","fish_oil",1976, 209,"China","Fish body oils, nei","fish_oil",1977, 209,"China","Fish body oils, nei","fish_oil",1978, @@ -55619,6 +59936,7 @@ 209,"China","Fish body oils, nei","fish_oil",2018,24257 209,"China","Fish body oils, nei","fish_oil",2019,27013.25 209,"China","Fish body oils, nei","fish_oil",2020,27043.28 +209,"China","Fish body oils, nei","fish_oil",2021,22324.62 209,"China","Fish liver oils, nei","fish_oil",1976, 209,"China","Fish liver oils, nei","fish_oil",1977, 209,"China","Fish liver oils, nei","fish_oil",1978, @@ -55664,6 +59982,7 @@ 209,"China","Fish liver oils, nei","fish_oil",2018,630 209,"China","Fish liver oils, nei","fish_oil",2019,721.99 209,"China","Fish liver oils, nei","fish_oil",2020,282.19 +209,"China","Fish liver oils, nei","fish_oil",2021,434.8 209,"China","Miscellaneous corals and shells","shells",1976, 209,"China","Miscellaneous corals and shells","shells",1977, 209,"China","Miscellaneous corals and shells","shells",1978, @@ -55709,6 +60028,7 @@ 209,"China","Miscellaneous corals and shells","shells",2018,82 209,"China","Miscellaneous corals and shells","shells",2019,46.24 209,"China","Miscellaneous corals and shells","shells",2020,5.17 +209,"China","Miscellaneous corals and shells","shells",2021,45.43 209,"China","Natural sponges nei","sponges",1976, 209,"China","Natural sponges nei","sponges",1977, 209,"China","Natural sponges nei","sponges",1978, @@ -55754,6 +60074,7 @@ 209,"China","Natural sponges nei","sponges",2018, 209,"China","Natural sponges nei","sponges",2019, 209,"China","Natural sponges nei","sponges",2020, +209,"China","Natural sponges nei","sponges",2021, 209,"China","Natural sponges raw","sponges",1976, 209,"China","Natural sponges raw","sponges",1977, 209,"China","Natural sponges raw","sponges",1978, @@ -55799,6 +60120,7 @@ 209,"China","Natural sponges raw","sponges",2018, 209,"China","Natural sponges raw","sponges",2019, 209,"China","Natural sponges raw","sponges",2020, +209,"China","Natural sponges raw","sponges",2021, 209,"China","Ornamental fish nei","ornamentals",1976, 209,"China","Ornamental fish nei","ornamentals",1977, 209,"China","Ornamental fish nei","ornamentals",1978, @@ -55844,6 +60166,7 @@ 209,"China","Ornamental fish nei","ornamentals",2018, 209,"China","Ornamental fish nei","ornamentals",2019, 209,"China","Ornamental fish nei","ornamentals",2020, +209,"China","Ornamental fish nei","ornamentals",2021, 209,"China","Ornamental saltwater fish","ornamentals",1976, 209,"China","Ornamental saltwater fish","ornamentals",1977, 209,"China","Ornamental saltwater fish","ornamentals",1978, @@ -55889,6 +60212,7 @@ 209,"China","Ornamental saltwater fish","ornamentals",2018,0.1 209,"China","Ornamental saltwater fish","ornamentals",2019,0.07 209,"China","Ornamental saltwater fish","ornamentals",2020,0 +209,"China","Ornamental saltwater fish","ornamentals",2021,0 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1976, 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1977, 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1978, @@ -55934,6 +60258,7 @@ 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2018,5004 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2019,5062.25 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2020,4513.04 +209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2021,3115.7 209,"China","Other red algae","seaweeds",1976, 209,"China","Other red algae","seaweeds",1977, 209,"China","Other red algae","seaweeds",1978, @@ -55979,6 +60304,7 @@ 209,"China","Other red algae","seaweeds",2018,660 209,"China","Other red algae","seaweeds",2019,215.44 209,"China","Other red algae","seaweeds",2020,66.52 +209,"China","Other red algae","seaweeds",2021,950.19 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -56024,6 +60350,7 @@ 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -56069,6 +60396,7 @@ 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,986 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,735.24 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,644.09 +209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,995.34 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -56114,6 +60442,7 @@ 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1796.1 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1992.35 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1052.24 +209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1384.17 210,"Japan","Agar agar nei","seaweeds",1976,546 210,"Japan","Agar agar nei","seaweeds",1977,565 210,"Japan","Agar agar nei","seaweeds",1978,565 @@ -56128,10 +60457,10 @@ 210,"Japan","Agar agar nei","seaweeds",1987,447 210,"Japan","Agar agar nei","seaweeds",1988,261 210,"Japan","Agar agar nei","seaweeds",1989,627 -210,"Japan","Agar agar nei","seaweeds",1990, -210,"Japan","Agar agar nei","seaweeds",1991, -210,"Japan","Agar agar nei","seaweeds",1992, -210,"Japan","Agar agar nei","seaweeds",1993, +210,"Japan","Agar agar nei","seaweeds",1990,323 +210,"Japan","Agar agar nei","seaweeds",1991,188 +210,"Japan","Agar agar nei","seaweeds",1992,170 +210,"Japan","Agar agar nei","seaweeds",1993,121 210,"Japan","Agar agar nei","seaweeds",1994,92 210,"Japan","Agar agar nei","seaweeds",1995,149 210,"Japan","Agar agar nei","seaweeds",1996,86 @@ -56159,6 +60488,7 @@ 210,"Japan","Agar agar nei","seaweeds",2018,29 210,"Japan","Agar agar nei","seaweeds",2019,28.8 210,"Japan","Agar agar nei","seaweeds",2020,27.54 +210,"Japan","Agar agar nei","seaweeds",2021,37.71 210,"Japan","Cod liver oil","fish_oil",1976,742 210,"Japan","Cod liver oil","fish_oil",1977,647 210,"Japan","Cod liver oil","fish_oil",1978,728 @@ -56204,6 +60534,7 @@ 210,"Japan","Cod liver oil","fish_oil",2018, 210,"Japan","Cod liver oil","fish_oil",2019, 210,"Japan","Cod liver oil","fish_oil",2020, +210,"Japan","Cod liver oil","fish_oil",2021, 210,"Japan","Coral and the like","corals",1976,15 210,"Japan","Coral and the like","corals",1977,8 210,"Japan","Coral and the like","corals",1978,6 @@ -56215,9 +60546,9 @@ 210,"Japan","Coral and the like","corals",1984,19 210,"Japan","Coral and the like","corals",1985,11 210,"Japan","Coral and the like","corals",1986,9 -210,"Japan","Coral and the like","corals",1987, -210,"Japan","Coral and the like","corals",1988, -210,"Japan","Coral and the like","corals",1989, +210,"Japan","Coral and the like","corals",1987,3400 +210,"Japan","Coral and the like","corals",1988,3500 +210,"Japan","Coral and the like","corals",1989,3600 210,"Japan","Coral and the like","corals",1990,3736 210,"Japan","Coral and the like","corals",1991,3207 210,"Japan","Coral and the like","corals",1992,3192 @@ -56249,6 +60580,7 @@ 210,"Japan","Coral and the like","corals",2018,37938 210,"Japan","Coral and the like","corals",2019,36606.51 210,"Japan","Coral and the like","corals",2020,34206.43 +210,"Japan","Coral and the like","corals",2021,23186.21 210,"Japan","Fish body oils, nei","fish_oil",1976,72032 210,"Japan","Fish body oils, nei","fish_oil",1977,106130 210,"Japan","Fish body oils, nei","fish_oil",1978,209525 @@ -56294,6 +60626,7 @@ 210,"Japan","Fish body oils, nei","fish_oil",2018,34129 210,"Japan","Fish body oils, nei","fish_oil",2019,22912.74 210,"Japan","Fish body oils, nei","fish_oil",2020,21565.11 +210,"Japan","Fish body oils, nei","fish_oil",2021,9766.49 210,"Japan","Fish liver oils, nei","fish_oil",1976,134 210,"Japan","Fish liver oils, nei","fish_oil",1977,180 210,"Japan","Fish liver oils, nei","fish_oil",1978,176 @@ -56339,6 +60672,7 @@ 210,"Japan","Fish liver oils, nei","fish_oil",2018,7 210,"Japan","Fish liver oils, nei","fish_oil",2019,11.55 210,"Japan","Fish liver oils, nei","fish_oil",2020,7.23 +210,"Japan","Fish liver oils, nei","fish_oil",2021,21.33 210,"Japan","Natural sponges raw","sponges",1976,3 210,"Japan","Natural sponges raw","sponges",1977,1 210,"Japan","Natural sponges raw","sponges",1978,1 @@ -56350,9 +60684,9 @@ 210,"Japan","Natural sponges raw","sponges",1984,1 210,"Japan","Natural sponges raw","sponges",1985,1 210,"Japan","Natural sponges raw","sponges",1986,1 -210,"Japan","Natural sponges raw","sponges",1987, -210,"Japan","Natural sponges raw","sponges",1988, -210,"Japan","Natural sponges raw","sponges",1989, +210,"Japan","Natural sponges raw","sponges",1987,1.2 +210,"Japan","Natural sponges raw","sponges",1988,1.4 +210,"Japan","Natural sponges raw","sponges",1989,1.8 210,"Japan","Natural sponges raw","sponges",1990,2 210,"Japan","Natural sponges raw","sponges",1991,2 210,"Japan","Natural sponges raw","sponges",1992,4 @@ -56384,6 +60718,7 @@ 210,"Japan","Natural sponges raw","sponges",2018, 210,"Japan","Natural sponges raw","sponges",2019, 210,"Japan","Natural sponges raw","sponges",2020, +210,"Japan","Natural sponges raw","sponges",2021, 210,"Japan","Ornamental fish nei","ornamentals",1976, 210,"Japan","Ornamental fish nei","ornamentals",1977, 210,"Japan","Ornamental fish nei","ornamentals",1978, @@ -56429,6 +60764,7 @@ 210,"Japan","Ornamental fish nei","ornamentals",2018, 210,"Japan","Ornamental fish nei","ornamentals",2019, 210,"Japan","Ornamental fish nei","ornamentals",2020, +210,"Japan","Ornamental fish nei","ornamentals",2021, 210,"Japan","Ornamental saltwater fish","ornamentals",1976, 210,"Japan","Ornamental saltwater fish","ornamentals",1977, 210,"Japan","Ornamental saltwater fish","ornamentals",1978, @@ -56474,6 +60810,7 @@ 210,"Japan","Ornamental saltwater fish","ornamentals",2018,2 210,"Japan","Ornamental saltwater fish","ornamentals",2019,0.93 210,"Japan","Ornamental saltwater fish","ornamentals",2020,2.45 +210,"Japan","Ornamental saltwater fish","ornamentals",2021,1.8 210,"Japan","Other red algae","seaweeds",1976, 210,"Japan","Other red algae","seaweeds",1977, 210,"Japan","Other red algae","seaweeds",1978, @@ -56488,10 +60825,10 @@ 210,"Japan","Other red algae","seaweeds",1987, 210,"Japan","Other red algae","seaweeds",1988, 210,"Japan","Other red algae","seaweeds",1989, -210,"Japan","Other red algae","seaweeds",1990, -210,"Japan","Other red algae","seaweeds",1991, -210,"Japan","Other red algae","seaweeds",1992, -210,"Japan","Other red algae","seaweeds",1993, +210,"Japan","Other red algae","seaweeds",1990,3327 +210,"Japan","Other red algae","seaweeds",1991,2129 +210,"Japan","Other red algae","seaweeds",1992,2363 +210,"Japan","Other red algae","seaweeds",1993,1425 210,"Japan","Other red algae","seaweeds",1994,826 210,"Japan","Other red algae","seaweeds",1995,753 210,"Japan","Other red algae","seaweeds",1996,667 @@ -56519,6 +60856,7 @@ 210,"Japan","Other red algae","seaweeds",2018, 210,"Japan","Other red algae","seaweeds",2019, 210,"Japan","Other red algae","seaweeds",2020, +210,"Japan","Other red algae","seaweeds",2021, 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1976,1942 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1977,2340 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1978,2188 @@ -56533,10 +60871,10 @@ 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1987,1873 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1988,3607 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1989,3029 -210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1990, -210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1991, -210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1992, -210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1993, +210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1990,1439 +210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1991,1559 +210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1992,2332 +210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1993,823 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1994,655 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1995,558 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1996,758 @@ -56564,6 +60902,7 @@ 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -56609,6 +60948,7 @@ 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1186 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,1237 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1143.82 +210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1382.87 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -56654,6 +60994,7 @@ 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,180 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,169.08 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,132.53 +210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,148.83 210,"Japan","Shells nei","shells",1976,1453 210,"Japan","Shells nei","shells",1977,2908 210,"Japan","Shells nei","shells",1978,4585 @@ -56699,6 +61040,7 @@ 210,"Japan","Shells nei","shells",2018, 210,"Japan","Shells nei","shells",2019, 210,"Japan","Shells nei","shells",2020, +210,"Japan","Shells nei","shells",2021, 212,"Kiribati","Coral and the like","corals",1976, 212,"Kiribati","Coral and the like","corals",1977, 212,"Kiribati","Coral and the like","corals",1978, @@ -56744,6 +61086,7 @@ 212,"Kiribati","Coral and the like","corals",2018,0 212,"Kiribati","Coral and the like","corals",2019,0.43 212,"Kiribati","Coral and the like","corals",2020, +212,"Kiribati","Coral and the like","corals",2021, 212,"Kiribati","Ornamental fish nei","ornamentals",1976, 212,"Kiribati","Ornamental fish nei","ornamentals",1977, 212,"Kiribati","Ornamental fish nei","ornamentals",1978, @@ -56789,6 +61132,7 @@ 212,"Kiribati","Ornamental fish nei","ornamentals",2018, 212,"Kiribati","Ornamental fish nei","ornamentals",2019, 212,"Kiribati","Ornamental fish nei","ornamentals",2020, +212,"Kiribati","Ornamental fish nei","ornamentals",2021, 212,"Kiribati","Ornamental saltwater fish","ornamentals",1976, 212,"Kiribati","Ornamental saltwater fish","ornamentals",1977, 212,"Kiribati","Ornamental saltwater fish","ornamentals",1978, @@ -56834,6 +61178,7 @@ 212,"Kiribati","Ornamental saltwater fish","ornamentals",2018, 212,"Kiribati","Ornamental saltwater fish","ornamentals",2019,0 212,"Kiribati","Ornamental saltwater fish","ornamentals",2020,0.26 +212,"Kiribati","Ornamental saltwater fish","ornamentals",2021, 212,"Kiribati","Other red algae","seaweeds",1976, 212,"Kiribati","Other red algae","seaweeds",1977, 212,"Kiribati","Other red algae","seaweeds",1978, @@ -56879,6 +61224,7 @@ 212,"Kiribati","Other red algae","seaweeds",2018, 212,"Kiribati","Other red algae","seaweeds",2019, 212,"Kiribati","Other red algae","seaweeds",2020, +212,"Kiribati","Other red algae","seaweeds",2021, 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -56924,6 +61270,7 @@ 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -56969,6 +61316,7 @@ 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,78 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 212,"Kiribati","Shells nei","shells",1976, 212,"Kiribati","Shells nei","shells",1977, 212,"Kiribati","Shells nei","shells",1978, @@ -57014,6 +61362,7 @@ 212,"Kiribati","Shells nei","shells",2018, 212,"Kiribati","Shells nei","shells",2019, 212,"Kiribati","Shells nei","shells",2020, +212,"Kiribati","Shells nei","shells",2021, 214,"Egypt","Coral and the like","corals",1976, 214,"Egypt","Coral and the like","corals",1977, 214,"Egypt","Coral and the like","corals",1978, @@ -57059,6 +61408,7 @@ 214,"Egypt","Coral and the like","corals",2018, 214,"Egypt","Coral and the like","corals",2019, 214,"Egypt","Coral and the like","corals",2020,0 +214,"Egypt","Coral and the like","corals",2021, 214,"Egypt","Fish body oils, nei","fish_oil",1976, 214,"Egypt","Fish body oils, nei","fish_oil",1977, 214,"Egypt","Fish body oils, nei","fish_oil",1978, @@ -57104,6 +61454,7 @@ 214,"Egypt","Fish body oils, nei","fish_oil",2018, 214,"Egypt","Fish body oils, nei","fish_oil",2019, 214,"Egypt","Fish body oils, nei","fish_oil",2020,0.55 +214,"Egypt","Fish body oils, nei","fish_oil",2021, 214,"Egypt","Fish liver oils, nei","fish_oil",1976, 214,"Egypt","Fish liver oils, nei","fish_oil",1977, 214,"Egypt","Fish liver oils, nei","fish_oil",1978, @@ -57149,6 +61500,7 @@ 214,"Egypt","Fish liver oils, nei","fish_oil",2018, 214,"Egypt","Fish liver oils, nei","fish_oil",2019, 214,"Egypt","Fish liver oils, nei","fish_oil",2020,21.83 +214,"Egypt","Fish liver oils, nei","fish_oil",2021, 214,"Egypt","Miscellaneous corals and shells","shells",1976, 214,"Egypt","Miscellaneous corals and shells","shells",1977, 214,"Egypt","Miscellaneous corals and shells","shells",1978, @@ -57194,6 +61546,7 @@ 214,"Egypt","Miscellaneous corals and shells","shells",2018,5 214,"Egypt","Miscellaneous corals and shells","shells",2019,9.66 214,"Egypt","Miscellaneous corals and shells","shells",2020,17.68 +214,"Egypt","Miscellaneous corals and shells","shells",2021,62.19 214,"Egypt","Natural sponges nei","sponges",1976, 214,"Egypt","Natural sponges nei","sponges",1977, 214,"Egypt","Natural sponges nei","sponges",1978, @@ -57239,6 +61592,7 @@ 214,"Egypt","Natural sponges nei","sponges",2018, 214,"Egypt","Natural sponges nei","sponges",2019, 214,"Egypt","Natural sponges nei","sponges",2020, +214,"Egypt","Natural sponges nei","sponges",2021, 214,"Egypt","Natural sponges raw","sponges",1976, 214,"Egypt","Natural sponges raw","sponges",1977, 214,"Egypt","Natural sponges raw","sponges",1978, @@ -57284,6 +61638,7 @@ 214,"Egypt","Natural sponges raw","sponges",2018, 214,"Egypt","Natural sponges raw","sponges",2019, 214,"Egypt","Natural sponges raw","sponges",2020, +214,"Egypt","Natural sponges raw","sponges",2021, 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",1976, 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",1977, 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",1978,1 @@ -57329,6 +61684,7 @@ 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",2018, 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",2019, 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",2020, +214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",2021, 214,"Egypt","Ornamental fish nei","ornamentals",1976, 214,"Egypt","Ornamental fish nei","ornamentals",1977, 214,"Egypt","Ornamental fish nei","ornamentals",1978, @@ -57374,6 +61730,7 @@ 214,"Egypt","Ornamental fish nei","ornamentals",2018,22 214,"Egypt","Ornamental fish nei","ornamentals",2019,35.32 214,"Egypt","Ornamental fish nei","ornamentals",2020,46.84 +214,"Egypt","Ornamental fish nei","ornamentals",2021, 214,"Egypt","Ornamental saltwater fish","ornamentals",1976, 214,"Egypt","Ornamental saltwater fish","ornamentals",1977, 214,"Egypt","Ornamental saltwater fish","ornamentals",1978, @@ -57419,6 +61776,7 @@ 214,"Egypt","Ornamental saltwater fish","ornamentals",2018,1 214,"Egypt","Ornamental saltwater fish","ornamentals",2019, 214,"Egypt","Ornamental saltwater fish","ornamentals",2020,18.94 +214,"Egypt","Ornamental saltwater fish","ornamentals",2021,58.64 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -57464,6 +61822,7 @@ 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,61 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,68.8 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -57509,6 +61868,7 @@ 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,3 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,42 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 215,"Jordan","Fish body oils, nei","fish_oil",1976, 215,"Jordan","Fish body oils, nei","fish_oil",1977, 215,"Jordan","Fish body oils, nei","fish_oil",1978, @@ -57554,6 +61914,7 @@ 215,"Jordan","Fish body oils, nei","fish_oil",2018, 215,"Jordan","Fish body oils, nei","fish_oil",2019, 215,"Jordan","Fish body oils, nei","fish_oil",2020,3.26 +215,"Jordan","Fish body oils, nei","fish_oil",2021, 215,"Jordan","Natural sponges nei","sponges",1976, 215,"Jordan","Natural sponges nei","sponges",1977, 215,"Jordan","Natural sponges nei","sponges",1978, @@ -57599,6 +61960,7 @@ 215,"Jordan","Natural sponges nei","sponges",2018, 215,"Jordan","Natural sponges nei","sponges",2019, 215,"Jordan","Natural sponges nei","sponges",2020,1 +215,"Jordan","Natural sponges nei","sponges",2021, 215,"Jordan","Ornamental fish nei","ornamentals",1976, 215,"Jordan","Ornamental fish nei","ornamentals",1977, 215,"Jordan","Ornamental fish nei","ornamentals",1978, @@ -57644,6 +62006,7 @@ 215,"Jordan","Ornamental fish nei","ornamentals",2018, 215,"Jordan","Ornamental fish nei","ornamentals",2019, 215,"Jordan","Ornamental fish nei","ornamentals",2020, +215,"Jordan","Ornamental fish nei","ornamentals",2021, 215,"Jordan","Ornamental saltwater fish","ornamentals",1976, 215,"Jordan","Ornamental saltwater fish","ornamentals",1977, 215,"Jordan","Ornamental saltwater fish","ornamentals",1978, @@ -57689,6 +62052,7 @@ 215,"Jordan","Ornamental saltwater fish","ornamentals",2018,0.1 215,"Jordan","Ornamental saltwater fish","ornamentals",2019, 215,"Jordan","Ornamental saltwater fish","ornamentals",2020, +215,"Jordan","Ornamental saltwater fish","ornamentals",2021, 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -57734,6 +62098,7 @@ 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.6 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -57779,6 +62144,7 @@ 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 216,"Indonesia","Agar agar nei","seaweeds",1976, 216,"Indonesia","Agar agar nei","seaweeds",1977, 216,"Indonesia","Agar agar nei","seaweeds",1978, @@ -57824,6 +62190,7 @@ 216,"Indonesia","Agar agar nei","seaweeds",2018,1489 216,"Indonesia","Agar agar nei","seaweeds",2019,710.85 216,"Indonesia","Agar agar nei","seaweeds",2020,814.61 +216,"Indonesia","Agar agar nei","seaweeds",2021,1226.15 216,"Indonesia","Cod liver oil","fish_oil",1976, 216,"Indonesia","Cod liver oil","fish_oil",1977, 216,"Indonesia","Cod liver oil","fish_oil",1978, @@ -57869,6 +62236,7 @@ 216,"Indonesia","Cod liver oil","fish_oil",2018, 216,"Indonesia","Cod liver oil","fish_oil",2019, 216,"Indonesia","Cod liver oil","fish_oil",2020, +216,"Indonesia","Cod liver oil","fish_oil",2021, 216,"Indonesia","Coral and the like","corals",1976, 216,"Indonesia","Coral and the like","corals",1977, 216,"Indonesia","Coral and the like","corals",1978, @@ -57914,6 +62282,7 @@ 216,"Indonesia","Coral and the like","corals",2018, 216,"Indonesia","Coral and the like","corals",2019, 216,"Indonesia","Coral and the like","corals",2020, +216,"Indonesia","Coral and the like","corals",2021, 216,"Indonesia","Fish body oils, nei","fish_oil",1976, 216,"Indonesia","Fish body oils, nei","fish_oil",1977, 216,"Indonesia","Fish body oils, nei","fish_oil",1978, @@ -57959,6 +62328,7 @@ 216,"Indonesia","Fish body oils, nei","fish_oil",2018,145 216,"Indonesia","Fish body oils, nei","fish_oil",2019,140.4 216,"Indonesia","Fish body oils, nei","fish_oil",2020,2163.91 +216,"Indonesia","Fish body oils, nei","fish_oil",2021,1592.49 216,"Indonesia","Fish liver oils, nei","fish_oil",1976,23 216,"Indonesia","Fish liver oils, nei","fish_oil",1977,838 216,"Indonesia","Fish liver oils, nei","fish_oil",1978,1215 @@ -58004,6 +62374,7 @@ 216,"Indonesia","Fish liver oils, nei","fish_oil",2018,62 216,"Indonesia","Fish liver oils, nei","fish_oil",2019,19.8 216,"Indonesia","Fish liver oils, nei","fish_oil",2020,54.93 +216,"Indonesia","Fish liver oils, nei","fish_oil",2021,46.4 216,"Indonesia","Miscellaneous corals and shells","shells",1976, 216,"Indonesia","Miscellaneous corals and shells","shells",1977, 216,"Indonesia","Miscellaneous corals and shells","shells",1978, @@ -58049,6 +62420,53 @@ 216,"Indonesia","Miscellaneous corals and shells","shells",2018,114 216,"Indonesia","Miscellaneous corals and shells","shells",2019,336.97 216,"Indonesia","Miscellaneous corals and shells","shells",2020,383.91 +216,"Indonesia","Miscellaneous corals and shells","shells",2021,737.53 +216,"Indonesia","Natural sponges nei","sponges",1976, +216,"Indonesia","Natural sponges nei","sponges",1977, +216,"Indonesia","Natural sponges nei","sponges",1978, +216,"Indonesia","Natural sponges nei","sponges",1979, +216,"Indonesia","Natural sponges nei","sponges",1980, +216,"Indonesia","Natural sponges nei","sponges",1981, +216,"Indonesia","Natural sponges nei","sponges",1982, +216,"Indonesia","Natural sponges nei","sponges",1983, +216,"Indonesia","Natural sponges nei","sponges",1984, +216,"Indonesia","Natural sponges nei","sponges",1985, +216,"Indonesia","Natural sponges nei","sponges",1986, +216,"Indonesia","Natural sponges nei","sponges",1987, +216,"Indonesia","Natural sponges nei","sponges",1988, +216,"Indonesia","Natural sponges nei","sponges",1989, +216,"Indonesia","Natural sponges nei","sponges",1990, +216,"Indonesia","Natural sponges nei","sponges",1991, +216,"Indonesia","Natural sponges nei","sponges",1992, +216,"Indonesia","Natural sponges nei","sponges",1993, +216,"Indonesia","Natural sponges nei","sponges",1994, +216,"Indonesia","Natural sponges nei","sponges",1995, +216,"Indonesia","Natural sponges nei","sponges",1996, +216,"Indonesia","Natural sponges nei","sponges",1997, +216,"Indonesia","Natural sponges nei","sponges",1998, +216,"Indonesia","Natural sponges nei","sponges",1999, +216,"Indonesia","Natural sponges nei","sponges",2000, +216,"Indonesia","Natural sponges nei","sponges",2001, +216,"Indonesia","Natural sponges nei","sponges",2002, +216,"Indonesia","Natural sponges nei","sponges",2003, +216,"Indonesia","Natural sponges nei","sponges",2004, +216,"Indonesia","Natural sponges nei","sponges",2005, +216,"Indonesia","Natural sponges nei","sponges",2006, +216,"Indonesia","Natural sponges nei","sponges",2007, +216,"Indonesia","Natural sponges nei","sponges",2008, +216,"Indonesia","Natural sponges nei","sponges",2009, +216,"Indonesia","Natural sponges nei","sponges",2010, +216,"Indonesia","Natural sponges nei","sponges",2011, +216,"Indonesia","Natural sponges nei","sponges",2012, +216,"Indonesia","Natural sponges nei","sponges",2013, +216,"Indonesia","Natural sponges nei","sponges",2014, +216,"Indonesia","Natural sponges nei","sponges",2015, +216,"Indonesia","Natural sponges nei","sponges",2016, +216,"Indonesia","Natural sponges nei","sponges",2017, +216,"Indonesia","Natural sponges nei","sponges",2018, +216,"Indonesia","Natural sponges nei","sponges",2019, +216,"Indonesia","Natural sponges nei","sponges",2020, +216,"Indonesia","Natural sponges nei","sponges",2021,0 216,"Indonesia","Natural sponges raw","sponges",1976, 216,"Indonesia","Natural sponges raw","sponges",1977, 216,"Indonesia","Natural sponges raw","sponges",1978, @@ -58094,6 +62512,7 @@ 216,"Indonesia","Natural sponges raw","sponges",2018, 216,"Indonesia","Natural sponges raw","sponges",2019, 216,"Indonesia","Natural sponges raw","sponges",2020, +216,"Indonesia","Natural sponges raw","sponges",2021, 216,"Indonesia","Ornamental saltwater fish","ornamentals",1976, 216,"Indonesia","Ornamental saltwater fish","ornamentals",1977, 216,"Indonesia","Ornamental saltwater fish","ornamentals",1978, @@ -58139,6 +62558,7 @@ 216,"Indonesia","Ornamental saltwater fish","ornamentals",2018,794 216,"Indonesia","Ornamental saltwater fish","ornamentals",2019,437.15 216,"Indonesia","Ornamental saltwater fish","ornamentals",2020,424.48 +216,"Indonesia","Ornamental saltwater fish","ornamentals",2021,462.64 216,"Indonesia","Other red algae","seaweeds",1976, 216,"Indonesia","Other red algae","seaweeds",1977, 216,"Indonesia","Other red algae","seaweeds",1978, @@ -58184,6 +62604,7 @@ 216,"Indonesia","Other red algae","seaweeds",2018, 216,"Indonesia","Other red algae","seaweeds",2019, 216,"Indonesia","Other red algae","seaweeds",2020, +216,"Indonesia","Other red algae","seaweeds",2021, 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -58229,6 +62650,7 @@ 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -58274,6 +62696,7 @@ 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,176482 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,181596.43 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,168364.39 +216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,187503.57 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -58319,6 +62742,7 @@ 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,24680 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,14007.72 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,13160.35 +216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,21452.9 216,"Indonesia","Shells nei","shells",1976, 216,"Indonesia","Shells nei","shells",1977, 216,"Indonesia","Shells nei","shells",1978, @@ -58364,6 +62788,7 @@ 216,"Indonesia","Shells nei","shells",2018,10744 216,"Indonesia","Shells nei","shells",2019,11709.96 216,"Indonesia","Shells nei","shells",2020,12745.41 +216,"Indonesia","Shells nei","shells",2021,4990.92 218,"Canada","Agar agar nei","seaweeds",1976, 218,"Canada","Agar agar nei","seaweeds",1977, 218,"Canada","Agar agar nei","seaweeds",1978, @@ -58409,6 +62834,7 @@ 218,"Canada","Agar agar nei","seaweeds",2018,8 218,"Canada","Agar agar nei","seaweeds",2019,8.53 218,"Canada","Agar agar nei","seaweeds",2020,1.57 +218,"Canada","Agar agar nei","seaweeds",2021,2.48 218,"Canada","Cod liver oil","fish_oil",1976,1381 218,"Canada","Cod liver oil","fish_oil",1977,914 218,"Canada","Cod liver oil","fish_oil",1978,1546 @@ -58454,6 +62880,7 @@ 218,"Canada","Cod liver oil","fish_oil",2018,21 218,"Canada","Cod liver oil","fish_oil",2019,31.7 218,"Canada","Cod liver oil","fish_oil",2020,21 +218,"Canada","Cod liver oil","fish_oil",2021,29.65 218,"Canada","Coral and the like","corals",1976, 218,"Canada","Coral and the like","corals",1977, 218,"Canada","Coral and the like","corals",1978, @@ -58499,6 +62926,7 @@ 218,"Canada","Coral and the like","corals",2018,1499 218,"Canada","Coral and the like","corals",2019,791.62 218,"Canada","Coral and the like","corals",2020,401.97 +218,"Canada","Coral and the like","corals",2021,1273.09 218,"Canada","Fish body oils, nei","fish_oil",1976,3407 218,"Canada","Fish body oils, nei","fish_oil",1977,10987 218,"Canada","Fish body oils, nei","fish_oil",1978,4161 @@ -58544,6 +62972,7 @@ 218,"Canada","Fish body oils, nei","fish_oil",2018,3819 218,"Canada","Fish body oils, nei","fish_oil",2019,6260.88 218,"Canada","Fish body oils, nei","fish_oil",2020,5619.95 +218,"Canada","Fish body oils, nei","fish_oil",2021,5753.12 218,"Canada","Fish liver oils, nei","fish_oil",1976, 218,"Canada","Fish liver oils, nei","fish_oil",1977, 218,"Canada","Fish liver oils, nei","fish_oil",1978, @@ -58589,6 +63018,7 @@ 218,"Canada","Fish liver oils, nei","fish_oil",2018,17 218,"Canada","Fish liver oils, nei","fish_oil",2019,38.9 218,"Canada","Fish liver oils, nei","fish_oil",2020,5.61 +218,"Canada","Fish liver oils, nei","fish_oil",2021,3.12 218,"Canada","Herring oil","fish_oil",1976,5314 218,"Canada","Herring oil","fish_oil",1977,4124 218,"Canada","Herring oil","fish_oil",1978,3679 @@ -58634,6 +63064,7 @@ 218,"Canada","Herring oil","fish_oil",2018,248 218,"Canada","Herring oil","fish_oil",2019,346.38 218,"Canada","Herring oil","fish_oil",2020,311.17 +218,"Canada","Herring oil","fish_oil",2021,446.68 218,"Canada","Natural sponges raw","sponges",1976, 218,"Canada","Natural sponges raw","sponges",1977, 218,"Canada","Natural sponges raw","sponges",1978, @@ -58679,6 +63110,7 @@ 218,"Canada","Natural sponges raw","sponges",2018, 218,"Canada","Natural sponges raw","sponges",2019, 218,"Canada","Natural sponges raw","sponges",2020, +218,"Canada","Natural sponges raw","sponges",2021, 218,"Canada","Ornamental fish nei","ornamentals",1976, 218,"Canada","Ornamental fish nei","ornamentals",1977, 218,"Canada","Ornamental fish nei","ornamentals",1978, @@ -58724,6 +63156,7 @@ 218,"Canada","Ornamental fish nei","ornamentals",2018, 218,"Canada","Ornamental fish nei","ornamentals",2019, 218,"Canada","Ornamental fish nei","ornamentals",2020, +218,"Canada","Ornamental fish nei","ornamentals",2021, 218,"Canada","Ornamental saltwater fish","ornamentals",1976, 218,"Canada","Ornamental saltwater fish","ornamentals",1977, 218,"Canada","Ornamental saltwater fish","ornamentals",1978, @@ -58769,6 +63202,7 @@ 218,"Canada","Ornamental saltwater fish","ornamentals",2018,0.1 218,"Canada","Ornamental saltwater fish","ornamentals",2019, 218,"Canada","Ornamental saltwater fish","ornamentals",2020, +218,"Canada","Ornamental saltwater fish","ornamentals",2021,0.87 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -58814,6 +63248,7 @@ 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -58859,6 +63294,7 @@ 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,690 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,865.25 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,885.17 +218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1223.66 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -58904,6 +63340,7 @@ 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,5629 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,5257.01 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,6517.32 +218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,5858.1 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",1976, 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",1977, 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",1978, @@ -58949,6 +63386,7 @@ 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",2018, 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",2019, 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",2020, +219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",2021, 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -58994,6 +63432,7 @@ 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 220,"Sint Maarten","Coral and the like","corals",1976, 220,"Sint Maarten","Coral and the like","corals",1977, 220,"Sint Maarten","Coral and the like","corals",1978, @@ -59039,6 +63478,7 @@ 220,"Sint Maarten","Coral and the like","corals",2018, 220,"Sint Maarten","Coral and the like","corals",2019, 220,"Sint Maarten","Coral and the like","corals",2020, +220,"Sint Maarten","Coral and the like","corals",2021, 220,"Sint Maarten","Fish body oils, nei","fish_oil",1976, 220,"Sint Maarten","Fish body oils, nei","fish_oil",1977, 220,"Sint Maarten","Fish body oils, nei","fish_oil",1978, @@ -59084,6 +63524,7 @@ 220,"Sint Maarten","Fish body oils, nei","fish_oil",2018, 220,"Sint Maarten","Fish body oils, nei","fish_oil",2019, 220,"Sint Maarten","Fish body oils, nei","fish_oil",2020, +220,"Sint Maarten","Fish body oils, nei","fish_oil",2021, 220,"Sint Maarten","Fish liver oils, nei","fish_oil",1976, 220,"Sint Maarten","Fish liver oils, nei","fish_oil",1977, 220,"Sint Maarten","Fish liver oils, nei","fish_oil",1978, @@ -59129,6 +63570,7 @@ 220,"Sint Maarten","Fish liver oils, nei","fish_oil",2018, 220,"Sint Maarten","Fish liver oils, nei","fish_oil",2019, 220,"Sint Maarten","Fish liver oils, nei","fish_oil",2020, +220,"Sint Maarten","Fish liver oils, nei","fish_oil",2021, 220,"Sint Maarten","Miscellaneous corals and shells","shells",1976, 220,"Sint Maarten","Miscellaneous corals and shells","shells",1977, 220,"Sint Maarten","Miscellaneous corals and shells","shells",1978, @@ -59174,6 +63616,7 @@ 220,"Sint Maarten","Miscellaneous corals and shells","shells",2018, 220,"Sint Maarten","Miscellaneous corals and shells","shells",2019, 220,"Sint Maarten","Miscellaneous corals and shells","shells",2020, +220,"Sint Maarten","Miscellaneous corals and shells","shells",2021, 220,"Sint Maarten","Natural sponges nei","sponges",1976, 220,"Sint Maarten","Natural sponges nei","sponges",1977, 220,"Sint Maarten","Natural sponges nei","sponges",1978, @@ -59219,6 +63662,7 @@ 220,"Sint Maarten","Natural sponges nei","sponges",2018, 220,"Sint Maarten","Natural sponges nei","sponges",2019, 220,"Sint Maarten","Natural sponges nei","sponges",2020, +220,"Sint Maarten","Natural sponges nei","sponges",2021, 220,"Sint Maarten","Ornamental fish nei","ornamentals",1976, 220,"Sint Maarten","Ornamental fish nei","ornamentals",1977, 220,"Sint Maarten","Ornamental fish nei","ornamentals",1978, @@ -59264,6 +63708,7 @@ 220,"Sint Maarten","Ornamental fish nei","ornamentals",2018, 220,"Sint Maarten","Ornamental fish nei","ornamentals",2019, 220,"Sint Maarten","Ornamental fish nei","ornamentals",2020, +220,"Sint Maarten","Ornamental fish nei","ornamentals",2021, 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",1976, 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",1977, 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",1978, @@ -59309,6 +63754,7 @@ 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",2018, 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",2019, 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",2020, +220,"Sint Maarten","Ornamental saltwater fish","ornamentals",2021, 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -59354,6 +63800,7 @@ 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 222,"Sweden","Agar agar nei","seaweeds",1976, 222,"Sweden","Agar agar nei","seaweeds",1977, 222,"Sweden","Agar agar nei","seaweeds",1978, @@ -59399,6 +63846,53 @@ 222,"Sweden","Agar agar nei","seaweeds",2018,0.1 222,"Sweden","Agar agar nei","seaweeds",2019,0.16 222,"Sweden","Agar agar nei","seaweeds",2020,0.26 +222,"Sweden","Agar agar nei","seaweeds",2021,2.91 +222,"Sweden","Coral and the like","corals",1976, +222,"Sweden","Coral and the like","corals",1977, +222,"Sweden","Coral and the like","corals",1978, +222,"Sweden","Coral and the like","corals",1979, +222,"Sweden","Coral and the like","corals",1980, +222,"Sweden","Coral and the like","corals",1981, +222,"Sweden","Coral and the like","corals",1982, +222,"Sweden","Coral and the like","corals",1983, +222,"Sweden","Coral and the like","corals",1984, +222,"Sweden","Coral and the like","corals",1985, +222,"Sweden","Coral and the like","corals",1986, +222,"Sweden","Coral and the like","corals",1987, +222,"Sweden","Coral and the like","corals",1988, +222,"Sweden","Coral and the like","corals",1989, +222,"Sweden","Coral and the like","corals",1990, +222,"Sweden","Coral and the like","corals",1991, +222,"Sweden","Coral and the like","corals",1992, +222,"Sweden","Coral and the like","corals",1993, +222,"Sweden","Coral and the like","corals",1994, +222,"Sweden","Coral and the like","corals",1995, +222,"Sweden","Coral and the like","corals",1996, +222,"Sweden","Coral and the like","corals",1997, +222,"Sweden","Coral and the like","corals",1998, +222,"Sweden","Coral and the like","corals",1999, +222,"Sweden","Coral and the like","corals",2000, +222,"Sweden","Coral and the like","corals",2001, +222,"Sweden","Coral and the like","corals",2002, +222,"Sweden","Coral and the like","corals",2003, +222,"Sweden","Coral and the like","corals",2004, +222,"Sweden","Coral and the like","corals",2005, +222,"Sweden","Coral and the like","corals",2006, +222,"Sweden","Coral and the like","corals",2007, +222,"Sweden","Coral and the like","corals",2008, +222,"Sweden","Coral and the like","corals",2009, +222,"Sweden","Coral and the like","corals",2010, +222,"Sweden","Coral and the like","corals",2011, +222,"Sweden","Coral and the like","corals",2012, +222,"Sweden","Coral and the like","corals",2013, +222,"Sweden","Coral and the like","corals",2014, +222,"Sweden","Coral and the like","corals",2015, +222,"Sweden","Coral and the like","corals",2016, +222,"Sweden","Coral and the like","corals",2017, +222,"Sweden","Coral and the like","corals",2018, +222,"Sweden","Coral and the like","corals",2019, +222,"Sweden","Coral and the like","corals",2020, +222,"Sweden","Coral and the like","corals",2021,0.01 222,"Sweden","Fish body oils, nei","fish_oil",1976,5034 222,"Sweden","Fish body oils, nei","fish_oil",1977,2882 222,"Sweden","Fish body oils, nei","fish_oil",1978,2293 @@ -59444,6 +63938,7 @@ 222,"Sweden","Fish body oils, nei","fish_oil",2018,893 222,"Sweden","Fish body oils, nei","fish_oil",2019,677.75 222,"Sweden","Fish body oils, nei","fish_oil",2020,798.79 +222,"Sweden","Fish body oils, nei","fish_oil",2021,1187.85 222,"Sweden","Fish liver oils, nei","fish_oil",1976, 222,"Sweden","Fish liver oils, nei","fish_oil",1977,0.1 222,"Sweden","Fish liver oils, nei","fish_oil",1978,17 @@ -59489,6 +63984,7 @@ 222,"Sweden","Fish liver oils, nei","fish_oil",2018,21 222,"Sweden","Fish liver oils, nei","fish_oil",2019,23.81 222,"Sweden","Fish liver oils, nei","fish_oil",2020,10.32 +222,"Sweden","Fish liver oils, nei","fish_oil",2021,34.72 222,"Sweden","Halibuts, liver oils","fish_oil",1976, 222,"Sweden","Halibuts, liver oils","fish_oil",1977, 222,"Sweden","Halibuts, liver oils","fish_oil",1978, @@ -59534,6 +64030,7 @@ 222,"Sweden","Halibuts, liver oils","fish_oil",2018, 222,"Sweden","Halibuts, liver oils","fish_oil",2019,0 222,"Sweden","Halibuts, liver oils","fish_oil",2020,0.09 +222,"Sweden","Halibuts, liver oils","fish_oil",2021,0.1 222,"Sweden","Miscellaneous corals and shells","shells",1976, 222,"Sweden","Miscellaneous corals and shells","shells",1977, 222,"Sweden","Miscellaneous corals and shells","shells",1978, @@ -59579,6 +64076,7 @@ 222,"Sweden","Miscellaneous corals and shells","shells",2018,8 222,"Sweden","Miscellaneous corals and shells","shells",2019,22.41 222,"Sweden","Miscellaneous corals and shells","shells",2020,30.55 +222,"Sweden","Miscellaneous corals and shells","shells",2021,5.07 222,"Sweden","Natural sponges nei","sponges",1976, 222,"Sweden","Natural sponges nei","sponges",1977, 222,"Sweden","Natural sponges nei","sponges",1978, @@ -59624,6 +64122,7 @@ 222,"Sweden","Natural sponges nei","sponges",2018, 222,"Sweden","Natural sponges nei","sponges",2019, 222,"Sweden","Natural sponges nei","sponges",2020, +222,"Sweden","Natural sponges nei","sponges",2021, 222,"Sweden","Natural sponges other than raw","sponges",1976, 222,"Sweden","Natural sponges other than raw","sponges",1977, 222,"Sweden","Natural sponges other than raw","sponges",1978, @@ -59669,6 +64168,7 @@ 222,"Sweden","Natural sponges other than raw","sponges",2018,0.1 222,"Sweden","Natural sponges other than raw","sponges",2019,0.3 222,"Sweden","Natural sponges other than raw","sponges",2020,0.05 +222,"Sweden","Natural sponges other than raw","sponges",2021,0.17 222,"Sweden","Natural sponges raw","sponges",1976, 222,"Sweden","Natural sponges raw","sponges",1977, 222,"Sweden","Natural sponges raw","sponges",1978, @@ -59714,6 +64214,7 @@ 222,"Sweden","Natural sponges raw","sponges",2018,375 222,"Sweden","Natural sponges raw","sponges",2019,379.27 222,"Sweden","Natural sponges raw","sponges",2020,300.02 +222,"Sweden","Natural sponges raw","sponges",2021,400.19 222,"Sweden","Ornamental fish nei","ornamentals",1976,10 222,"Sweden","Ornamental fish nei","ornamentals",1977,9 222,"Sweden","Ornamental fish nei","ornamentals",1978,11 @@ -59759,6 +64260,7 @@ 222,"Sweden","Ornamental fish nei","ornamentals",2018, 222,"Sweden","Ornamental fish nei","ornamentals",2019, 222,"Sweden","Ornamental fish nei","ornamentals",2020, +222,"Sweden","Ornamental fish nei","ornamentals",2021, 222,"Sweden","Ornamental saltwater fish","ornamentals",1976, 222,"Sweden","Ornamental saltwater fish","ornamentals",1977, 222,"Sweden","Ornamental saltwater fish","ornamentals",1978, @@ -59804,6 +64306,7 @@ 222,"Sweden","Ornamental saltwater fish","ornamentals",2018,5 222,"Sweden","Ornamental saltwater fish","ornamentals",2019,0.31 222,"Sweden","Ornamental saltwater fish","ornamentals",2020,0.33 +222,"Sweden","Ornamental saltwater fish","ornamentals",2021,0.3 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -59849,6 +64352,7 @@ 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -59894,6 +64398,7 @@ 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,98 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,139.99 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,35.19 +222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,44.28 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -59939,6 +64444,7 @@ 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,3 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,6.19 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1.35 +222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,2.21 223,"Norway","Agar agar nei","seaweeds",1976, 223,"Norway","Agar agar nei","seaweeds",1977, 223,"Norway","Agar agar nei","seaweeds",1978, @@ -59984,6 +64490,7 @@ 223,"Norway","Agar agar nei","seaweeds",2018, 223,"Norway","Agar agar nei","seaweeds",2019, 223,"Norway","Agar agar nei","seaweeds",2020, +223,"Norway","Agar agar nei","seaweeds",2021,0.01 223,"Norway","Cod liver oil","fish_oil",1976,815 223,"Norway","Cod liver oil","fish_oil",1977,1254 223,"Norway","Cod liver oil","fish_oil",1978,1720 @@ -60029,6 +64536,7 @@ 223,"Norway","Cod liver oil","fish_oil",2018,1232 223,"Norway","Cod liver oil","fish_oil",2019,958.59 223,"Norway","Cod liver oil","fish_oil",2020,1560.07 +223,"Norway","Cod liver oil","fish_oil",2021,1591.55 223,"Norway","Coral and the like","corals",1976, 223,"Norway","Coral and the like","corals",1977, 223,"Norway","Coral and the like","corals",1978, @@ -60074,6 +64582,7 @@ 223,"Norway","Coral and the like","corals",2018,0.1 223,"Norway","Coral and the like","corals",2019,1.67 223,"Norway","Coral and the like","corals",2020, +223,"Norway","Coral and the like","corals",2021,0.13 223,"Norway","Fish body oils, nei","fish_oil",1976,132521 223,"Norway","Fish body oils, nei","fish_oil",1977,120799 223,"Norway","Fish body oils, nei","fish_oil",1978,64041 @@ -60119,6 +64628,7 @@ 223,"Norway","Fish body oils, nei","fish_oil",2018,43767 223,"Norway","Fish body oils, nei","fish_oil",2019,57010.11 223,"Norway","Fish body oils, nei","fish_oil",2020,58258.69 +223,"Norway","Fish body oils, nei","fish_oil",2021,51139.11 223,"Norway","Fish liver oils, nei","fish_oil",1976,15533 223,"Norway","Fish liver oils, nei","fish_oil",1977,19247 223,"Norway","Fish liver oils, nei","fish_oil",1978,17056 @@ -60164,6 +64674,7 @@ 223,"Norway","Fish liver oils, nei","fish_oil",2018,947 223,"Norway","Fish liver oils, nei","fish_oil",2019,600.57 223,"Norway","Fish liver oils, nei","fish_oil",2020,1414.34 +223,"Norway","Fish liver oils, nei","fish_oil",2021,720.77 223,"Norway","Herring oil","fish_oil",1976, 223,"Norway","Herring oil","fish_oil",1977, 223,"Norway","Herring oil","fish_oil",1978, @@ -60209,6 +64720,53 @@ 223,"Norway","Herring oil","fish_oil",2018,54085 223,"Norway","Herring oil","fish_oil",2019,58535.49 223,"Norway","Herring oil","fish_oil",2020,76681.2 +223,"Norway","Herring oil","fish_oil",2021,72804.21 +223,"Norway","Natural sponges nei","sponges",1976, +223,"Norway","Natural sponges nei","sponges",1977, +223,"Norway","Natural sponges nei","sponges",1978, +223,"Norway","Natural sponges nei","sponges",1979, +223,"Norway","Natural sponges nei","sponges",1980, +223,"Norway","Natural sponges nei","sponges",1981, +223,"Norway","Natural sponges nei","sponges",1982, +223,"Norway","Natural sponges nei","sponges",1983, +223,"Norway","Natural sponges nei","sponges",1984, +223,"Norway","Natural sponges nei","sponges",1985, +223,"Norway","Natural sponges nei","sponges",1986, +223,"Norway","Natural sponges nei","sponges",1987, +223,"Norway","Natural sponges nei","sponges",1988, +223,"Norway","Natural sponges nei","sponges",1989, +223,"Norway","Natural sponges nei","sponges",1990, +223,"Norway","Natural sponges nei","sponges",1991, +223,"Norway","Natural sponges nei","sponges",1992, +223,"Norway","Natural sponges nei","sponges",1993, +223,"Norway","Natural sponges nei","sponges",1994, +223,"Norway","Natural sponges nei","sponges",1995, +223,"Norway","Natural sponges nei","sponges",1996, +223,"Norway","Natural sponges nei","sponges",1997, +223,"Norway","Natural sponges nei","sponges",1998, +223,"Norway","Natural sponges nei","sponges",1999, +223,"Norway","Natural sponges nei","sponges",2000, +223,"Norway","Natural sponges nei","sponges",2001, +223,"Norway","Natural sponges nei","sponges",2002, +223,"Norway","Natural sponges nei","sponges",2003, +223,"Norway","Natural sponges nei","sponges",2004, +223,"Norway","Natural sponges nei","sponges",2005, +223,"Norway","Natural sponges nei","sponges",2006, +223,"Norway","Natural sponges nei","sponges",2007, +223,"Norway","Natural sponges nei","sponges",2008, +223,"Norway","Natural sponges nei","sponges",2009, +223,"Norway","Natural sponges nei","sponges",2010, +223,"Norway","Natural sponges nei","sponges",2011, +223,"Norway","Natural sponges nei","sponges",2012, +223,"Norway","Natural sponges nei","sponges",2013, +223,"Norway","Natural sponges nei","sponges",2014, +223,"Norway","Natural sponges nei","sponges",2015, +223,"Norway","Natural sponges nei","sponges",2016, +223,"Norway","Natural sponges nei","sponges",2017, +223,"Norway","Natural sponges nei","sponges",2018, +223,"Norway","Natural sponges nei","sponges",2019, +223,"Norway","Natural sponges nei","sponges",2020, +223,"Norway","Natural sponges nei","sponges",2021,18.7 223,"Norway","Natural sponges raw","sponges",1976, 223,"Norway","Natural sponges raw","sponges",1977, 223,"Norway","Natural sponges raw","sponges",1978, @@ -60254,6 +64812,7 @@ 223,"Norway","Natural sponges raw","sponges",2018, 223,"Norway","Natural sponges raw","sponges",2019, 223,"Norway","Natural sponges raw","sponges",2020, +223,"Norway","Natural sponges raw","sponges",2021, 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",1976, 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",1977, 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -60299,6 +64858,7 @@ 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",2018,41 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",2019,31.85 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",2020,1396.25 +223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",2021,213.65 223,"Norway","Ornamental fish nei","ornamentals",1976, 223,"Norway","Ornamental fish nei","ornamentals",1977, 223,"Norway","Ornamental fish nei","ornamentals",1978, @@ -60344,6 +64904,53 @@ 223,"Norway","Ornamental fish nei","ornamentals",2018, 223,"Norway","Ornamental fish nei","ornamentals",2019, 223,"Norway","Ornamental fish nei","ornamentals",2020, +223,"Norway","Ornamental fish nei","ornamentals",2021, +223,"Norway","Ornamental saltwater fish","ornamentals",1976, +223,"Norway","Ornamental saltwater fish","ornamentals",1977, +223,"Norway","Ornamental saltwater fish","ornamentals",1978, +223,"Norway","Ornamental saltwater fish","ornamentals",1979, +223,"Norway","Ornamental saltwater fish","ornamentals",1980, +223,"Norway","Ornamental saltwater fish","ornamentals",1981, +223,"Norway","Ornamental saltwater fish","ornamentals",1982, +223,"Norway","Ornamental saltwater fish","ornamentals",1983, +223,"Norway","Ornamental saltwater fish","ornamentals",1984, +223,"Norway","Ornamental saltwater fish","ornamentals",1985, +223,"Norway","Ornamental saltwater fish","ornamentals",1986, +223,"Norway","Ornamental saltwater fish","ornamentals",1987, +223,"Norway","Ornamental saltwater fish","ornamentals",1988, +223,"Norway","Ornamental saltwater fish","ornamentals",1989, +223,"Norway","Ornamental saltwater fish","ornamentals",1990, +223,"Norway","Ornamental saltwater fish","ornamentals",1991, +223,"Norway","Ornamental saltwater fish","ornamentals",1992, +223,"Norway","Ornamental saltwater fish","ornamentals",1993, +223,"Norway","Ornamental saltwater fish","ornamentals",1994, +223,"Norway","Ornamental saltwater fish","ornamentals",1995, +223,"Norway","Ornamental saltwater fish","ornamentals",1996, +223,"Norway","Ornamental saltwater fish","ornamentals",1997, +223,"Norway","Ornamental saltwater fish","ornamentals",1998, +223,"Norway","Ornamental saltwater fish","ornamentals",1999, +223,"Norway","Ornamental saltwater fish","ornamentals",2000, +223,"Norway","Ornamental saltwater fish","ornamentals",2001, +223,"Norway","Ornamental saltwater fish","ornamentals",2002, +223,"Norway","Ornamental saltwater fish","ornamentals",2003, +223,"Norway","Ornamental saltwater fish","ornamentals",2004, +223,"Norway","Ornamental saltwater fish","ornamentals",2005, +223,"Norway","Ornamental saltwater fish","ornamentals",2006, +223,"Norway","Ornamental saltwater fish","ornamentals",2007, +223,"Norway","Ornamental saltwater fish","ornamentals",2008, +223,"Norway","Ornamental saltwater fish","ornamentals",2009, +223,"Norway","Ornamental saltwater fish","ornamentals",2010, +223,"Norway","Ornamental saltwater fish","ornamentals",2011, +223,"Norway","Ornamental saltwater fish","ornamentals",2012, +223,"Norway","Ornamental saltwater fish","ornamentals",2013, +223,"Norway","Ornamental saltwater fish","ornamentals",2014, +223,"Norway","Ornamental saltwater fish","ornamentals",2015, +223,"Norway","Ornamental saltwater fish","ornamentals",2016, +223,"Norway","Ornamental saltwater fish","ornamentals",2017, +223,"Norway","Ornamental saltwater fish","ornamentals",2018, +223,"Norway","Ornamental saltwater fish","ornamentals",2019, +223,"Norway","Ornamental saltwater fish","ornamentals",2020, +223,"Norway","Ornamental saltwater fish","ornamentals",2021,0.03 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -60389,6 +64996,7 @@ 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -60434,6 +65042,7 @@ 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,64 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,96.37 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,351.29 +223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,507.03 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -60479,6 +65088,7 @@ 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,4797 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,3662.85 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,3198.25 +223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,2383.5 223,"Norway","Shark oil","fish_oil",1976, 223,"Norway","Shark oil","fish_oil",1977, 223,"Norway","Shark oil","fish_oil",1978, @@ -60524,6 +65134,7 @@ 223,"Norway","Shark oil","fish_oil",2018, 223,"Norway","Shark oil","fish_oil",2019,0.58 223,"Norway","Shark oil","fish_oil",2020,9.47 +223,"Norway","Shark oil","fish_oil",2021,1.58 224,"Chile","Agar agar nei","seaweeds",1976, 224,"Chile","Agar agar nei","seaweeds",1977, 224,"Chile","Agar agar nei","seaweeds",1978, @@ -60569,6 +65180,7 @@ 224,"Chile","Agar agar nei","seaweeds",2018,1495 224,"Chile","Agar agar nei","seaweeds",2019,1325.47 224,"Chile","Agar agar nei","seaweeds",2020,1399.99 +224,"Chile","Agar agar nei","seaweeds",2021,1207.77 224,"Chile","Coral and the like","corals",1976, 224,"Chile","Coral and the like","corals",1977, 224,"Chile","Coral and the like","corals",1978, @@ -60614,6 +65226,7 @@ 224,"Chile","Coral and the like","corals",2018, 224,"Chile","Coral and the like","corals",2019, 224,"Chile","Coral and the like","corals",2020, +224,"Chile","Coral and the like","corals",2021, 224,"Chile","Fish body oils, nei","fish_oil",1976,20234 224,"Chile","Fish body oils, nei","fish_oil",1977,26017 224,"Chile","Fish body oils, nei","fish_oil",1978,55897 @@ -60659,6 +65272,7 @@ 224,"Chile","Fish body oils, nei","fish_oil",2018,89780 224,"Chile","Fish body oils, nei","fish_oil",2019,93157.39 224,"Chile","Fish body oils, nei","fish_oil",2020,128499.06 +224,"Chile","Fish body oils, nei","fish_oil",2021,121992.08 224,"Chile","Fish liver oils, nei","fish_oil",1976, 224,"Chile","Fish liver oils, nei","fish_oil",1977, 224,"Chile","Fish liver oils, nei","fish_oil",1978, @@ -60704,6 +65318,7 @@ 224,"Chile","Fish liver oils, nei","fish_oil",2018,18 224,"Chile","Fish liver oils, nei","fish_oil",2019, 224,"Chile","Fish liver oils, nei","fish_oil",2020, +224,"Chile","Fish liver oils, nei","fish_oil",2021, 224,"Chile","Miscellaneous corals and shells","shells",1976, 224,"Chile","Miscellaneous corals and shells","shells",1977, 224,"Chile","Miscellaneous corals and shells","shells",1978, @@ -60749,6 +65364,7 @@ 224,"Chile","Miscellaneous corals and shells","shells",2018,19 224,"Chile","Miscellaneous corals and shells","shells",2019,21.84 224,"Chile","Miscellaneous corals and shells","shells",2020,65.84 +224,"Chile","Miscellaneous corals and shells","shells",2021,106.1 224,"Chile","Natural sponges raw","sponges",1976, 224,"Chile","Natural sponges raw","sponges",1977, 224,"Chile","Natural sponges raw","sponges",1978, @@ -60794,6 +65410,7 @@ 224,"Chile","Natural sponges raw","sponges",2018, 224,"Chile","Natural sponges raw","sponges",2019, 224,"Chile","Natural sponges raw","sponges",2020, +224,"Chile","Natural sponges raw","sponges",2021, 224,"Chile","Ornamental fish nei","ornamentals",1976, 224,"Chile","Ornamental fish nei","ornamentals",1977, 224,"Chile","Ornamental fish nei","ornamentals",1978, @@ -60839,6 +65456,7 @@ 224,"Chile","Ornamental fish nei","ornamentals",2018, 224,"Chile","Ornamental fish nei","ornamentals",2019, 224,"Chile","Ornamental fish nei","ornamentals",2020, +224,"Chile","Ornamental fish nei","ornamentals",2021, 224,"Chile","Ornamental saltwater fish","ornamentals",1976, 224,"Chile","Ornamental saltwater fish","ornamentals",1977, 224,"Chile","Ornamental saltwater fish","ornamentals",1978, @@ -60884,6 +65502,7 @@ 224,"Chile","Ornamental saltwater fish","ornamentals",2018, 224,"Chile","Ornamental saltwater fish","ornamentals",2019, 224,"Chile","Ornamental saltwater fish","ornamentals",2020, +224,"Chile","Ornamental saltwater fish","ornamentals",2021, 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -60929,6 +65548,7 @@ 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -60974,6 +65594,7 @@ 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,253 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,275.65 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,338.47 +224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,402.57 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -61019,6 +65640,7 @@ 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,57730 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,59350.36 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,68076.51 +224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,66286.56 231,"East Timor","Miscellaneous corals and shells","shells",1976, 231,"East Timor","Miscellaneous corals and shells","shells",1977, 231,"East Timor","Miscellaneous corals and shells","shells",1978, @@ -61064,6 +65686,7 @@ 231,"East Timor","Miscellaneous corals and shells","shells",2018, 231,"East Timor","Miscellaneous corals and shells","shells",2019, 231,"East Timor","Miscellaneous corals and shells","shells",2020, +231,"East Timor","Miscellaneous corals and shells","shells",2021, 231,"East Timor","Ornamental fish nei","ornamentals",1976, 231,"East Timor","Ornamental fish nei","ornamentals",1977, 231,"East Timor","Ornamental fish nei","ornamentals",1978, @@ -61109,6 +65732,7 @@ 231,"East Timor","Ornamental fish nei","ornamentals",2018, 231,"East Timor","Ornamental fish nei","ornamentals",2019, 231,"East Timor","Ornamental fish nei","ornamentals",2020, +231,"East Timor","Ornamental fish nei","ornamentals",2021, 231,"East Timor","Other red algae","seaweeds",1976, 231,"East Timor","Other red algae","seaweeds",1977, 231,"East Timor","Other red algae","seaweeds",1978, @@ -61154,6 +65778,7 @@ 231,"East Timor","Other red algae","seaweeds",2018, 231,"East Timor","Other red algae","seaweeds",2019,51.6 231,"East Timor","Other red algae","seaweeds",2020,56.6 +231,"East Timor","Other red algae","seaweeds",2021, 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -61199,6 +65824,7 @@ 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,43.5 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -61244,6 +65870,7 @@ 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -61289,6 +65916,7 @@ 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,52 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",1976, 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",1977, 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",1978, @@ -61334,6 +65962,7 @@ 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",2018, 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",2019, 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",2020, +232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",2021, 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",1976, 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",1977, 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",1978, @@ -61379,6 +66008,53 @@ 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",2018,0.1 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",2019, 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",2020, +232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",2021, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1976, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1977, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1978, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1979, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1980, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1981, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1982, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1983, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1984, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1985, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1986, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1987, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1988, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1989, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1990, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1991, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1992, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1993, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1994, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1995, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1996, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1997, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1998, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1999, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2000, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2001, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2002, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2003, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2004, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2005, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2006, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2007, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2008, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2009, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2010, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2011, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2012, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2013, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2014, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2015, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2016, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2017, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2018, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2019, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2020, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2021,2.62 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",1976, 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",1977, 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",1978, @@ -61424,6 +66100,7 @@ 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",2018,18 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",2019,7.31 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",2020,33.52 +232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",2021,27 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -61469,6 +66146,7 @@ 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -61514,6 +66192,7 @@ 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 244,"Curacao","Fish body oils, nei","fish_oil",1976, 244,"Curacao","Fish body oils, nei","fish_oil",1977, 244,"Curacao","Fish body oils, nei","fish_oil",1978, @@ -61559,6 +66238,7 @@ 244,"Curacao","Fish body oils, nei","fish_oil",2018, 244,"Curacao","Fish body oils, nei","fish_oil",2019, 244,"Curacao","Fish body oils, nei","fish_oil",2020, +244,"Curacao","Fish body oils, nei","fish_oil",2021, 244,"Curacao","Fish liver oils, nei","fish_oil",1976, 244,"Curacao","Fish liver oils, nei","fish_oil",1977, 244,"Curacao","Fish liver oils, nei","fish_oil",1978, @@ -61604,6 +66284,7 @@ 244,"Curacao","Fish liver oils, nei","fish_oil",2018,15 244,"Curacao","Fish liver oils, nei","fish_oil",2019, 244,"Curacao","Fish liver oils, nei","fish_oil",2020, +244,"Curacao","Fish liver oils, nei","fish_oil",2021, 244,"Curacao","Miscellaneous corals and shells","shells",1976, 244,"Curacao","Miscellaneous corals and shells","shells",1977, 244,"Curacao","Miscellaneous corals and shells","shells",1978, @@ -61649,6 +66330,7 @@ 244,"Curacao","Miscellaneous corals and shells","shells",2018, 244,"Curacao","Miscellaneous corals and shells","shells",2019, 244,"Curacao","Miscellaneous corals and shells","shells",2020, +244,"Curacao","Miscellaneous corals and shells","shells",2021, 244,"Curacao","Ornamental saltwater fish","ornamentals",1976, 244,"Curacao","Ornamental saltwater fish","ornamentals",1977, 244,"Curacao","Ornamental saltwater fish","ornamentals",1978, @@ -61694,6 +66376,7 @@ 244,"Curacao","Ornamental saltwater fish","ornamentals",2018, 244,"Curacao","Ornamental saltwater fish","ornamentals",2019,0.01 244,"Curacao","Ornamental saltwater fish","ornamentals",2020,0.01 +244,"Curacao","Ornamental saltwater fish","ornamentals",2021,0.01 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -61739,6 +66422,7 @@ 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 245,"Bonaire","Coral and the like","corals",1976, 245,"Bonaire","Coral and the like","corals",1977, 245,"Bonaire","Coral and the like","corals",1978, @@ -61784,6 +66468,7 @@ 245,"Bonaire","Coral and the like","corals",2018, 245,"Bonaire","Coral and the like","corals",2019, 245,"Bonaire","Coral and the like","corals",2020, +245,"Bonaire","Coral and the like","corals",2021, 245,"Bonaire","Fish body oils, nei","fish_oil",1976, 245,"Bonaire","Fish body oils, nei","fish_oil",1977, 245,"Bonaire","Fish body oils, nei","fish_oil",1978, @@ -61829,6 +66514,7 @@ 245,"Bonaire","Fish body oils, nei","fish_oil",2018, 245,"Bonaire","Fish body oils, nei","fish_oil",2019, 245,"Bonaire","Fish body oils, nei","fish_oil",2020, +245,"Bonaire","Fish body oils, nei","fish_oil",2021, 245,"Bonaire","Fish liver oils, nei","fish_oil",1976, 245,"Bonaire","Fish liver oils, nei","fish_oil",1977, 245,"Bonaire","Fish liver oils, nei","fish_oil",1978, @@ -61874,6 +66560,7 @@ 245,"Bonaire","Fish liver oils, nei","fish_oil",2018, 245,"Bonaire","Fish liver oils, nei","fish_oil",2019, 245,"Bonaire","Fish liver oils, nei","fish_oil",2020, +245,"Bonaire","Fish liver oils, nei","fish_oil",2021, 245,"Bonaire","Miscellaneous corals and shells","shells",1976, 245,"Bonaire","Miscellaneous corals and shells","shells",1977, 245,"Bonaire","Miscellaneous corals and shells","shells",1978, @@ -61919,6 +66606,7 @@ 245,"Bonaire","Miscellaneous corals and shells","shells",2018, 245,"Bonaire","Miscellaneous corals and shells","shells",2019, 245,"Bonaire","Miscellaneous corals and shells","shells",2020, +245,"Bonaire","Miscellaneous corals and shells","shells",2021, 245,"Bonaire","Natural sponges nei","sponges",1976, 245,"Bonaire","Natural sponges nei","sponges",1977, 245,"Bonaire","Natural sponges nei","sponges",1978, @@ -61964,6 +66652,7 @@ 245,"Bonaire","Natural sponges nei","sponges",2018, 245,"Bonaire","Natural sponges nei","sponges",2019, 245,"Bonaire","Natural sponges nei","sponges",2020, +245,"Bonaire","Natural sponges nei","sponges",2021, 245,"Bonaire","Ornamental fish nei","ornamentals",1976, 245,"Bonaire","Ornamental fish nei","ornamentals",1977, 245,"Bonaire","Ornamental fish nei","ornamentals",1978, @@ -62009,6 +66698,7 @@ 245,"Bonaire","Ornamental fish nei","ornamentals",2018, 245,"Bonaire","Ornamental fish nei","ornamentals",2019, 245,"Bonaire","Ornamental fish nei","ornamentals",2020, +245,"Bonaire","Ornamental fish nei","ornamentals",2021, 245,"Bonaire","Ornamental saltwater fish","ornamentals",1976, 245,"Bonaire","Ornamental saltwater fish","ornamentals",1977, 245,"Bonaire","Ornamental saltwater fish","ornamentals",1978, @@ -62054,6 +66744,7 @@ 245,"Bonaire","Ornamental saltwater fish","ornamentals",2018, 245,"Bonaire","Ornamental saltwater fish","ornamentals",2019, 245,"Bonaire","Ornamental saltwater fish","ornamentals",2020, +245,"Bonaire","Ornamental saltwater fish","ornamentals",2021, 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -62099,6 +66790,7 @@ 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 247,"Brunei","Agar agar nei","seaweeds",1976, 247,"Brunei","Agar agar nei","seaweeds",1977, 247,"Brunei","Agar agar nei","seaweeds",1978, @@ -62144,6 +66836,7 @@ 247,"Brunei","Agar agar nei","seaweeds",2018, 247,"Brunei","Agar agar nei","seaweeds",2019, 247,"Brunei","Agar agar nei","seaweeds",2020, +247,"Brunei","Agar agar nei","seaweeds",2021, 247,"Brunei","Fish body oils, nei","fish_oil",1976, 247,"Brunei","Fish body oils, nei","fish_oil",1977, 247,"Brunei","Fish body oils, nei","fish_oil",1978, @@ -62189,6 +66882,53 @@ 247,"Brunei","Fish body oils, nei","fish_oil",2018, 247,"Brunei","Fish body oils, nei","fish_oil",2019,3.28 247,"Brunei","Fish body oils, nei","fish_oil",2020, +247,"Brunei","Fish body oils, nei","fish_oil",2021,2.32 +247,"Brunei","Fish liver oils, nei","fish_oil",1976, +247,"Brunei","Fish liver oils, nei","fish_oil",1977, +247,"Brunei","Fish liver oils, nei","fish_oil",1978, +247,"Brunei","Fish liver oils, nei","fish_oil",1979, +247,"Brunei","Fish liver oils, nei","fish_oil",1980, +247,"Brunei","Fish liver oils, nei","fish_oil",1981, +247,"Brunei","Fish liver oils, nei","fish_oil",1982, +247,"Brunei","Fish liver oils, nei","fish_oil",1983, +247,"Brunei","Fish liver oils, nei","fish_oil",1984, +247,"Brunei","Fish liver oils, nei","fish_oil",1985, +247,"Brunei","Fish liver oils, nei","fish_oil",1986, +247,"Brunei","Fish liver oils, nei","fish_oil",1987, +247,"Brunei","Fish liver oils, nei","fish_oil",1988, +247,"Brunei","Fish liver oils, nei","fish_oil",1989, +247,"Brunei","Fish liver oils, nei","fish_oil",1990, +247,"Brunei","Fish liver oils, nei","fish_oil",1991, +247,"Brunei","Fish liver oils, nei","fish_oil",1992, +247,"Brunei","Fish liver oils, nei","fish_oil",1993, +247,"Brunei","Fish liver oils, nei","fish_oil",1994, +247,"Brunei","Fish liver oils, nei","fish_oil",1995, +247,"Brunei","Fish liver oils, nei","fish_oil",1996, +247,"Brunei","Fish liver oils, nei","fish_oil",1997, +247,"Brunei","Fish liver oils, nei","fish_oil",1998, +247,"Brunei","Fish liver oils, nei","fish_oil",1999, +247,"Brunei","Fish liver oils, nei","fish_oil",2000, +247,"Brunei","Fish liver oils, nei","fish_oil",2001, +247,"Brunei","Fish liver oils, nei","fish_oil",2002, +247,"Brunei","Fish liver oils, nei","fish_oil",2003, +247,"Brunei","Fish liver oils, nei","fish_oil",2004, +247,"Brunei","Fish liver oils, nei","fish_oil",2005, +247,"Brunei","Fish liver oils, nei","fish_oil",2006, +247,"Brunei","Fish liver oils, nei","fish_oil",2007, +247,"Brunei","Fish liver oils, nei","fish_oil",2008, +247,"Brunei","Fish liver oils, nei","fish_oil",2009, +247,"Brunei","Fish liver oils, nei","fish_oil",2010, +247,"Brunei","Fish liver oils, nei","fish_oil",2011, +247,"Brunei","Fish liver oils, nei","fish_oil",2012, +247,"Brunei","Fish liver oils, nei","fish_oil",2013, +247,"Brunei","Fish liver oils, nei","fish_oil",2014, +247,"Brunei","Fish liver oils, nei","fish_oil",2015, +247,"Brunei","Fish liver oils, nei","fish_oil",2016, +247,"Brunei","Fish liver oils, nei","fish_oil",2017, +247,"Brunei","Fish liver oils, nei","fish_oil",2018, +247,"Brunei","Fish liver oils, nei","fish_oil",2019, +247,"Brunei","Fish liver oils, nei","fish_oil",2020, +247,"Brunei","Fish liver oils, nei","fish_oil",2021,10.3 247,"Brunei","Miscellaneous corals and shells","shells",1976, 247,"Brunei","Miscellaneous corals and shells","shells",1977, 247,"Brunei","Miscellaneous corals and shells","shells",1978, @@ -62234,6 +66974,7 @@ 247,"Brunei","Miscellaneous corals and shells","shells",2018, 247,"Brunei","Miscellaneous corals and shells","shells",2019, 247,"Brunei","Miscellaneous corals and shells","shells",2020, +247,"Brunei","Miscellaneous corals and shells","shells",2021, 247,"Brunei","Natural sponges nei","sponges",1976, 247,"Brunei","Natural sponges nei","sponges",1977, 247,"Brunei","Natural sponges nei","sponges",1978, @@ -62279,6 +67020,7 @@ 247,"Brunei","Natural sponges nei","sponges",2018, 247,"Brunei","Natural sponges nei","sponges",2019,0.75 247,"Brunei","Natural sponges nei","sponges",2020,0 +247,"Brunei","Natural sponges nei","sponges",2021,0.01 247,"Brunei","Ornamental fish nei","ornamentals",1976, 247,"Brunei","Ornamental fish nei","ornamentals",1977, 247,"Brunei","Ornamental fish nei","ornamentals",1978, @@ -62324,6 +67066,7 @@ 247,"Brunei","Ornamental fish nei","ornamentals",2018, 247,"Brunei","Ornamental fish nei","ornamentals",2019, 247,"Brunei","Ornamental fish nei","ornamentals",2020, +247,"Brunei","Ornamental fish nei","ornamentals",2021, 247,"Brunei","Ornamental saltwater fish","ornamentals",1976, 247,"Brunei","Ornamental saltwater fish","ornamentals",1977, 247,"Brunei","Ornamental saltwater fish","ornamentals",1978, @@ -62369,6 +67112,7 @@ 247,"Brunei","Ornamental saltwater fish","ornamentals",2018, 247,"Brunei","Ornamental saltwater fish","ornamentals",2019, 247,"Brunei","Ornamental saltwater fish","ornamentals",2020, +247,"Brunei","Ornamental saltwater fish","ornamentals",2021, 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -62414,6 +67158,7 @@ 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -62459,6 +67204,7 @@ 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,3.65 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,17.69 +247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,9.85 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -62504,6 +67250,7 @@ 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,2.15 +247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,4.32 248,"Saba","Coral and the like","corals",1976, 248,"Saba","Coral and the like","corals",1977, 248,"Saba","Coral and the like","corals",1978, @@ -62549,6 +67296,7 @@ 248,"Saba","Coral and the like","corals",2018, 248,"Saba","Coral and the like","corals",2019, 248,"Saba","Coral and the like","corals",2020, +248,"Saba","Coral and the like","corals",2021, 248,"Saba","Fish body oils, nei","fish_oil",1976, 248,"Saba","Fish body oils, nei","fish_oil",1977, 248,"Saba","Fish body oils, nei","fish_oil",1978, @@ -62594,6 +67342,7 @@ 248,"Saba","Fish body oils, nei","fish_oil",2018, 248,"Saba","Fish body oils, nei","fish_oil",2019, 248,"Saba","Fish body oils, nei","fish_oil",2020, +248,"Saba","Fish body oils, nei","fish_oil",2021, 248,"Saba","Fish liver oils, nei","fish_oil",1976, 248,"Saba","Fish liver oils, nei","fish_oil",1977, 248,"Saba","Fish liver oils, nei","fish_oil",1978, @@ -62639,6 +67388,7 @@ 248,"Saba","Fish liver oils, nei","fish_oil",2018, 248,"Saba","Fish liver oils, nei","fish_oil",2019, 248,"Saba","Fish liver oils, nei","fish_oil",2020, +248,"Saba","Fish liver oils, nei","fish_oil",2021, 248,"Saba","Miscellaneous corals and shells","shells",1976, 248,"Saba","Miscellaneous corals and shells","shells",1977, 248,"Saba","Miscellaneous corals and shells","shells",1978, @@ -62684,6 +67434,7 @@ 248,"Saba","Miscellaneous corals and shells","shells",2018, 248,"Saba","Miscellaneous corals and shells","shells",2019, 248,"Saba","Miscellaneous corals and shells","shells",2020, +248,"Saba","Miscellaneous corals and shells","shells",2021, 248,"Saba","Natural sponges nei","sponges",1976, 248,"Saba","Natural sponges nei","sponges",1977, 248,"Saba","Natural sponges nei","sponges",1978, @@ -62729,6 +67480,7 @@ 248,"Saba","Natural sponges nei","sponges",2018, 248,"Saba","Natural sponges nei","sponges",2019, 248,"Saba","Natural sponges nei","sponges",2020, +248,"Saba","Natural sponges nei","sponges",2021, 248,"Saba","Ornamental fish nei","ornamentals",1976, 248,"Saba","Ornamental fish nei","ornamentals",1977, 248,"Saba","Ornamental fish nei","ornamentals",1978, @@ -62774,6 +67526,7 @@ 248,"Saba","Ornamental fish nei","ornamentals",2018, 248,"Saba","Ornamental fish nei","ornamentals",2019, 248,"Saba","Ornamental fish nei","ornamentals",2020, +248,"Saba","Ornamental fish nei","ornamentals",2021, 248,"Saba","Ornamental saltwater fish","ornamentals",1976, 248,"Saba","Ornamental saltwater fish","ornamentals",1977, 248,"Saba","Ornamental saltwater fish","ornamentals",1978, @@ -62819,6 +67572,7 @@ 248,"Saba","Ornamental saltwater fish","ornamentals",2018, 248,"Saba","Ornamental saltwater fish","ornamentals",2019, 248,"Saba","Ornamental saltwater fish","ornamentals",2020, +248,"Saba","Ornamental saltwater fish","ornamentals",2021, 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -62864,6 +67618,7 @@ 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 249,"Sint Eustatius","Coral and the like","corals",1976, 249,"Sint Eustatius","Coral and the like","corals",1977, 249,"Sint Eustatius","Coral and the like","corals",1978, @@ -62909,6 +67664,7 @@ 249,"Sint Eustatius","Coral and the like","corals",2018, 249,"Sint Eustatius","Coral and the like","corals",2019, 249,"Sint Eustatius","Coral and the like","corals",2020, +249,"Sint Eustatius","Coral and the like","corals",2021, 249,"Sint Eustatius","Fish body oils, nei","fish_oil",1976, 249,"Sint Eustatius","Fish body oils, nei","fish_oil",1977, 249,"Sint Eustatius","Fish body oils, nei","fish_oil",1978, @@ -62954,6 +67710,7 @@ 249,"Sint Eustatius","Fish body oils, nei","fish_oil",2018, 249,"Sint Eustatius","Fish body oils, nei","fish_oil",2019, 249,"Sint Eustatius","Fish body oils, nei","fish_oil",2020, +249,"Sint Eustatius","Fish body oils, nei","fish_oil",2021, 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",1976, 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",1977, 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",1978, @@ -62999,6 +67756,7 @@ 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",2018, 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",2019, 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",2020, +249,"Sint Eustatius","Fish liver oils, nei","fish_oil",2021, 249,"Sint Eustatius","Miscellaneous corals and shells","shells",1976, 249,"Sint Eustatius","Miscellaneous corals and shells","shells",1977, 249,"Sint Eustatius","Miscellaneous corals and shells","shells",1978, @@ -63044,6 +67802,7 @@ 249,"Sint Eustatius","Miscellaneous corals and shells","shells",2018, 249,"Sint Eustatius","Miscellaneous corals and shells","shells",2019, 249,"Sint Eustatius","Miscellaneous corals and shells","shells",2020, +249,"Sint Eustatius","Miscellaneous corals and shells","shells",2021, 249,"Sint Eustatius","Natural sponges nei","sponges",1976, 249,"Sint Eustatius","Natural sponges nei","sponges",1977, 249,"Sint Eustatius","Natural sponges nei","sponges",1978, @@ -63089,6 +67848,7 @@ 249,"Sint Eustatius","Natural sponges nei","sponges",2018, 249,"Sint Eustatius","Natural sponges nei","sponges",2019, 249,"Sint Eustatius","Natural sponges nei","sponges",2020, +249,"Sint Eustatius","Natural sponges nei","sponges",2021, 249,"Sint Eustatius","Ornamental fish nei","ornamentals",1976, 249,"Sint Eustatius","Ornamental fish nei","ornamentals",1977, 249,"Sint Eustatius","Ornamental fish nei","ornamentals",1978, @@ -63134,6 +67894,7 @@ 249,"Sint Eustatius","Ornamental fish nei","ornamentals",2018, 249,"Sint Eustatius","Ornamental fish nei","ornamentals",2019, 249,"Sint Eustatius","Ornamental fish nei","ornamentals",2020, +249,"Sint Eustatius","Ornamental fish nei","ornamentals",2021, 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",1976, 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",1977, 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",1978, @@ -63179,6 +67940,7 @@ 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",2018, 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",2019, 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",2020, +249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",2021, 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -63224,6 +67986,7 @@ 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 250,"Aruba","Fish liver oils, nei","fish_oil",1976, 250,"Aruba","Fish liver oils, nei","fish_oil",1977, 250,"Aruba","Fish liver oils, nei","fish_oil",1978, @@ -63269,6 +68032,7 @@ 250,"Aruba","Fish liver oils, nei","fish_oil",2018, 250,"Aruba","Fish liver oils, nei","fish_oil",2019, 250,"Aruba","Fish liver oils, nei","fish_oil",2020, +250,"Aruba","Fish liver oils, nei","fish_oil",2021, 250,"Aruba","Miscellaneous corals and shells","shells",1976, 250,"Aruba","Miscellaneous corals and shells","shells",1977, 250,"Aruba","Miscellaneous corals and shells","shells",1978, @@ -63314,6 +68078,7 @@ 250,"Aruba","Miscellaneous corals and shells","shells",2018, 250,"Aruba","Miscellaneous corals and shells","shells",2019, 250,"Aruba","Miscellaneous corals and shells","shells",2020,0.15 +250,"Aruba","Miscellaneous corals and shells","shells",2021,0 250,"Aruba","Ornamental fish nei","ornamentals",1976, 250,"Aruba","Ornamental fish nei","ornamentals",1977, 250,"Aruba","Ornamental fish nei","ornamentals",1978, @@ -63359,6 +68124,7 @@ 250,"Aruba","Ornamental fish nei","ornamentals",2018, 250,"Aruba","Ornamental fish nei","ornamentals",2019, 250,"Aruba","Ornamental fish nei","ornamentals",2020, +250,"Aruba","Ornamental fish nei","ornamentals",2021, 250,"Aruba","Ornamental saltwater fish","ornamentals",1976, 250,"Aruba","Ornamental saltwater fish","ornamentals",1977, 250,"Aruba","Ornamental saltwater fish","ornamentals",1978, @@ -63404,6 +68170,7 @@ 250,"Aruba","Ornamental saltwater fish","ornamentals",2018,0.1 250,"Aruba","Ornamental saltwater fish","ornamentals",2019,0.8 250,"Aruba","Ornamental saltwater fish","ornamentals",2020, +250,"Aruba","Ornamental saltwater fish","ornamentals",2021, 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -63449,6 +68216,7 @@ 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -63494,3 +68262,4 @@ 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.11 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, diff --git a/globalprep/prs_coral_harvest/v2023/int/tonnes_coral_harvest.csv b/globalprep/prs_coral_harvest/v2023/int/tonnes_coral_harvest.csv index 8299152d..9e27134f 100644 --- a/globalprep/prs_coral_harvest/v2023/int/tonnes_coral_harvest.csv +++ b/globalprep/prs_coral_harvest/v2023/int/tonnes_coral_harvest.csv @@ -22,6 +22,7 @@ 6,"Vanuatu","corals",2018,17.25,44.25,0,0 6,"Vanuatu","corals",2019,12.885,32.655,15.54,41.62 6,"Vanuatu","corals",2020,8.09,24.2925,16.82,55.55 +6,"Vanuatu","corals",2021,12.295,38.18,16.82,55.55 7,"Solomon Islands","corals",1998,391,1007,391,1007 7,"Solomon Islands","corals",1999,314.5,908.5,238,810 7,"Solomon Islands","corals",2000,266,819.666666666667,169,642 @@ -45,6 +46,7 @@ 7,"Solomon Islands","corals",2018,8.75,40.25,0,0 7,"Solomon Islands","corals",2019,23.245,51.3425,92.98,205.37 7,"Solomon Islands","corals",2020,136.0025,138.4425,451.03,348.4 +7,"Solomon Islands","corals",2021,252.1075,283.2325,464.42,579.16 8,"Palau","corals",1998,50,195,50,195 8,"Palau","corals",1999,44,99.5,38,4 8,"Palau","corals",2000,36,67.3333333333333,20,3 @@ -68,6 +70,31 @@ 8,"Palau","corals",2018,0,0,0,0 8,"Palau","corals",2019,0,0,0,0 8,"Palau","corals",2020,0.125,4.6725,0.5,18.69 +8,"Palau","corals",2021,0.83,23.4725,2.82,75.2 +9,"Micronesia","corals",1998,26,129,26,129 +9,"Micronesia","corals",1999,35,151,44,173 +9,"Micronesia","corals",2000,28.6666666666667,115.333333333333,16,44 +9,"Micronesia","corals",2001,21.5,86.5,0,0 +9,"Micronesia","corals",2002,18,88.5,12,137 +9,"Micronesia","corals",2003,7.75,56.25,3,44 +9,"Micronesia","corals",2004,3.75,47.25,0,8 +9,"Micronesia","corals",2005,13.75,57,40,39 +9,"Micronesia","corals",2006,48.5,42.5,151,79 +9,"Micronesia","corals",2007,53.75,48,24,66 +9,"Micronesia","corals",2008,57.5,52,15,24 +9,"Micronesia","corals",2009,48,54.25,2,48 +9,"Micronesia","corals",2010,50.25,63.5,160,116 +9,"Micronesia","corals",2011,69,74.25,99,109 +9,"Micronesia","corals",2012,66.25,98.25,4,120 +9,"Micronesia","corals",2013,75.75,107.5,40,85 +9,"Micronesia","corals",2014,64,134.5,113,224 +9,"Micronesia","corals",2015,40.5,156,5,195 +9,"Micronesia","corals",2016,41,179.5,6,214 +9,"Micronesia","corals",2017,32,189.25,4,124 +9,"Micronesia","corals",2018,5,174.75,5,166 +9,"Micronesia","corals",2019,5.2425,188.5275,5.97,250.11 +9,"Micronesia","corals",2020,4.3475,167.705,2.42,130.71 +9,"Micronesia","corals",2021,4.0225,172.4475,2.7,142.97 11,"Marshall Islands","corals",1998,33,151,33,151 11,"Marshall Islands","corals",1999,16.5,75.5,0,0 11,"Marshall Islands","corals",2000,11,50.3333333333333,0,0 @@ -91,6 +118,7 @@ 11,"Marshall Islands","corals",2018,7.25,143.75,4,165 11,"Marshall Islands","corals",2019,3.925,134.42,3.7,113.68 11,"Marshall Islands","corals",2020,3.1,105.3625,0.7,19.77 +11,"Marshall Islands","corals",2021,2.275,79.555,0.7,19.77 14,"Taiwan","corals",1976,63,82985,63,82985 14,"Taiwan","corals",1977,81.5,81492.5,100,80000 14,"Taiwan","corals",1978,129.666666666667,93535,226,117620 @@ -105,13 +133,13 @@ 14,"Taiwan","corals",1987,93.25,39200.25,104,93969 14,"Taiwan","corals",1988,100.5,38042,107,5236 14,"Taiwan","corals",1989,103.25,36812,132,5800 -14,"Taiwan","corals",1990,85.75,26251.25,0,0 -14,"Taiwan","corals",1991,59.75,2759,0,0 -14,"Taiwan","corals",1992,33,1450,0,0 -14,"Taiwan","corals",1993,0,0,0,0 -14,"Taiwan","corals",1994,0.25,172.75,1,691 -14,"Taiwan","corals",1995,1,371,3,793 -14,"Taiwan","corals",1996,2.5,755.75,6,1539 +14,"Taiwan","corals",1990,98.25,27001.25,50,3000 +14,"Taiwan","corals",1991,79.75,4134,30,2500 +14,"Taiwan","corals",1992,55.5,3075,10,1000 +14,"Taiwan","corals",1993,23.75,2000,5,1500 +14,"Taiwan","corals",1994,11.5,1422.75,1,691 +14,"Taiwan","corals",1995,4.75,996,3,793 +14,"Taiwan","corals",1996,3.75,1130.75,6,1539 14,"Taiwan","corals",1997,3,915.25,2,638 14,"Taiwan","corals",1998,3.25,1073.5,2,1324 14,"Taiwan","corals",1999,3.5,1265.25,4,1560 @@ -136,6 +164,7 @@ 14,"Taiwan","corals",2018,11.75,3291.75,3,5379 14,"Taiwan","corals",2019,3,2875,0,0 14,"Taiwan","corals",2020,1.5,2037,0,0 +14,"Taiwan","corals",2021,0.75,1344.75,0,0 15,"Philippines","corals",1991,1789,3426,1789,3426 15,"Philippines","corals",1992,2462,4186,3135,4946 15,"Philippines","corals",1993,2193.33333333333,3751.33333333333,1656,2882 @@ -166,6 +195,7 @@ 15,"Philippines","corals",2018,0,0,0,0 15,"Philippines","corals",2019,0,0,0,0 15,"Philippines","corals",2020,0,0,0,0 +15,"Philippines","corals",2021,0,0,0,0 16,"Australia","corals",1976,464,328,464,328 16,"Australia","corals",1977,494,345.5,524,363 16,"Australia","corals",1978,564.333333333333,404.333333333333,705,522 @@ -211,12 +241,13 @@ 16,"Australia","corals",2018,701.75,7273.25,0,0 16,"Australia","corals",2019,473.75,4850.25,0,0 16,"Australia","corals",2020,237.75,2452.5,0,0 +16,"Australia","corals",2021,0,0,0,0 17,"Papua New Guinea","corals",1996,4,58,4,58 17,"Papua New Guinea","corals",1997,2,29,0,0 -17,"Papua New Guinea","corals",1998,22.0687001413568,19.6666666666667,62.2061004240704,1 -17,"Papua New Guinea","corals",1999,16.5515251060176,14.75,0,0 -17,"Papua New Guinea","corals",2000,15.5765251060176,0.5,0.1,1 -17,"Papua New Guinea","corals",2001,33.8265251060176,67.5,73,268 +17,"Papua New Guinea","corals",1998,21.6551328719191,19.6666666666667,60.9653986157573,1 +17,"Papua New Guinea","corals",1999,16.2413496539393,14.75,0,0 +17,"Papua New Guinea","corals",2000,15.2663496539393,0.5,0.1,1 +17,"Papua New Guinea","corals",2001,33.5163496539393,67.5,73,268 17,"Papua New Guinea","corals",2002,18.3,67.75,0.1,2 17,"Papua New Guinea","corals",2003,18.3,67.75,0,0 17,"Papua New Guinea","corals",2004,19.275,70.5,4,12 @@ -236,6 +267,7 @@ 17,"Papua New Guinea","corals",2018,16.75,55,0,0 17,"Papua New Guinea","corals",2019,12.5,46.25,0,0 17,"Papua New Guinea","corals",2020,12.5,46.25,0,0 +17,"Papua New Guinea","corals",2021,0,0,0,0 18,"Fiji","corals",1990,589,2562,589,2562 18,"Fiji","corals",1991,523,1702.5,457,843 18,"Fiji","corals",1992,465.666666666667,1384.66666666667,351,749 @@ -266,7 +298,8 @@ 18,"Fiji","corals",2017,677,2151.25,341,1594 18,"Fiji","corals",2018,456.5,1523,99,506 18,"Fiji","corals",2019,257.775,1004.7075,105.1,438.83 -18,"Fiji","corals",2020,151.195,674.7125,59.68,160.02 +18,"Fiji","corals",2020,157.945,730.4625,86.68,383.02 +18,"Fiji","corals",2021,88.77,448.36,64.3,465.59 20,"South Korea","corals",1988,2,6,2,6 20,"South Korea","corals",1989,1.05,7.5,0.1,9 20,"South Korea","corals",1990,0.733333333333333,5.03333333333333,0.1,0.1 @@ -300,6 +333,7 @@ 20,"South Korea","corals",2018,0,0,0,0 20,"South Korea","corals",2019,0,0.0025,0,0.01 20,"South Korea","corals",2020,0.005,0.21,0.02,0.83 +20,"South Korea","corals",2021,0.0125,1.4075,0.03,4.79 21,"North Korea","corals",1990,49,290,49,290 21,"North Korea","corals",1991,24.5,145,0,0 21,"North Korea","corals",1992,16.3333333333333,96.6666666666667,0,0 @@ -331,6 +365,7 @@ 21,"North Korea","corals",2018,623.25,220.25,698,183 21,"North Korea","corals",2019,664.7225,211.89,712.89,185.56 21,"North Korea","corals",2020,472.9325,135.7525,40.84,10.45 +21,"North Korea","corals",2021,373.1425,97.365,40.84,10.45 25,"Thailand","corals",1994,2,6,2,6 25,"Thailand","corals",1995,1,3,0,0 25,"Thailand","corals",1996,0.666666666666667,2,0,0 @@ -358,6 +393,7 @@ 25,"Thailand","corals",2018,9.75,8.25,0,0 25,"Thailand","corals",2019,6.5,6,0,0 25,"Thailand","corals",2020,0,0,0,0 +25,"Thailand","corals",2021,0,0,0,0 37,"Mauritius","corals",1994,0.1,1,0.1,1 37,"Mauritius","corals",1995,11.55,2.5,23,4 37,"Mauritius","corals",1996,7.73333333333333,2,0.1,1 @@ -385,6 +421,7 @@ 37,"Mauritius","corals",2018,0.025,0.025,0,0 37,"Mauritius","corals",2019,0.025,0.025,0,0 37,"Mauritius","corals",2020,0.025,0.025,0,0 +37,"Mauritius","corals",2021,0,0,0,0 39,"Maldives","corals",1996,8,12,8,12 39,"Maldives","corals",1997,16,18,24,24 39,"Maldives","corals",1998,13.3333333333333,15,8,9 @@ -410,13 +447,14 @@ 39,"Maldives","corals",2018,0,0,0,0 39,"Maldives","corals",2019,0,0,0,0 39,"Maldives","corals",2020,0,0,0,0 -40,"Sri Lanka","corals",1990,190.449072365065,294,190.449072365065,294 -40,"Sri Lanka","corals",1991,192.451070821546,301.5,194.453069278027,309 -40,"Sri Lanka","corals",1992,194.310174923925,308.666666666667,198.028383128683,323 -40,"Sri Lanka","corals",1993,204.921558215045,336.25,236.755708088403,419 -40,"Sri Lanka","corals",1994,191.559290123778,390.5,137,511 -40,"Sri Lanka","corals",1995,246.946022804271,448.25,416,540 -40,"Sri Lanka","corals",1996,365.688927022101,553.25,673,743 +39,"Maldives","corals",2021,0,0,0,0 +40,"Sri Lanka","corals",1990,193.430835243626,294,193.430835243626,294 +40,"Sri Lanka","corals",1991,195.310463554791,301.5,197.190091865955,309 +40,"Sri Lanka","corals",1992,197.048081330783,308.666666666667,200.523316882769,323 +40,"Sri Lanka","corals",1993,207.483844386047,336.25,238.791133551837,419 +40,"Sri Lanka","corals",1994,193.37613557514,390.5,137,511 +40,"Sri Lanka","corals",1995,248.078612608651,448.25,416,540 +40,"Sri Lanka","corals",1996,366.197783387959,553.25,673,743 40,"Sri Lanka","corals",1997,418,720.25,446,1087 40,"Sri Lanka","corals",1998,534.5,898.75,603,1225 40,"Sri Lanka","corals",1999,593.75,1097.75,653,1336 @@ -441,6 +479,7 @@ 40,"Sri Lanka","corals",2018,25.5,128.75,5,78 40,"Sri Lanka","corals",2019,16.465,155.9275,10.86,202.71 40,"Sri Lanka","corals",2020,7.8575,154.49,9.57,246.25 +40,"Sri Lanka","corals",2021,11.78,210.5175,21.69,315.11 42,"Madagascar","corals",1990,51,487,51,487 42,"Madagascar","corals",1991,50.5,315.5,50,144 42,"Madagascar","corals",1992,37.6666666666667,217,12,20 @@ -472,14 +511,15 @@ 42,"Madagascar","corals",2018,311.25,98.75,313,84 42,"Madagascar","corals",2019,340.8775,112.3875,448.51,166.55 42,"Madagascar","corals",2020,359.76,117.19,332.53,123.21 -44,"Somalia","corals",2001,2.47457627400217,1,2.47457627400217,1 -44,"Somalia","corals",2002,1.23728813700109,0.5,0,0 -44,"Somalia","corals",2003,1.15819209133406,16.6361949633708,1,48.9085848901123 -44,"Somalia","corals",2004,0.868644068500544,12.4771462225281,0,0 -44,"Somalia","corals",2005,7.98006278916182,12.7271462225281,30.9202511566473,2 -44,"Somalia","corals",2006,7.98006278916182,12.7271462225281,0,0 -44,"Somalia","corals",2007,20.7300627891618,23.75,52,93 -44,"Somalia","corals",2008,23.9800627891618,34.5,13,43 +42,"Madagascar","corals",2021,378.6125,132.0075,420.41,154.27 +44,"Somalia","corals",2001,0,1,0,1 +44,"Somalia","corals",2002,0,0.5,0,0 +44,"Somalia","corals",2003,0.333333333333333,16.8852177294193,1,49.6556531882579 +44,"Somalia","corals",2004,0.25,12.6639132970645,0,0 +44,"Somalia","corals",2005,7.22030245321866,12.9139132970645,27.8812098128747,2 +44,"Somalia","corals",2006,7.22030245321866,12.9139132970645,0,0 +44,"Somalia","corals",2007,19.9703024532187,23.75,52,93 +44,"Somalia","corals",2008,23.2203024532187,34.5,13,43 44,"Somalia","corals",2009,16.25,34,0,0 44,"Somalia","corals",2010,21.5,37.25,21,13 44,"Somalia","corals",2011,8.5,14,0,0 @@ -492,6 +532,7 @@ 44,"Somalia","corals",2018,0.25,1.5,0,0 44,"Somalia","corals",2019,0,0,0,0 44,"Somalia","corals",2020,0,0,0,0 +44,"Somalia","corals",2021,0,0,0,0 48,"Oman","corals",1995,13,3,13,3 48,"Oman","corals",1996,16.5,5.5,20,8 48,"Oman","corals",1997,11,3.66666666666667,0,0 @@ -518,6 +559,7 @@ 48,"Oman","corals",2018,0,0,0,0 48,"Oman","corals",2019,0,0,0,0 48,"Oman","corals",2020,0,0,0,0 +48,"Oman","corals",2021,0,0,0,0 49,"Sudan","corals",1995,65,22,65,22 49,"Sudan","corals",1996,140.5,46,216,70 49,"Sudan","corals",1997,249,45.6666666666667,466,45 @@ -544,6 +586,7 @@ 49,"Sudan","corals",2018,0,0,0,0 49,"Sudan","corals",2019,0,0,0,0 49,"Sudan","corals",2020,0,0,0,0 +49,"Sudan","corals",2021,0,0,0,0 53,"Pakistan","corals",2002,49,10,49,10 53,"Pakistan","corals",2003,24.5,5,0,0 53,"Pakistan","corals",2004,16.3333333333333,3.33333333333333,0,0 @@ -563,6 +606,7 @@ 53,"Pakistan","corals",2018,20.25,15.75,37,30 53,"Pakistan","corals",2019,27.5525,21.845,37.21,28.38 53,"Pakistan","corals",2020,27.36,21.9175,3.23,2.29 +53,"Pakistan","corals",2021,23.305,16.8525,15.78,6.74 61,"Tunisia","corals",1990,16,548,16,548 61,"Tunisia","corals",1991,18.5,539,21,530 61,"Tunisia","corals",1992,16.3333333333333,444,12,254 @@ -593,7 +637,8 @@ 61,"Tunisia","corals",2017,8,8927.5,6,4874 61,"Tunisia","corals",2018,7.445,6964.3825,4.78,2079.53 61,"Tunisia","corals",2019,5.7225,4164.1825,4.11,1144.2 -61,"Tunisia","corals",2020,4.4325,2195.0775,2.84,682.58 +61,"Tunisia","corals",2020,3.9225,2074,0.8,198.27 +61,"Tunisia","corals",2021,3.2825,1078.24,3.44,890.96 62,"Morocco","corals",1994,5.29,625,5.29,625 62,"Morocco","corals",1995,4.85,592,4.41,559 62,"Morocco","corals",1996,4.2,481,2.9,259 @@ -621,6 +666,7 @@ 62,"Morocco","corals",2018,0,0,0,0 62,"Morocco","corals",2019,0,0,0,0 62,"Morocco","corals",2020,0,0,0,0 +62,"Morocco","corals",2021,0,0,0,0 66,"Senegal","corals",1998,1250,2106,1250,2106 66,"Senegal","corals",1999,636.5,1064,23,22 66,"Senegal","corals",2000,424.333333333333,709.333333333333,0,0 @@ -644,6 +690,7 @@ 66,"Senegal","corals",2018,1.025,0.275,0,0 66,"Senegal","corals",2019,7.575,0.555,26.2,1.12 66,"Senegal","corals",2020,23.345,35.595,67.08,141.16 +66,"Senegal","corals",2021,62.4525,198.9475,156.53,653.51 72,"Romania","corals",1992,10,36,10,36 72,"Romania","corals",1993,27.5,84.5,45,133 72,"Romania","corals",1994,40.6666666666667,124.333333333333,67,204 @@ -673,6 +720,7 @@ 72,"Romania","corals",2018,117.75,861.25,83,655 72,"Romania","corals",2019,114.7475,823.4675,136.99,883.87 72,"Romania","corals",2020,116.6325,849.5075,124.54,892.16 +72,"Romania","corals",2021,86.5525,614.34,1.68,26.33 73,"Russia","corals",2000,1681,68,1681,68 73,"Russia","corals",2001,1734.5,72,1788,76 73,"Russia","corals",2002,1158.33333333333,50.6666666666667,6,8 @@ -694,6 +742,39 @@ 73,"Russia","corals",2018,3206.75,258.75,5466,385 73,"Russia","corals",2019,5434.25,402.75,9059,648 73,"Russia","corals",2020,6332.5,458.75,6238,400 +73,"Russia","corals",2021,6362,450.25,4685,368 +76,"Turkey","corals",1990,850,3462,850,3462 +76,"Turkey","corals",1991,799,3236,748,3010 +76,"Turkey","corals",1992,848.333333333333,3648.33333333333,947,4473 +76,"Turkey","corals",1993,859.25,3815,892,4315 +76,"Turkey","corals",1994,2002.25,4096.5,5422,4588 +76,"Turkey","corals",1995,3351.5,4587.75,6145,4975 +76,"Turkey","corals",1996,3272.25,4387.25,630,3671 +76,"Turkey","corals",1997,3190.5,3890,565,2326 +76,"Turkey","corals",1998,1983.75,3311.75,595,2275 +76,"Turkey","corals",1999,563.5,2579,464,2044 +76,"Turkey","corals",2000,494.5,1990,354,1315 +76,"Turkey","corals",2001,440.25,1703.25,348,1179 +76,"Turkey","corals",2002,392.5,1528,404,1574 +76,"Turkey","corals",2003,380.75,1465.75,417,1795 +76,"Turkey","corals",2004,380,1574.75,351,1751 +76,"Turkey","corals",2005,536.25,1829.75,973,2199 +76,"Turkey","corals",2006,624.25,1697.25,756,1044 +76,"Turkey","corals",2007,1992.25,1850.75,5889,2409 +76,"Turkey","corals",2008,2158.75,2428.5,1017,4062 +76,"Turkey","corals",2009,2846.25,2759.5,3723,3523 +76,"Turkey","corals",2010,2892.25,3496.25,940,3991 +76,"Turkey","corals",2011,1661.5,4011,966,4468 +76,"Turkey","corals",2012,1619.75,4023.75,850,4113 +76,"Turkey","corals",2013,976.75,4877.5,1151,6938 +76,"Turkey","corals",2014,981,5308.5,957,5715 +76,"Turkey","corals",2015,883.25,5068.25,575,3507 +76,"Turkey","corals",2016,810.5,4878.5,559,3354 +76,"Turkey","corals",2017,522.75,3144,0,0 +76,"Turkey","corals",2018,283.5,1715.25,0,0 +76,"Turkey","corals",2019,139.75,838.5,0,0 +76,"Turkey","corals",2020,0,0,0,0 +76,"Turkey","corals",2021,0,0,0,0 77,"Syria","corals",1998,55,113,55,113 77,"Syria","corals",1999,27.5,56.5,0,0 77,"Syria","corals",2000,27.3333333333333,56.6666666666667,27,57 @@ -717,6 +798,7 @@ 77,"Syria","corals",2018,0,0,0,0 77,"Syria","corals",2019,0,0,0,0 77,"Syria","corals",2020,0.0025,0.02,0.01,0.08 +77,"Syria","corals",2021,0.005,0.04,0.01,0.08 82,"Albania","corals",1996,315,391,315,391 82,"Albania","corals",1997,201,264,87,137 82,"Albania","corals",1998,207.666666666667,228,221,156 @@ -742,6 +824,7 @@ 82,"Albania","corals",2018,60.5,161.75,14,80 82,"Albania","corals",2019,51.78,165.23,28.12,193.92 82,"Albania","corals",2020,25.0625,99.9425,27.13,97.85 +82,"Albania","corals",2021,24.095,117.405,27.13,97.85 102,"South Africa","corals",1994,70,28,70,28 102,"South Africa","corals",1995,35,14,0,0 102,"South Africa","corals",1996,23.3333333333333,9.33333333333333,0,0 @@ -769,6 +852,7 @@ 102,"South Africa","corals",2018,22.75,64.5,23,77 102,"South Africa","corals",2019,16.6225,55.555,2.49,11.22 102,"South Africa","corals",2020,15.255,50.57,10.53,40.06 +102,"South Africa","corals",2021,11.695,42.27,10.76,40.8 114,"Haiti","corals",1998,96,260,96,260 114,"Haiti","corals",1999,115,254.5,134,249 114,"Haiti","corals",2000,145.666666666667,303,207,400 @@ -792,11 +876,12 @@ 114,"Haiti","corals",2018,29.75,31,37,37 114,"Haiti","corals",2019,23.225,24.6025,12.9,7.41 114,"Haiti","corals",2020,21.165,24.485,4.76,9.53 +114,"Haiti","corals",2021,22.0475,26.93,33.53,53.78 115,"Dominican Republic","corals",1997,37,26,37,26 -115,"Dominican Republic","corals",1998,23.3077208302374,16,9.61544166047486,6 -115,"Dominican Republic","corals",1999,21.871813886825,15.6666666666667,19,15 -115,"Dominican Republic","corals",2000,16.9038604151187,12.75,2,4 -115,"Dominican Republic","corals",2001,7.65386041511871,6.25,0,0 +115,"Dominican Republic","corals",1998,23.2447083238565,16,9.48941664771291,6 +115,"Dominican Republic","corals",1999,21.8298055492376,15.6666666666667,19,15 +115,"Dominican Republic","corals",2000,16.8723541619282,12.75,2,4 +115,"Dominican Republic","corals",2001,7.62235416192823,6.25,0,0 115,"Dominican Republic","corals",2002,5.275,4.775,0.1,0.1 115,"Dominican Republic","corals",2003,5.775,1.525,21,2 115,"Dominican Republic","corals",2004,5.3,1.775,0.1,5 @@ -813,9 +898,10 @@ 115,"Dominican Republic","corals",2015,0.025,0.025,0,0 115,"Dominican Republic","corals",2016,0,0,0,0 115,"Dominican Republic","corals",2017,0,0,0,0 -115,"Dominican Republic","corals",2018,0,1.75,0,7 -115,"Dominican Republic","corals",2019,0,1.75,0,0 -115,"Dominican Republic","corals",2020,0,1.75,0,0 +115,"Dominican Republic","corals",2018,0,0,0,0 +115,"Dominican Republic","corals",2019,0,0,0,0 +115,"Dominican Republic","corals",2020,0,0,0,0 +115,"Dominican Republic","corals",2021,0,0,0,0 127,"Saint Vincent and the Grenadines","corals",1999,2,4,2,4 127,"Saint Vincent and the Grenadines","corals",2000,1,2,0,0 127,"Saint Vincent and the Grenadines","corals",2001,0.7,1.36666666666667,0.1,0.1 @@ -838,10 +924,11 @@ 127,"Saint Vincent and the Grenadines","corals",2018,0,0,0,0 127,"Saint Vincent and the Grenadines","corals",2019,0,0,0,0 127,"Saint Vincent and the Grenadines","corals",2020,0,0,0,0 -131,"Nicaragua","corals",1997,0.1,82.404421982741,0.1,82.404421982741 -131,"Nicaragua","corals",1998,0.05,41.2022109913705,0,0 -131,"Nicaragua","corals",1999,0.0333333333333333,27.4681406609137,0,0 -131,"Nicaragua","corals",2000,0.025,20.6011054956853,0,0 +127,"Saint Vincent and the Grenadines","corals",2021,0.15,0.29,0.6,1.16 +131,"Nicaragua","corals",1997,0.1,78.9976873720752,0.1,78.9976873720752 +131,"Nicaragua","corals",1998,0.05,39.4988436860376,0,0 +131,"Nicaragua","corals",1999,0.0333333333333333,26.3325624573584,0,0 +131,"Nicaragua","corals",2000,0.025,19.7494218430188,0,0 131,"Nicaragua","corals",2001,0,0,0,0 131,"Nicaragua","corals",2002,0,0,0,0 131,"Nicaragua","corals",2003,0,0,0,0 @@ -849,10 +936,10 @@ 131,"Nicaragua","corals",2005,4.5,8,18,32 131,"Nicaragua","corals",2006,22,15,70,28 131,"Nicaragua","corals",2007,33.25,38.75,45,95 -131,"Nicaragua","corals",2008,33.275,45.5050871147123,0.1,27.0203484588492 -131,"Nicaragua","corals",2009,29.275,38.5050871147123,2,4 -131,"Nicaragua","corals",2010,17.275,39.7550871147123,22,33 -131,"Nicaragua","corals",2011,10.275,24.5050871147123,17,34 +131,"Nicaragua","corals",2008,33.275,45.9634471249142,0.1,28.8537884996567 +131,"Nicaragua","corals",2009,29.275,38.9634471249142,2,4 +131,"Nicaragua","corals",2010,17.275,40.2134471249142,22,33 +131,"Nicaragua","corals",2011,10.275,24.9634471249142,17,34 131,"Nicaragua","corals",2012,10.25,17.75,0,0 131,"Nicaragua","corals",2013,9.775,16.775,0.1,0.1 131,"Nicaragua","corals",2014,4.275,8.525,0,0 @@ -862,6 +949,7 @@ 131,"Nicaragua","corals",2018,4.525,24.5,1,12 131,"Nicaragua","corals",2019,5.57,32.7125,5.18,39.85 131,"Nicaragua","corals",2020,3.9075,23.7975,9.35,42.34 +131,"Nicaragua","corals",2021,7.9675,40.1775,16.34,66.52 132,"Colombia","corals",1995,1,2,1,2 132,"Colombia","corals",1996,1,2.5,1,3 132,"Colombia","corals",1997,1.33333333333333,5.33333333333333,2,11 @@ -874,10 +962,10 @@ 132,"Colombia","corals",2004,4.025,12.5,3,20 132,"Colombia","corals",2005,6.025,20.75,9,41 132,"Colombia","corals",2006,6.025,20.75,0.1,1 -132,"Colombia","corals",2007,3.05,18.2537870856033,0.1,11.0151483424131 -132,"Colombia","corals",2008,2.3,13.2537870856033,0,0 -132,"Colombia","corals",2009,0.075,3.02878708560328,0.1,0.1 -132,"Colombia","corals",2010,0.05,2.77878708560328,0,0 +132,"Colombia","corals",2007,3.05,20.9369332128108,0.1,21.7477328512432 +132,"Colombia","corals",2008,2.3,15.9369332128108,0,0 +132,"Colombia","corals",2009,0.075,5.7119332128108,0.1,0.1 +132,"Colombia","corals",2010,0.05,5.4619332128108,0,0 132,"Colombia","corals",2011,0.025,0.025,0,0 132,"Colombia","corals",2012,0.025,0.025,0,0 132,"Colombia","corals",2013,0.025,0.025,0.1,0.1 @@ -888,6 +976,7 @@ 132,"Colombia","corals",2018,0,0,0,0 132,"Colombia","corals",2019,0,0,0,0 132,"Colombia","corals",2020,0,0,0,0 +132,"Colombia","corals",2021,0,0,0,0 133,"Honduras","corals",1992,1024,221,1024,221 133,"Honduras","corals",1993,927,188.5,830,156 133,"Honduras","corals",1994,643,345.333333333333,75,659 @@ -917,6 +1006,7 @@ 133,"Honduras","corals",2018,0,0,0,0 133,"Honduras","corals",2019,0,0,0,0 133,"Honduras","corals",2020,0.0025,0.0025,0.01,0.01 +133,"Honduras","corals",2021,0.0775,1.2775,0.3,5.1 134,"El Salvador","corals",1995,0.1,4,0.1,4 134,"El Salvador","corals",1996,0.1,2.05,0.1,0.1 134,"El Salvador","corals",1997,0.0666666666666667,1.36666666666667,0,0 @@ -943,6 +1033,7 @@ 134,"El Salvador","corals",2018,0,0,0,0 134,"El Salvador","corals",2019,0,0,0,0 134,"El Salvador","corals",2020,0,0,0,0 +134,"El Salvador","corals",2021,0,0,0,0 135,"Mexico","corals",2002,44,18,44,18 135,"Mexico","corals",2003,31.5,10.5,19,3 135,"Mexico","corals",2004,21,7,0,0 @@ -962,6 +1053,7 @@ 135,"Mexico","corals",2018,0,0,0,0 135,"Mexico","corals",2019,0,0,0,0 135,"Mexico","corals",2020,0,0,0,0 +135,"Mexico","corals",2021,0,0,0,0 137,"Ecuador","corals",1994,45,23,45,23 137,"Ecuador","corals",1995,38,26.5,31,30 137,"Ecuador","corals",1996,48.6666666666667,33.3333333333333,70,47 @@ -989,6 +1081,7 @@ 137,"Ecuador","corals",2018,0,0,0,0 137,"Ecuador","corals",2019,0,0,0,0 137,"Ecuador","corals",2020,0,0.095,0,0.38 +137,"Ecuador","corals",2021,0.26,0.4925,1.04,1.59 138,"Peru","corals",1994,0.1,0.1,0.1,0.1 138,"Peru","corals",1995,0.05,0.05,0,0 138,"Peru","corals",1996,0.0666666666666667,0.0666666666666667,0.1,0.1 @@ -1016,6 +1109,35 @@ 138,"Peru","corals",2018,12.775,14.25,24,4 138,"Peru","corals",2019,10.7775,10.73,6.01,12.92 138,"Peru","corals",2020,28.4825,37.8325,70.92,113.41 +138,"Peru","corals",2021,44.285,62.6075,76.21,120.1 +139,"Venezuela","corals",1994,1,8,1,8 +139,"Venezuela","corals",1995,14.5,28,28,48 +139,"Venezuela","corals",1996,9.66666666666667,18.6666666666667,0,0 +139,"Venezuela","corals",1997,7.25,14,0,0 +139,"Venezuela","corals",1998,7,12,0,0 +139,"Venezuela","corals",1999,1.75,57.5,7,230 +139,"Venezuela","corals",2000,2.5,61,3,14 +139,"Venezuela","corals",2001,6.75,69.25,17,33 +139,"Venezuela","corals",2002,10.25,77.25,14,32 +139,"Venezuela","corals",2003,8.5,19.75,0,0 +139,"Venezuela","corals",2004,7.75,16.25,0,0 +139,"Venezuela","corals",2005,3.5,8,0,0 +139,"Venezuela","corals",2006,0,0,0,0 +139,"Venezuela","corals",2007,0,0,0,0 +139,"Venezuela","corals",2008,0.025,0.025,0.1,0.1 +139,"Venezuela","corals",2009,0.025,0.025,0,0 +139,"Venezuela","corals",2010,0.025,0.025,0,0 +139,"Venezuela","corals",2011,0.025,0.025,0,0 +139,"Venezuela","corals",2012,0,0,0,0 +139,"Venezuela","corals",2013,134.5,9.25,538,37 +139,"Venezuela","corals",2014,295.5,22.25,644,52 +139,"Venezuela","corals",2015,648.5,42.5,1412,81 +139,"Venezuela","corals",2016,872,107.5,894,260 +139,"Venezuela","corals",2017,1032.5,192.5,1180,377 +139,"Venezuela","corals",2018,1044.25,250.25,691,283 +139,"Venezuela","corals",2019,691.25,230,0,0 +139,"Venezuela","corals",2020,467.75,165,0,0 +139,"Venezuela","corals",2021,172.75,70.75,0,0 143,"Iceland","corals",1998,17,14,17,14 143,"Iceland","corals",1999,8.5,7,0,0 143,"Iceland","corals",2000,5.7,5,0.1,1 @@ -1039,6 +1161,7 @@ 143,"Iceland","corals",2018,0,0,0,0 143,"Iceland","corals",2019,0,0,0,0 143,"Iceland","corals",2020,0,0,0,0 +143,"Iceland","corals",2021,0,0,0,0 145,"Greenland","corals",1994,0.1,0.1,0.1,0.1 145,"Greenland","corals",1995,0.05,0.05,0,0 145,"Greenland","corals",1996,0.0333333333333333,0.0333333333333333,0,0 @@ -1066,6 +1189,7 @@ 145,"Greenland","corals",2018,0,0,0,0 145,"Greenland","corals",2019,0,0,0,0 145,"Greenland","corals",2020,0,0,0,0 +145,"Greenland","corals",2021,0,0,0,0 147,"French Polynesia","corals",1997,0.1,0.1,0.1,0.1 147,"French Polynesia","corals",1998,0.1,0.1,0.1,0.1 147,"French Polynesia","corals",1999,0.0666666666666667,0.0666666666666667,0,0 @@ -1090,6 +1214,7 @@ 147,"French Polynesia","corals",2018,0.555,4.5225,0.05,0.02 147,"French Polynesia","corals",2019,0.0725,0.0475,0.07,0.1 147,"French Polynesia","corals",2020,0.035,0.0525,0.01,0.07 +147,"French Polynesia","corals",2021,0.0525,0.0975,0.08,0.2 155,"Tonga","corals",2000,0.1,1,0.1,1 155,"Tonga","corals",2001,0.05,0.5,0,0 155,"Tonga","corals",2002,6.7,17.3333333333333,20,51 @@ -1111,18 +1236,19 @@ 155,"Tonga","corals",2018,10,9,0,9 155,"Tonga","corals",2019,35.6275,306.05,102.51,1188.2 155,"Tonga","corals",2020,47.31,460.9525,76.73,641.61 -162,"New Zealand","corals",1990,661.070403701116,860,661.070403701116,860 -162,"New Zealand","corals",1991,670.88301398082,1006,680.695624260523,1152 -162,"New Zealand","corals",1992,658.42902306396,974.333333333333,633.52104123024,911 -162,"New Zealand","corals",1993,640.753033742652,901,587.72506577873,681 -162,"New Zealand","corals",1994,626.853024545506,925.5,605.47036691253,958 -162,"New Zealand","corals",1995,590.926626078401,774.25,536.990030392102,547 -162,"New Zealand","corals",1996,559.19871432847,656.5,506.609394230516,440 -162,"New Zealand","corals",1997,541.06888642372,647.25,515.205754159731,644 -162,"New Zealand","corals",1998,504.4218521768,490.25,458.88222992485,330 -162,"New Zealand","corals",1999,421.674344578774,477.75,206,497 -162,"New Zealand","corals",2000,358.521996021145,475,254,429 -162,"New Zealand","corals",2001,282.220557481212,417.25,210,413 +155,"Tonga","corals",2021,58.895,656.885,56.34,788.73 +162,"New Zealand","corals",1990,662.007566007866,860,662.007566007866,860 +162,"New Zealand","corals",1991,671.704927135856,1006,681.402288263846,1152 +162,"New Zealand","corals",1992,659.044253757228,974.333333333333,633.722906999974,911 +162,"New Zealand","corals",1993,641.140138890185,901,587.427794289055,681 +162,"New Zealand","corals",1994,626.871966790517,925.5,604.934877609194,958 +162,"New Zealand","corals",1995,590.486958492704,774.25,535.862255072592,547 +162,"New Zealand","corals",1996,558.317677151577,656.5,505.045781635468,440 +162,"New Zealand","corals",1997,539.802317446289,647.25,513.366355467901,644 +162,"New Zealand","corals",1998,502.693714223074,490.25,456.500464716337,330 +162,"New Zealand","corals",1999,420.228150454926,477.75,206,497 +162,"New Zealand","corals",2000,357.466705046059,475,254,429 +162,"New Zealand","corals",2001,281.625116179084,417.25,210,413 162,"New Zealand","corals",2002,280,559.5,450,899 162,"New Zealand","corals",2003,339,656,442,883 162,"New Zealand","corals",2004,394.25,1022.25,475,1894 @@ -1142,6 +1268,7 @@ 162,"New Zealand","corals",2018,254.25,1144.5,289,1485 162,"New Zealand","corals",2019,267.7475,1386.05,246.99,1769.2 162,"New Zealand","corals",2020,256.415,1614.72,242.67,2129.68 +162,"New Zealand","corals",2021,249.2375,2047.405,218.29,2805.74 163,"United States","corals",1990,25647,56198,25647,56198 163,"United States","corals",1991,24486,59398,23325,62598 163,"United States","corals",1992,24157,51209.3333333333,23499,34832 @@ -1173,6 +1300,7 @@ 163,"United States","corals",2018,5269.5,3061,4583,3351 163,"United States","corals",2019,4872.57,3024.1,4190.28,2646.4 163,"United States","corals",2020,4584.5075,2892.63,4292.75,2487.12 +163,"United States","corals",2021,3918.3375,2765.3775,2607.32,2576.99 166,"Jamaica","corals",1991,18,7,18,7 166,"Jamaica","corals",1992,10.5,13.5,3,20 166,"Jamaica","corals",1993,8,14.3333333333333,3,16 @@ -1203,6 +1331,7 @@ 166,"Jamaica","corals",2018,0.075,0.775,0,0 166,"Jamaica","corals",2019,0.05,0.525,0,0 166,"Jamaica","corals",2020,0.025,0.025,0,0 +166,"Jamaica","corals",2021,0,0,0,0 171,"Brazil","corals",1994,7,12,7,12 171,"Brazil","corals",1995,12,9.5,17,7 171,"Brazil","corals",1996,22.6666666666667,11,44,14 @@ -1229,7 +1358,8 @@ 171,"Brazil","corals",2017,0.1,3.25,0.1,3 171,"Brazil","corals",2018,0.1,2.25,0.1,1 171,"Brazil","corals",2019,0.085,1.2825,0.04,0.13 -171,"Brazil","corals",2020,0.07,1.065,0.04,0.13 +171,"Brazil","corals",2020,0.06,1.0325,0,0 +171,"Brazil","corals",2021,0.035,0.285,0,0.01 179,"France","corals",1976,25,1544,25,1544 179,"France","corals",1977,15,1675.5,5,1807 179,"France","corals",1978,35.3333333333333,2132.33333333333,76,3046 @@ -1275,6 +1405,7 @@ 179,"France","corals",2018,0,0,0,0 179,"France","corals",2019,0,0,0,0 179,"France","corals",2020,0,0,0,0 +179,"France","corals",2021,0.15,2.795,0.6,11.18 182,"Spain","corals",1981,0.1,1099,0.1,1099 182,"Spain","corals",1982,0.1,841.5,0.1,584 182,"Spain","corals",1983,0.1,1002.33333333333,0.1,1324 @@ -1315,6 +1446,7 @@ 182,"Spain","corals",2018,0,0,0,0 182,"Spain","corals",2019,0,0,0,0 182,"Spain","corals",2020,0,0,0,0 +182,"Spain","corals",2021,0.2375,32.58,0.95,130.32 186,"Montenegro","corals",1996,145,146,145,146 186,"Montenegro","corals",1997,184,160,223,174 186,"Montenegro","corals",1998,129.666666666667,115,21,25 @@ -1340,15 +1472,16 @@ 186,"Montenegro","corals",2018,0,0,0,0 186,"Montenegro","corals",2019,0,0,0,0 186,"Montenegro","corals",2020,0,0,0,0 +186,"Montenegro","corals",2021,0,0,0,0 187,"Croatia","corals",1994,1,55,1,55 187,"Croatia","corals",1995,1,28,1,1 187,"Croatia","corals",1996,1,32.6666666666667,1,42 187,"Croatia","corals",1997,1,34,1,38 187,"Croatia","corals",1998,1.25,28.25,2,32 -187,"Croatia","corals",1999,4.8207379800532,41.25,15.2829519202128,53 -187,"Croatia","corals",2000,4.5707379800532,30.75,0,0 -187,"Croatia","corals",2001,4.3207379800532,21.25,0,0 -187,"Croatia","corals",2002,3.8207379800532,13.25,0,0 +187,"Croatia","corals",1999,4.86341060629493,41.25,15.4536424251797,53 +187,"Croatia","corals",2000,4.61341060629493,30.75,0,0 +187,"Croatia","corals",2001,4.36341060629493,21.25,0,0 +187,"Croatia","corals",2002,3.86341060629493,13.25,0,0 187,"Croatia","corals",2003,0,0,0,0 187,"Croatia","corals",2004,0,0,0,0 187,"Croatia","corals",2005,0,0,0,0 @@ -1367,6 +1500,7 @@ 187,"Croatia","corals",2018,0,0,0,0 187,"Croatia","corals",2019,0,0,0,0 187,"Croatia","corals",2020,0,0,0,0 +187,"Croatia","corals",2021,0,0,0,0 195,"Ivory Coast","corals",2013,80,3,80,3 195,"Ivory Coast","corals",2014,69,2.5,58,2 195,"Ivory Coast","corals",2015,207,4.66666666666667,483,9 @@ -1375,6 +1509,7 @@ 195,"Ivory Coast","corals",2018,1210.75,40.25,2411,96 195,"Ivory Coast","corals",2019,1918.3775,70.0725,3313.51,128.29 195,"Ivory Coast","corals",2020,2858.81,118.7325,4678.73,217.64 +195,"Ivory Coast","corals",2021,4243.9475,189.825,6572.55,317.37 203,"India","corals",2000,7,8,7,8 203,"India","corals",2001,27.5,19.5,48,31 203,"India","corals",2002,32.3333333333333,24,42,33 @@ -1396,6 +1531,7 @@ 203,"India","corals",2018,12.75,31.25,50,62 203,"India","corals",2019,15.5,20.14,12,18.56 203,"India","corals",2020,21.5,30.235,24,40.38 +203,"India","corals",2021,22.2925,34.8075,3.17,18.29 206,"Malaysia","corals",1990,4,387,4,387 206,"Malaysia","corals",1991,3,532,2,677 206,"Malaysia","corals",1992,2.33333333333333,606,1,754 @@ -1427,6 +1563,7 @@ 206,"Malaysia","corals",2018,11.5,30,0,0 206,"Malaysia","corals",2019,3.25,13.5,0,0 206,"Malaysia","corals",2020,0.25,4,0,0 +206,"Malaysia","corals",2021,0,0,0,0 207,"Vietnam","corals",1998,1993,789,1993,789 207,"Vietnam","corals",1999,2465.5,893,2938,997 207,"Vietnam","corals",2000,2468,993,2473,1193 @@ -1450,6 +1587,7 @@ 207,"Vietnam","corals",2018,2421,7024.5,1711,9545 207,"Vietnam","corals",2019,1848.315,6759.6725,709.26,4954.69 207,"Vietnam","corals",2020,1515.795,7035.6775,1280.92,6082.02 +207,"Vietnam","corals",2021,1184.9875,6416.745,1038.77,5085.27 208,"Singapore","corals",1990,1012,7615,1012,7615 208,"Singapore","corals",1991,732.5,5224,453,2833 208,"Singapore","corals",1992,654.333333333333,4441.66666666667,498,2877 @@ -1481,6 +1619,7 @@ 208,"Singapore","corals",2018,0,0,0,0 208,"Singapore","corals",2019,0,0,0,0 208,"Singapore","corals",2020,0,0,0,0 +208,"Singapore","corals",2021,0,0,0,0 209,"China","corals",1990,0,565,0,565 209,"China","corals",1991,0,726,0,887 209,"China","corals",1992,0,810.666666666667,0,980 @@ -1512,6 +1651,7 @@ 209,"China","corals",2018,10554.5,5975.25,11285,7701 209,"China","corals",2019,11087.255,6456.11,13874.02,7906.44 209,"China","corals",2020,12026.9975,7015.4725,14044.97,7621.45 +209,"China","corals",2021,12438.8275,7699.625,10551.32,7569.61 210,"Japan","corals",1976,15,1883,15,1883 210,"Japan","corals",1977,11.5,2085.5,8,2288 210,"Japan","corals",1978,9.66666666666667,1832,6,1325 @@ -1523,12 +1663,12 @@ 210,"Japan","corals",1984,16.5,1545,19,2171 210,"Japan","corals",1985,18.25,1723.75,11,1549 210,"Japan","corals",1986,18.5,2140.75,9,2718 -210,"Japan","corals",1987,9.75,1609.5,0,0 -210,"Japan","corals",1988,5,1066.75,0,0 -210,"Japan","corals",1989,2.25,679.5,0,0 -210,"Japan","corals",1990,934,2596,3736,10384 -210,"Japan","corals",1991,1735.75,4676.75,3207,8323 -210,"Japan","corals",1992,2533.75,6786,3192,8437 +210,"Japan","corals",1987,859.75,3224.5,3400,6460 +210,"Japan","corals",1988,1730,4694.25,3500,8050 +210,"Japan","corals",1989,2627.25,6557,3600,9000 +210,"Japan","corals",1990,3559,8473.5,3736,10384 +210,"Japan","corals",1991,3510.75,8939.25,3207,8323 +210,"Japan","corals",1992,3433.75,9036,3192,8437 210,"Japan","corals",1993,3808.75,9244,5100,9832 210,"Japan","corals",1994,5906,12833.5,12125,24742 210,"Japan","corals",1995,6995.75,13331.75,7566,10316 @@ -1557,13 +1697,15 @@ 210,"Japan","corals",2018,28332,56927.5,37938,45968 210,"Japan","corals",2019,31983.1275,52956.36,36606.51,49917.44 210,"Japan","corals",2020,34193.985,46738.295,34206.43,38993.74 +210,"Japan","corals",2021,32984.2875,43687.3575,23186.21,39870.25 212,"Kiribati","corals",2014,0,21,0,21 212,"Kiribati","corals",2015,0,19.5,0,18 212,"Kiribati","corals",2016,0,13,0,0 212,"Kiribati","corals",2017,0,9.75,0,0 212,"Kiribati","corals",2018,0,5.75,0,5 212,"Kiribati","corals",2019,0.1075,7.16,0.43,23.64 -212,"Kiribati","corals",2020,0.215,13.07,0.43,23.64 +212,"Kiribati","corals",2020,0.1075,7.16,0,0 +212,"Kiribati","corals",2021,0.1075,7.16,0,0 214,"Egypt","corals",1994,3,6,3,6 214,"Egypt","corals",1995,2.5,4.5,2,3 214,"Egypt","corals",1996,1.66666666666667,3,0,0 @@ -1591,6 +1733,7 @@ 214,"Egypt","corals",2018,0,0,0,0 214,"Egypt","corals",2019,0,0,0,0 214,"Egypt","corals",2020,0,0.0025,0,0.01 +214,"Egypt","corals",2021,0,0.005,0,0.01 216,"Indonesia","corals",1994,1131,5949,1131,5949 216,"Indonesia","corals",1995,1151,5860.5,1171,5772 216,"Indonesia","corals",1996,767.333333333333,3907,0,0 @@ -1618,6 +1761,7 @@ 216,"Indonesia","corals",2018,474.25,2670.75,0,0 216,"Indonesia","corals",2019,264.25,1597.75,0,0 216,"Indonesia","corals",2020,35.5,211.5,0,0 +216,"Indonesia","corals",2021,0,0,0,0 218,"Canada","corals",1990,1098,470,1098,470 218,"Canada","corals",1991,907,456.5,716,443 218,"Canada","corals",1992,686.333333333333,374.333333333333,245,210 @@ -1649,6 +1793,7 @@ 218,"Canada","corals",2018,1357.5,697.25,1499,863 218,"Canada","corals",2019,1290.155,887.53,791.62,1297.12 218,"Canada","corals",2020,956.1475,937.915,401.97,1020.54 +218,"Canada","corals",2021,991.42,1059.6525,1273.09,1057.95 220,"Sint Maarten","corals",2000,0,0.25,0,0.25 220,"Sint Maarten","corals",2001,0.125,0.625,0.25,1 220,"Sint Maarten","corals",2002,0.25,1,0.5,1.75 @@ -1670,6 +1815,7 @@ 220,"Sint Maarten","corals",2018,0,0,0,0 220,"Sint Maarten","corals",2019,0,0,0,0 220,"Sint Maarten","corals",2020,0,0,0,0 +220,"Sint Maarten","corals",2021,0,0,0,0 223,"Norway","corals",1995,0.1,3,0.1,3 223,"Norway","corals",1996,0.1,17.5,0.1,32 223,"Norway","corals",1997,298.4,63.3333333333333,895,155 @@ -1695,7 +1841,8 @@ 223,"Norway","corals",2017,1.75,27.75,2,13 223,"Norway","corals",2018,1.025,5.5,0.1,1 223,"Norway","corals",2019,1.1925,7.3575,1.67,11.43 -223,"Norway","corals",2020,1.36,9.215,1.67,11.43 +223,"Norway","corals",2020,0.9425,6.3575,0,0 +223,"Norway","corals",2021,0.475,3.59,0.13,1.93 224,"Chile","corals",1994,842,699,842,699 224,"Chile","corals",1995,625.5,672,409,645 224,"Chile","corals",1996,530.333333333333,569,340,363 @@ -1723,6 +1870,7 @@ 224,"Chile","corals",2018,0,0,0,0 224,"Chile","corals",2019,0,0,0,0 224,"Chile","corals",2020,0,0,0,0 +224,"Chile","corals",2021,0,0,0,0 245,"Bonaire","corals",2000,0,0.25,0,0.25 245,"Bonaire","corals",2001,0.125,0.625,0.25,1 245,"Bonaire","corals",2002,0.25,1,0.5,1.75 @@ -1744,6 +1892,7 @@ 245,"Bonaire","corals",2018,0,0,0,0 245,"Bonaire","corals",2019,0,0,0,0 245,"Bonaire","corals",2020,0,0,0,0 +245,"Bonaire","corals",2021,0,0,0,0 248,"Saba","corals",2000,0,0.25,0,0.25 248,"Saba","corals",2001,0.125,0.625,0.25,1 248,"Saba","corals",2002,0.25,1,0.5,1.75 @@ -1765,6 +1914,7 @@ 248,"Saba","corals",2018,0,0,0,0 248,"Saba","corals",2019,0,0,0,0 248,"Saba","corals",2020,0,0,0,0 +248,"Saba","corals",2021,0,0,0,0 249,"Sint Eustatius","corals",2000,0,0.25,0,0.25 249,"Sint Eustatius","corals",2001,0.125,0.625,0.25,1 249,"Sint Eustatius","corals",2002,0.25,1,0.5,1.75 @@ -1786,3 +1936,4 @@ 249,"Sint Eustatius","corals",2018,0,0,0,0 249,"Sint Eustatius","corals",2019,0,0,0,0 249,"Sint Eustatius","corals",2020,0,0,0,0 +249,"Sint Eustatius","corals",2021,0,0,0,0 diff --git a/globalprep/prs_coral_harvest/v2023/int/usd.csv b/globalprep/prs_coral_harvest/v2023/int/usd.csv index 3f61cd3d..790ef62d 100644 --- a/globalprep/prs_coral_harvest/v2023/int/usd.csv +++ b/globalprep/prs_coral_harvest/v2023/int/usd.csv @@ -44,6 +44,7 @@ 5,"New Caledonia","Agar agar nei","seaweeds",2018, 5,"New Caledonia","Agar agar nei","seaweeds",2019, 5,"New Caledonia","Agar agar nei","seaweeds",2020, +5,"New Caledonia","Agar agar nei","seaweeds",2021, 5,"New Caledonia","Fish body oils, nei","fish_oil",1976, 5,"New Caledonia","Fish body oils, nei","fish_oil",1977, 5,"New Caledonia","Fish body oils, nei","fish_oil",1978, @@ -89,6 +90,7 @@ 5,"New Caledonia","Fish body oils, nei","fish_oil",2018, 5,"New Caledonia","Fish body oils, nei","fish_oil",2019, 5,"New Caledonia","Fish body oils, nei","fish_oil",2020, +5,"New Caledonia","Fish body oils, nei","fish_oil",2021, 5,"New Caledonia","Miscellaneous corals and shells","shells",1976, 5,"New Caledonia","Miscellaneous corals and shells","shells",1977, 5,"New Caledonia","Miscellaneous corals and shells","shells",1978, @@ -134,6 +136,7 @@ 5,"New Caledonia","Miscellaneous corals and shells","shells",2018,0 5,"New Caledonia","Miscellaneous corals and shells","shells",2019, 5,"New Caledonia","Miscellaneous corals and shells","shells",2020,66.4 +5,"New Caledonia","Miscellaneous corals and shells","shells",2021, 5,"New Caledonia","Natural sponges nei","sponges",1976, 5,"New Caledonia","Natural sponges nei","sponges",1977, 5,"New Caledonia","Natural sponges nei","sponges",1978, @@ -179,6 +182,7 @@ 5,"New Caledonia","Natural sponges nei","sponges",2018, 5,"New Caledonia","Natural sponges nei","sponges",2019, 5,"New Caledonia","Natural sponges nei","sponges",2020, +5,"New Caledonia","Natural sponges nei","sponges",2021, 5,"New Caledonia","Ornamental fish nei","ornamentals",1976, 5,"New Caledonia","Ornamental fish nei","ornamentals",1977, 5,"New Caledonia","Ornamental fish nei","ornamentals",1978, @@ -224,6 +228,7 @@ 5,"New Caledonia","Ornamental fish nei","ornamentals",2018, 5,"New Caledonia","Ornamental fish nei","ornamentals",2019, 5,"New Caledonia","Ornamental fish nei","ornamentals",2020, +5,"New Caledonia","Ornamental fish nei","ornamentals",2021, 5,"New Caledonia","Ornamental saltwater fish","ornamentals",1976, 5,"New Caledonia","Ornamental saltwater fish","ornamentals",1977, 5,"New Caledonia","Ornamental saltwater fish","ornamentals",1978, @@ -269,6 +274,7 @@ 5,"New Caledonia","Ornamental saltwater fish","ornamentals",2018,217 5,"New Caledonia","Ornamental saltwater fish","ornamentals",2019,170.06 5,"New Caledonia","Ornamental saltwater fish","ornamentals",2020,114.74 +5,"New Caledonia","Ornamental saltwater fish","ornamentals",2021,185.34 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -314,6 +320,7 @@ 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +5,"New Caledonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -359,6 +366,7 @@ 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.04 5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +5,"New Caledonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -404,6 +412,7 @@ 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +5,"New Caledonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 5,"New Caledonia","Trochus shells","shells",1976, 5,"New Caledonia","Trochus shells","shells",1977, 5,"New Caledonia","Trochus shells","shells",1978, @@ -445,10 +454,11 @@ 5,"New Caledonia","Trochus shells","shells",2014,675 5,"New Caledonia","Trochus shells","shells",2015,736 5,"New Caledonia","Trochus shells","shells",2016,392 -5,"New Caledonia","Trochus shells","shells",2017,80 +5,"New Caledonia","Trochus shells","shells",2017, 5,"New Caledonia","Trochus shells","shells",2018,114 -5,"New Caledonia","Trochus shells","shells",2019,80 +5,"New Caledonia","Trochus shells","shells",2019, 5,"New Caledonia","Trochus shells","shells",2020, +5,"New Caledonia","Trochus shells","shells",2021, 6,"Vanuatu","Agar agar nei","seaweeds",1976, 6,"Vanuatu","Agar agar nei","seaweeds",1977, 6,"Vanuatu","Agar agar nei","seaweeds",1978, @@ -494,6 +504,7 @@ 6,"Vanuatu","Agar agar nei","seaweeds",2018, 6,"Vanuatu","Agar agar nei","seaweeds",2019, 6,"Vanuatu","Agar agar nei","seaweeds",2020, +6,"Vanuatu","Agar agar nei","seaweeds",2021, 6,"Vanuatu","Coral and the like","corals",1976, 6,"Vanuatu","Coral and the like","corals",1977, 6,"Vanuatu","Coral and the like","corals",1978, @@ -539,6 +550,7 @@ 6,"Vanuatu","Coral and the like","corals",2018, 6,"Vanuatu","Coral and the like","corals",2019,41.62 6,"Vanuatu","Coral and the like","corals",2020,55.55 +6,"Vanuatu","Coral and the like","corals",2021, 6,"Vanuatu","Miscellaneous corals and shells","shells",1976, 6,"Vanuatu","Miscellaneous corals and shells","shells",1977, 6,"Vanuatu","Miscellaneous corals and shells","shells",1978, @@ -584,6 +596,7 @@ 6,"Vanuatu","Miscellaneous corals and shells","shells",2018, 6,"Vanuatu","Miscellaneous corals and shells","shells",2019, 6,"Vanuatu","Miscellaneous corals and shells","shells",2020, +6,"Vanuatu","Miscellaneous corals and shells","shells",2021, 6,"Vanuatu","Ornamental fish nei","ornamentals",1976, 6,"Vanuatu","Ornamental fish nei","ornamentals",1977, 6,"Vanuatu","Ornamental fish nei","ornamentals",1978, @@ -629,6 +642,7 @@ 6,"Vanuatu","Ornamental fish nei","ornamentals",2018, 6,"Vanuatu","Ornamental fish nei","ornamentals",2019, 6,"Vanuatu","Ornamental fish nei","ornamentals",2020, +6,"Vanuatu","Ornamental fish nei","ornamentals",2021, 6,"Vanuatu","Ornamental saltwater fish","ornamentals",1976, 6,"Vanuatu","Ornamental saltwater fish","ornamentals",1977, 6,"Vanuatu","Ornamental saltwater fish","ornamentals",1978, @@ -674,6 +688,7 @@ 6,"Vanuatu","Ornamental saltwater fish","ornamentals",2018,10 6,"Vanuatu","Ornamental saltwater fish","ornamentals",2019, 6,"Vanuatu","Ornamental saltwater fish","ornamentals",2020, +6,"Vanuatu","Ornamental saltwater fish","ornamentals",2021,0.34 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -719,6 +734,7 @@ 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +6,"Vanuatu","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 7,"Solomon Islands","Coral and the like","corals",1976, 7,"Solomon Islands","Coral and the like","corals",1977, 7,"Solomon Islands","Coral and the like","corals",1978, @@ -764,6 +780,7 @@ 7,"Solomon Islands","Coral and the like","corals",2018, 7,"Solomon Islands","Coral and the like","corals",2019,205.37 7,"Solomon Islands","Coral and the like","corals",2020,348.4 +7,"Solomon Islands","Coral and the like","corals",2021,579.16 7,"Solomon Islands","Fish body oils, nei","fish_oil",1976, 7,"Solomon Islands","Fish body oils, nei","fish_oil",1977, 7,"Solomon Islands","Fish body oils, nei","fish_oil",1978, @@ -809,6 +826,7 @@ 7,"Solomon Islands","Fish body oils, nei","fish_oil",2018, 7,"Solomon Islands","Fish body oils, nei","fish_oil",2019,0 7,"Solomon Islands","Fish body oils, nei","fish_oil",2020,0 +7,"Solomon Islands","Fish body oils, nei","fish_oil",2021,0 7,"Solomon Islands","Miscellaneous corals and shells","shells",1976, 7,"Solomon Islands","Miscellaneous corals and shells","shells",1977, 7,"Solomon Islands","Miscellaneous corals and shells","shells",1978, @@ -854,6 +872,7 @@ 7,"Solomon Islands","Miscellaneous corals and shells","shells",2018,343 7,"Solomon Islands","Miscellaneous corals and shells","shells",2019,65.45 7,"Solomon Islands","Miscellaneous corals and shells","shells",2020, +7,"Solomon Islands","Miscellaneous corals and shells","shells",2021, 7,"Solomon Islands","Mother of pearl shells","shells",1976, 7,"Solomon Islands","Mother of pearl shells","shells",1977, 7,"Solomon Islands","Mother of pearl shells","shells",1978, @@ -899,6 +918,7 @@ 7,"Solomon Islands","Mother of pearl shells","shells",2018, 7,"Solomon Islands","Mother of pearl shells","shells",2019,0.75 7,"Solomon Islands","Mother of pearl shells","shells",2020,0.02 +7,"Solomon Islands","Mother of pearl shells","shells",2021, 7,"Solomon Islands","Ornamental fish nei","ornamentals",1976, 7,"Solomon Islands","Ornamental fish nei","ornamentals",1977, 7,"Solomon Islands","Ornamental fish nei","ornamentals",1978, @@ -944,6 +964,7 @@ 7,"Solomon Islands","Ornamental fish nei","ornamentals",2018, 7,"Solomon Islands","Ornamental fish nei","ornamentals",2019, 7,"Solomon Islands","Ornamental fish nei","ornamentals",2020, +7,"Solomon Islands","Ornamental fish nei","ornamentals",2021, 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",1976, 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",1977, 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",1978, @@ -989,6 +1010,7 @@ 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",2018, 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",2019, 7,"Solomon Islands","Ornamental saltwater fish","ornamentals",2020, +7,"Solomon Islands","Ornamental saltwater fish","ornamentals",2021, 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -1034,6 +1056,7 @@ 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +7,"Solomon Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -1079,6 +1102,7 @@ 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,110 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,120 7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +7,"Solomon Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,19.53 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -1124,6 +1148,7 @@ 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,188 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,190 7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,34.62 +7,"Solomon Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,407.45 8,"Palau","Coral and the like","corals",1976, 8,"Palau","Coral and the like","corals",1977, 8,"Palau","Coral and the like","corals",1978, @@ -1169,6 +1194,7 @@ 8,"Palau","Coral and the like","corals",2018, 8,"Palau","Coral and the like","corals",2019,0 8,"Palau","Coral and the like","corals",2020,18.69 +8,"Palau","Coral and the like","corals",2021,75.2 8,"Palau","Miscellaneous corals and shells","shells",1976, 8,"Palau","Miscellaneous corals and shells","shells",1977, 8,"Palau","Miscellaneous corals and shells","shells",1978, @@ -1214,6 +1240,7 @@ 8,"Palau","Miscellaneous corals and shells","shells",2018,0.1 8,"Palau","Miscellaneous corals and shells","shells",2019, 8,"Palau","Miscellaneous corals and shells","shells",2020, +8,"Palau","Miscellaneous corals and shells","shells",2021, 8,"Palau","Ornamental fish nei","ornamentals",1976, 8,"Palau","Ornamental fish nei","ornamentals",1977, 8,"Palau","Ornamental fish nei","ornamentals",1978, @@ -1259,6 +1286,7 @@ 8,"Palau","Ornamental fish nei","ornamentals",2018, 8,"Palau","Ornamental fish nei","ornamentals",2019, 8,"Palau","Ornamental fish nei","ornamentals",2020, +8,"Palau","Ornamental fish nei","ornamentals",2021, 8,"Palau","Ornamental saltwater fish","ornamentals",1976, 8,"Palau","Ornamental saltwater fish","ornamentals",1977, 8,"Palau","Ornamental saltwater fish","ornamentals",1978, @@ -1304,6 +1332,7 @@ 8,"Palau","Ornamental saltwater fish","ornamentals",2018,44 8,"Palau","Ornamental saltwater fish","ornamentals",2019,152.74 8,"Palau","Ornamental saltwater fish","ornamentals",2020,201.62 +8,"Palau","Ornamental saltwater fish","ornamentals",2021,331.84 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -1349,6 +1378,7 @@ 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +8,"Palau","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 8,"Palau","Shells nei","shells",1976, 8,"Palau","Shells nei","shells",1977, 8,"Palau","Shells nei","shells",1978, @@ -1394,6 +1424,237 @@ 8,"Palau","Shells nei","shells",2018, 8,"Palau","Shells nei","shells",2019, 8,"Palau","Shells nei","shells",2020, +8,"Palau","Shells nei","shells",2021, +9,"Micronesia","Coral and the like","corals",1976, +9,"Micronesia","Coral and the like","corals",1977, +9,"Micronesia","Coral and the like","corals",1978, +9,"Micronesia","Coral and the like","corals",1979, +9,"Micronesia","Coral and the like","corals",1980, +9,"Micronesia","Coral and the like","corals",1981, +9,"Micronesia","Coral and the like","corals",1982, +9,"Micronesia","Coral and the like","corals",1983, +9,"Micronesia","Coral and the like","corals",1984, +9,"Micronesia","Coral and the like","corals",1985, +9,"Micronesia","Coral and the like","corals",1986, +9,"Micronesia","Coral and the like","corals",1987, +9,"Micronesia","Coral and the like","corals",1988, +9,"Micronesia","Coral and the like","corals",1989, +9,"Micronesia","Coral and the like","corals",1990, +9,"Micronesia","Coral and the like","corals",1991, +9,"Micronesia","Coral and the like","corals",1992, +9,"Micronesia","Coral and the like","corals",1993, +9,"Micronesia","Coral and the like","corals",1994, +9,"Micronesia","Coral and the like","corals",1995, +9,"Micronesia","Coral and the like","corals",1996, +9,"Micronesia","Coral and the like","corals",1997, +9,"Micronesia","Coral and the like","corals",1998,129 +9,"Micronesia","Coral and the like","corals",1999,173 +9,"Micronesia","Coral and the like","corals",2000,44 +9,"Micronesia","Coral and the like","corals",2001, +9,"Micronesia","Coral and the like","corals",2002,137 +9,"Micronesia","Coral and the like","corals",2003,44 +9,"Micronesia","Coral and the like","corals",2004,8 +9,"Micronesia","Coral and the like","corals",2005,39 +9,"Micronesia","Coral and the like","corals",2006,79 +9,"Micronesia","Coral and the like","corals",2007,66 +9,"Micronesia","Coral and the like","corals",2008,24 +9,"Micronesia","Coral and the like","corals",2009,48 +9,"Micronesia","Coral and the like","corals",2010,116 +9,"Micronesia","Coral and the like","corals",2011,109 +9,"Micronesia","Coral and the like","corals",2012,120 +9,"Micronesia","Coral and the like","corals",2013,85 +9,"Micronesia","Coral and the like","corals",2014,224 +9,"Micronesia","Coral and the like","corals",2015,195 +9,"Micronesia","Coral and the like","corals",2016,214 +9,"Micronesia","Coral and the like","corals",2017,124 +9,"Micronesia","Coral and the like","corals",2018,166 +9,"Micronesia","Coral and the like","corals",2019,250.11 +9,"Micronesia","Coral and the like","corals",2020,130.71 +9,"Micronesia","Coral and the like","corals",2021,142.97 +9,"Micronesia","Miscellaneous corals and shells","shells",1976, +9,"Micronesia","Miscellaneous corals and shells","shells",1977, +9,"Micronesia","Miscellaneous corals and shells","shells",1978, +9,"Micronesia","Miscellaneous corals and shells","shells",1979, +9,"Micronesia","Miscellaneous corals and shells","shells",1980, +9,"Micronesia","Miscellaneous corals and shells","shells",1981, +9,"Micronesia","Miscellaneous corals and shells","shells",1982, +9,"Micronesia","Miscellaneous corals and shells","shells",1983, +9,"Micronesia","Miscellaneous corals and shells","shells",1984, +9,"Micronesia","Miscellaneous corals and shells","shells",1985, +9,"Micronesia","Miscellaneous corals and shells","shells",1986, +9,"Micronesia","Miscellaneous corals and shells","shells",1987, +9,"Micronesia","Miscellaneous corals and shells","shells",1988, +9,"Micronesia","Miscellaneous corals and shells","shells",1989, +9,"Micronesia","Miscellaneous corals and shells","shells",1990, +9,"Micronesia","Miscellaneous corals and shells","shells",1991, +9,"Micronesia","Miscellaneous corals and shells","shells",1992, +9,"Micronesia","Miscellaneous corals and shells","shells",1993, +9,"Micronesia","Miscellaneous corals and shells","shells",1994, +9,"Micronesia","Miscellaneous corals and shells","shells",1995, +9,"Micronesia","Miscellaneous corals and shells","shells",1996, +9,"Micronesia","Miscellaneous corals and shells","shells",1997, +9,"Micronesia","Miscellaneous corals and shells","shells",1998, +9,"Micronesia","Miscellaneous corals and shells","shells",1999, +9,"Micronesia","Miscellaneous corals and shells","shells",2000, +9,"Micronesia","Miscellaneous corals and shells","shells",2001,46 +9,"Micronesia","Miscellaneous corals and shells","shells",2002,30 +9,"Micronesia","Miscellaneous corals and shells","shells",2003, +9,"Micronesia","Miscellaneous corals and shells","shells",2004, +9,"Micronesia","Miscellaneous corals and shells","shells",2005,83 +9,"Micronesia","Miscellaneous corals and shells","shells",2006, +9,"Micronesia","Miscellaneous corals and shells","shells",2007, +9,"Micronesia","Miscellaneous corals and shells","shells",2008, +9,"Micronesia","Miscellaneous corals and shells","shells",2009, +9,"Micronesia","Miscellaneous corals and shells","shells",2010, +9,"Micronesia","Miscellaneous corals and shells","shells",2011, +9,"Micronesia","Miscellaneous corals and shells","shells",2012, +9,"Micronesia","Miscellaneous corals and shells","shells",2013,5 +9,"Micronesia","Miscellaneous corals and shells","shells",2014, +9,"Micronesia","Miscellaneous corals and shells","shells",2015, +9,"Micronesia","Miscellaneous corals and shells","shells",2016, +9,"Micronesia","Miscellaneous corals and shells","shells",2017, +9,"Micronesia","Miscellaneous corals and shells","shells",2018, +9,"Micronesia","Miscellaneous corals and shells","shells",2019, +9,"Micronesia","Miscellaneous corals and shells","shells",2020, +9,"Micronesia","Miscellaneous corals and shells","shells",2021, +9,"Micronesia","Natural sponges nei","sponges",1976, +9,"Micronesia","Natural sponges nei","sponges",1977, +9,"Micronesia","Natural sponges nei","sponges",1978, +9,"Micronesia","Natural sponges nei","sponges",1979, +9,"Micronesia","Natural sponges nei","sponges",1980, +9,"Micronesia","Natural sponges nei","sponges",1981, +9,"Micronesia","Natural sponges nei","sponges",1982, +9,"Micronesia","Natural sponges nei","sponges",1983, +9,"Micronesia","Natural sponges nei","sponges",1984, +9,"Micronesia","Natural sponges nei","sponges",1985, +9,"Micronesia","Natural sponges nei","sponges",1986, +9,"Micronesia","Natural sponges nei","sponges",1987, +9,"Micronesia","Natural sponges nei","sponges",1988, +9,"Micronesia","Natural sponges nei","sponges",1989, +9,"Micronesia","Natural sponges nei","sponges",1990, +9,"Micronesia","Natural sponges nei","sponges",1991, +9,"Micronesia","Natural sponges nei","sponges",1992, +9,"Micronesia","Natural sponges nei","sponges",1993, +9,"Micronesia","Natural sponges nei","sponges",1994, +9,"Micronesia","Natural sponges nei","sponges",1995, +9,"Micronesia","Natural sponges nei","sponges",1996, +9,"Micronesia","Natural sponges nei","sponges",1997, +9,"Micronesia","Natural sponges nei","sponges",1998, +9,"Micronesia","Natural sponges nei","sponges",1999, +9,"Micronesia","Natural sponges nei","sponges",2000, +9,"Micronesia","Natural sponges nei","sponges",2001, +9,"Micronesia","Natural sponges nei","sponges",2002, +9,"Micronesia","Natural sponges nei","sponges",2003, +9,"Micronesia","Natural sponges nei","sponges",2004, +9,"Micronesia","Natural sponges nei","sponges",2005, +9,"Micronesia","Natural sponges nei","sponges",2006, +9,"Micronesia","Natural sponges nei","sponges",2007, +9,"Micronesia","Natural sponges nei","sponges",2008, +9,"Micronesia","Natural sponges nei","sponges",2009, +9,"Micronesia","Natural sponges nei","sponges",2010, +9,"Micronesia","Natural sponges nei","sponges",2011, +9,"Micronesia","Natural sponges nei","sponges",2012, +9,"Micronesia","Natural sponges nei","sponges",2013, +9,"Micronesia","Natural sponges nei","sponges",2014, +9,"Micronesia","Natural sponges nei","sponges",2015,1 +9,"Micronesia","Natural sponges nei","sponges",2016,1 +9,"Micronesia","Natural sponges nei","sponges",2017, +9,"Micronesia","Natural sponges nei","sponges",2018, +9,"Micronesia","Natural sponges nei","sponges",2019, +9,"Micronesia","Natural sponges nei","sponges",2020, +9,"Micronesia","Natural sponges nei","sponges",2021, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1976, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1977, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1978, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1979, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1980, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1981, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1982, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1983, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1984, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1985, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1986, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1987, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1988, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1989, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1990, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1991,40 +9,"Micronesia","Ornamental saltwater fish","ornamentals",1992,40 +9,"Micronesia","Ornamental saltwater fish","ornamentals",1993, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1994, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1995, +9,"Micronesia","Ornamental saltwater fish","ornamentals",1996,19 +9,"Micronesia","Ornamental saltwater fish","ornamentals",1997,13 +9,"Micronesia","Ornamental saltwater fish","ornamentals",1998,33 +9,"Micronesia","Ornamental saltwater fish","ornamentals",1999,18 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2000,10 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2001,3 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2002,2 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2003,27 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2004,21 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2005,4 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2006, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2007, +9,"Micronesia","Ornamental saltwater fish","ornamentals",2008,5 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2009,10 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2010,13 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2011,137 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2012,207 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2013,202 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2014,72 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2015,32 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2016,75 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2017,62 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2018,115 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2019,105.55 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2020,26.04 +9,"Micronesia","Ornamental saltwater fish","ornamentals",2021,152.14 +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015,20 +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +9,"Micronesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 11,"Marshall Islands","Coral and the like","corals",1976, 11,"Marshall Islands","Coral and the like","corals",1977, 11,"Marshall Islands","Coral and the like","corals",1978, @@ -1439,6 +1700,7 @@ 11,"Marshall Islands","Coral and the like","corals",2018,165 11,"Marshall Islands","Coral and the like","corals",2019,113.68 11,"Marshall Islands","Coral and the like","corals",2020,19.77 +11,"Marshall Islands","Coral and the like","corals",2021, 11,"Marshall Islands","Fish body oils, nei","fish_oil",1976, 11,"Marshall Islands","Fish body oils, nei","fish_oil",1977, 11,"Marshall Islands","Fish body oils, nei","fish_oil",1978, @@ -1484,6 +1746,7 @@ 11,"Marshall Islands","Fish body oils, nei","fish_oil",2018, 11,"Marshall Islands","Fish body oils, nei","fish_oil",2019, 11,"Marshall Islands","Fish body oils, nei","fish_oil",2020, +11,"Marshall Islands","Fish body oils, nei","fish_oil",2021, 11,"Marshall Islands","Miscellaneous corals and shells","shells",1976, 11,"Marshall Islands","Miscellaneous corals and shells","shells",1977, 11,"Marshall Islands","Miscellaneous corals and shells","shells",1978, @@ -1529,6 +1792,7 @@ 11,"Marshall Islands","Miscellaneous corals and shells","shells",2018, 11,"Marshall Islands","Miscellaneous corals and shells","shells",2019, 11,"Marshall Islands","Miscellaneous corals and shells","shells",2020, +11,"Marshall Islands","Miscellaneous corals and shells","shells",2021, 11,"Marshall Islands","Ornamental fish nei","ornamentals",1976, 11,"Marshall Islands","Ornamental fish nei","ornamentals",1977, 11,"Marshall Islands","Ornamental fish nei","ornamentals",1978, @@ -1574,6 +1838,7 @@ 11,"Marshall Islands","Ornamental fish nei","ornamentals",2018, 11,"Marshall Islands","Ornamental fish nei","ornamentals",2019, 11,"Marshall Islands","Ornamental fish nei","ornamentals",2020, +11,"Marshall Islands","Ornamental fish nei","ornamentals",2021, 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",1976, 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",1977, 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",1978, @@ -1619,6 +1884,7 @@ 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",2018,306 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",2019,187.89 11,"Marshall Islands","Ornamental saltwater fish","ornamentals",2020,272.32 +11,"Marshall Islands","Ornamental saltwater fish","ornamentals",2021,587.45 11,"Marshall Islands","Shells nei","shells",1976, 11,"Marshall Islands","Shells nei","shells",1977, 11,"Marshall Islands","Shells nei","shells",1978, @@ -1664,24 +1930,25 @@ 11,"Marshall Islands","Shells nei","shells",2018, 11,"Marshall Islands","Shells nei","shells",2019, 11,"Marshall Islands","Shells nei","shells",2020, +11,"Marshall Islands","Shells nei","shells",2021, 14,"Taiwan","Agar agar nei","seaweeds",1976,47 14,"Taiwan","Agar agar nei","seaweeds",1977,40 14,"Taiwan","Agar agar nei","seaweeds",1978,3573 14,"Taiwan","Agar agar nei","seaweeds",1979,8141 14,"Taiwan","Agar agar nei","seaweeds",1980,6776 -14,"Taiwan","Agar agar nei","seaweeds",1981, -14,"Taiwan","Agar agar nei","seaweeds",1982, -14,"Taiwan","Agar agar nei","seaweeds",1983, -14,"Taiwan","Agar agar nei","seaweeds",1984, -14,"Taiwan","Agar agar nei","seaweeds",1985, -14,"Taiwan","Agar agar nei","seaweeds",1986, -14,"Taiwan","Agar agar nei","seaweeds",1987, -14,"Taiwan","Agar agar nei","seaweeds",1988, +14,"Taiwan","Agar agar nei","seaweeds",1981,3000 +14,"Taiwan","Agar agar nei","seaweeds",1982,2500 +14,"Taiwan","Agar agar nei","seaweeds",1983,2000 +14,"Taiwan","Agar agar nei","seaweeds",1984,2000 +14,"Taiwan","Agar agar nei","seaweeds",1985,1800 +14,"Taiwan","Agar agar nei","seaweeds",1986,1700 +14,"Taiwan","Agar agar nei","seaweeds",1987,1500 +14,"Taiwan","Agar agar nei","seaweeds",1988,1500 14,"Taiwan","Agar agar nei","seaweeds",1989,32816 -14,"Taiwan","Agar agar nei","seaweeds",1990, -14,"Taiwan","Agar agar nei","seaweeds",1991, -14,"Taiwan","Agar agar nei","seaweeds",1992, -14,"Taiwan","Agar agar nei","seaweeds",1993, +14,"Taiwan","Agar agar nei","seaweeds",1990,1350 +14,"Taiwan","Agar agar nei","seaweeds",1991,1400 +14,"Taiwan","Agar agar nei","seaweeds",1992,1450 +14,"Taiwan","Agar agar nei","seaweeds",1993,1500 14,"Taiwan","Agar agar nei","seaweeds",1994,1545 14,"Taiwan","Agar agar nei","seaweeds",1995,1711 14,"Taiwan","Agar agar nei","seaweeds",1996,3112 @@ -1709,6 +1976,7 @@ 14,"Taiwan","Agar agar nei","seaweeds",2018,1306 14,"Taiwan","Agar agar nei","seaweeds",2019,1720.33 14,"Taiwan","Agar agar nei","seaweeds",2020,1100.01 +14,"Taiwan","Agar agar nei","seaweeds",2021,1347.83 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",1976, 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",1977, 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",1978, @@ -1754,6 +2022,7 @@ 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",2018, 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",2019, 14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",2020, +14,"Taiwan","Carrageen (Chondrus crispus)","seaweeds",2021, 14,"Taiwan","Coral and the like","corals",1976,82985 14,"Taiwan","Coral and the like","corals",1977,80000 14,"Taiwan","Coral and the like","corals",1978,117620 @@ -1768,10 +2037,10 @@ 14,"Taiwan","Coral and the like","corals",1987,93969 14,"Taiwan","Coral and the like","corals",1988,5236 14,"Taiwan","Coral and the like","corals",1989,5800 -14,"Taiwan","Coral and the like","corals",1990, -14,"Taiwan","Coral and the like","corals",1991, -14,"Taiwan","Coral and the like","corals",1992, -14,"Taiwan","Coral and the like","corals",1993, +14,"Taiwan","Coral and the like","corals",1990,3000 +14,"Taiwan","Coral and the like","corals",1991,2500 +14,"Taiwan","Coral and the like","corals",1992,1000 +14,"Taiwan","Coral and the like","corals",1993,1500 14,"Taiwan","Coral and the like","corals",1994,691 14,"Taiwan","Coral and the like","corals",1995,793 14,"Taiwan","Coral and the like","corals",1996,1539 @@ -1799,6 +2068,7 @@ 14,"Taiwan","Coral and the like","corals",2018,5379 14,"Taiwan","Coral and the like","corals",2019, 14,"Taiwan","Coral and the like","corals",2020, +14,"Taiwan","Coral and the like","corals",2021, 14,"Taiwan","Fish body oils, nei","fish_oil",1976,19 14,"Taiwan","Fish body oils, nei","fish_oil",1977, 14,"Taiwan","Fish body oils, nei","fish_oil",1978,9 @@ -1844,6 +2114,7 @@ 14,"Taiwan","Fish body oils, nei","fish_oil",2018,96 14,"Taiwan","Fish body oils, nei","fish_oil",2019,12.96 14,"Taiwan","Fish body oils, nei","fish_oil",2020,3.59 +14,"Taiwan","Fish body oils, nei","fish_oil",2021,0.39 14,"Taiwan","Fish liver oils, nei","fish_oil",1976,55 14,"Taiwan","Fish liver oils, nei","fish_oil",1977, 14,"Taiwan","Fish liver oils, nei","fish_oil",1978,14 @@ -1889,6 +2160,7 @@ 14,"Taiwan","Fish liver oils, nei","fish_oil",2018,156 14,"Taiwan","Fish liver oils, nei","fish_oil",2019, 14,"Taiwan","Fish liver oils, nei","fish_oil",2020,1.1 +14,"Taiwan","Fish liver oils, nei","fish_oil",2021, 14,"Taiwan","Miscellaneous corals and shells","shells",1976, 14,"Taiwan","Miscellaneous corals and shells","shells",1977, 14,"Taiwan","Miscellaneous corals and shells","shells",1978, @@ -1934,6 +2206,7 @@ 14,"Taiwan","Miscellaneous corals and shells","shells",2018,2453 14,"Taiwan","Miscellaneous corals and shells","shells",2019,6425.4 14,"Taiwan","Miscellaneous corals and shells","shells",2020,1084.72 +14,"Taiwan","Miscellaneous corals and shells","shells",2021,4335.79 14,"Taiwan","Natural sponges raw","sponges",1976, 14,"Taiwan","Natural sponges raw","sponges",1977, 14,"Taiwan","Natural sponges raw","sponges",1978,17 @@ -1948,10 +2221,10 @@ 14,"Taiwan","Natural sponges raw","sponges",1987,446 14,"Taiwan","Natural sponges raw","sponges",1988,219 14,"Taiwan","Natural sponges raw","sponges",1989,681 -14,"Taiwan","Natural sponges raw","sponges",1990, -14,"Taiwan","Natural sponges raw","sponges",1991, -14,"Taiwan","Natural sponges raw","sponges",1992, -14,"Taiwan","Natural sponges raw","sponges",1993, +14,"Taiwan","Natural sponges raw","sponges",1990,200 +14,"Taiwan","Natural sponges raw","sponges",1991,200 +14,"Taiwan","Natural sponges raw","sponges",1992,100 +14,"Taiwan","Natural sponges raw","sponges",1993,100 14,"Taiwan","Natural sponges raw","sponges",1994,35 14,"Taiwan","Natural sponges raw","sponges",1995,0.1 14,"Taiwan","Natural sponges raw","sponges",1996,4 @@ -1979,6 +2252,7 @@ 14,"Taiwan","Natural sponges raw","sponges",2018,62 14,"Taiwan","Natural sponges raw","sponges",2019,61.84 14,"Taiwan","Natural sponges raw","sponges",2020,54.85 +14,"Taiwan","Natural sponges raw","sponges",2021,19.69 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",1976,233 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",1977,290 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",1978,90 @@ -2024,6 +2298,7 @@ 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",2018, 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",2019, 14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",2020, +14,"Taiwan","Oils and fats of aquatic animals, nei","fish_oil",2021, 14,"Taiwan","Ornamental fish nei","ornamentals",1976,406 14,"Taiwan","Ornamental fish nei","ornamentals",1977,36 14,"Taiwan","Ornamental fish nei","ornamentals",1978,309 @@ -2069,6 +2344,7 @@ 14,"Taiwan","Ornamental fish nei","ornamentals",2018, 14,"Taiwan","Ornamental fish nei","ornamentals",2019, 14,"Taiwan","Ornamental fish nei","ornamentals",2020, +14,"Taiwan","Ornamental fish nei","ornamentals",2021, 14,"Taiwan","Ornamental saltwater fish","ornamentals",1976, 14,"Taiwan","Ornamental saltwater fish","ornamentals",1977, 14,"Taiwan","Ornamental saltwater fish","ornamentals",1978, @@ -2114,6 +2390,7 @@ 14,"Taiwan","Ornamental saltwater fish","ornamentals",2018,2523 14,"Taiwan","Ornamental saltwater fish","ornamentals",2019,2626.21 14,"Taiwan","Ornamental saltwater fish","ornamentals",2020,2134.48 +14,"Taiwan","Ornamental saltwater fish","ornamentals",2021,2300.74 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1976, 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1977, 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1978, @@ -2159,6 +2436,7 @@ 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2018,120 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2019,85.28 14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2020,117.33 +14,"Taiwan","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2021,145.34 14,"Taiwan","Other red algae","seaweeds",1976, 14,"Taiwan","Other red algae","seaweeds",1977, 14,"Taiwan","Other red algae","seaweeds",1978, @@ -2204,6 +2482,7 @@ 14,"Taiwan","Other red algae","seaweeds",2018,15 14,"Taiwan","Other red algae","seaweeds",2019,2.42 14,"Taiwan","Other red algae","seaweeds",2020,6.49 +14,"Taiwan","Other red algae","seaweeds",2021,1.79 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1976,3405 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1977,2953 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1978,2652 @@ -2217,11 +2496,11 @@ 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1986,1485 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1987,1065 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1988,738 -14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1989,362157 -14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1990, -14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1991, -14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1992, -14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1993, +14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1989,15700 +14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1990,16100 +14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1991,17100 +14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1992,18000 +14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1993,19000 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1994,21983 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1995,21982 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",1996,13131 @@ -2249,6 +2528,7 @@ 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,24 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,19.97 14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,14.98 +14,"Taiwan","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,15.33 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -2294,6 +2574,7 @@ 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,3293 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,1514.58 14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,709.61 +14,"Taiwan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,360.62 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -2339,6 +2620,7 @@ 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1083 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,695.8 14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,560.92 +14,"Taiwan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,277.65 14,"Taiwan","Shells nei","shells",1976,7389 14,"Taiwan","Shells nei","shells",1977,7000 14,"Taiwan","Shells nei","shells",1978,10509 @@ -2353,10 +2635,10 @@ 14,"Taiwan","Shells nei","shells",1987,14942 14,"Taiwan","Shells nei","shells",1988,15397 14,"Taiwan","Shells nei","shells",1989,3264 -14,"Taiwan","Shells nei","shells",1990, -14,"Taiwan","Shells nei","shells",1991, -14,"Taiwan","Shells nei","shells",1992, -14,"Taiwan","Shells nei","shells",1993, +14,"Taiwan","Shells nei","shells",1990,1500 +14,"Taiwan","Shells nei","shells",1991,800 +14,"Taiwan","Shells nei","shells",1992,500 +14,"Taiwan","Shells nei","shells",1993,250 14,"Taiwan","Shells nei","shells",1994,107 14,"Taiwan","Shells nei","shells",1995,199 14,"Taiwan","Shells nei","shells",1996,224 @@ -2384,6 +2666,7 @@ 14,"Taiwan","Shells nei","shells",2018,47 14,"Taiwan","Shells nei","shells",2019,14.45 14,"Taiwan","Shells nei","shells",2020,18.25 +14,"Taiwan","Shells nei","shells",2021,12.17 15,"Philippines","Agar agar nei","seaweeds",1976, 15,"Philippines","Agar agar nei","seaweeds",1977, 15,"Philippines","Agar agar nei","seaweeds",1978, @@ -2429,6 +2712,7 @@ 15,"Philippines","Agar agar nei","seaweeds",2018,8 15,"Philippines","Agar agar nei","seaweeds",2019,14.41 15,"Philippines","Agar agar nei","seaweeds",2020,59.51 +15,"Philippines","Agar agar nei","seaweeds",2021,106.49 15,"Philippines","Cod liver oil","fish_oil",1976, 15,"Philippines","Cod liver oil","fish_oil",1977, 15,"Philippines","Cod liver oil","fish_oil",1978, @@ -2474,6 +2758,7 @@ 15,"Philippines","Cod liver oil","fish_oil",2018, 15,"Philippines","Cod liver oil","fish_oil",2019, 15,"Philippines","Cod liver oil","fish_oil",2020, +15,"Philippines","Cod liver oil","fish_oil",2021, 15,"Philippines","Coral and the like","corals",1976, 15,"Philippines","Coral and the like","corals",1977, 15,"Philippines","Coral and the like","corals",1978, @@ -2519,6 +2804,7 @@ 15,"Philippines","Coral and the like","corals",2018, 15,"Philippines","Coral and the like","corals",2019, 15,"Philippines","Coral and the like","corals",2020, +15,"Philippines","Coral and the like","corals",2021, 15,"Philippines","Fish body oils, nei","fish_oil",1976, 15,"Philippines","Fish body oils, nei","fish_oil",1977,169 15,"Philippines","Fish body oils, nei","fish_oil",1978,52 @@ -2564,6 +2850,7 @@ 15,"Philippines","Fish body oils, nei","fish_oil",2018,2167 15,"Philippines","Fish body oils, nei","fish_oil",2019,1084.65 15,"Philippines","Fish body oils, nei","fish_oil",2020,2138.55 +15,"Philippines","Fish body oils, nei","fish_oil",2021,5633.52 15,"Philippines","Fish liver oils, nei","fish_oil",1976, 15,"Philippines","Fish liver oils, nei","fish_oil",1977,280 15,"Philippines","Fish liver oils, nei","fish_oil",1978,427 @@ -2609,6 +2896,7 @@ 15,"Philippines","Fish liver oils, nei","fish_oil",2018,2056 15,"Philippines","Fish liver oils, nei","fish_oil",2019,1291.39 15,"Philippines","Fish liver oils, nei","fish_oil",2020,5029.17 +15,"Philippines","Fish liver oils, nei","fish_oil",2021,2432.13 15,"Philippines","Miscellaneous corals and shells","shells",1976, 15,"Philippines","Miscellaneous corals and shells","shells",1977, 15,"Philippines","Miscellaneous corals and shells","shells",1978, @@ -2654,6 +2942,7 @@ 15,"Philippines","Miscellaneous corals and shells","shells",2018,4269 15,"Philippines","Miscellaneous corals and shells","shells",2019,2040.39 15,"Philippines","Miscellaneous corals and shells","shells",2020,853.19 +15,"Philippines","Miscellaneous corals and shells","shells",2021,1190.55 15,"Philippines","Natural sponges nei","sponges",1976, 15,"Philippines","Natural sponges nei","sponges",1977, 15,"Philippines","Natural sponges nei","sponges",1978, @@ -2699,6 +2988,7 @@ 15,"Philippines","Natural sponges nei","sponges",2018, 15,"Philippines","Natural sponges nei","sponges",2019,287.97 15,"Philippines","Natural sponges nei","sponges",2020,59.99 +15,"Philippines","Natural sponges nei","sponges",2021,101.45 15,"Philippines","Natural sponges raw","sponges",1976, 15,"Philippines","Natural sponges raw","sponges",1977, 15,"Philippines","Natural sponges raw","sponges",1978, @@ -2744,6 +3034,7 @@ 15,"Philippines","Natural sponges raw","sponges",2018, 15,"Philippines","Natural sponges raw","sponges",2019, 15,"Philippines","Natural sponges raw","sponges",2020, +15,"Philippines","Natural sponges raw","sponges",2021, 15,"Philippines","Ornamental fish nei","ornamentals",1976, 15,"Philippines","Ornamental fish nei","ornamentals",1977, 15,"Philippines","Ornamental fish nei","ornamentals",1978, @@ -2789,6 +3080,7 @@ 15,"Philippines","Ornamental fish nei","ornamentals",2018, 15,"Philippines","Ornamental fish nei","ornamentals",2019, 15,"Philippines","Ornamental fish nei","ornamentals",2020, +15,"Philippines","Ornamental fish nei","ornamentals",2021, 15,"Philippines","Ornamental saltwater fish","ornamentals",1976, 15,"Philippines","Ornamental saltwater fish","ornamentals",1977, 15,"Philippines","Ornamental saltwater fish","ornamentals",1978, @@ -2834,6 +3126,7 @@ 15,"Philippines","Ornamental saltwater fish","ornamentals",2018,5577 15,"Philippines","Ornamental saltwater fish","ornamentals",2019,6186.34 15,"Philippines","Ornamental saltwater fish","ornamentals",2020,3971.36 +15,"Philippines","Ornamental saltwater fish","ornamentals",2021,5813.33 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -2879,6 +3172,7 @@ 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +15,"Philippines","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -2924,6 +3218,7 @@ 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,4000 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,19032.17 15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,21781.32 +15,"Philippines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,12905.42 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -2969,6 +3264,7 @@ 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,8562 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,19103.97 15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,5807.42 +15,"Philippines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1354.26 15,"Philippines","Shark liver oil","fish_oil",1976, 15,"Philippines","Shark liver oil","fish_oil",1977, 15,"Philippines","Shark liver oil","fish_oil",1978, @@ -3014,6 +3310,7 @@ 15,"Philippines","Shark liver oil","fish_oil",2018, 15,"Philippines","Shark liver oil","fish_oil",2019, 15,"Philippines","Shark liver oil","fish_oil",2020, +15,"Philippines","Shark liver oil","fish_oil",2021, 16,"Australia","Agar agar nei","seaweeds",1976, 16,"Australia","Agar agar nei","seaweeds",1977, 16,"Australia","Agar agar nei","seaweeds",1978, @@ -3059,6 +3356,7 @@ 16,"Australia","Agar agar nei","seaweeds",2018,24 16,"Australia","Agar agar nei","seaweeds",2019,7.52 16,"Australia","Agar agar nei","seaweeds",2020,18.25 +16,"Australia","Agar agar nei","seaweeds",2021,2.69 16,"Australia","Coral and the like","corals",1976,328 16,"Australia","Coral and the like","corals",1977,363 16,"Australia","Coral and the like","corals",1978,522 @@ -3104,6 +3402,7 @@ 16,"Australia","Coral and the like","corals",2018, 16,"Australia","Coral and the like","corals",2019, 16,"Australia","Coral and the like","corals",2020, +16,"Australia","Coral and the like","corals",2021, 16,"Australia","Fish body oils, nei","fish_oil",1976,101 16,"Australia","Fish body oils, nei","fish_oil",1977,48 16,"Australia","Fish body oils, nei","fish_oil",1978,78 @@ -3149,6 +3448,7 @@ 16,"Australia","Fish body oils, nei","fish_oil",2018,3280 16,"Australia","Fish body oils, nei","fish_oil",2019,4588.22 16,"Australia","Fish body oils, nei","fish_oil",2020,4378.78 +16,"Australia","Fish body oils, nei","fish_oil",2021,8146.76 16,"Australia","Fish liver oils, nei","fish_oil",1976, 16,"Australia","Fish liver oils, nei","fish_oil",1977, 16,"Australia","Fish liver oils, nei","fish_oil",1978, @@ -3194,6 +3494,7 @@ 16,"Australia","Fish liver oils, nei","fish_oil",2018, 16,"Australia","Fish liver oils, nei","fish_oil",2019, 16,"Australia","Fish liver oils, nei","fish_oil",2020, +16,"Australia","Fish liver oils, nei","fish_oil",2021, 16,"Australia","Miscellaneous corals and shells","shells",1976, 16,"Australia","Miscellaneous corals and shells","shells",1977, 16,"Australia","Miscellaneous corals and shells","shells",1978, @@ -3239,6 +3540,7 @@ 16,"Australia","Miscellaneous corals and shells","shells",2018,11745 16,"Australia","Miscellaneous corals and shells","shells",2019,18547.79 16,"Australia","Miscellaneous corals and shells","shells",2020,15925.74 +16,"Australia","Miscellaneous corals and shells","shells",2021,14735.1 16,"Australia","Mother of pearl shells","shells",1976, 16,"Australia","Mother of pearl shells","shells",1977, 16,"Australia","Mother of pearl shells","shells",1978, @@ -3284,6 +3586,7 @@ 16,"Australia","Mother of pearl shells","shells",2018, 16,"Australia","Mother of pearl shells","shells",2019, 16,"Australia","Mother of pearl shells","shells",2020, +16,"Australia","Mother of pearl shells","shells",2021, 16,"Australia","Natural sponges raw","sponges",1976, 16,"Australia","Natural sponges raw","sponges",1977, 16,"Australia","Natural sponges raw","sponges",1978, @@ -3329,6 +3632,7 @@ 16,"Australia","Natural sponges raw","sponges",2018, 16,"Australia","Natural sponges raw","sponges",2019, 16,"Australia","Natural sponges raw","sponges",2020, +16,"Australia","Natural sponges raw","sponges",2021, 16,"Australia","Ornamental fish nei","ornamentals",1976, 16,"Australia","Ornamental fish nei","ornamentals",1977, 16,"Australia","Ornamental fish nei","ornamentals",1978, @@ -3374,6 +3678,7 @@ 16,"Australia","Ornamental fish nei","ornamentals",2018, 16,"Australia","Ornamental fish nei","ornamentals",2019, 16,"Australia","Ornamental fish nei","ornamentals",2020, +16,"Australia","Ornamental fish nei","ornamentals",2021, 16,"Australia","Ornamental saltwater fish","ornamentals",1976, 16,"Australia","Ornamental saltwater fish","ornamentals",1977, 16,"Australia","Ornamental saltwater fish","ornamentals",1978, @@ -3419,6 +3724,7 @@ 16,"Australia","Ornamental saltwater fish","ornamentals",2018,1756 16,"Australia","Ornamental saltwater fish","ornamentals",2019,1563.49 16,"Australia","Ornamental saltwater fish","ornamentals",2020,827.86 +16,"Australia","Ornamental saltwater fish","ornamentals",2021,1084.1 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -3464,6 +3770,7 @@ 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +16,"Australia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -3509,6 +3816,7 @@ 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1225 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,702.14 16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1188.52 +16,"Australia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1250.23 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -3554,6 +3862,7 @@ 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1234 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1184.13 16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,719.35 +16,"Australia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,806.91 16,"Australia","Shells nei","shells",1976,353 16,"Australia","Shells nei","shells",1977,377 16,"Australia","Shells nei","shells",1978,726 @@ -3599,6 +3908,7 @@ 16,"Australia","Shells nei","shells",2018, 16,"Australia","Shells nei","shells",2019, 16,"Australia","Shells nei","shells",2020, +16,"Australia","Shells nei","shells",2021, 17,"Papua New Guinea","Coral and the like","corals",1976, 17,"Papua New Guinea","Coral and the like","corals",1977, 17,"Papua New Guinea","Coral and the like","corals",1978, @@ -3644,6 +3954,7 @@ 17,"Papua New Guinea","Coral and the like","corals",2018, 17,"Papua New Guinea","Coral and the like","corals",2019, 17,"Papua New Guinea","Coral and the like","corals",2020, +17,"Papua New Guinea","Coral and the like","corals",2021, 17,"Papua New Guinea","Fish body oils, nei","fish_oil",1976, 17,"Papua New Guinea","Fish body oils, nei","fish_oil",1977, 17,"Papua New Guinea","Fish body oils, nei","fish_oil",1978, @@ -3689,6 +4000,7 @@ 17,"Papua New Guinea","Fish body oils, nei","fish_oil",2018, 17,"Papua New Guinea","Fish body oils, nei","fish_oil",2019,115.76 17,"Papua New Guinea","Fish body oils, nei","fish_oil",2020,145.16 +17,"Papua New Guinea","Fish body oils, nei","fish_oil",2021,268.56 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",1976, 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",1977, 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",1978, @@ -3734,6 +4046,7 @@ 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",2018, 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",2019, 17,"Papua New Guinea","Fish liver oils, nei","fish_oil",2020,0.1 +17,"Papua New Guinea","Fish liver oils, nei","fish_oil",2021, 17,"Papua New Guinea","Miscellaneous corals and shells","shells",1976, 17,"Papua New Guinea","Miscellaneous corals and shells","shells",1977, 17,"Papua New Guinea","Miscellaneous corals and shells","shells",1978, @@ -3779,6 +4092,7 @@ 17,"Papua New Guinea","Miscellaneous corals and shells","shells",2018,314 17,"Papua New Guinea","Miscellaneous corals and shells","shells",2019,410.41 17,"Papua New Guinea","Miscellaneous corals and shells","shells",2020,296.98 +17,"Papua New Guinea","Miscellaneous corals and shells","shells",2021,207.97 17,"Papua New Guinea","Mother of pearl shells","shells",1976, 17,"Papua New Guinea","Mother of pearl shells","shells",1977, 17,"Papua New Guinea","Mother of pearl shells","shells",1978, @@ -3824,6 +4138,7 @@ 17,"Papua New Guinea","Mother of pearl shells","shells",2018, 17,"Papua New Guinea","Mother of pearl shells","shells",2019,0.38 17,"Papua New Guinea","Mother of pearl shells","shells",2020, +17,"Papua New Guinea","Mother of pearl shells","shells",2021, 17,"Papua New Guinea","Natural sponges raw","sponges",1976, 17,"Papua New Guinea","Natural sponges raw","sponges",1977, 17,"Papua New Guinea","Natural sponges raw","sponges",1978, @@ -3869,6 +4184,7 @@ 17,"Papua New Guinea","Natural sponges raw","sponges",2018, 17,"Papua New Guinea","Natural sponges raw","sponges",2019, 17,"Papua New Guinea","Natural sponges raw","sponges",2020, +17,"Papua New Guinea","Natural sponges raw","sponges",2021, 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",1976, 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",1977, 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -3914,6 +4230,7 @@ 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",2018,0 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",2019, 17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",2020, +17,"Papua New Guinea","Oils and fats of aquatic animals, nei","fish_oil",2021,0.01 17,"Papua New Guinea","Ornamental fish nei","ornamentals",1976, 17,"Papua New Guinea","Ornamental fish nei","ornamentals",1977, 17,"Papua New Guinea","Ornamental fish nei","ornamentals",1978, @@ -3959,6 +4276,7 @@ 17,"Papua New Guinea","Ornamental fish nei","ornamentals",2018, 17,"Papua New Guinea","Ornamental fish nei","ornamentals",2019, 17,"Papua New Guinea","Ornamental fish nei","ornamentals",2020, +17,"Papua New Guinea","Ornamental fish nei","ornamentals",2021, 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",1976, 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",1977, 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",1978, @@ -4004,6 +4322,7 @@ 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",2018, 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",2019, 17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",2020, +17,"Papua New Guinea","Ornamental saltwater fish","ornamentals",2021,1.96 17,"Papua New Guinea","Other red algae","seaweeds",1976, 17,"Papua New Guinea","Other red algae","seaweeds",1977, 17,"Papua New Guinea","Other red algae","seaweeds",1978, @@ -4049,6 +4368,7 @@ 17,"Papua New Guinea","Other red algae","seaweeds",2018, 17,"Papua New Guinea","Other red algae","seaweeds",2019, 17,"Papua New Guinea","Other red algae","seaweeds",2020, +17,"Papua New Guinea","Other red algae","seaweeds",2021, 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -4094,6 +4414,7 @@ 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +17,"Papua New Guinea","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 17,"Papua New Guinea","Sea snail shells","shells",1976, 17,"Papua New Guinea","Sea snail shells","shells",1977, 17,"Papua New Guinea","Sea snail shells","shells",1978, @@ -4139,6 +4460,7 @@ 17,"Papua New Guinea","Sea snail shells","shells",2018, 17,"Papua New Guinea","Sea snail shells","shells",2019, 17,"Papua New Guinea","Sea snail shells","shells",2020, +17,"Papua New Guinea","Sea snail shells","shells",2021, 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -4184,6 +4506,7 @@ 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +17,"Papua New Guinea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -4229,6 +4552,7 @@ 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +17,"Papua New Guinea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 17,"Papua New Guinea","Shells nei","shells",1976, 17,"Papua New Guinea","Shells nei","shells",1977, 17,"Papua New Guinea","Shells nei","shells",1978, @@ -4274,6 +4598,7 @@ 17,"Papua New Guinea","Shells nei","shells",2018, 17,"Papua New Guinea","Shells nei","shells",2019, 17,"Papua New Guinea","Shells nei","shells",2020, +17,"Papua New Guinea","Shells nei","shells",2021, 17,"Papua New Guinea","Trochus shells","shells",1976, 17,"Papua New Guinea","Trochus shells","shells",1977, 17,"Papua New Guinea","Trochus shells","shells",1978, @@ -4319,6 +4644,7 @@ 17,"Papua New Guinea","Trochus shells","shells",2018, 17,"Papua New Guinea","Trochus shells","shells",2019, 17,"Papua New Guinea","Trochus shells","shells",2020, +17,"Papua New Guinea","Trochus shells","shells",2021, 18,"Fiji","Coral and the like","corals",1976, 18,"Fiji","Coral and the like","corals",1977, 18,"Fiji","Coral and the like","corals",1978, @@ -4363,7 +4689,8 @@ 18,"Fiji","Coral and the like","corals",2017,1594 18,"Fiji","Coral and the like","corals",2018,506 18,"Fiji","Coral and the like","corals",2019,438.83 -18,"Fiji","Coral and the like","corals",2020,160.02 +18,"Fiji","Coral and the like","corals",2020,383.02 +18,"Fiji","Coral and the like","corals",2021,465.59 18,"Fiji","Fish body oils, nei","fish_oil",1976, 18,"Fiji","Fish body oils, nei","fish_oil",1977, 18,"Fiji","Fish body oils, nei","fish_oil",1978,4 @@ -4409,6 +4736,7 @@ 18,"Fiji","Fish body oils, nei","fish_oil",2018, 18,"Fiji","Fish body oils, nei","fish_oil",2019,60.02 18,"Fiji","Fish body oils, nei","fish_oil",2020, +18,"Fiji","Fish body oils, nei","fish_oil",2021, 18,"Fiji","Kelp","seaweeds",1976, 18,"Fiji","Kelp","seaweeds",1977, 18,"Fiji","Kelp","seaweeds",1978, @@ -4454,6 +4782,7 @@ 18,"Fiji","Kelp","seaweeds",2018, 18,"Fiji","Kelp","seaweeds",2019, 18,"Fiji","Kelp","seaweeds",2020, +18,"Fiji","Kelp","seaweeds",2021, 18,"Fiji","Miscellaneous corals and shells","shells",1976, 18,"Fiji","Miscellaneous corals and shells","shells",1977, 18,"Fiji","Miscellaneous corals and shells","shells",1978, @@ -4499,6 +4828,7 @@ 18,"Fiji","Miscellaneous corals and shells","shells",2018, 18,"Fiji","Miscellaneous corals and shells","shells",2019, 18,"Fiji","Miscellaneous corals and shells","shells",2020, +18,"Fiji","Miscellaneous corals and shells","shells",2021, 18,"Fiji","Mother of pearl shells","shells",1976, 18,"Fiji","Mother of pearl shells","shells",1977, 18,"Fiji","Mother of pearl shells","shells",1978, @@ -4544,6 +4874,7 @@ 18,"Fiji","Mother of pearl shells","shells",2018, 18,"Fiji","Mother of pearl shells","shells",2019, 18,"Fiji","Mother of pearl shells","shells",2020, +18,"Fiji","Mother of pearl shells","shells",2021, 18,"Fiji","Natural sponges nei","sponges",1976, 18,"Fiji","Natural sponges nei","sponges",1977, 18,"Fiji","Natural sponges nei","sponges",1978, @@ -4589,6 +4920,7 @@ 18,"Fiji","Natural sponges nei","sponges",2018, 18,"Fiji","Natural sponges nei","sponges",2019, 18,"Fiji","Natural sponges nei","sponges",2020, +18,"Fiji","Natural sponges nei","sponges",2021, 18,"Fiji","Natural sponges raw","sponges",1976, 18,"Fiji","Natural sponges raw","sponges",1977, 18,"Fiji","Natural sponges raw","sponges",1978, @@ -4634,6 +4966,7 @@ 18,"Fiji","Natural sponges raw","sponges",2018, 18,"Fiji","Natural sponges raw","sponges",2019, 18,"Fiji","Natural sponges raw","sponges",2020, +18,"Fiji","Natural sponges raw","sponges",2021, 18,"Fiji","Ornamental fish nei","ornamentals",1976, 18,"Fiji","Ornamental fish nei","ornamentals",1977, 18,"Fiji","Ornamental fish nei","ornamentals",1978, @@ -4679,6 +5012,7 @@ 18,"Fiji","Ornamental fish nei","ornamentals",2018, 18,"Fiji","Ornamental fish nei","ornamentals",2019, 18,"Fiji","Ornamental fish nei","ornamentals",2020, +18,"Fiji","Ornamental fish nei","ornamentals",2021, 18,"Fiji","Ornamental saltwater fish","ornamentals",1976, 18,"Fiji","Ornamental saltwater fish","ornamentals",1977, 18,"Fiji","Ornamental saltwater fish","ornamentals",1978, @@ -4724,6 +5058,7 @@ 18,"Fiji","Ornamental saltwater fish","ornamentals",2018,518 18,"Fiji","Ornamental saltwater fish","ornamentals",2019,1181.52 18,"Fiji","Ornamental saltwater fish","ornamentals",2020,1562.11 +18,"Fiji","Ornamental saltwater fish","ornamentals",2021,2075.8 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -4769,6 +5104,7 @@ 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +18,"Fiji","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -4814,6 +5150,7 @@ 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.04 18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +18,"Fiji","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -4859,6 +5196,7 @@ 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,6 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.01 18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +18,"Fiji","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 18,"Fiji","Trochus shells","shells",1976, 18,"Fiji","Trochus shells","shells",1977, 18,"Fiji","Trochus shells","shells",1978, @@ -4904,6 +5242,7 @@ 18,"Fiji","Trochus shells","shells",2018, 18,"Fiji","Trochus shells","shells",2019, 18,"Fiji","Trochus shells","shells",2020, +18,"Fiji","Trochus shells","shells",2021, 19,"Tuvalu","Ornamental fish nei","ornamentals",1976, 19,"Tuvalu","Ornamental fish nei","ornamentals",1977, 19,"Tuvalu","Ornamental fish nei","ornamentals",1978, @@ -4949,6 +5288,7 @@ 19,"Tuvalu","Ornamental fish nei","ornamentals",2018, 19,"Tuvalu","Ornamental fish nei","ornamentals",2019, 19,"Tuvalu","Ornamental fish nei","ornamentals",2020, +19,"Tuvalu","Ornamental fish nei","ornamentals",2021, 20,"South Korea","Abalone shells","shells",1976, 20,"South Korea","Abalone shells","shells",1977, 20,"South Korea","Abalone shells","shells",1978, @@ -4994,6 +5334,7 @@ 20,"South Korea","Abalone shells","shells",2018,87 20,"South Korea","Abalone shells","shells",2019,57.24 20,"South Korea","Abalone shells","shells",2020,45.84 +20,"South Korea","Abalone shells","shells",2021,27.85 20,"South Korea","Agar agar in powder","seaweeds",1976, 20,"South Korea","Agar agar in powder","seaweeds",1977, 20,"South Korea","Agar agar in powder","seaweeds",1978, @@ -5039,6 +5380,7 @@ 20,"South Korea","Agar agar in powder","seaweeds",2018,10144 20,"South Korea","Agar agar in powder","seaweeds",2019,11790.71 20,"South Korea","Agar agar in powder","seaweeds",2020,9214.82 +20,"South Korea","Agar agar in powder","seaweeds",2021,11751.65 20,"South Korea","Agar agar in strips","seaweeds",1976, 20,"South Korea","Agar agar in strips","seaweeds",1977, 20,"South Korea","Agar agar in strips","seaweeds",1978, @@ -5084,6 +5426,7 @@ 20,"South Korea","Agar agar in strips","seaweeds",2018,3475 20,"South Korea","Agar agar in strips","seaweeds",2019,2481.24 20,"South Korea","Agar agar in strips","seaweeds",2020,2124.61 +20,"South Korea","Agar agar in strips","seaweeds",2021,1707.55 20,"South Korea","Agar agar nei","seaweeds",1976, 20,"South Korea","Agar agar nei","seaweeds",1977, 20,"South Korea","Agar agar nei","seaweeds",1978, @@ -5129,6 +5472,7 @@ 20,"South Korea","Agar agar nei","seaweeds",2018,0.1 20,"South Korea","Agar agar nei","seaweeds",2019,71.58 20,"South Korea","Agar agar nei","seaweeds",2020,18.13 +20,"South Korea","Agar agar nei","seaweeds",2021,60.96 20,"South Korea","Coral and the like","corals",1976, 20,"South Korea","Coral and the like","corals",1977, 20,"South Korea","Coral and the like","corals",1978, @@ -5174,6 +5518,7 @@ 20,"South Korea","Coral and the like","corals",2018, 20,"South Korea","Coral and the like","corals",2019,0.01 20,"South Korea","Coral and the like","corals",2020,0.83 +20,"South Korea","Coral and the like","corals",2021,4.79 20,"South Korea","Fish body oils, nei","fish_oil",1976, 20,"South Korea","Fish body oils, nei","fish_oil",1977,20 20,"South Korea","Fish body oils, nei","fish_oil",1978, @@ -5219,6 +5564,7 @@ 20,"South Korea","Fish body oils, nei","fish_oil",2018,318 20,"South Korea","Fish body oils, nei","fish_oil",2019,1054.45 20,"South Korea","Fish body oils, nei","fish_oil",2020,1920.99 +20,"South Korea","Fish body oils, nei","fish_oil",2021,679.82 20,"South Korea","Fish liver oils, nei","fish_oil",1976,24 20,"South Korea","Fish liver oils, nei","fish_oil",1977,67 20,"South Korea","Fish liver oils, nei","fish_oil",1978,27 @@ -5264,6 +5610,7 @@ 20,"South Korea","Fish liver oils, nei","fish_oil",2018,1510 20,"South Korea","Fish liver oils, nei","fish_oil",2019,1774.59 20,"South Korea","Fish liver oils, nei","fish_oil",2020,1033.31 +20,"South Korea","Fish liver oils, nei","fish_oil",2021,1767.77 20,"South Korea","Kelp","seaweeds",1976, 20,"South Korea","Kelp","seaweeds",1977, 20,"South Korea","Kelp","seaweeds",1978, @@ -5309,6 +5656,7 @@ 20,"South Korea","Kelp","seaweeds",2018, 20,"South Korea","Kelp","seaweeds",2019, 20,"South Korea","Kelp","seaweeds",2020, +20,"South Korea","Kelp","seaweeds",2021, 20,"South Korea","Kelp meal","seaweeds",1976, 20,"South Korea","Kelp meal","seaweeds",1977, 20,"South Korea","Kelp meal","seaweeds",1978, @@ -5354,6 +5702,7 @@ 20,"South Korea","Kelp meal","seaweeds",2018, 20,"South Korea","Kelp meal","seaweeds",2019, 20,"South Korea","Kelp meal","seaweeds",2020, +20,"South Korea","Kelp meal","seaweeds",2021, 20,"South Korea","Miscellaneous corals and shells","shells",1976, 20,"South Korea","Miscellaneous corals and shells","shells",1977, 20,"South Korea","Miscellaneous corals and shells","shells",1978, @@ -5399,6 +5748,7 @@ 20,"South Korea","Miscellaneous corals and shells","shells",2018,1012 20,"South Korea","Miscellaneous corals and shells","shells",2019,857.22 20,"South Korea","Miscellaneous corals and shells","shells",2020,928.83 +20,"South Korea","Miscellaneous corals and shells","shells",2021,599.8 20,"South Korea","Mother of pearl shells","shells",1976, 20,"South Korea","Mother of pearl shells","shells",1977, 20,"South Korea","Mother of pearl shells","shells",1978, @@ -5444,6 +5794,7 @@ 20,"South Korea","Mother of pearl shells","shells",2018,80 20,"South Korea","Mother of pearl shells","shells",2019,57.33 20,"South Korea","Mother of pearl shells","shells",2020,19.25 +20,"South Korea","Mother of pearl shells","shells",2021,44.58 20,"South Korea","Natural sponges nei","sponges",1976, 20,"South Korea","Natural sponges nei","sponges",1977, 20,"South Korea","Natural sponges nei","sponges",1978, @@ -5489,6 +5840,7 @@ 20,"South Korea","Natural sponges nei","sponges",2018, 20,"South Korea","Natural sponges nei","sponges",2019,10.7 20,"South Korea","Natural sponges nei","sponges",2020,0.21 +20,"South Korea","Natural sponges nei","sponges",2021,30.28 20,"South Korea","Natural sponges raw","sponges",1976, 20,"South Korea","Natural sponges raw","sponges",1977, 20,"South Korea","Natural sponges raw","sponges",1978, @@ -5534,6 +5886,7 @@ 20,"South Korea","Natural sponges raw","sponges",2018, 20,"South Korea","Natural sponges raw","sponges",2019, 20,"South Korea","Natural sponges raw","sponges",2020, +20,"South Korea","Natural sponges raw","sponges",2021, 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",1976, 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",1977, 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -5579,6 +5932,7 @@ 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",2018, 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",2019, 20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",2020, +20,"South Korea","Oils and fats of aquatic animals, nei","fish_oil",2021, 20,"South Korea","Ornamental saltwater fish","ornamentals",1976, 20,"South Korea","Ornamental saltwater fish","ornamentals",1977,1131 20,"South Korea","Ornamental saltwater fish","ornamentals",1978,303 @@ -5624,6 +5978,7 @@ 20,"South Korea","Ornamental saltwater fish","ornamentals",2018,13 20,"South Korea","Ornamental saltwater fish","ornamentals",2019,3.35 20,"South Korea","Ornamental saltwater fish","ornamentals",2020,10.15 +20,"South Korea","Ornamental saltwater fish","ornamentals",2021,41.22 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1976, 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1977, 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1978, @@ -5669,6 +6024,7 @@ 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2018,5443 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2019,6686.32 20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2020,6324.48 +20,"South Korea","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2021,5260.03 20,"South Korea","Other red algae","seaweeds",1976, 20,"South Korea","Other red algae","seaweeds",1977, 20,"South Korea","Other red algae","seaweeds",1978, @@ -5714,6 +6070,7 @@ 20,"South Korea","Other red algae","seaweeds",2018,3136 20,"South Korea","Other red algae","seaweeds",2019,2269.65 20,"South Korea","Other red algae","seaweeds",2020,2550.22 +20,"South Korea","Other red algae","seaweeds",2021,1607.43 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -5759,6 +6116,7 @@ 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,2469 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,2643.7 20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,1350.01 +20,"South Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,1212.01 20,"South Korea","Oyster shells","shells",1976, 20,"South Korea","Oyster shells","shells",1977, 20,"South Korea","Oyster shells","shells",1978, @@ -5804,6 +6162,7 @@ 20,"South Korea","Oyster shells","shells",2018, 20,"South Korea","Oyster shells","shells",2019, 20,"South Korea","Oyster shells","shells",2020, +20,"South Korea","Oyster shells","shells",2021, 20,"South Korea","Sea snail shells","shells",1976, 20,"South Korea","Sea snail shells","shells",1977, 20,"South Korea","Sea snail shells","shells",1978, @@ -5849,6 +6208,7 @@ 20,"South Korea","Sea snail shells","shells",2018,11 20,"South Korea","Sea snail shells","shells",2019,30.6 20,"South Korea","Sea snail shells","shells",2020,11.34 +20,"South Korea","Sea snail shells","shells",2021,10.2 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -5894,6 +6254,7 @@ 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,399 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,899.55 20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,117.16 +20,"South Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,247.5 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -5939,6 +6300,7 @@ 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,815 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,691.6 20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,831.26 +20,"South Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,913.36 20,"South Korea","Shark liver oil","fish_oil",1976,3 20,"South Korea","Shark liver oil","fish_oil",1977, 20,"South Korea","Shark liver oil","fish_oil",1978,20 @@ -5984,6 +6346,7 @@ 20,"South Korea","Shark liver oil","fish_oil",2018, 20,"South Korea","Shark liver oil","fish_oil",2019, 20,"South Korea","Shark liver oil","fish_oil",2020,40.98 +20,"South Korea","Shark liver oil","fish_oil",2021,61.9 20,"South Korea","Shells nei","shells",1976, 20,"South Korea","Shells nei","shells",1977, 20,"South Korea","Shells nei","shells",1978, @@ -6029,6 +6392,7 @@ 20,"South Korea","Shells nei","shells",2018,89 20,"South Korea","Shells nei","shells",2019,37.12 20,"South Korea","Shells nei","shells",2020,112.77 +20,"South Korea","Shells nei","shells",2021,39.03 20,"South Korea","Trochus shells","shells",1976, 20,"South Korea","Trochus shells","shells",1977, 20,"South Korea","Trochus shells","shells",1978, @@ -6074,6 +6438,7 @@ 20,"South Korea","Trochus shells","shells",2018, 20,"South Korea","Trochus shells","shells",2019, 20,"South Korea","Trochus shells","shells",2020, +20,"South Korea","Trochus shells","shells",2021, 21,"North Korea","Agar agar nei","seaweeds",1976, 21,"North Korea","Agar agar nei","seaweeds",1977, 21,"North Korea","Agar agar nei","seaweeds",1978, @@ -6119,6 +6484,7 @@ 21,"North Korea","Agar agar nei","seaweeds",2018, 21,"North Korea","Agar agar nei","seaweeds",2019, 21,"North Korea","Agar agar nei","seaweeds",2020, +21,"North Korea","Agar agar nei","seaweeds",2021, 21,"North Korea","Coral and the like","corals",1976, 21,"North Korea","Coral and the like","corals",1977, 21,"North Korea","Coral and the like","corals",1978, @@ -6164,6 +6530,7 @@ 21,"North Korea","Coral and the like","corals",2018,183 21,"North Korea","Coral and the like","corals",2019,185.56 21,"North Korea","Coral and the like","corals",2020,10.45 +21,"North Korea","Coral and the like","corals",2021, 21,"North Korea","Fish body oils, nei","fish_oil",1976, 21,"North Korea","Fish body oils, nei","fish_oil",1977, 21,"North Korea","Fish body oils, nei","fish_oil",1978, @@ -6209,6 +6576,7 @@ 21,"North Korea","Fish body oils, nei","fish_oil",2018, 21,"North Korea","Fish body oils, nei","fish_oil",2019, 21,"North Korea","Fish body oils, nei","fish_oil",2020, +21,"North Korea","Fish body oils, nei","fish_oil",2021, 21,"North Korea","Fish liver oils, nei","fish_oil",1976, 21,"North Korea","Fish liver oils, nei","fish_oil",1977, 21,"North Korea","Fish liver oils, nei","fish_oil",1978, @@ -6254,6 +6622,7 @@ 21,"North Korea","Fish liver oils, nei","fish_oil",2018, 21,"North Korea","Fish liver oils, nei","fish_oil",2019, 21,"North Korea","Fish liver oils, nei","fish_oil",2020, +21,"North Korea","Fish liver oils, nei","fish_oil",2021, 21,"North Korea","Miscellaneous corals and shells","shells",1976, 21,"North Korea","Miscellaneous corals and shells","shells",1977, 21,"North Korea","Miscellaneous corals and shells","shells",1978, @@ -6299,6 +6668,7 @@ 21,"North Korea","Miscellaneous corals and shells","shells",2018, 21,"North Korea","Miscellaneous corals and shells","shells",2019, 21,"North Korea","Miscellaneous corals and shells","shells",2020, +21,"North Korea","Miscellaneous corals and shells","shells",2021, 21,"North Korea","Ornamental saltwater fish","ornamentals",1976, 21,"North Korea","Ornamental saltwater fish","ornamentals",1977, 21,"North Korea","Ornamental saltwater fish","ornamentals",1978, @@ -6344,6 +6714,7 @@ 21,"North Korea","Ornamental saltwater fish","ornamentals",2018, 21,"North Korea","Ornamental saltwater fish","ornamentals",2019, 21,"North Korea","Ornamental saltwater fish","ornamentals",2020, +21,"North Korea","Ornamental saltwater fish","ornamentals",2021, 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -6389,6 +6760,7 @@ 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,0.37 21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +21,"North Korea","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -6434,6 +6806,7 @@ 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,2 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.37 21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +21,"North Korea","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,3.22 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -6479,6 +6852,7 @@ 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +21,"North Korea","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 24,"Cambodia","Coral and the like","corals",1976, 24,"Cambodia","Coral and the like","corals",1977, 24,"Cambodia","Coral and the like","corals",1978, @@ -6524,6 +6898,53 @@ 24,"Cambodia","Coral and the like","corals",2018, 24,"Cambodia","Coral and the like","corals",2019,41.72 24,"Cambodia","Coral and the like","corals",2020, +24,"Cambodia","Coral and the like","corals",2021, +24,"Cambodia","Natural sponges nei","sponges",1976, +24,"Cambodia","Natural sponges nei","sponges",1977, +24,"Cambodia","Natural sponges nei","sponges",1978, +24,"Cambodia","Natural sponges nei","sponges",1979, +24,"Cambodia","Natural sponges nei","sponges",1980, +24,"Cambodia","Natural sponges nei","sponges",1981, +24,"Cambodia","Natural sponges nei","sponges",1982, +24,"Cambodia","Natural sponges nei","sponges",1983, +24,"Cambodia","Natural sponges nei","sponges",1984, +24,"Cambodia","Natural sponges nei","sponges",1985, +24,"Cambodia","Natural sponges nei","sponges",1986, +24,"Cambodia","Natural sponges nei","sponges",1987, +24,"Cambodia","Natural sponges nei","sponges",1988, +24,"Cambodia","Natural sponges nei","sponges",1989, +24,"Cambodia","Natural sponges nei","sponges",1990, +24,"Cambodia","Natural sponges nei","sponges",1991, +24,"Cambodia","Natural sponges nei","sponges",1992, +24,"Cambodia","Natural sponges nei","sponges",1993, +24,"Cambodia","Natural sponges nei","sponges",1994, +24,"Cambodia","Natural sponges nei","sponges",1995, +24,"Cambodia","Natural sponges nei","sponges",1996, +24,"Cambodia","Natural sponges nei","sponges",1997, +24,"Cambodia","Natural sponges nei","sponges",1998, +24,"Cambodia","Natural sponges nei","sponges",1999, +24,"Cambodia","Natural sponges nei","sponges",2000, +24,"Cambodia","Natural sponges nei","sponges",2001, +24,"Cambodia","Natural sponges nei","sponges",2002, +24,"Cambodia","Natural sponges nei","sponges",2003, +24,"Cambodia","Natural sponges nei","sponges",2004, +24,"Cambodia","Natural sponges nei","sponges",2005, +24,"Cambodia","Natural sponges nei","sponges",2006, +24,"Cambodia","Natural sponges nei","sponges",2007, +24,"Cambodia","Natural sponges nei","sponges",2008, +24,"Cambodia","Natural sponges nei","sponges",2009, +24,"Cambodia","Natural sponges nei","sponges",2010, +24,"Cambodia","Natural sponges nei","sponges",2011, +24,"Cambodia","Natural sponges nei","sponges",2012, +24,"Cambodia","Natural sponges nei","sponges",2013, +24,"Cambodia","Natural sponges nei","sponges",2014, +24,"Cambodia","Natural sponges nei","sponges",2015, +24,"Cambodia","Natural sponges nei","sponges",2016, +24,"Cambodia","Natural sponges nei","sponges",2017, +24,"Cambodia","Natural sponges nei","sponges",2018, +24,"Cambodia","Natural sponges nei","sponges",2019, +24,"Cambodia","Natural sponges nei","sponges",2020, +24,"Cambodia","Natural sponges nei","sponges",2021,70.79 24,"Cambodia","Ornamental fish nei","ornamentals",1976, 24,"Cambodia","Ornamental fish nei","ornamentals",1977, 24,"Cambodia","Ornamental fish nei","ornamentals",1978, @@ -6569,6 +6990,7 @@ 24,"Cambodia","Ornamental fish nei","ornamentals",2018, 24,"Cambodia","Ornamental fish nei","ornamentals",2019, 24,"Cambodia","Ornamental fish nei","ornamentals",2020, +24,"Cambodia","Ornamental fish nei","ornamentals",2021, 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -6614,6 +7036,7 @@ 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +24,"Cambodia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -6659,6 +7082,7 @@ 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +24,"Cambodia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.69 25,"Thailand","Agar agar nei","seaweeds",1976, 25,"Thailand","Agar agar nei","seaweeds",1977, 25,"Thailand","Agar agar nei","seaweeds",1978, @@ -6704,6 +7128,7 @@ 25,"Thailand","Agar agar nei","seaweeds",2018,1539 25,"Thailand","Agar agar nei","seaweeds",2019,1624.22 25,"Thailand","Agar agar nei","seaweeds",2020,1905.96 +25,"Thailand","Agar agar nei","seaweeds",2021,1432.42 25,"Thailand","Cod liver oil","fish_oil",1976, 25,"Thailand","Cod liver oil","fish_oil",1977, 25,"Thailand","Cod liver oil","fish_oil",1978, @@ -6749,6 +7174,7 @@ 25,"Thailand","Cod liver oil","fish_oil",2018, 25,"Thailand","Cod liver oil","fish_oil",2019, 25,"Thailand","Cod liver oil","fish_oil",2020, +25,"Thailand","Cod liver oil","fish_oil",2021, 25,"Thailand","Coral and the like","corals",1976, 25,"Thailand","Coral and the like","corals",1977, 25,"Thailand","Coral and the like","corals",1978, @@ -6794,6 +7220,7 @@ 25,"Thailand","Coral and the like","corals",2018, 25,"Thailand","Coral and the like","corals",2019, 25,"Thailand","Coral and the like","corals",2020, +25,"Thailand","Coral and the like","corals",2021, 25,"Thailand","Fish body oils, nei","fish_oil",1976, 25,"Thailand","Fish body oils, nei","fish_oil",1977, 25,"Thailand","Fish body oils, nei","fish_oil",1978, @@ -6839,6 +7266,7 @@ 25,"Thailand","Fish body oils, nei","fish_oil",2018,16761 25,"Thailand","Fish body oils, nei","fish_oil",2019,18260.48 25,"Thailand","Fish body oils, nei","fish_oil",2020,20195.11 +25,"Thailand","Fish body oils, nei","fish_oil",2021,22636.26 25,"Thailand","Fish liver oils, nei","fish_oil",1976, 25,"Thailand","Fish liver oils, nei","fish_oil",1977, 25,"Thailand","Fish liver oils, nei","fish_oil",1978, @@ -6884,6 +7312,7 @@ 25,"Thailand","Fish liver oils, nei","fish_oil",2018,212 25,"Thailand","Fish liver oils, nei","fish_oil",2019,874.15 25,"Thailand","Fish liver oils, nei","fish_oil",2020,1056.89 +25,"Thailand","Fish liver oils, nei","fish_oil",2021,68.78 25,"Thailand","Miscellaneous corals and shells","shells",1976, 25,"Thailand","Miscellaneous corals and shells","shells",1977, 25,"Thailand","Miscellaneous corals and shells","shells",1978, @@ -6929,6 +7358,7 @@ 25,"Thailand","Miscellaneous corals and shells","shells",2018, 25,"Thailand","Miscellaneous corals and shells","shells",2019, 25,"Thailand","Miscellaneous corals and shells","shells",2020, +25,"Thailand","Miscellaneous corals and shells","shells",2021, 25,"Thailand","Mother of pearl shells","shells",1976, 25,"Thailand","Mother of pearl shells","shells",1977, 25,"Thailand","Mother of pearl shells","shells",1978, @@ -6974,6 +7404,7 @@ 25,"Thailand","Mother of pearl shells","shells",2018,313 25,"Thailand","Mother of pearl shells","shells",2019,263.37 25,"Thailand","Mother of pearl shells","shells",2020,301.26 +25,"Thailand","Mother of pearl shells","shells",2021,238.7 25,"Thailand","Natural sponges nei","sponges",1976, 25,"Thailand","Natural sponges nei","sponges",1977, 25,"Thailand","Natural sponges nei","sponges",1978, @@ -7019,6 +7450,7 @@ 25,"Thailand","Natural sponges nei","sponges",2018, 25,"Thailand","Natural sponges nei","sponges",2019,13.57 25,"Thailand","Natural sponges nei","sponges",2020,9.35 +25,"Thailand","Natural sponges nei","sponges",2021,11.09 25,"Thailand","Natural sponges raw","sponges",1976, 25,"Thailand","Natural sponges raw","sponges",1977, 25,"Thailand","Natural sponges raw","sponges",1978, @@ -7064,6 +7496,7 @@ 25,"Thailand","Natural sponges raw","sponges",2018, 25,"Thailand","Natural sponges raw","sponges",2019, 25,"Thailand","Natural sponges raw","sponges",2020, +25,"Thailand","Natural sponges raw","sponges",2021, 25,"Thailand","Ornamental fish nei","ornamentals",1976,492 25,"Thailand","Ornamental fish nei","ornamentals",1977,668 25,"Thailand","Ornamental fish nei","ornamentals",1978,593 @@ -7109,6 +7542,7 @@ 25,"Thailand","Ornamental fish nei","ornamentals",2018, 25,"Thailand","Ornamental fish nei","ornamentals",2019, 25,"Thailand","Ornamental fish nei","ornamentals",2020, +25,"Thailand","Ornamental fish nei","ornamentals",2021, 25,"Thailand","Ornamental saltwater fish","ornamentals",1976, 25,"Thailand","Ornamental saltwater fish","ornamentals",1977, 25,"Thailand","Ornamental saltwater fish","ornamentals",1978, @@ -7154,6 +7588,7 @@ 25,"Thailand","Ornamental saltwater fish","ornamentals",2018,14309 25,"Thailand","Ornamental saltwater fish","ornamentals",2019,14258.05 25,"Thailand","Ornamental saltwater fish","ornamentals",2020,9467.96 +25,"Thailand","Ornamental saltwater fish","ornamentals",2021,10415.68 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -7199,6 +7634,7 @@ 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +25,"Thailand","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -7244,6 +7680,7 @@ 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,4390 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,2534.38 25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,998.87 +25,"Thailand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1873.27 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -7289,6 +7726,7 @@ 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,400 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,334.11 25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,548.41 +25,"Thailand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,635.95 25,"Thailand","Shells nei","shells",1976, 25,"Thailand","Shells nei","shells",1977, 25,"Thailand","Shells nei","shells",1978, @@ -7334,6 +7772,7 @@ 25,"Thailand","Shells nei","shells",2018,1778 25,"Thailand","Shells nei","shells",2019,1525.83 25,"Thailand","Shells nei","shells",2020,1834.12 +25,"Thailand","Shells nei","shells",2021,1983.73 28,"Comoro Islands","Miscellaneous corals and shells","shells",1976, 28,"Comoro Islands","Miscellaneous corals and shells","shells",1977, 28,"Comoro Islands","Miscellaneous corals and shells","shells",1978, @@ -7379,6 +7818,7 @@ 28,"Comoro Islands","Miscellaneous corals and shells","shells",2018, 28,"Comoro Islands","Miscellaneous corals and shells","shells",2019, 28,"Comoro Islands","Miscellaneous corals and shells","shells",2020, +28,"Comoro Islands","Miscellaneous corals and shells","shells",2021,0.05 28,"Comoro Islands","Ornamental fish nei","ornamentals",1976, 28,"Comoro Islands","Ornamental fish nei","ornamentals",1977, 28,"Comoro Islands","Ornamental fish nei","ornamentals",1978, @@ -7424,6 +7864,7 @@ 28,"Comoro Islands","Ornamental fish nei","ornamentals",2018, 28,"Comoro Islands","Ornamental fish nei","ornamentals",2019, 28,"Comoro Islands","Ornamental fish nei","ornamentals",2020, +28,"Comoro Islands","Ornamental fish nei","ornamentals",2021, 29,"Mayotte","Miscellaneous corals and shells","shells",1976, 29,"Mayotte","Miscellaneous corals and shells","shells",1977, 29,"Mayotte","Miscellaneous corals and shells","shells",1978, @@ -7469,6 +7910,7 @@ 29,"Mayotte","Miscellaneous corals and shells","shells",2018, 29,"Mayotte","Miscellaneous corals and shells","shells",2019, 29,"Mayotte","Miscellaneous corals and shells","shells",2020, +29,"Mayotte","Miscellaneous corals and shells","shells",2021, 29,"Mayotte","Ornamental fish nei","ornamentals",1976, 29,"Mayotte","Ornamental fish nei","ornamentals",1977, 29,"Mayotte","Ornamental fish nei","ornamentals",1978, @@ -7514,6 +7956,7 @@ 29,"Mayotte","Ornamental fish nei","ornamentals",2018, 29,"Mayotte","Ornamental fish nei","ornamentals",2019, 29,"Mayotte","Ornamental fish nei","ornamentals",2020, +29,"Mayotte","Ornamental fish nei","ornamentals",2021, 31,"Seychelles","Fish body oils, nei","fish_oil",1976, 31,"Seychelles","Fish body oils, nei","fish_oil",1977, 31,"Seychelles","Fish body oils, nei","fish_oil",1978, @@ -7559,6 +8002,7 @@ 31,"Seychelles","Fish body oils, nei","fish_oil",2018,7857 31,"Seychelles","Fish body oils, nei","fish_oil",2019,5106.09 31,"Seychelles","Fish body oils, nei","fish_oil",2020,4430.02 +31,"Seychelles","Fish body oils, nei","fish_oil",2021,4060.65 31,"Seychelles","Fish liver oils, nei","fish_oil",1976, 31,"Seychelles","Fish liver oils, nei","fish_oil",1977, 31,"Seychelles","Fish liver oils, nei","fish_oil",1978, @@ -7604,6 +8048,7 @@ 31,"Seychelles","Fish liver oils, nei","fish_oil",2018,97 31,"Seychelles","Fish liver oils, nei","fish_oil",2019, 31,"Seychelles","Fish liver oils, nei","fish_oil",2020, +31,"Seychelles","Fish liver oils, nei","fish_oil",2021, 31,"Seychelles","Miscellaneous corals and shells","shells",1976, 31,"Seychelles","Miscellaneous corals and shells","shells",1977, 31,"Seychelles","Miscellaneous corals and shells","shells",1978, @@ -7649,6 +8094,7 @@ 31,"Seychelles","Miscellaneous corals and shells","shells",2018, 31,"Seychelles","Miscellaneous corals and shells","shells",2019, 31,"Seychelles","Miscellaneous corals and shells","shells",2020, +31,"Seychelles","Miscellaneous corals and shells","shells",2021, 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -7694,6 +8140,7 @@ 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +31,"Seychelles","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 32,"Reunion","Fish body oils, nei","fish_oil",1976, 32,"Reunion","Fish body oils, nei","fish_oil",1977, 32,"Reunion","Fish body oils, nei","fish_oil",1978, @@ -7739,6 +8186,7 @@ 32,"Reunion","Fish body oils, nei","fish_oil",2018, 32,"Reunion","Fish body oils, nei","fish_oil",2019, 32,"Reunion","Fish body oils, nei","fish_oil",2020, +32,"Reunion","Fish body oils, nei","fish_oil",2021, 37,"Mauritius","Agar agar nei","seaweeds",1976, 37,"Mauritius","Agar agar nei","seaweeds",1977, 37,"Mauritius","Agar agar nei","seaweeds",1978, @@ -7784,6 +8232,7 @@ 37,"Mauritius","Agar agar nei","seaweeds",2018,2 37,"Mauritius","Agar agar nei","seaweeds",2019,19.94 37,"Mauritius","Agar agar nei","seaweeds",2020,3.64 +37,"Mauritius","Agar agar nei","seaweeds",2021,3.01 37,"Mauritius","Coral and the like","corals",1976, 37,"Mauritius","Coral and the like","corals",1977, 37,"Mauritius","Coral and the like","corals",1978, @@ -7829,6 +8278,7 @@ 37,"Mauritius","Coral and the like","corals",2018, 37,"Mauritius","Coral and the like","corals",2019, 37,"Mauritius","Coral and the like","corals",2020, +37,"Mauritius","Coral and the like","corals",2021, 37,"Mauritius","Fish body oils, nei","fish_oil",1976, 37,"Mauritius","Fish body oils, nei","fish_oil",1977, 37,"Mauritius","Fish body oils, nei","fish_oil",1978, @@ -7874,6 +8324,7 @@ 37,"Mauritius","Fish body oils, nei","fish_oil",2018,5052 37,"Mauritius","Fish body oils, nei","fish_oil",2019,6821.93 37,"Mauritius","Fish body oils, nei","fish_oil",2020,6465.96 +37,"Mauritius","Fish body oils, nei","fish_oil",2021,6184.13 37,"Mauritius","Fish liver oils, nei","fish_oil",1976, 37,"Mauritius","Fish liver oils, nei","fish_oil",1977, 37,"Mauritius","Fish liver oils, nei","fish_oil",1978, @@ -7919,6 +8370,7 @@ 37,"Mauritius","Fish liver oils, nei","fish_oil",2018, 37,"Mauritius","Fish liver oils, nei","fish_oil",2019, 37,"Mauritius","Fish liver oils, nei","fish_oil",2020, +37,"Mauritius","Fish liver oils, nei","fish_oil",2021, 37,"Mauritius","Natural sponges nei","sponges",1976, 37,"Mauritius","Natural sponges nei","sponges",1977, 37,"Mauritius","Natural sponges nei","sponges",1978, @@ -7964,6 +8416,7 @@ 37,"Mauritius","Natural sponges nei","sponges",2018, 37,"Mauritius","Natural sponges nei","sponges",2019, 37,"Mauritius","Natural sponges nei","sponges",2020,2.88 +37,"Mauritius","Natural sponges nei","sponges",2021, 37,"Mauritius","Ornamental fish nei","ornamentals",1976, 37,"Mauritius","Ornamental fish nei","ornamentals",1977, 37,"Mauritius","Ornamental fish nei","ornamentals",1978, @@ -8009,6 +8462,7 @@ 37,"Mauritius","Ornamental fish nei","ornamentals",2018, 37,"Mauritius","Ornamental fish nei","ornamentals",2019, 37,"Mauritius","Ornamental fish nei","ornamentals",2020, +37,"Mauritius","Ornamental fish nei","ornamentals",2021, 37,"Mauritius","Ornamental saltwater fish","ornamentals",1976, 37,"Mauritius","Ornamental saltwater fish","ornamentals",1977, 37,"Mauritius","Ornamental saltwater fish","ornamentals",1978, @@ -8054,6 +8508,7 @@ 37,"Mauritius","Ornamental saltwater fish","ornamentals",2018,188 37,"Mauritius","Ornamental saltwater fish","ornamentals",2019,62.79 37,"Mauritius","Ornamental saltwater fish","ornamentals",2020,4.38 +37,"Mauritius","Ornamental saltwater fish","ornamentals",2021,8.3 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -8099,6 +8554,7 @@ 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +37,"Mauritius","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -8144,6 +8600,7 @@ 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +37,"Mauritius","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -8189,6 +8646,7 @@ 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0.1 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +37,"Mauritius","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 39,"Maldives","Coral and the like","corals",1976, 39,"Maldives","Coral and the like","corals",1977, 39,"Maldives","Coral and the like","corals",1978, @@ -8234,6 +8692,7 @@ 39,"Maldives","Coral and the like","corals",2018, 39,"Maldives","Coral and the like","corals",2019, 39,"Maldives","Coral and the like","corals",2020, +39,"Maldives","Coral and the like","corals",2021, 39,"Maldives","Fish liver oils, nei","fish_oil",1976, 39,"Maldives","Fish liver oils, nei","fish_oil",1977, 39,"Maldives","Fish liver oils, nei","fish_oil",1978, @@ -8279,6 +8738,7 @@ 39,"Maldives","Fish liver oils, nei","fish_oil",2018, 39,"Maldives","Fish liver oils, nei","fish_oil",2019, 39,"Maldives","Fish liver oils, nei","fish_oil",2020, +39,"Maldives","Fish liver oils, nei","fish_oil",2021, 39,"Maldives","Miscellaneous corals and shells","shells",1976, 39,"Maldives","Miscellaneous corals and shells","shells",1977, 39,"Maldives","Miscellaneous corals and shells","shells",1978, @@ -8324,6 +8784,7 @@ 39,"Maldives","Miscellaneous corals and shells","shells",2018, 39,"Maldives","Miscellaneous corals and shells","shells",2019, 39,"Maldives","Miscellaneous corals and shells","shells",2020, +39,"Maldives","Miscellaneous corals and shells","shells",2021, 39,"Maldives","Ornamental saltwater fish","ornamentals",1976, 39,"Maldives","Ornamental saltwater fish","ornamentals",1977, 39,"Maldives","Ornamental saltwater fish","ornamentals",1978, @@ -8369,6 +8830,7 @@ 39,"Maldives","Ornamental saltwater fish","ornamentals",2018,457 39,"Maldives","Ornamental saltwater fish","ornamentals",2019,430.07 39,"Maldives","Ornamental saltwater fish","ornamentals",2020,1313.44 +39,"Maldives","Ornamental saltwater fish","ornamentals",2021,457.03 39,"Maldives","Shark liver oil","fish_oil",1976, 39,"Maldives","Shark liver oil","fish_oil",1977, 39,"Maldives","Shark liver oil","fish_oil",1978, @@ -8414,6 +8876,7 @@ 39,"Maldives","Shark liver oil","fish_oil",2018, 39,"Maldives","Shark liver oil","fish_oil",2019, 39,"Maldives","Shark liver oil","fish_oil",2020, +39,"Maldives","Shark liver oil","fish_oil",2021, 39,"Maldives","Shells nei","shells",1976, 39,"Maldives","Shells nei","shells",1977, 39,"Maldives","Shells nei","shells",1978, @@ -8459,6 +8922,7 @@ 39,"Maldives","Shells nei","shells",2018, 39,"Maldives","Shells nei","shells",2019, 39,"Maldives","Shells nei","shells",2020, +39,"Maldives","Shells nei","shells",2021, 40,"Sri Lanka","Agar agar nei","seaweeds",1976, 40,"Sri Lanka","Agar agar nei","seaweeds",1977, 40,"Sri Lanka","Agar agar nei","seaweeds",1978, @@ -8504,6 +8968,7 @@ 40,"Sri Lanka","Agar agar nei","seaweeds",2018,1 40,"Sri Lanka","Agar agar nei","seaweeds",2019,1.43 40,"Sri Lanka","Agar agar nei","seaweeds",2020,0.42 +40,"Sri Lanka","Agar agar nei","seaweeds",2021,0.06 40,"Sri Lanka","Coral and the like","corals",1976, 40,"Sri Lanka","Coral and the like","corals",1977, 40,"Sri Lanka","Coral and the like","corals",1978, @@ -8549,6 +9014,7 @@ 40,"Sri Lanka","Coral and the like","corals",2018,78 40,"Sri Lanka","Coral and the like","corals",2019,202.71 40,"Sri Lanka","Coral and the like","corals",2020,246.25 +40,"Sri Lanka","Coral and the like","corals",2021,315.11 40,"Sri Lanka","Fish body oils, nei","fish_oil",1976, 40,"Sri Lanka","Fish body oils, nei","fish_oil",1977, 40,"Sri Lanka","Fish body oils, nei","fish_oil",1978, @@ -8594,6 +9060,7 @@ 40,"Sri Lanka","Fish body oils, nei","fish_oil",2018,113 40,"Sri Lanka","Fish body oils, nei","fish_oil",2019,0.01 40,"Sri Lanka","Fish body oils, nei","fish_oil",2020, +40,"Sri Lanka","Fish body oils, nei","fish_oil",2021, 40,"Sri Lanka","Fish liver oils, nei","fish_oil",1976, 40,"Sri Lanka","Fish liver oils, nei","fish_oil",1977, 40,"Sri Lanka","Fish liver oils, nei","fish_oil",1978, @@ -8639,6 +9106,7 @@ 40,"Sri Lanka","Fish liver oils, nei","fish_oil",2018,15 40,"Sri Lanka","Fish liver oils, nei","fish_oil",2019,138.42 40,"Sri Lanka","Fish liver oils, nei","fish_oil",2020,125.74 +40,"Sri Lanka","Fish liver oils, nei","fish_oil",2021,178.07 40,"Sri Lanka","Miscellaneous corals and shells","shells",1976, 40,"Sri Lanka","Miscellaneous corals and shells","shells",1977, 40,"Sri Lanka","Miscellaneous corals and shells","shells",1978, @@ -8684,6 +9152,7 @@ 40,"Sri Lanka","Miscellaneous corals and shells","shells",2018,681 40,"Sri Lanka","Miscellaneous corals and shells","shells",2019,632.06 40,"Sri Lanka","Miscellaneous corals and shells","shells",2020,514.9 +40,"Sri Lanka","Miscellaneous corals and shells","shells",2021,770.67 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",1976, 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",1977, 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -8729,6 +9198,7 @@ 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",2018, 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",2019, 40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",2020, +40,"Sri Lanka","Oils and fats of aquatic animals, nei","fish_oil",2021, 40,"Sri Lanka","Ornamental fish nei","ornamentals",1976, 40,"Sri Lanka","Ornamental fish nei","ornamentals",1977, 40,"Sri Lanka","Ornamental fish nei","ornamentals",1978, @@ -8774,6 +9244,7 @@ 40,"Sri Lanka","Ornamental fish nei","ornamentals",2018, 40,"Sri Lanka","Ornamental fish nei","ornamentals",2019, 40,"Sri Lanka","Ornamental fish nei","ornamentals",2020, +40,"Sri Lanka","Ornamental fish nei","ornamentals",2021, 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",1976, 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",1977, 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",1978, @@ -8819,6 +9290,7 @@ 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",2018,8203 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",2019,6521.25 40,"Sri Lanka","Ornamental saltwater fish","ornamentals",2020,5102.16 +40,"Sri Lanka","Ornamental saltwater fish","ornamentals",2021,8730.4 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -8864,6 +9336,7 @@ 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +40,"Sri Lanka","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -8909,6 +9382,7 @@ 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,81 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,88.64 40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,60.34 +40,"Sri Lanka","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,76.13 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -8954,6 +9428,7 @@ 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,23.55 +40,"Sri Lanka","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,43.15 41,"Mozambique","Agar agar nei","seaweeds",1976, 41,"Mozambique","Agar agar nei","seaweeds",1977, 41,"Mozambique","Agar agar nei","seaweeds",1978, @@ -8999,6 +9474,7 @@ 41,"Mozambique","Agar agar nei","seaweeds",2018, 41,"Mozambique","Agar agar nei","seaweeds",2019, 41,"Mozambique","Agar agar nei","seaweeds",2020, +41,"Mozambique","Agar agar nei","seaweeds",2021, 41,"Mozambique","Fish body oils, nei","fish_oil",1976, 41,"Mozambique","Fish body oils, nei","fish_oil",1977, 41,"Mozambique","Fish body oils, nei","fish_oil",1978, @@ -9044,6 +9520,7 @@ 41,"Mozambique","Fish body oils, nei","fish_oil",2018, 41,"Mozambique","Fish body oils, nei","fish_oil",2019, 41,"Mozambique","Fish body oils, nei","fish_oil",2020,6.32 +41,"Mozambique","Fish body oils, nei","fish_oil",2021, 41,"Mozambique","Fish liver oils, nei","fish_oil",1976, 41,"Mozambique","Fish liver oils, nei","fish_oil",1977, 41,"Mozambique","Fish liver oils, nei","fish_oil",1978, @@ -9089,6 +9566,7 @@ 41,"Mozambique","Fish liver oils, nei","fish_oil",2018,1707 41,"Mozambique","Fish liver oils, nei","fish_oil",2019,1169.74 41,"Mozambique","Fish liver oils, nei","fish_oil",2020,1480.41 +41,"Mozambique","Fish liver oils, nei","fish_oil",2021,1274.74 41,"Mozambique","Miscellaneous corals and shells","shells",1976, 41,"Mozambique","Miscellaneous corals and shells","shells",1977, 41,"Mozambique","Miscellaneous corals and shells","shells",1978, @@ -9134,6 +9612,7 @@ 41,"Mozambique","Miscellaneous corals and shells","shells",2018,72 41,"Mozambique","Miscellaneous corals and shells","shells",2019,32.1 41,"Mozambique","Miscellaneous corals and shells","shells",2020,124.11 +41,"Mozambique","Miscellaneous corals and shells","shells",2021,21.88 41,"Mozambique","Ornamental fish nei","ornamentals",1976, 41,"Mozambique","Ornamental fish nei","ornamentals",1977, 41,"Mozambique","Ornamental fish nei","ornamentals",1978, @@ -9179,6 +9658,7 @@ 41,"Mozambique","Ornamental fish nei","ornamentals",2018, 41,"Mozambique","Ornamental fish nei","ornamentals",2019, 41,"Mozambique","Ornamental fish nei","ornamentals",2020, +41,"Mozambique","Ornamental fish nei","ornamentals",2021, 41,"Mozambique","Ornamental saltwater fish","ornamentals",1976, 41,"Mozambique","Ornamental saltwater fish","ornamentals",1977, 41,"Mozambique","Ornamental saltwater fish","ornamentals",1978, @@ -9224,6 +9704,7 @@ 41,"Mozambique","Ornamental saltwater fish","ornamentals",2018, 41,"Mozambique","Ornamental saltwater fish","ornamentals",2019,3.24 41,"Mozambique","Ornamental saltwater fish","ornamentals",2020,0.42 +41,"Mozambique","Ornamental saltwater fish","ornamentals",2021, 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -9269,6 +9750,53 @@ 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +41,"Mozambique","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +41,"Mozambique","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.07 42,"Madagascar","Coral and the like","corals",1976, 42,"Madagascar","Coral and the like","corals",1977, 42,"Madagascar","Coral and the like","corals",1978, @@ -9314,6 +9842,7 @@ 42,"Madagascar","Coral and the like","corals",2018,84 42,"Madagascar","Coral and the like","corals",2019,166.55 42,"Madagascar","Coral and the like","corals",2020,123.21 +42,"Madagascar","Coral and the like","corals",2021,154.27 42,"Madagascar","Fish body oils, nei","fish_oil",1976, 42,"Madagascar","Fish body oils, nei","fish_oil",1977, 42,"Madagascar","Fish body oils, nei","fish_oil",1978, @@ -9359,6 +9888,7 @@ 42,"Madagascar","Fish body oils, nei","fish_oil",2018, 42,"Madagascar","Fish body oils, nei","fish_oil",2019, 42,"Madagascar","Fish body oils, nei","fish_oil",2020, +42,"Madagascar","Fish body oils, nei","fish_oil",2021, 42,"Madagascar","Fish liver oils, nei","fish_oil",1976, 42,"Madagascar","Fish liver oils, nei","fish_oil",1977, 42,"Madagascar","Fish liver oils, nei","fish_oil",1978, @@ -9404,6 +9934,7 @@ 42,"Madagascar","Fish liver oils, nei","fish_oil",2018, 42,"Madagascar","Fish liver oils, nei","fish_oil",2019, 42,"Madagascar","Fish liver oils, nei","fish_oil",2020,41.33 +42,"Madagascar","Fish liver oils, nei","fish_oil",2021,54.57 42,"Madagascar","Natural sponges nei","sponges",1976, 42,"Madagascar","Natural sponges nei","sponges",1977, 42,"Madagascar","Natural sponges nei","sponges",1978, @@ -9449,6 +9980,7 @@ 42,"Madagascar","Natural sponges nei","sponges",2018, 42,"Madagascar","Natural sponges nei","sponges",2019, 42,"Madagascar","Natural sponges nei","sponges",2020, +42,"Madagascar","Natural sponges nei","sponges",2021, 42,"Madagascar","Natural sponges raw","sponges",1976, 42,"Madagascar","Natural sponges raw","sponges",1977, 42,"Madagascar","Natural sponges raw","sponges",1978, @@ -9494,6 +10026,7 @@ 42,"Madagascar","Natural sponges raw","sponges",2018, 42,"Madagascar","Natural sponges raw","sponges",2019, 42,"Madagascar","Natural sponges raw","sponges",2020, +42,"Madagascar","Natural sponges raw","sponges",2021, 42,"Madagascar","Ornamental fish nei","ornamentals",1976, 42,"Madagascar","Ornamental fish nei","ornamentals",1977, 42,"Madagascar","Ornamental fish nei","ornamentals",1978, @@ -9539,6 +10072,7 @@ 42,"Madagascar","Ornamental fish nei","ornamentals",2018, 42,"Madagascar","Ornamental fish nei","ornamentals",2019, 42,"Madagascar","Ornamental fish nei","ornamentals",2020, +42,"Madagascar","Ornamental fish nei","ornamentals",2021, 42,"Madagascar","Ornamental saltwater fish","ornamentals",1976, 42,"Madagascar","Ornamental saltwater fish","ornamentals",1977, 42,"Madagascar","Ornamental saltwater fish","ornamentals",1978, @@ -9584,6 +10118,7 @@ 42,"Madagascar","Ornamental saltwater fish","ornamentals",2018,8 42,"Madagascar","Ornamental saltwater fish","ornamentals",2019,3.96 42,"Madagascar","Ornamental saltwater fish","ornamentals",2020, +42,"Madagascar","Ornamental saltwater fish","ornamentals",2021,1.13 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -9629,6 +10164,7 @@ 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +42,"Madagascar","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -9674,6 +10210,7 @@ 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,138 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,383.87 42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,672.17 +42,"Madagascar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,544.97 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -9719,6 +10256,7 @@ 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,613 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1269.61 42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1352 +42,"Madagascar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1870.07 42,"Madagascar","Shark oil","fish_oil",1976, 42,"Madagascar","Shark oil","fish_oil",1977, 42,"Madagascar","Shark oil","fish_oil",1978, @@ -9764,6 +10302,7 @@ 42,"Madagascar","Shark oil","fish_oil",2018, 42,"Madagascar","Shark oil","fish_oil",2019, 42,"Madagascar","Shark oil","fish_oil",2020, +42,"Madagascar","Shark oil","fish_oil",2021, 43,"Kenya","Agar agar nei","seaweeds",1976, 43,"Kenya","Agar agar nei","seaweeds",1977, 43,"Kenya","Agar agar nei","seaweeds",1978, @@ -9809,6 +10348,7 @@ 43,"Kenya","Agar agar nei","seaweeds",2018, 43,"Kenya","Agar agar nei","seaweeds",2019,0.19 43,"Kenya","Agar agar nei","seaweeds",2020,0.3 +43,"Kenya","Agar agar nei","seaweeds",2021, 43,"Kenya","Coral and the like","corals",1976, 43,"Kenya","Coral and the like","corals",1977, 43,"Kenya","Coral and the like","corals",1978, @@ -9854,6 +10394,7 @@ 43,"Kenya","Coral and the like","corals",2018, 43,"Kenya","Coral and the like","corals",2019, 43,"Kenya","Coral and the like","corals",2020, +43,"Kenya","Coral and the like","corals",2021, 43,"Kenya","Fish body oils, nei","fish_oil",1976, 43,"Kenya","Fish body oils, nei","fish_oil",1977, 43,"Kenya","Fish body oils, nei","fish_oil",1978, @@ -9899,6 +10440,7 @@ 43,"Kenya","Fish body oils, nei","fish_oil",2018,1 43,"Kenya","Fish body oils, nei","fish_oil",2019,13.41 43,"Kenya","Fish body oils, nei","fish_oil",2020, +43,"Kenya","Fish body oils, nei","fish_oil",2021,0.1 43,"Kenya","Fish liver oils, nei","fish_oil",1976, 43,"Kenya","Fish liver oils, nei","fish_oil",1977, 43,"Kenya","Fish liver oils, nei","fish_oil",1978, @@ -9944,6 +10486,7 @@ 43,"Kenya","Fish liver oils, nei","fish_oil",2018, 43,"Kenya","Fish liver oils, nei","fish_oil",2019, 43,"Kenya","Fish liver oils, nei","fish_oil",2020,0.59 +43,"Kenya","Fish liver oils, nei","fish_oil",2021,1.44 43,"Kenya","Miscellaneous corals and shells","shells",1976, 43,"Kenya","Miscellaneous corals and shells","shells",1977, 43,"Kenya","Miscellaneous corals and shells","shells",1978, @@ -9989,6 +10532,7 @@ 43,"Kenya","Miscellaneous corals and shells","shells",2018,174 43,"Kenya","Miscellaneous corals and shells","shells",2019,151.86 43,"Kenya","Miscellaneous corals and shells","shells",2020,184.39 +43,"Kenya","Miscellaneous corals and shells","shells",2021,213.95 43,"Kenya","Natural sponges nei","sponges",1976, 43,"Kenya","Natural sponges nei","sponges",1977, 43,"Kenya","Natural sponges nei","sponges",1978, @@ -10034,6 +10578,7 @@ 43,"Kenya","Natural sponges nei","sponges",2018, 43,"Kenya","Natural sponges nei","sponges",2019, 43,"Kenya","Natural sponges nei","sponges",2020, +43,"Kenya","Natural sponges nei","sponges",2021, 43,"Kenya","Ornamental fish nei","ornamentals",1976, 43,"Kenya","Ornamental fish nei","ornamentals",1977, 43,"Kenya","Ornamental fish nei","ornamentals",1978, @@ -10079,6 +10624,7 @@ 43,"Kenya","Ornamental fish nei","ornamentals",2018, 43,"Kenya","Ornamental fish nei","ornamentals",2019, 43,"Kenya","Ornamental fish nei","ornamentals",2020, +43,"Kenya","Ornamental fish nei","ornamentals",2021, 43,"Kenya","Ornamental saltwater fish","ornamentals",1976, 43,"Kenya","Ornamental saltwater fish","ornamentals",1977, 43,"Kenya","Ornamental saltwater fish","ornamentals",1978, @@ -10124,6 +10670,7 @@ 43,"Kenya","Ornamental saltwater fish","ornamentals",2018,26 43,"Kenya","Ornamental saltwater fish","ornamentals",2019,54.73 43,"Kenya","Ornamental saltwater fish","ornamentals",2020,269.95 +43,"Kenya","Ornamental saltwater fish","ornamentals",2021,548.77 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -10169,6 +10716,7 @@ 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,7 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,39.82 43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +43,"Kenya","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -10214,6 +10762,53 @@ 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,9.84 +43,"Kenya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,15.51 +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +43,"Kenya","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,98.94 44,"Somalia","Coral and the like","corals",1976, 44,"Somalia","Coral and the like","corals",1977, 44,"Somalia","Coral and the like","corals",1978, @@ -10259,6 +10854,7 @@ 44,"Somalia","Coral and the like","corals",2018, 44,"Somalia","Coral and the like","corals",2019, 44,"Somalia","Coral and the like","corals",2020, +44,"Somalia","Coral and the like","corals",2021, 44,"Somalia","Fish body oils, nei","fish_oil",1976, 44,"Somalia","Fish body oils, nei","fish_oil",1977, 44,"Somalia","Fish body oils, nei","fish_oil",1978, @@ -10304,6 +10900,7 @@ 44,"Somalia","Fish body oils, nei","fish_oil",2018,50 44,"Somalia","Fish body oils, nei","fish_oil",2019, 44,"Somalia","Fish body oils, nei","fish_oil",2020, +44,"Somalia","Fish body oils, nei","fish_oil",2021,22.7 44,"Somalia","Fish liver oils, nei","fish_oil",1976, 44,"Somalia","Fish liver oils, nei","fish_oil",1977, 44,"Somalia","Fish liver oils, nei","fish_oil",1978, @@ -10349,6 +10946,7 @@ 44,"Somalia","Fish liver oils, nei","fish_oil",2018,1116 44,"Somalia","Fish liver oils, nei","fish_oil",2019,2675.1 44,"Somalia","Fish liver oils, nei","fish_oil",2020,5318.05 +44,"Somalia","Fish liver oils, nei","fish_oil",2021,3256.78 44,"Somalia","Miscellaneous corals and shells","shells",1976, 44,"Somalia","Miscellaneous corals and shells","shells",1977, 44,"Somalia","Miscellaneous corals and shells","shells",1978, @@ -10394,6 +10992,7 @@ 44,"Somalia","Miscellaneous corals and shells","shells",2018, 44,"Somalia","Miscellaneous corals and shells","shells",2019, 44,"Somalia","Miscellaneous corals and shells","shells",2020, +44,"Somalia","Miscellaneous corals and shells","shells",2021,0 44,"Somalia","Mother of pearl shells","shells",1976, 44,"Somalia","Mother of pearl shells","shells",1977, 44,"Somalia","Mother of pearl shells","shells",1978, @@ -10439,6 +11038,7 @@ 44,"Somalia","Mother of pearl shells","shells",2018, 44,"Somalia","Mother of pearl shells","shells",2019, 44,"Somalia","Mother of pearl shells","shells",2020, +44,"Somalia","Mother of pearl shells","shells",2021, 44,"Somalia","Ornamental fish nei","ornamentals",1976, 44,"Somalia","Ornamental fish nei","ornamentals",1977, 44,"Somalia","Ornamental fish nei","ornamentals",1978, @@ -10484,6 +11084,7 @@ 44,"Somalia","Ornamental fish nei","ornamentals",2018, 44,"Somalia","Ornamental fish nei","ornamentals",2019, 44,"Somalia","Ornamental fish nei","ornamentals",2020, +44,"Somalia","Ornamental fish nei","ornamentals",2021, 44,"Somalia","Ornamental saltwater fish","ornamentals",1976, 44,"Somalia","Ornamental saltwater fish","ornamentals",1977, 44,"Somalia","Ornamental saltwater fish","ornamentals",1978, @@ -10529,6 +11130,7 @@ 44,"Somalia","Ornamental saltwater fish","ornamentals",2018, 44,"Somalia","Ornamental saltwater fish","ornamentals",2019,2.31 44,"Somalia","Ornamental saltwater fish","ornamentals",2020,41.98 +44,"Somalia","Ornamental saltwater fish","ornamentals",2021,153.68 44,"Somalia","Shells nei","shells",1976, 44,"Somalia","Shells nei","shells",1977, 44,"Somalia","Shells nei","shells",1978, @@ -10574,6 +11176,7 @@ 44,"Somalia","Shells nei","shells",2018, 44,"Somalia","Shells nei","shells",2019, 44,"Somalia","Shells nei","shells",2020,0.09 +44,"Somalia","Shells nei","shells",2021, 45,"Eritrea","Coral and the like","corals",1976, 45,"Eritrea","Coral and the like","corals",1977, 45,"Eritrea","Coral and the like","corals",1978, @@ -10619,6 +11222,7 @@ 45,"Eritrea","Coral and the like","corals",2018, 45,"Eritrea","Coral and the like","corals",2019, 45,"Eritrea","Coral and the like","corals",2020, +45,"Eritrea","Coral and the like","corals",2021, 45,"Eritrea","Miscellaneous corals and shells","shells",1976, 45,"Eritrea","Miscellaneous corals and shells","shells",1977, 45,"Eritrea","Miscellaneous corals and shells","shells",1978, @@ -10664,6 +11268,7 @@ 45,"Eritrea","Miscellaneous corals and shells","shells",2018, 45,"Eritrea","Miscellaneous corals and shells","shells",2019, 45,"Eritrea","Miscellaneous corals and shells","shells",2020, +45,"Eritrea","Miscellaneous corals and shells","shells",2021, 45,"Eritrea","Ornamental fish nei","ornamentals",1976, 45,"Eritrea","Ornamental fish nei","ornamentals",1977, 45,"Eritrea","Ornamental fish nei","ornamentals",1978, @@ -10709,6 +11314,7 @@ 45,"Eritrea","Ornamental fish nei","ornamentals",2018, 45,"Eritrea","Ornamental fish nei","ornamentals",2019, 45,"Eritrea","Ornamental fish nei","ornamentals",2020, +45,"Eritrea","Ornamental fish nei","ornamentals",2021, 45,"Eritrea","Ornamental saltwater fish","ornamentals",1976, 45,"Eritrea","Ornamental saltwater fish","ornamentals",1977, 45,"Eritrea","Ornamental saltwater fish","ornamentals",1978, @@ -10754,6 +11360,7 @@ 45,"Eritrea","Ornamental saltwater fish","ornamentals",2018, 45,"Eritrea","Ornamental saltwater fish","ornamentals",2019, 45,"Eritrea","Ornamental saltwater fish","ornamentals",2020, +45,"Eritrea","Ornamental saltwater fish","ornamentals",2021, 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -10799,6 +11406,7 @@ 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +45,"Eritrea","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 46,"Djibouti","Agar agar nei","seaweeds",1976, 46,"Djibouti","Agar agar nei","seaweeds",1977, 46,"Djibouti","Agar agar nei","seaweeds",1978, @@ -10844,6 +11452,7 @@ 46,"Djibouti","Agar agar nei","seaweeds",2018, 46,"Djibouti","Agar agar nei","seaweeds",2019, 46,"Djibouti","Agar agar nei","seaweeds",2020, +46,"Djibouti","Agar agar nei","seaweeds",2021, 46,"Djibouti","Fish body oils, nei","fish_oil",1976, 46,"Djibouti","Fish body oils, nei","fish_oil",1977, 46,"Djibouti","Fish body oils, nei","fish_oil",1978, @@ -10889,6 +11498,7 @@ 46,"Djibouti","Fish body oils, nei","fish_oil",2018,0 46,"Djibouti","Fish body oils, nei","fish_oil",2019, 46,"Djibouti","Fish body oils, nei","fish_oil",2020, +46,"Djibouti","Fish body oils, nei","fish_oil",2021, 46,"Djibouti","Miscellaneous corals and shells","shells",1976, 46,"Djibouti","Miscellaneous corals and shells","shells",1977, 46,"Djibouti","Miscellaneous corals and shells","shells",1978, @@ -10934,6 +11544,7 @@ 46,"Djibouti","Miscellaneous corals and shells","shells",2018, 46,"Djibouti","Miscellaneous corals and shells","shells",2019, 46,"Djibouti","Miscellaneous corals and shells","shells",2020, +46,"Djibouti","Miscellaneous corals and shells","shells",2021, 46,"Djibouti","Ornamental fish nei","ornamentals",1976, 46,"Djibouti","Ornamental fish nei","ornamentals",1977, 46,"Djibouti","Ornamental fish nei","ornamentals",1978, @@ -10979,6 +11590,7 @@ 46,"Djibouti","Ornamental fish nei","ornamentals",2018, 46,"Djibouti","Ornamental fish nei","ornamentals",2019, 46,"Djibouti","Ornamental fish nei","ornamentals",2020, +46,"Djibouti","Ornamental fish nei","ornamentals",2021, 46,"Djibouti","Ornamental saltwater fish","ornamentals",1976, 46,"Djibouti","Ornamental saltwater fish","ornamentals",1977, 46,"Djibouti","Ornamental saltwater fish","ornamentals",1978, @@ -11024,6 +11636,7 @@ 46,"Djibouti","Ornamental saltwater fish","ornamentals",2018,832 46,"Djibouti","Ornamental saltwater fish","ornamentals",2019,508.91 46,"Djibouti","Ornamental saltwater fish","ornamentals",2020,630.74 +46,"Djibouti","Ornamental saltwater fish","ornamentals",2021,707.34 47,"Yemen","Agar agar nei","seaweeds",1976, 47,"Yemen","Agar agar nei","seaweeds",1977, 47,"Yemen","Agar agar nei","seaweeds",1978, @@ -11069,6 +11682,7 @@ 47,"Yemen","Agar agar nei","seaweeds",2018, 47,"Yemen","Agar agar nei","seaweeds",2019, 47,"Yemen","Agar agar nei","seaweeds",2020, +47,"Yemen","Agar agar nei","seaweeds",2021,0 47,"Yemen","Fish body oils, nei","fish_oil",1976, 47,"Yemen","Fish body oils, nei","fish_oil",1977, 47,"Yemen","Fish body oils, nei","fish_oil",1978, @@ -11114,6 +11728,7 @@ 47,"Yemen","Fish body oils, nei","fish_oil",2018,21 47,"Yemen","Fish body oils, nei","fish_oil",2019, 47,"Yemen","Fish body oils, nei","fish_oil",2020,423.53 +47,"Yemen","Fish body oils, nei","fish_oil",2021,3194.54 47,"Yemen","Fish liver oils, nei","fish_oil",1976, 47,"Yemen","Fish liver oils, nei","fish_oil",1977, 47,"Yemen","Fish liver oils, nei","fish_oil",1978, @@ -11159,6 +11774,7 @@ 47,"Yemen","Fish liver oils, nei","fish_oil",2018,1200 47,"Yemen","Fish liver oils, nei","fish_oil",2019,1008.09 47,"Yemen","Fish liver oils, nei","fish_oil",2020,3102.61 +47,"Yemen","Fish liver oils, nei","fish_oil",2021,2024.47 47,"Yemen","Miscellaneous corals and shells","shells",1976, 47,"Yemen","Miscellaneous corals and shells","shells",1977, 47,"Yemen","Miscellaneous corals and shells","shells",1978, @@ -11204,6 +11820,7 @@ 47,"Yemen","Miscellaneous corals and shells","shells",2018, 47,"Yemen","Miscellaneous corals and shells","shells",2019, 47,"Yemen","Miscellaneous corals and shells","shells",2020, +47,"Yemen","Miscellaneous corals and shells","shells",2021,10.88 47,"Yemen","Ornamental fish nei","ornamentals",1976, 47,"Yemen","Ornamental fish nei","ornamentals",1977, 47,"Yemen","Ornamental fish nei","ornamentals",1978, @@ -11249,6 +11866,7 @@ 47,"Yemen","Ornamental fish nei","ornamentals",2018, 47,"Yemen","Ornamental fish nei","ornamentals",2019, 47,"Yemen","Ornamental fish nei","ornamentals",2020, +47,"Yemen","Ornamental fish nei","ornamentals",2021, 47,"Yemen","Ornamental saltwater fish","ornamentals",1976, 47,"Yemen","Ornamental saltwater fish","ornamentals",1977, 47,"Yemen","Ornamental saltwater fish","ornamentals",1978, @@ -11294,6 +11912,7 @@ 47,"Yemen","Ornamental saltwater fish","ornamentals",2018,14 47,"Yemen","Ornamental saltwater fish","ornamentals",2019, 47,"Yemen","Ornamental saltwater fish","ornamentals",2020, +47,"Yemen","Ornamental saltwater fish","ornamentals",2021, 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -11339,6 +11958,7 @@ 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +47,"Yemen","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -11384,6 +12004,7 @@ 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +47,"Yemen","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -11429,6 +12050,7 @@ 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +47,"Yemen","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0 48,"Oman","Agar agar nei","seaweeds",1976, 48,"Oman","Agar agar nei","seaweeds",1977, 48,"Oman","Agar agar nei","seaweeds",1978, @@ -11474,6 +12096,7 @@ 48,"Oman","Agar agar nei","seaweeds",2018, 48,"Oman","Agar agar nei","seaweeds",2019, 48,"Oman","Agar agar nei","seaweeds",2020,33.87 +48,"Oman","Agar agar nei","seaweeds",2021, 48,"Oman","Coral and the like","corals",1976, 48,"Oman","Coral and the like","corals",1977, 48,"Oman","Coral and the like","corals",1978, @@ -11519,6 +12142,7 @@ 48,"Oman","Coral and the like","corals",2018, 48,"Oman","Coral and the like","corals",2019, 48,"Oman","Coral and the like","corals",2020, +48,"Oman","Coral and the like","corals",2021, 48,"Oman","Fish body oils, nei","fish_oil",1976, 48,"Oman","Fish body oils, nei","fish_oil",1977, 48,"Oman","Fish body oils, nei","fish_oil",1978, @@ -11564,6 +12188,7 @@ 48,"Oman","Fish body oils, nei","fish_oil",2018,15887.75 48,"Oman","Fish body oils, nei","fish_oil",2019,7950.82 48,"Oman","Fish body oils, nei","fish_oil",2020,32272.94 +48,"Oman","Fish body oils, nei","fish_oil",2021,35174.24 48,"Oman","Fish liver oils, nei","fish_oil",1976, 48,"Oman","Fish liver oils, nei","fish_oil",1977, 48,"Oman","Fish liver oils, nei","fish_oil",1978, @@ -11609,6 +12234,7 @@ 48,"Oman","Fish liver oils, nei","fish_oil",2018, 48,"Oman","Fish liver oils, nei","fish_oil",2019,187.29 48,"Oman","Fish liver oils, nei","fish_oil",2020,4037.89 +48,"Oman","Fish liver oils, nei","fish_oil",2021,9500.42 48,"Oman","Miscellaneous corals and shells","shells",1976, 48,"Oman","Miscellaneous corals and shells","shells",1977, 48,"Oman","Miscellaneous corals and shells","shells",1978, @@ -11654,6 +12280,7 @@ 48,"Oman","Miscellaneous corals and shells","shells",2018, 48,"Oman","Miscellaneous corals and shells","shells",2019,15.17 48,"Oman","Miscellaneous corals and shells","shells",2020,38.02 +48,"Oman","Miscellaneous corals and shells","shells",2021,3.32 48,"Oman","Natural sponges nei","sponges",1976, 48,"Oman","Natural sponges nei","sponges",1977, 48,"Oman","Natural sponges nei","sponges",1978, @@ -11699,6 +12326,7 @@ 48,"Oman","Natural sponges nei","sponges",2018, 48,"Oman","Natural sponges nei","sponges",2019, 48,"Oman","Natural sponges nei","sponges",2020, +48,"Oman","Natural sponges nei","sponges",2021, 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",1976, 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",1977, 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -11744,6 +12372,7 @@ 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",2018, 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",2019, 48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",2020, +48,"Oman","Oils and fats of aquatic animals, nei","fish_oil",2021, 48,"Oman","Ornamental fish nei","ornamentals",1976, 48,"Oman","Ornamental fish nei","ornamentals",1977, 48,"Oman","Ornamental fish nei","ornamentals",1978, @@ -11789,6 +12418,7 @@ 48,"Oman","Ornamental fish nei","ornamentals",2018, 48,"Oman","Ornamental fish nei","ornamentals",2019, 48,"Oman","Ornamental fish nei","ornamentals",2020, +48,"Oman","Ornamental fish nei","ornamentals",2021, 48,"Oman","Ornamental saltwater fish","ornamentals",1976, 48,"Oman","Ornamental saltwater fish","ornamentals",1977, 48,"Oman","Ornamental saltwater fish","ornamentals",1978, @@ -11834,6 +12464,7 @@ 48,"Oman","Ornamental saltwater fish","ornamentals",2018, 48,"Oman","Ornamental saltwater fish","ornamentals",2019,0.33 48,"Oman","Ornamental saltwater fish","ornamentals",2020,1.47 +48,"Oman","Ornamental saltwater fish","ornamentals",2021, 49,"Sudan","Agar agar nei","seaweeds",1976, 49,"Sudan","Agar agar nei","seaweeds",1977, 49,"Sudan","Agar agar nei","seaweeds",1978, @@ -11879,6 +12510,7 @@ 49,"Sudan","Agar agar nei","seaweeds",2018, 49,"Sudan","Agar agar nei","seaweeds",2019, 49,"Sudan","Agar agar nei","seaweeds",2020, +49,"Sudan","Agar agar nei","seaweeds",2021, 49,"Sudan","Coral and the like","corals",1976, 49,"Sudan","Coral and the like","corals",1977, 49,"Sudan","Coral and the like","corals",1978, @@ -11924,6 +12556,7 @@ 49,"Sudan","Coral and the like","corals",2018, 49,"Sudan","Coral and the like","corals",2019, 49,"Sudan","Coral and the like","corals",2020, +49,"Sudan","Coral and the like","corals",2021, 49,"Sudan","Miscellaneous corals and shells","shells",1976, 49,"Sudan","Miscellaneous corals and shells","shells",1977, 49,"Sudan","Miscellaneous corals and shells","shells",1978, @@ -11969,6 +12602,7 @@ 49,"Sudan","Miscellaneous corals and shells","shells",2018,51 49,"Sudan","Miscellaneous corals and shells","shells",2019,94.24 49,"Sudan","Miscellaneous corals and shells","shells",2020,124.56 +49,"Sudan","Miscellaneous corals and shells","shells",2021,149.23 49,"Sudan","Natural sponges nei","sponges",1976, 49,"Sudan","Natural sponges nei","sponges",1977, 49,"Sudan","Natural sponges nei","sponges",1978, @@ -12014,6 +12648,7 @@ 49,"Sudan","Natural sponges nei","sponges",2018, 49,"Sudan","Natural sponges nei","sponges",2019, 49,"Sudan","Natural sponges nei","sponges",2020, +49,"Sudan","Natural sponges nei","sponges",2021, 49,"Sudan","Ornamental fish nei","ornamentals",1976, 49,"Sudan","Ornamental fish nei","ornamentals",1977, 49,"Sudan","Ornamental fish nei","ornamentals",1978, @@ -12059,6 +12694,7 @@ 49,"Sudan","Ornamental fish nei","ornamentals",2018, 49,"Sudan","Ornamental fish nei","ornamentals",2019, 49,"Sudan","Ornamental fish nei","ornamentals",2020, +49,"Sudan","Ornamental fish nei","ornamentals",2021, 49,"Sudan","Ornamental saltwater fish","ornamentals",1976, 49,"Sudan","Ornamental saltwater fish","ornamentals",1977, 49,"Sudan","Ornamental saltwater fish","ornamentals",1978, @@ -12104,6 +12740,7 @@ 49,"Sudan","Ornamental saltwater fish","ornamentals",2018, 49,"Sudan","Ornamental saltwater fish","ornamentals",2019, 49,"Sudan","Ornamental saltwater fish","ornamentals",2020,0.04 +49,"Sudan","Ornamental saltwater fish","ornamentals",2021,21.77 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -12149,6 +12786,7 @@ 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +49,"Sudan","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -12194,6 +12832,53 @@ 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,50 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +49,"Sudan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, +49,"Sudan","Shells nei","shells",1976, +49,"Sudan","Shells nei","shells",1977, +49,"Sudan","Shells nei","shells",1978, +49,"Sudan","Shells nei","shells",1979, +49,"Sudan","Shells nei","shells",1980, +49,"Sudan","Shells nei","shells",1981, +49,"Sudan","Shells nei","shells",1982, +49,"Sudan","Shells nei","shells",1983, +49,"Sudan","Shells nei","shells",1984, +49,"Sudan","Shells nei","shells",1985, +49,"Sudan","Shells nei","shells",1986, +49,"Sudan","Shells nei","shells",1987, +49,"Sudan","Shells nei","shells",1988, +49,"Sudan","Shells nei","shells",1989, +49,"Sudan","Shells nei","shells",1990, +49,"Sudan","Shells nei","shells",1991, +49,"Sudan","Shells nei","shells",1992, +49,"Sudan","Shells nei","shells",1993, +49,"Sudan","Shells nei","shells",1994, +49,"Sudan","Shells nei","shells",1995, +49,"Sudan","Shells nei","shells",1996, +49,"Sudan","Shells nei","shells",1997, +49,"Sudan","Shells nei","shells",1998, +49,"Sudan","Shells nei","shells",1999, +49,"Sudan","Shells nei","shells",2000, +49,"Sudan","Shells nei","shells",2001, +49,"Sudan","Shells nei","shells",2002, +49,"Sudan","Shells nei","shells",2003, +49,"Sudan","Shells nei","shells",2004, +49,"Sudan","Shells nei","shells",2005, +49,"Sudan","Shells nei","shells",2006, +49,"Sudan","Shells nei","shells",2007, +49,"Sudan","Shells nei","shells",2008, +49,"Sudan","Shells nei","shells",2009, +49,"Sudan","Shells nei","shells",2010, +49,"Sudan","Shells nei","shells",2011, +49,"Sudan","Shells nei","shells",2012, +49,"Sudan","Shells nei","shells",2013, +49,"Sudan","Shells nei","shells",2014, +49,"Sudan","Shells nei","shells",2015, +49,"Sudan","Shells nei","shells",2016, +49,"Sudan","Shells nei","shells",2017, +49,"Sudan","Shells nei","shells",2018, +49,"Sudan","Shells nei","shells",2019, +49,"Sudan","Shells nei","shells",2020, +49,"Sudan","Shells nei","shells",2021,24.17 50,"Saudi Arabia","Fish body oils, nei","fish_oil",1976, 50,"Saudi Arabia","Fish body oils, nei","fish_oil",1977, 50,"Saudi Arabia","Fish body oils, nei","fish_oil",1978, @@ -12239,6 +12924,7 @@ 50,"Saudi Arabia","Fish body oils, nei","fish_oil",2018, 50,"Saudi Arabia","Fish body oils, nei","fish_oil",2019, 50,"Saudi Arabia","Fish body oils, nei","fish_oil",2020, +50,"Saudi Arabia","Fish body oils, nei","fish_oil",2021, 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",1976, 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",1977, 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",1978, @@ -12284,6 +12970,7 @@ 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",2018, 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",2019, 50,"Saudi Arabia","Fish liver oils, nei","fish_oil",2020, +50,"Saudi Arabia","Fish liver oils, nei","fish_oil",2021, 50,"Saudi Arabia","Miscellaneous corals and shells","shells",1976, 50,"Saudi Arabia","Miscellaneous corals and shells","shells",1977, 50,"Saudi Arabia","Miscellaneous corals and shells","shells",1978, @@ -12329,6 +13016,7 @@ 50,"Saudi Arabia","Miscellaneous corals and shells","shells",2018, 50,"Saudi Arabia","Miscellaneous corals and shells","shells",2019, 50,"Saudi Arabia","Miscellaneous corals and shells","shells",2020, +50,"Saudi Arabia","Miscellaneous corals and shells","shells",2021,16.65 50,"Saudi Arabia","Natural sponges nei","sponges",1976, 50,"Saudi Arabia","Natural sponges nei","sponges",1977, 50,"Saudi Arabia","Natural sponges nei","sponges",1978, @@ -12374,6 +13062,7 @@ 50,"Saudi Arabia","Natural sponges nei","sponges",2018, 50,"Saudi Arabia","Natural sponges nei","sponges",2019, 50,"Saudi Arabia","Natural sponges nei","sponges",2020, +50,"Saudi Arabia","Natural sponges nei","sponges",2021, 50,"Saudi Arabia","Natural sponges other than raw","sponges",1976, 50,"Saudi Arabia","Natural sponges other than raw","sponges",1977, 50,"Saudi Arabia","Natural sponges other than raw","sponges",1978, @@ -12419,6 +13108,7 @@ 50,"Saudi Arabia","Natural sponges other than raw","sponges",2018, 50,"Saudi Arabia","Natural sponges other than raw","sponges",2019, 50,"Saudi Arabia","Natural sponges other than raw","sponges",2020, +50,"Saudi Arabia","Natural sponges other than raw","sponges",2021, 50,"Saudi Arabia","Ornamental fish nei","ornamentals",1976, 50,"Saudi Arabia","Ornamental fish nei","ornamentals",1977, 50,"Saudi Arabia","Ornamental fish nei","ornamentals",1978, @@ -12464,6 +13154,7 @@ 50,"Saudi Arabia","Ornamental fish nei","ornamentals",2018, 50,"Saudi Arabia","Ornamental fish nei","ornamentals",2019, 50,"Saudi Arabia","Ornamental fish nei","ornamentals",2020, +50,"Saudi Arabia","Ornamental fish nei","ornamentals",2021, 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -12509,6 +13200,53 @@ 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +50,"Saudi Arabia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +50,"Saudi Arabia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,5.87 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -12554,6 +13292,7 @@ 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +50,"Saudi Arabia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 51,"Kuwait","Agar agar nei","seaweeds",1976, 51,"Kuwait","Agar agar nei","seaweeds",1977, 51,"Kuwait","Agar agar nei","seaweeds",1978, @@ -12599,6 +13338,7 @@ 51,"Kuwait","Agar agar nei","seaweeds",2018, 51,"Kuwait","Agar agar nei","seaweeds",2019, 51,"Kuwait","Agar agar nei","seaweeds",2020, +51,"Kuwait","Agar agar nei","seaweeds",2021, 51,"Kuwait","Coral and the like","corals",1976, 51,"Kuwait","Coral and the like","corals",1977, 51,"Kuwait","Coral and the like","corals",1978, @@ -12644,6 +13384,7 @@ 51,"Kuwait","Coral and the like","corals",2018, 51,"Kuwait","Coral and the like","corals",2019, 51,"Kuwait","Coral and the like","corals",2020, +51,"Kuwait","Coral and the like","corals",2021, 51,"Kuwait","Fish body oils, nei","fish_oil",1976, 51,"Kuwait","Fish body oils, nei","fish_oil",1977, 51,"Kuwait","Fish body oils, nei","fish_oil",1978, @@ -12689,6 +13430,7 @@ 51,"Kuwait","Fish body oils, nei","fish_oil",2018, 51,"Kuwait","Fish body oils, nei","fish_oil",2019, 51,"Kuwait","Fish body oils, nei","fish_oil",2020, +51,"Kuwait","Fish body oils, nei","fish_oil",2021, 51,"Kuwait","Miscellaneous corals and shells","shells",1976, 51,"Kuwait","Miscellaneous corals and shells","shells",1977, 51,"Kuwait","Miscellaneous corals and shells","shells",1978, @@ -12734,6 +13476,7 @@ 51,"Kuwait","Miscellaneous corals and shells","shells",2018, 51,"Kuwait","Miscellaneous corals and shells","shells",2019, 51,"Kuwait","Miscellaneous corals and shells","shells",2020, +51,"Kuwait","Miscellaneous corals and shells","shells",2021, 51,"Kuwait","Natural sponges raw","sponges",1976, 51,"Kuwait","Natural sponges raw","sponges",1977, 51,"Kuwait","Natural sponges raw","sponges",1978, @@ -12779,6 +13522,7 @@ 51,"Kuwait","Natural sponges raw","sponges",2018, 51,"Kuwait","Natural sponges raw","sponges",2019, 51,"Kuwait","Natural sponges raw","sponges",2020, +51,"Kuwait","Natural sponges raw","sponges",2021, 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",1976,3 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",1977,7 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -12824,6 +13568,7 @@ 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",2018, 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",2019, 51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",2020, +51,"Kuwait","Oils and fats of aquatic animals, nei","fish_oil",2021, 51,"Kuwait","Ornamental saltwater fish","ornamentals",1976, 51,"Kuwait","Ornamental saltwater fish","ornamentals",1977, 51,"Kuwait","Ornamental saltwater fish","ornamentals",1978, @@ -12869,6 +13614,7 @@ 51,"Kuwait","Ornamental saltwater fish","ornamentals",2018, 51,"Kuwait","Ornamental saltwater fish","ornamentals",2019, 51,"Kuwait","Ornamental saltwater fish","ornamentals",2020, +51,"Kuwait","Ornamental saltwater fish","ornamentals",2021, 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -12914,6 +13660,7 @@ 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +51,"Kuwait","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -12959,6 +13706,7 @@ 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,2 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +51,"Kuwait","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -13004,6 +13752,7 @@ 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +51,"Kuwait","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 51,"Kuwait","Shells nei","shells",1976, 51,"Kuwait","Shells nei","shells",1977, 51,"Kuwait","Shells nei","shells",1978, @@ -13049,6 +13798,7 @@ 51,"Kuwait","Shells nei","shells",2018, 51,"Kuwait","Shells nei","shells",2019, 51,"Kuwait","Shells nei","shells",2020, +51,"Kuwait","Shells nei","shells",2021, 52,"Bahrain","Agar agar nei","seaweeds",1976, 52,"Bahrain","Agar agar nei","seaweeds",1977, 52,"Bahrain","Agar agar nei","seaweeds",1978, @@ -13094,6 +13844,7 @@ 52,"Bahrain","Agar agar nei","seaweeds",2018,30 52,"Bahrain","Agar agar nei","seaweeds",2019,52.16 52,"Bahrain","Agar agar nei","seaweeds",2020,37.98 +52,"Bahrain","Agar agar nei","seaweeds",2021,23.01 52,"Bahrain","Fish body oils, nei","fish_oil",1976, 52,"Bahrain","Fish body oils, nei","fish_oil",1977, 52,"Bahrain","Fish body oils, nei","fish_oil",1978,3 @@ -13139,6 +13890,7 @@ 52,"Bahrain","Fish body oils, nei","fish_oil",2018, 52,"Bahrain","Fish body oils, nei","fish_oil",2019, 52,"Bahrain","Fish body oils, nei","fish_oil",2020,0.03 +52,"Bahrain","Fish body oils, nei","fish_oil",2021, 52,"Bahrain","Fish liver oils, nei","fish_oil",1976, 52,"Bahrain","Fish liver oils, nei","fish_oil",1977, 52,"Bahrain","Fish liver oils, nei","fish_oil",1978, @@ -13184,6 +13936,7 @@ 52,"Bahrain","Fish liver oils, nei","fish_oil",2018, 52,"Bahrain","Fish liver oils, nei","fish_oil",2019, 52,"Bahrain","Fish liver oils, nei","fish_oil",2020,0.01 +52,"Bahrain","Fish liver oils, nei","fish_oil",2021,0.02 52,"Bahrain","Miscellaneous corals and shells","shells",1976, 52,"Bahrain","Miscellaneous corals and shells","shells",1977, 52,"Bahrain","Miscellaneous corals and shells","shells",1978, @@ -13229,6 +13982,7 @@ 52,"Bahrain","Miscellaneous corals and shells","shells",2018, 52,"Bahrain","Miscellaneous corals and shells","shells",2019,21.3 52,"Bahrain","Miscellaneous corals and shells","shells",2020,24.23 +52,"Bahrain","Miscellaneous corals and shells","shells",2021,0.05 52,"Bahrain","Ornamental fish nei","ornamentals",1976, 52,"Bahrain","Ornamental fish nei","ornamentals",1977, 52,"Bahrain","Ornamental fish nei","ornamentals",1978, @@ -13274,6 +14028,7 @@ 52,"Bahrain","Ornamental fish nei","ornamentals",2018, 52,"Bahrain","Ornamental fish nei","ornamentals",2019, 52,"Bahrain","Ornamental fish nei","ornamentals",2020, +52,"Bahrain","Ornamental fish nei","ornamentals",2021, 52,"Bahrain","Ornamental saltwater fish","ornamentals",1976, 52,"Bahrain","Ornamental saltwater fish","ornamentals",1977, 52,"Bahrain","Ornamental saltwater fish","ornamentals",1978, @@ -13319,6 +14074,7 @@ 52,"Bahrain","Ornamental saltwater fish","ornamentals",2018, 52,"Bahrain","Ornamental saltwater fish","ornamentals",2019,26.17 52,"Bahrain","Ornamental saltwater fish","ornamentals",2020, +52,"Bahrain","Ornamental saltwater fish","ornamentals",2021,127.66 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -13364,6 +14120,7 @@ 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,15 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,4.91 52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,2.54 +52,"Bahrain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,4.21 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -13409,6 +14166,7 @@ 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +52,"Bahrain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 53,"Pakistan","Agar agar nei","seaweeds",1976, 53,"Pakistan","Agar agar nei","seaweeds",1977, 53,"Pakistan","Agar agar nei","seaweeds",1978, @@ -13454,6 +14212,7 @@ 53,"Pakistan","Agar agar nei","seaweeds",2018,1 53,"Pakistan","Agar agar nei","seaweeds",2019,14 53,"Pakistan","Agar agar nei","seaweeds",2020, +53,"Pakistan","Agar agar nei","seaweeds",2021,48.22 53,"Pakistan","Cod liver oil","fish_oil",1976, 53,"Pakistan","Cod liver oil","fish_oil",1977, 53,"Pakistan","Cod liver oil","fish_oil",1978, @@ -13499,6 +14258,7 @@ 53,"Pakistan","Cod liver oil","fish_oil",2018, 53,"Pakistan","Cod liver oil","fish_oil",2019, 53,"Pakistan","Cod liver oil","fish_oil",2020, +53,"Pakistan","Cod liver oil","fish_oil",2021, 53,"Pakistan","Coral and the like","corals",1976, 53,"Pakistan","Coral and the like","corals",1977, 53,"Pakistan","Coral and the like","corals",1978, @@ -13544,6 +14304,7 @@ 53,"Pakistan","Coral and the like","corals",2018,30 53,"Pakistan","Coral and the like","corals",2019,28.38 53,"Pakistan","Coral and the like","corals",2020,2.29 +53,"Pakistan","Coral and the like","corals",2021,6.74 53,"Pakistan","Fish body oils, nei","fish_oil",1976, 53,"Pakistan","Fish body oils, nei","fish_oil",1977, 53,"Pakistan","Fish body oils, nei","fish_oil",1978, @@ -13589,6 +14350,7 @@ 53,"Pakistan","Fish body oils, nei","fish_oil",2018,440 53,"Pakistan","Fish body oils, nei","fish_oil",2019,761.02 53,"Pakistan","Fish body oils, nei","fish_oil",2020,553.02 +53,"Pakistan","Fish body oils, nei","fish_oil",2021,515.78 53,"Pakistan","Fish liver oils, nei","fish_oil",1976, 53,"Pakistan","Fish liver oils, nei","fish_oil",1977, 53,"Pakistan","Fish liver oils, nei","fish_oil",1978, @@ -13634,6 +14396,7 @@ 53,"Pakistan","Fish liver oils, nei","fish_oil",2018, 53,"Pakistan","Fish liver oils, nei","fish_oil",2019, 53,"Pakistan","Fish liver oils, nei","fish_oil",2020,123.68 +53,"Pakistan","Fish liver oils, nei","fish_oil",2021,33.31 53,"Pakistan","Miscellaneous corals and shells","shells",1976, 53,"Pakistan","Miscellaneous corals and shells","shells",1977, 53,"Pakistan","Miscellaneous corals and shells","shells",1978, @@ -13679,6 +14442,7 @@ 53,"Pakistan","Miscellaneous corals and shells","shells",2018, 53,"Pakistan","Miscellaneous corals and shells","shells",2019, 53,"Pakistan","Miscellaneous corals and shells","shells",2020, +53,"Pakistan","Miscellaneous corals and shells","shells",2021, 53,"Pakistan","Natural sponges nei","sponges",1976, 53,"Pakistan","Natural sponges nei","sponges",1977, 53,"Pakistan","Natural sponges nei","sponges",1978, @@ -13724,6 +14488,7 @@ 53,"Pakistan","Natural sponges nei","sponges",2018, 53,"Pakistan","Natural sponges nei","sponges",2019, 53,"Pakistan","Natural sponges nei","sponges",2020, +53,"Pakistan","Natural sponges nei","sponges",2021, 53,"Pakistan","Ornamental fish nei","ornamentals",1976, 53,"Pakistan","Ornamental fish nei","ornamentals",1977, 53,"Pakistan","Ornamental fish nei","ornamentals",1978, @@ -13769,6 +14534,7 @@ 53,"Pakistan","Ornamental fish nei","ornamentals",2018, 53,"Pakistan","Ornamental fish nei","ornamentals",2019, 53,"Pakistan","Ornamental fish nei","ornamentals",2020, +53,"Pakistan","Ornamental fish nei","ornamentals",2021, 53,"Pakistan","Ornamental saltwater fish","ornamentals",1976, 53,"Pakistan","Ornamental saltwater fish","ornamentals",1977, 53,"Pakistan","Ornamental saltwater fish","ornamentals",1978, @@ -13814,6 +14580,7 @@ 53,"Pakistan","Ornamental saltwater fish","ornamentals",2018,5 53,"Pakistan","Ornamental saltwater fish","ornamentals",2019,6.19 53,"Pakistan","Ornamental saltwater fish","ornamentals",2020, +53,"Pakistan","Ornamental saltwater fish","ornamentals",2021, 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -13859,6 +14626,7 @@ 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +53,"Pakistan","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 53,"Pakistan","Shells nei","shells",1976, 53,"Pakistan","Shells nei","shells",1977, 53,"Pakistan","Shells nei","shells",1978, @@ -13904,6 +14672,7 @@ 53,"Pakistan","Shells nei","shells",2018,137 53,"Pakistan","Shells nei","shells",2019,86.97 53,"Pakistan","Shells nei","shells",2020,14.02 +53,"Pakistan","Shells nei","shells",2021,48.19 54,"United Arab Emirates","Agar agar nei","seaweeds",1976, 54,"United Arab Emirates","Agar agar nei","seaweeds",1977, 54,"United Arab Emirates","Agar agar nei","seaweeds",1978, @@ -13949,6 +14718,7 @@ 54,"United Arab Emirates","Agar agar nei","seaweeds",2018,301 54,"United Arab Emirates","Agar agar nei","seaweeds",2019,627.88 54,"United Arab Emirates","Agar agar nei","seaweeds",2020,1031.66 +54,"United Arab Emirates","Agar agar nei","seaweeds",2021,1530.85 54,"United Arab Emirates","Fish body oils, nei","fish_oil",1976, 54,"United Arab Emirates","Fish body oils, nei","fish_oil",1977, 54,"United Arab Emirates","Fish body oils, nei","fish_oil",1978, @@ -13994,6 +14764,7 @@ 54,"United Arab Emirates","Fish body oils, nei","fish_oil",2018,740 54,"United Arab Emirates","Fish body oils, nei","fish_oil",2019,2465.77 54,"United Arab Emirates","Fish body oils, nei","fish_oil",2020,123.83 +54,"United Arab Emirates","Fish body oils, nei","fish_oil",2021,400.19 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",1976, 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",1977, 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",1978, @@ -14039,6 +14810,7 @@ 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",2018,1674 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",2019,2941.61 54,"United Arab Emirates","Fish liver oils, nei","fish_oil",2020,1551.3 +54,"United Arab Emirates","Fish liver oils, nei","fish_oil",2021,960.48 54,"United Arab Emirates","Miscellaneous corals and shells","shells",1976, 54,"United Arab Emirates","Miscellaneous corals and shells","shells",1977, 54,"United Arab Emirates","Miscellaneous corals and shells","shells",1978, @@ -14084,6 +14856,7 @@ 54,"United Arab Emirates","Miscellaneous corals and shells","shells",2018, 54,"United Arab Emirates","Miscellaneous corals and shells","shells",2019,130.12 54,"United Arab Emirates","Miscellaneous corals and shells","shells",2020, +54,"United Arab Emirates","Miscellaneous corals and shells","shells",2021,0 54,"United Arab Emirates","Natural sponges nei","sponges",1976, 54,"United Arab Emirates","Natural sponges nei","sponges",1977, 54,"United Arab Emirates","Natural sponges nei","sponges",1978, @@ -14129,6 +14902,7 @@ 54,"United Arab Emirates","Natural sponges nei","sponges",2018, 54,"United Arab Emirates","Natural sponges nei","sponges",2019, 54,"United Arab Emirates","Natural sponges nei","sponges",2020, +54,"United Arab Emirates","Natural sponges nei","sponges",2021, 54,"United Arab Emirates","Ornamental fish nei","ornamentals",1976, 54,"United Arab Emirates","Ornamental fish nei","ornamentals",1977, 54,"United Arab Emirates","Ornamental fish nei","ornamentals",1978, @@ -14174,6 +14948,7 @@ 54,"United Arab Emirates","Ornamental fish nei","ornamentals",2018, 54,"United Arab Emirates","Ornamental fish nei","ornamentals",2019, 54,"United Arab Emirates","Ornamental fish nei","ornamentals",2020, +54,"United Arab Emirates","Ornamental fish nei","ornamentals",2021, 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",1976, 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",1977, 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",1978, @@ -14219,6 +14994,7 @@ 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",2018,23 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",2019,236.56 54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",2020,24.63 +54,"United Arab Emirates","Ornamental saltwater fish","ornamentals",2021,0 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -14264,6 +15040,7 @@ 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +54,"United Arab Emirates","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -14309,6 +15086,7 @@ 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,88.68 54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +54,"United Arab Emirates","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -14354,6 +15132,7 @@ 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.83 54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +54,"United Arab Emirates","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0 56,"Cape Verde","Fish body oils, nei","fish_oil",1976, 56,"Cape Verde","Fish body oils, nei","fish_oil",1977, 56,"Cape Verde","Fish body oils, nei","fish_oil",1978, @@ -14399,6 +15178,7 @@ 56,"Cape Verde","Fish body oils, nei","fish_oil",2018,223 56,"Cape Verde","Fish body oils, nei","fish_oil",2019,199.51 56,"Cape Verde","Fish body oils, nei","fish_oil",2020,110.18 +56,"Cape Verde","Fish body oils, nei","fish_oil",2021,118.82 56,"Cape Verde","Fish liver oils, nei","fish_oil",1976, 56,"Cape Verde","Fish liver oils, nei","fish_oil",1977, 56,"Cape Verde","Fish liver oils, nei","fish_oil",1978, @@ -14444,6 +15224,7 @@ 56,"Cape Verde","Fish liver oils, nei","fish_oil",2018,7 56,"Cape Verde","Fish liver oils, nei","fish_oil",2019, 56,"Cape Verde","Fish liver oils, nei","fish_oil",2020, +56,"Cape Verde","Fish liver oils, nei","fish_oil",2021, 56,"Cape Verde","Miscellaneous corals and shells","shells",1976, 56,"Cape Verde","Miscellaneous corals and shells","shells",1977, 56,"Cape Verde","Miscellaneous corals and shells","shells",1978, @@ -14489,6 +15270,7 @@ 56,"Cape Verde","Miscellaneous corals and shells","shells",2018, 56,"Cape Verde","Miscellaneous corals and shells","shells",2019, 56,"Cape Verde","Miscellaneous corals and shells","shells",2020, +56,"Cape Verde","Miscellaneous corals and shells","shells",2021,0 59,"Belgium","Agar agar nei","seaweeds",1976,0.1 59,"Belgium","Agar agar nei","seaweeds",1977,0.1 59,"Belgium","Agar agar nei","seaweeds",1978,1 @@ -14534,6 +15316,53 @@ 59,"Belgium","Agar agar nei","seaweeds",2018,2917 59,"Belgium","Agar agar nei","seaweeds",2019,2682.92 59,"Belgium","Agar agar nei","seaweeds",2020,1957.03 +59,"Belgium","Agar agar nei","seaweeds",2021,1992.18 +59,"Belgium","Coral and the like","corals",1976, +59,"Belgium","Coral and the like","corals",1977, +59,"Belgium","Coral and the like","corals",1978, +59,"Belgium","Coral and the like","corals",1979, +59,"Belgium","Coral and the like","corals",1980, +59,"Belgium","Coral and the like","corals",1981, +59,"Belgium","Coral and the like","corals",1982, +59,"Belgium","Coral and the like","corals",1983, +59,"Belgium","Coral and the like","corals",1984, +59,"Belgium","Coral and the like","corals",1985, +59,"Belgium","Coral and the like","corals",1986, +59,"Belgium","Coral and the like","corals",1987, +59,"Belgium","Coral and the like","corals",1988, +59,"Belgium","Coral and the like","corals",1989, +59,"Belgium","Coral and the like","corals",1990, +59,"Belgium","Coral and the like","corals",1991, +59,"Belgium","Coral and the like","corals",1992, +59,"Belgium","Coral and the like","corals",1993, +59,"Belgium","Coral and the like","corals",1994, +59,"Belgium","Coral and the like","corals",1995, +59,"Belgium","Coral and the like","corals",1996, +59,"Belgium","Coral and the like","corals",1997, +59,"Belgium","Coral and the like","corals",1998, +59,"Belgium","Coral and the like","corals",1999, +59,"Belgium","Coral and the like","corals",2000, +59,"Belgium","Coral and the like","corals",2001, +59,"Belgium","Coral and the like","corals",2002, +59,"Belgium","Coral and the like","corals",2003, +59,"Belgium","Coral and the like","corals",2004, +59,"Belgium","Coral and the like","corals",2005, +59,"Belgium","Coral and the like","corals",2006, +59,"Belgium","Coral and the like","corals",2007, +59,"Belgium","Coral and the like","corals",2008, +59,"Belgium","Coral and the like","corals",2009, +59,"Belgium","Coral and the like","corals",2010, +59,"Belgium","Coral and the like","corals",2011, +59,"Belgium","Coral and the like","corals",2012, +59,"Belgium","Coral and the like","corals",2013, +59,"Belgium","Coral and the like","corals",2014, +59,"Belgium","Coral and the like","corals",2015, +59,"Belgium","Coral and the like","corals",2016, +59,"Belgium","Coral and the like","corals",2017, +59,"Belgium","Coral and the like","corals",2018, +59,"Belgium","Coral and the like","corals",2019, +59,"Belgium","Coral and the like","corals",2020, +59,"Belgium","Coral and the like","corals",2021,186.68 59,"Belgium","Fish body oils, nei","fish_oil",1976,149 59,"Belgium","Fish body oils, nei","fish_oil",1977,130 59,"Belgium","Fish body oils, nei","fish_oil",1978,140 @@ -14579,6 +15408,7 @@ 59,"Belgium","Fish body oils, nei","fish_oil",2018,36384 59,"Belgium","Fish body oils, nei","fish_oil",2019,34405.23 59,"Belgium","Fish body oils, nei","fish_oil",2020,37978.66 +59,"Belgium","Fish body oils, nei","fish_oil",2021,48475.23 59,"Belgium","Fish liver oils, nei","fish_oil",1976,138 59,"Belgium","Fish liver oils, nei","fish_oil",1977,30 59,"Belgium","Fish liver oils, nei","fish_oil",1978,24 @@ -14624,6 +15454,7 @@ 59,"Belgium","Fish liver oils, nei","fish_oil",2018,118 59,"Belgium","Fish liver oils, nei","fish_oil",2019,108.15 59,"Belgium","Fish liver oils, nei","fish_oil",2020,66.4 +59,"Belgium","Fish liver oils, nei","fish_oil",2021,141.66 59,"Belgium","Halibuts, liver oils","fish_oil",1976, 59,"Belgium","Halibuts, liver oils","fish_oil",1977, 59,"Belgium","Halibuts, liver oils","fish_oil",1978, @@ -14669,6 +15500,7 @@ 59,"Belgium","Halibuts, liver oils","fish_oil",2018,12 59,"Belgium","Halibuts, liver oils","fish_oil",2019, 59,"Belgium","Halibuts, liver oils","fish_oil",2020,3.06 +59,"Belgium","Halibuts, liver oils","fish_oil",2021,11.15 59,"Belgium","Miscellaneous corals and shells","shells",1976, 59,"Belgium","Miscellaneous corals and shells","shells",1977, 59,"Belgium","Miscellaneous corals and shells","shells",1978, @@ -14714,6 +15546,7 @@ 59,"Belgium","Miscellaneous corals and shells","shells",2018,1520 59,"Belgium","Miscellaneous corals and shells","shells",2019,2165.01 59,"Belgium","Miscellaneous corals and shells","shells",2020,2775.97 +59,"Belgium","Miscellaneous corals and shells","shells",2021,3130.87 59,"Belgium","Natural sponges other than raw","sponges",1976, 59,"Belgium","Natural sponges other than raw","sponges",1977, 59,"Belgium","Natural sponges other than raw","sponges",1978, @@ -14759,6 +15592,7 @@ 59,"Belgium","Natural sponges other than raw","sponges",2018,6 59,"Belgium","Natural sponges other than raw","sponges",2019,35.11 59,"Belgium","Natural sponges other than raw","sponges",2020,131.1 +59,"Belgium","Natural sponges other than raw","sponges",2021,110.11 59,"Belgium","Natural sponges raw","sponges",1976,2 59,"Belgium","Natural sponges raw","sponges",1977,2 59,"Belgium","Natural sponges raw","sponges",1978,2 @@ -14804,6 +15638,7 @@ 59,"Belgium","Natural sponges raw","sponges",2018,70 59,"Belgium","Natural sponges raw","sponges",2019,2 59,"Belgium","Natural sponges raw","sponges",2020,1.66 +59,"Belgium","Natural sponges raw","sponges",2021,0.01 59,"Belgium","Ornamental saltwater fish","ornamentals",1976, 59,"Belgium","Ornamental saltwater fish","ornamentals",1977, 59,"Belgium","Ornamental saltwater fish","ornamentals",1978, @@ -14849,6 +15684,7 @@ 59,"Belgium","Ornamental saltwater fish","ornamentals",2018,138 59,"Belgium","Ornamental saltwater fish","ornamentals",2019,60.8 59,"Belgium","Ornamental saltwater fish","ornamentals",2020,304.79 +59,"Belgium","Ornamental saltwater fish","ornamentals",2021,103.54 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -14894,6 +15730,7 @@ 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +59,"Belgium","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -14939,6 +15776,7 @@ 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,2545 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,2203.29 59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1804.59 +59,"Belgium","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1919.81 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -14984,6 +15822,7 @@ 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,547 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,924.06 59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,760.97 +59,"Belgium","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1048.34 59,"Belgium","Shells nei","shells",1976,3 59,"Belgium","Shells nei","shells",1977,4 59,"Belgium","Shells nei","shells",1978,4 @@ -15029,6 +15868,7 @@ 59,"Belgium","Shells nei","shells",2018, 59,"Belgium","Shells nei","shells",2019, 59,"Belgium","Shells nei","shells",2020, +59,"Belgium","Shells nei","shells",2021, 61,"Tunisia","Agar agar nei","seaweeds",1976, 61,"Tunisia","Agar agar nei","seaweeds",1977, 61,"Tunisia","Agar agar nei","seaweeds",1978, @@ -15073,7 +15913,8 @@ 61,"Tunisia","Agar agar nei","seaweeds",2017,1585 61,"Tunisia","Agar agar nei","seaweeds",2018,380.31 61,"Tunisia","Agar agar nei","seaweeds",2019,473.15 -61,"Tunisia","Agar agar nei","seaweeds",2020,5.62 +61,"Tunisia","Agar agar nei","seaweeds",2020,5.9 +61,"Tunisia","Agar agar nei","seaweeds",2021,30.09 61,"Tunisia","Coral and the like","corals",1976, 61,"Tunisia","Coral and the like","corals",1977, 61,"Tunisia","Coral and the like","corals",1978, @@ -15118,7 +15959,8 @@ 61,"Tunisia","Coral and the like","corals",2017,4874 61,"Tunisia","Coral and the like","corals",2018,2079.53 61,"Tunisia","Coral and the like","corals",2019,1144.2 -61,"Tunisia","Coral and the like","corals",2020,682.58 +61,"Tunisia","Coral and the like","corals",2020,198.27 +61,"Tunisia","Coral and the like","corals",2021,890.96 61,"Tunisia","Fish body oils, nei","fish_oil",1976, 61,"Tunisia","Fish body oils, nei","fish_oil",1977, 61,"Tunisia","Fish body oils, nei","fish_oil",1978, @@ -15164,6 +16006,7 @@ 61,"Tunisia","Fish body oils, nei","fish_oil",2018,0.03 61,"Tunisia","Fish body oils, nei","fish_oil",2019, 61,"Tunisia","Fish body oils, nei","fish_oil",2020, +61,"Tunisia","Fish body oils, nei","fish_oil",2021, 61,"Tunisia","Miscellaneous corals and shells","shells",1976, 61,"Tunisia","Miscellaneous corals and shells","shells",1977, 61,"Tunisia","Miscellaneous corals and shells","shells",1978, @@ -15208,7 +16051,8 @@ 61,"Tunisia","Miscellaneous corals and shells","shells",2017, 61,"Tunisia","Miscellaneous corals and shells","shells",2018, 61,"Tunisia","Miscellaneous corals and shells","shells",2019, -61,"Tunisia","Miscellaneous corals and shells","shells",2020,909.96 +61,"Tunisia","Miscellaneous corals and shells","shells",2020, +61,"Tunisia","Miscellaneous corals and shells","shells",2021, 61,"Tunisia","Natural sponges other than raw","sponges",1976, 61,"Tunisia","Natural sponges other than raw","sponges",1977, 61,"Tunisia","Natural sponges other than raw","sponges",1978, @@ -15253,7 +16097,8 @@ 61,"Tunisia","Natural sponges other than raw","sponges",2017,1856 61,"Tunisia","Natural sponges other than raw","sponges",2018, 61,"Tunisia","Natural sponges other than raw","sponges",2019, -61,"Tunisia","Natural sponges other than raw","sponges",2020,27.9 +61,"Tunisia","Natural sponges other than raw","sponges",2020, +61,"Tunisia","Natural sponges other than raw","sponges",2021, 61,"Tunisia","Natural sponges raw","sponges",1976, 61,"Tunisia","Natural sponges raw","sponges",1977, 61,"Tunisia","Natural sponges raw","sponges",1978, @@ -15298,7 +16143,8 @@ 61,"Tunisia","Natural sponges raw","sponges",2017, 61,"Tunisia","Natural sponges raw","sponges",2018, 61,"Tunisia","Natural sponges raw","sponges",2019, -61,"Tunisia","Natural sponges raw","sponges",2020,965.23 +61,"Tunisia","Natural sponges raw","sponges",2020, +61,"Tunisia","Natural sponges raw","sponges",2021, 61,"Tunisia","Ornamental fish nei","ornamentals",1976, 61,"Tunisia","Ornamental fish nei","ornamentals",1977, 61,"Tunisia","Ornamental fish nei","ornamentals",1978, @@ -15344,6 +16190,7 @@ 61,"Tunisia","Ornamental fish nei","ornamentals",2018, 61,"Tunisia","Ornamental fish nei","ornamentals",2019, 61,"Tunisia","Ornamental fish nei","ornamentals",2020, +61,"Tunisia","Ornamental fish nei","ornamentals",2021, 61,"Tunisia","Ornamental saltwater fish","ornamentals",1976, 61,"Tunisia","Ornamental saltwater fish","ornamentals",1977, 61,"Tunisia","Ornamental saltwater fish","ornamentals",1978, @@ -15388,7 +16235,8 @@ 61,"Tunisia","Ornamental saltwater fish","ornamentals",2017,9 61,"Tunisia","Ornamental saltwater fish","ornamentals",2018, 61,"Tunisia","Ornamental saltwater fish","ornamentals",2019, -61,"Tunisia","Ornamental saltwater fish","ornamentals",2020,0.04 +61,"Tunisia","Ornamental saltwater fish","ornamentals",2020, +61,"Tunisia","Ornamental saltwater fish","ornamentals",2021, 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -15434,6 +16282,7 @@ 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +61,"Tunisia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -15478,7 +16327,8 @@ 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017,45 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,90.68 61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,24.77 -61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,9.74 +61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,11.77 +61,"Tunisia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -15523,7 +16373,8 @@ 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,54 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,133.82 61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,186.25 -61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,98.01 +61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,124.7 +61,"Tunisia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,98.21 62,"Morocco","Agar agar nei","seaweeds",1976, 62,"Morocco","Agar agar nei","seaweeds",1977, 62,"Morocco","Agar agar nei","seaweeds",1978, @@ -15569,6 +16420,7 @@ 62,"Morocco","Agar agar nei","seaweeds",2018,33842 62,"Morocco","Agar agar nei","seaweeds",2019,29019.62 62,"Morocco","Agar agar nei","seaweeds",2020,27047.49 +62,"Morocco","Agar agar nei","seaweeds",2021,23798.72 62,"Morocco","Coral and the like","corals",1976, 62,"Morocco","Coral and the like","corals",1977, 62,"Morocco","Coral and the like","corals",1978, @@ -15614,6 +16466,7 @@ 62,"Morocco","Coral and the like","corals",2018, 62,"Morocco","Coral and the like","corals",2019, 62,"Morocco","Coral and the like","corals",2020, +62,"Morocco","Coral and the like","corals",2021, 62,"Morocco","Fish body oils, nei","fish_oil",1976,1356 62,"Morocco","Fish body oils, nei","fish_oil",1977,2094 62,"Morocco","Fish body oils, nei","fish_oil",1978,2391 @@ -15659,6 +16512,7 @@ 62,"Morocco","Fish body oils, nei","fish_oil",2018,63175 62,"Morocco","Fish body oils, nei","fish_oil",2019,62895.05 62,"Morocco","Fish body oils, nei","fish_oil",2020,86424.43 +62,"Morocco","Fish body oils, nei","fish_oil",2021,65307.77 62,"Morocco","Fish liver oils, nei","fish_oil",1976, 62,"Morocco","Fish liver oils, nei","fish_oil",1977, 62,"Morocco","Fish liver oils, nei","fish_oil",1978, @@ -15704,6 +16558,7 @@ 62,"Morocco","Fish liver oils, nei","fish_oil",2018,2623 62,"Morocco","Fish liver oils, nei","fish_oil",2019,913.39 62,"Morocco","Fish liver oils, nei","fish_oil",2020, +62,"Morocco","Fish liver oils, nei","fish_oil",2021, 62,"Morocco","Miscellaneous corals and shells","shells",1976, 62,"Morocco","Miscellaneous corals and shells","shells",1977, 62,"Morocco","Miscellaneous corals and shells","shells",1978, @@ -15749,6 +16604,7 @@ 62,"Morocco","Miscellaneous corals and shells","shells",2018,707 62,"Morocco","Miscellaneous corals and shells","shells",2019,369.43 62,"Morocco","Miscellaneous corals and shells","shells",2020,44.3 +62,"Morocco","Miscellaneous corals and shells","shells",2021,371.25 62,"Morocco","Natural sponges raw","sponges",1976, 62,"Morocco","Natural sponges raw","sponges",1977, 62,"Morocco","Natural sponges raw","sponges",1978, @@ -15794,6 +16650,7 @@ 62,"Morocco","Natural sponges raw","sponges",2018, 62,"Morocco","Natural sponges raw","sponges",2019, 62,"Morocco","Natural sponges raw","sponges",2020, +62,"Morocco","Natural sponges raw","sponges",2021, 62,"Morocco","Ornamental saltwater fish","ornamentals",1976, 62,"Morocco","Ornamental saltwater fish","ornamentals",1977, 62,"Morocco","Ornamental saltwater fish","ornamentals",1978, @@ -15839,6 +16696,7 @@ 62,"Morocco","Ornamental saltwater fish","ornamentals",2018, 62,"Morocco","Ornamental saltwater fish","ornamentals",2019, 62,"Morocco","Ornamental saltwater fish","ornamentals",2020, +62,"Morocco","Ornamental saltwater fish","ornamentals",2021, 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -15884,6 +16742,7 @@ 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +62,"Morocco","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -15929,6 +16788,7 @@ 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,5 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,5.47 62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +62,"Morocco","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -15974,6 +16834,7 @@ 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,8227 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,10354.99 62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,5316.79 +62,"Morocco","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,5355.74 64,"Mauritania","Agar agar nei","seaweeds",1976, 64,"Mauritania","Agar agar nei","seaweeds",1977, 64,"Mauritania","Agar agar nei","seaweeds",1978, @@ -16019,6 +16880,7 @@ 64,"Mauritania","Agar agar nei","seaweeds",2018, 64,"Mauritania","Agar agar nei","seaweeds",2019, 64,"Mauritania","Agar agar nei","seaweeds",2020, +64,"Mauritania","Agar agar nei","seaweeds",2021, 64,"Mauritania","Cod liver oil","fish_oil",1976, 64,"Mauritania","Cod liver oil","fish_oil",1977, 64,"Mauritania","Cod liver oil","fish_oil",1978, @@ -16064,6 +16926,7 @@ 64,"Mauritania","Cod liver oil","fish_oil",2018, 64,"Mauritania","Cod liver oil","fish_oil",2019, 64,"Mauritania","Cod liver oil","fish_oil",2020, +64,"Mauritania","Cod liver oil","fish_oil",2021, 64,"Mauritania","Fish body oils, nei","fish_oil",1976, 64,"Mauritania","Fish body oils, nei","fish_oil",1977, 64,"Mauritania","Fish body oils, nei","fish_oil",1978, @@ -16109,6 +16972,7 @@ 64,"Mauritania","Fish body oils, nei","fish_oil",2018,316.27 64,"Mauritania","Fish body oils, nei","fish_oil",2019, 64,"Mauritania","Fish body oils, nei","fish_oil",2020, +64,"Mauritania","Fish body oils, nei","fish_oil",2021, 64,"Mauritania","Fish liver oils, nei","fish_oil",1976, 64,"Mauritania","Fish liver oils, nei","fish_oil",1977, 64,"Mauritania","Fish liver oils, nei","fish_oil",1978, @@ -16154,6 +17018,7 @@ 64,"Mauritania","Fish liver oils, nei","fish_oil",2018,45186.01 64,"Mauritania","Fish liver oils, nei","fish_oil",2019,40210.1 64,"Mauritania","Fish liver oils, nei","fish_oil",2020,36851.09 +64,"Mauritania","Fish liver oils, nei","fish_oil",2021,23665.83 64,"Mauritania","Ornamental fish nei","ornamentals",1976, 64,"Mauritania","Ornamental fish nei","ornamentals",1977, 64,"Mauritania","Ornamental fish nei","ornamentals",1978, @@ -16199,6 +17064,7 @@ 64,"Mauritania","Ornamental fish nei","ornamentals",2018, 64,"Mauritania","Ornamental fish nei","ornamentals",2019, 64,"Mauritania","Ornamental fish nei","ornamentals",2020, +64,"Mauritania","Ornamental fish nei","ornamentals",2021, 65,"Gambia","Fish body oils, nei","fish_oil",1976, 65,"Gambia","Fish body oils, nei","fish_oil",1977, 65,"Gambia","Fish body oils, nei","fish_oil",1978, @@ -16244,6 +17110,7 @@ 65,"Gambia","Fish body oils, nei","fish_oil",2018,42 65,"Gambia","Fish body oils, nei","fish_oil",2019,362.28 65,"Gambia","Fish body oils, nei","fish_oil",2020,108 +65,"Gambia","Fish body oils, nei","fish_oil",2021,68 65,"Gambia","Fish liver oils, nei","fish_oil",1976, 65,"Gambia","Fish liver oils, nei","fish_oil",1977, 65,"Gambia","Fish liver oils, nei","fish_oil",1978, @@ -16289,6 +17156,7 @@ 65,"Gambia","Fish liver oils, nei","fish_oil",2018,39 65,"Gambia","Fish liver oils, nei","fish_oil",2019, 65,"Gambia","Fish liver oils, nei","fish_oil",2020, +65,"Gambia","Fish liver oils, nei","fish_oil",2021, 65,"Gambia","Miscellaneous corals and shells","shells",1976, 65,"Gambia","Miscellaneous corals and shells","shells",1977, 65,"Gambia","Miscellaneous corals and shells","shells",1978, @@ -16334,6 +17202,7 @@ 65,"Gambia","Miscellaneous corals and shells","shells",2018, 65,"Gambia","Miscellaneous corals and shells","shells",2019, 65,"Gambia","Miscellaneous corals and shells","shells",2020, +65,"Gambia","Miscellaneous corals and shells","shells",2021, 65,"Gambia","Natural sponges nei","sponges",1976, 65,"Gambia","Natural sponges nei","sponges",1977, 65,"Gambia","Natural sponges nei","sponges",1978, @@ -16379,6 +17248,7 @@ 65,"Gambia","Natural sponges nei","sponges",2018, 65,"Gambia","Natural sponges nei","sponges",2019, 65,"Gambia","Natural sponges nei","sponges",2020, +65,"Gambia","Natural sponges nei","sponges",2021, 65,"Gambia","Ornamental fish nei","ornamentals",1976, 65,"Gambia","Ornamental fish nei","ornamentals",1977, 65,"Gambia","Ornamental fish nei","ornamentals",1978, @@ -16424,6 +17294,7 @@ 65,"Gambia","Ornamental fish nei","ornamentals",2018, 65,"Gambia","Ornamental fish nei","ornamentals",2019, 65,"Gambia","Ornamental fish nei","ornamentals",2020, +65,"Gambia","Ornamental fish nei","ornamentals",2021, 66,"Senegal","Clupeoid oils, nei","fish_oil",1976, 66,"Senegal","Clupeoid oils, nei","fish_oil",1977, 66,"Senegal","Clupeoid oils, nei","fish_oil",1978, @@ -16469,6 +17340,7 @@ 66,"Senegal","Clupeoid oils, nei","fish_oil",2018, 66,"Senegal","Clupeoid oils, nei","fish_oil",2019, 66,"Senegal","Clupeoid oils, nei","fish_oil",2020, +66,"Senegal","Clupeoid oils, nei","fish_oil",2021, 66,"Senegal","Coral and the like","corals",1976, 66,"Senegal","Coral and the like","corals",1977, 66,"Senegal","Coral and the like","corals",1978, @@ -16514,6 +17386,7 @@ 66,"Senegal","Coral and the like","corals",2018, 66,"Senegal","Coral and the like","corals",2019,1.12 66,"Senegal","Coral and the like","corals",2020,141.16 +66,"Senegal","Coral and the like","corals",2021,653.51 66,"Senegal","Fish body oils, nei","fish_oil",1976, 66,"Senegal","Fish body oils, nei","fish_oil",1977, 66,"Senegal","Fish body oils, nei","fish_oil",1978, @@ -16559,6 +17432,7 @@ 66,"Senegal","Fish body oils, nei","fish_oil",2018,867 66,"Senegal","Fish body oils, nei","fish_oil",2019,3200.79 66,"Senegal","Fish body oils, nei","fish_oil",2020,3312.58 +66,"Senegal","Fish body oils, nei","fish_oil",2021,1094.71 66,"Senegal","Fish liver oils, nei","fish_oil",1976, 66,"Senegal","Fish liver oils, nei","fish_oil",1977, 66,"Senegal","Fish liver oils, nei","fish_oil",1978, @@ -16604,6 +17478,7 @@ 66,"Senegal","Fish liver oils, nei","fish_oil",2018,103 66,"Senegal","Fish liver oils, nei","fish_oil",2019,151.65 66,"Senegal","Fish liver oils, nei","fish_oil",2020, +66,"Senegal","Fish liver oils, nei","fish_oil",2021,399.58 66,"Senegal","Ornamental fish nei","ornamentals",1976, 66,"Senegal","Ornamental fish nei","ornamentals",1977, 66,"Senegal","Ornamental fish nei","ornamentals",1978, @@ -16649,6 +17524,7 @@ 66,"Senegal","Ornamental fish nei","ornamentals",2018, 66,"Senegal","Ornamental fish nei","ornamentals",2019, 66,"Senegal","Ornamental fish nei","ornamentals",2020, +66,"Senegal","Ornamental fish nei","ornamentals",2021, 66,"Senegal","Ornamental saltwater fish","ornamentals",1976, 66,"Senegal","Ornamental saltwater fish","ornamentals",1977, 66,"Senegal","Ornamental saltwater fish","ornamentals",1978, @@ -16694,6 +17570,7 @@ 66,"Senegal","Ornamental saltwater fish","ornamentals",2018, 66,"Senegal","Ornamental saltwater fish","ornamentals",2019, 66,"Senegal","Ornamental saltwater fish","ornamentals",2020, +66,"Senegal","Ornamental saltwater fish","ornamentals",2021, 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -16739,6 +17616,7 @@ 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +66,"Senegal","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -16784,51 +17662,7 @@ 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,79 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,51.3 66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, -67,"Libya","Agar agar nei","seaweeds",1976, -67,"Libya","Agar agar nei","seaweeds",1977, -67,"Libya","Agar agar nei","seaweeds",1978, -67,"Libya","Agar agar nei","seaweeds",1979, -67,"Libya","Agar agar nei","seaweeds",1980, -67,"Libya","Agar agar nei","seaweeds",1981, -67,"Libya","Agar agar nei","seaweeds",1982, -67,"Libya","Agar agar nei","seaweeds",1983, -67,"Libya","Agar agar nei","seaweeds",1984, -67,"Libya","Agar agar nei","seaweeds",1985, -67,"Libya","Agar agar nei","seaweeds",1986, -67,"Libya","Agar agar nei","seaweeds",1987, -67,"Libya","Agar agar nei","seaweeds",1988, -67,"Libya","Agar agar nei","seaweeds",1989, -67,"Libya","Agar agar nei","seaweeds",1990, -67,"Libya","Agar agar nei","seaweeds",1991, -67,"Libya","Agar agar nei","seaweeds",1992, -67,"Libya","Agar agar nei","seaweeds",1993, -67,"Libya","Agar agar nei","seaweeds",1994, -67,"Libya","Agar agar nei","seaweeds",1995, -67,"Libya","Agar agar nei","seaweeds",1996, -67,"Libya","Agar agar nei","seaweeds",1997, -67,"Libya","Agar agar nei","seaweeds",1998, -67,"Libya","Agar agar nei","seaweeds",1999, -67,"Libya","Agar agar nei","seaweeds",2000, -67,"Libya","Agar agar nei","seaweeds",2001, -67,"Libya","Agar agar nei","seaweeds",2002, -67,"Libya","Agar agar nei","seaweeds",2003, -67,"Libya","Agar agar nei","seaweeds",2004, -67,"Libya","Agar agar nei","seaweeds",2005, -67,"Libya","Agar agar nei","seaweeds",2006, -67,"Libya","Agar agar nei","seaweeds",2007, -67,"Libya","Agar agar nei","seaweeds",2008, -67,"Libya","Agar agar nei","seaweeds",2009, -67,"Libya","Agar agar nei","seaweeds",2010, -67,"Libya","Agar agar nei","seaweeds",2011, -67,"Libya","Agar agar nei","seaweeds",2012, -67,"Libya","Agar agar nei","seaweeds",2013, -67,"Libya","Agar agar nei","seaweeds",2014, -67,"Libya","Agar agar nei","seaweeds",2015, -67,"Libya","Agar agar nei","seaweeds",2016, -67,"Libya","Agar agar nei","seaweeds",2017, -67,"Libya","Agar agar nei","seaweeds",2018, -67,"Libya","Agar agar nei","seaweeds",2019,0.1 -67,"Libya","Agar agar nei","seaweeds",2020, +66,"Senegal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 67,"Libya","Fish body oils, nei","fish_oil",1976, 67,"Libya","Fish body oils, nei","fish_oil",1977, 67,"Libya","Fish body oils, nei","fish_oil",1978, @@ -16874,6 +17708,7 @@ 67,"Libya","Fish body oils, nei","fish_oil",2018, 67,"Libya","Fish body oils, nei","fish_oil",2019, 67,"Libya","Fish body oils, nei","fish_oil",2020, +67,"Libya","Fish body oils, nei","fish_oil",2021, 67,"Libya","Fish liver oils, nei","fish_oil",1976, 67,"Libya","Fish liver oils, nei","fish_oil",1977, 67,"Libya","Fish liver oils, nei","fish_oil",1978, @@ -16919,6 +17754,7 @@ 67,"Libya","Fish liver oils, nei","fish_oil",2018, 67,"Libya","Fish liver oils, nei","fish_oil",2019, 67,"Libya","Fish liver oils, nei","fish_oil",2020, +67,"Libya","Fish liver oils, nei","fish_oil",2021, 67,"Libya","Miscellaneous corals and shells","shells",1976, 67,"Libya","Miscellaneous corals and shells","shells",1977, 67,"Libya","Miscellaneous corals and shells","shells",1978, @@ -16964,6 +17800,7 @@ 67,"Libya","Miscellaneous corals and shells","shells",2018, 67,"Libya","Miscellaneous corals and shells","shells",2019, 67,"Libya","Miscellaneous corals and shells","shells",2020, +67,"Libya","Miscellaneous corals and shells","shells",2021, 67,"Libya","Natural sponges nei","sponges",1976, 67,"Libya","Natural sponges nei","sponges",1977, 67,"Libya","Natural sponges nei","sponges",1978, @@ -17009,6 +17846,7 @@ 67,"Libya","Natural sponges nei","sponges",2018, 67,"Libya","Natural sponges nei","sponges",2019, 67,"Libya","Natural sponges nei","sponges",2020, +67,"Libya","Natural sponges nei","sponges",2021, 67,"Libya","Natural sponges other than raw","sponges",1976, 67,"Libya","Natural sponges other than raw","sponges",1977, 67,"Libya","Natural sponges other than raw","sponges",1978, @@ -17054,6 +17892,7 @@ 67,"Libya","Natural sponges other than raw","sponges",2018, 67,"Libya","Natural sponges other than raw","sponges",2019, 67,"Libya","Natural sponges other than raw","sponges",2020, +67,"Libya","Natural sponges other than raw","sponges",2021, 67,"Libya","Natural sponges raw","sponges",1976, 67,"Libya","Natural sponges raw","sponges",1977, 67,"Libya","Natural sponges raw","sponges",1978, @@ -17099,6 +17938,7 @@ 67,"Libya","Natural sponges raw","sponges",2018, 67,"Libya","Natural sponges raw","sponges",2019, 67,"Libya","Natural sponges raw","sponges",2020, +67,"Libya","Natural sponges raw","sponges",2021, 67,"Libya","Ornamental fish nei","ornamentals",1976, 67,"Libya","Ornamental fish nei","ornamentals",1977, 67,"Libya","Ornamental fish nei","ornamentals",1978, @@ -17144,6 +17984,7 @@ 67,"Libya","Ornamental fish nei","ornamentals",2018, 67,"Libya","Ornamental fish nei","ornamentals",2019, 67,"Libya","Ornamental fish nei","ornamentals",2020, +67,"Libya","Ornamental fish nei","ornamentals",2021, 67,"Libya","Ornamental saltwater fish","ornamentals",1976, 67,"Libya","Ornamental saltwater fish","ornamentals",1977, 67,"Libya","Ornamental saltwater fish","ornamentals",1978, @@ -17187,8 +18028,9 @@ 67,"Libya","Ornamental saltwater fish","ornamentals",2016, 67,"Libya","Ornamental saltwater fish","ornamentals",2017, 67,"Libya","Ornamental saltwater fish","ornamentals",2018, -67,"Libya","Ornamental saltwater fish","ornamentals",2019,0.04 +67,"Libya","Ornamental saltwater fish","ornamentals",2019, 67,"Libya","Ornamental saltwater fish","ornamentals",2020,0.24 +67,"Libya","Ornamental saltwater fish","ornamentals",2021, 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -17234,6 +18076,7 @@ 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +67,"Libya","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 68,"Malta","Coral and the like","corals",1976, 68,"Malta","Coral and the like","corals",1977, 68,"Malta","Coral and the like","corals",1978, @@ -17279,6 +18122,7 @@ 68,"Malta","Coral and the like","corals",2018, 68,"Malta","Coral and the like","corals",2019, 68,"Malta","Coral and the like","corals",2020, +68,"Malta","Coral and the like","corals",2021, 68,"Malta","Fish body oils, nei","fish_oil",1976, 68,"Malta","Fish body oils, nei","fish_oil",1977, 68,"Malta","Fish body oils, nei","fish_oil",1978, @@ -17324,6 +18168,7 @@ 68,"Malta","Fish body oils, nei","fish_oil",2018, 68,"Malta","Fish body oils, nei","fish_oil",2019, 68,"Malta","Fish body oils, nei","fish_oil",2020,12.38 +68,"Malta","Fish body oils, nei","fish_oil",2021,51.36 68,"Malta","Fish liver oils, nei","fish_oil",1976, 68,"Malta","Fish liver oils, nei","fish_oil",1977, 68,"Malta","Fish liver oils, nei","fish_oil",1978, @@ -17369,6 +18214,7 @@ 68,"Malta","Fish liver oils, nei","fish_oil",2018, 68,"Malta","Fish liver oils, nei","fish_oil",2019, 68,"Malta","Fish liver oils, nei","fish_oil",2020, +68,"Malta","Fish liver oils, nei","fish_oil",2021, 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -17414,6 +18260,7 @@ 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,508.73 68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +68,"Malta","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.09 69,"Latvia","Agar agar nei","seaweeds",1976, 69,"Latvia","Agar agar nei","seaweeds",1977, 69,"Latvia","Agar agar nei","seaweeds",1978, @@ -17459,6 +18306,7 @@ 69,"Latvia","Agar agar nei","seaweeds",2018,404 69,"Latvia","Agar agar nei","seaweeds",2019,164.99 69,"Latvia","Agar agar nei","seaweeds",2020,109.09 +69,"Latvia","Agar agar nei","seaweeds",2021,88.06 69,"Latvia","Fish body oils, nei","fish_oil",1976, 69,"Latvia","Fish body oils, nei","fish_oil",1977, 69,"Latvia","Fish body oils, nei","fish_oil",1978, @@ -17504,6 +18352,7 @@ 69,"Latvia","Fish body oils, nei","fish_oil",2018,4325 69,"Latvia","Fish body oils, nei","fish_oil",2019,6371.42 69,"Latvia","Fish body oils, nei","fish_oil",2020,9111.25 +69,"Latvia","Fish body oils, nei","fish_oil",2021,12108.53 69,"Latvia","Fish liver oils, nei","fish_oil",1976, 69,"Latvia","Fish liver oils, nei","fish_oil",1977, 69,"Latvia","Fish liver oils, nei","fish_oil",1978, @@ -17549,6 +18398,7 @@ 69,"Latvia","Fish liver oils, nei","fish_oil",2018,35 69,"Latvia","Fish liver oils, nei","fish_oil",2019,20.38 69,"Latvia","Fish liver oils, nei","fish_oil",2020,20.05 +69,"Latvia","Fish liver oils, nei","fish_oil",2021,17.28 69,"Latvia","Miscellaneous corals and shells","shells",1976, 69,"Latvia","Miscellaneous corals and shells","shells",1977, 69,"Latvia","Miscellaneous corals and shells","shells",1978, @@ -17594,6 +18444,7 @@ 69,"Latvia","Miscellaneous corals and shells","shells",2018,7 69,"Latvia","Miscellaneous corals and shells","shells",2019,7.93 69,"Latvia","Miscellaneous corals and shells","shells",2020,6.37 +69,"Latvia","Miscellaneous corals and shells","shells",2021,55.3 69,"Latvia","Natural sponges nei","sponges",1976, 69,"Latvia","Natural sponges nei","sponges",1977, 69,"Latvia","Natural sponges nei","sponges",1978, @@ -17639,6 +18490,7 @@ 69,"Latvia","Natural sponges nei","sponges",2018, 69,"Latvia","Natural sponges nei","sponges",2019, 69,"Latvia","Natural sponges nei","sponges",2020, +69,"Latvia","Natural sponges nei","sponges",2021, 69,"Latvia","Natural sponges other than raw","sponges",1976, 69,"Latvia","Natural sponges other than raw","sponges",1977, 69,"Latvia","Natural sponges other than raw","sponges",1978, @@ -17684,6 +18536,7 @@ 69,"Latvia","Natural sponges other than raw","sponges",2018,1 69,"Latvia","Natural sponges other than raw","sponges",2019,2.92 69,"Latvia","Natural sponges other than raw","sponges",2020,2.19 +69,"Latvia","Natural sponges other than raw","sponges",2021,81.91 69,"Latvia","Natural sponges raw","sponges",1976, 69,"Latvia","Natural sponges raw","sponges",1977, 69,"Latvia","Natural sponges raw","sponges",1978, @@ -17729,6 +18582,7 @@ 69,"Latvia","Natural sponges raw","sponges",2018,1 69,"Latvia","Natural sponges raw","sponges",2019, 69,"Latvia","Natural sponges raw","sponges",2020, +69,"Latvia","Natural sponges raw","sponges",2021, 69,"Latvia","Ornamental fish nei","ornamentals",1976, 69,"Latvia","Ornamental fish nei","ornamentals",1977, 69,"Latvia","Ornamental fish nei","ornamentals",1978, @@ -17774,6 +18628,7 @@ 69,"Latvia","Ornamental fish nei","ornamentals",2018, 69,"Latvia","Ornamental fish nei","ornamentals",2019, 69,"Latvia","Ornamental fish nei","ornamentals",2020, +69,"Latvia","Ornamental fish nei","ornamentals",2021, 69,"Latvia","Ornamental saltwater fish","ornamentals",1976, 69,"Latvia","Ornamental saltwater fish","ornamentals",1977, 69,"Latvia","Ornamental saltwater fish","ornamentals",1978, @@ -17819,6 +18674,7 @@ 69,"Latvia","Ornamental saltwater fish","ornamentals",2018,0.1 69,"Latvia","Ornamental saltwater fish","ornamentals",2019, 69,"Latvia","Ornamental saltwater fish","ornamentals",2020, +69,"Latvia","Ornamental saltwater fish","ornamentals",2021, 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -17864,6 +18720,7 @@ 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +69,"Latvia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -17909,6 +18766,7 @@ 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,477 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,344.61 69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,356.13 +69,"Latvia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,340.85 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -17954,6 +18812,7 @@ 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,22 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,9.97 69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,9.66 +69,"Latvia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,69.9 70,"Estonia","Agar agar nei","seaweeds",1976, 70,"Estonia","Agar agar nei","seaweeds",1977, 70,"Estonia","Agar agar nei","seaweeds",1978, @@ -17999,6 +18858,7 @@ 70,"Estonia","Agar agar nei","seaweeds",2018,2 70,"Estonia","Agar agar nei","seaweeds",2019,3.05 70,"Estonia","Agar agar nei","seaweeds",2020,3.45 +70,"Estonia","Agar agar nei","seaweeds",2021,3.76 70,"Estonia","Fish body oils, nei","fish_oil",1976, 70,"Estonia","Fish body oils, nei","fish_oil",1977, 70,"Estonia","Fish body oils, nei","fish_oil",1978, @@ -18044,6 +18904,7 @@ 70,"Estonia","Fish body oils, nei","fish_oil",2018,177 70,"Estonia","Fish body oils, nei","fish_oil",2019,3075.65 70,"Estonia","Fish body oils, nei","fish_oil",2020,3847.11 +70,"Estonia","Fish body oils, nei","fish_oil",2021,4573.89 70,"Estonia","Fish liver oils, nei","fish_oil",1976, 70,"Estonia","Fish liver oils, nei","fish_oil",1977, 70,"Estonia","Fish liver oils, nei","fish_oil",1978, @@ -18089,6 +18950,7 @@ 70,"Estonia","Fish liver oils, nei","fish_oil",2018,21 70,"Estonia","Fish liver oils, nei","fish_oil",2019,7.95 70,"Estonia","Fish liver oils, nei","fish_oil",2020,1.41 +70,"Estonia","Fish liver oils, nei","fish_oil",2021,6.22 70,"Estonia","Miscellaneous corals and shells","shells",1976, 70,"Estonia","Miscellaneous corals and shells","shells",1977, 70,"Estonia","Miscellaneous corals and shells","shells",1978, @@ -18134,6 +18996,7 @@ 70,"Estonia","Miscellaneous corals and shells","shells",2018,0.1 70,"Estonia","Miscellaneous corals and shells","shells",2019, 70,"Estonia","Miscellaneous corals and shells","shells",2020,0.86 +70,"Estonia","Miscellaneous corals and shells","shells",2021,2.75 70,"Estonia","Natural sponges nei","sponges",1976, 70,"Estonia","Natural sponges nei","sponges",1977, 70,"Estonia","Natural sponges nei","sponges",1978, @@ -18179,6 +19042,7 @@ 70,"Estonia","Natural sponges nei","sponges",2018, 70,"Estonia","Natural sponges nei","sponges",2019, 70,"Estonia","Natural sponges nei","sponges",2020, +70,"Estonia","Natural sponges nei","sponges",2021, 70,"Estonia","Natural sponges other than raw","sponges",1976, 70,"Estonia","Natural sponges other than raw","sponges",1977, 70,"Estonia","Natural sponges other than raw","sponges",1978, @@ -18224,6 +19088,7 @@ 70,"Estonia","Natural sponges other than raw","sponges",2018, 70,"Estonia","Natural sponges other than raw","sponges",2019,0.34 70,"Estonia","Natural sponges other than raw","sponges",2020,0.41 +70,"Estonia","Natural sponges other than raw","sponges",2021,0.01 70,"Estonia","Natural sponges raw","sponges",1976, 70,"Estonia","Natural sponges raw","sponges",1977, 70,"Estonia","Natural sponges raw","sponges",1978, @@ -18269,6 +19134,7 @@ 70,"Estonia","Natural sponges raw","sponges",2018, 70,"Estonia","Natural sponges raw","sponges",2019, 70,"Estonia","Natural sponges raw","sponges",2020, +70,"Estonia","Natural sponges raw","sponges",2021, 70,"Estonia","Ornamental fish nei","ornamentals",1976, 70,"Estonia","Ornamental fish nei","ornamentals",1977, 70,"Estonia","Ornamental fish nei","ornamentals",1978, @@ -18314,6 +19180,7 @@ 70,"Estonia","Ornamental fish nei","ornamentals",2018, 70,"Estonia","Ornamental fish nei","ornamentals",2019, 70,"Estonia","Ornamental fish nei","ornamentals",2020, +70,"Estonia","Ornamental fish nei","ornamentals",2021, 70,"Estonia","Ornamental saltwater fish","ornamentals",1976, 70,"Estonia","Ornamental saltwater fish","ornamentals",1977, 70,"Estonia","Ornamental saltwater fish","ornamentals",1978, @@ -18359,6 +19226,7 @@ 70,"Estonia","Ornamental saltwater fish","ornamentals",2018, 70,"Estonia","Ornamental saltwater fish","ornamentals",2019, 70,"Estonia","Ornamental saltwater fish","ornamentals",2020, +70,"Estonia","Ornamental saltwater fish","ornamentals",2021, 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -18404,6 +19272,7 @@ 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +70,"Estonia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -18449,6 +19318,7 @@ 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,53 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,11.03 70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,34.31 +70,"Estonia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,31.73 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -18494,6 +19364,7 @@ 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,11 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.21 70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,2.16 +70,"Estonia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 71,"Bulgaria","Agar agar nei","seaweeds",1976, 71,"Bulgaria","Agar agar nei","seaweeds",1977, 71,"Bulgaria","Agar agar nei","seaweeds",1978, @@ -18539,6 +19410,7 @@ 71,"Bulgaria","Agar agar nei","seaweeds",2018,4 71,"Bulgaria","Agar agar nei","seaweeds",2019,43.26 71,"Bulgaria","Agar agar nei","seaweeds",2020,43.12 +71,"Bulgaria","Agar agar nei","seaweeds",2021,194.38 71,"Bulgaria","Coral and the like","corals",1976, 71,"Bulgaria","Coral and the like","corals",1977, 71,"Bulgaria","Coral and the like","corals",1978, @@ -18584,6 +19456,7 @@ 71,"Bulgaria","Coral and the like","corals",2018, 71,"Bulgaria","Coral and the like","corals",2019, 71,"Bulgaria","Coral and the like","corals",2020, +71,"Bulgaria","Coral and the like","corals",2021, 71,"Bulgaria","Fish body oils, nei","fish_oil",1976, 71,"Bulgaria","Fish body oils, nei","fish_oil",1977, 71,"Bulgaria","Fish body oils, nei","fish_oil",1978, @@ -18629,6 +19502,7 @@ 71,"Bulgaria","Fish body oils, nei","fish_oil",2018, 71,"Bulgaria","Fish body oils, nei","fish_oil",2019,12.78 71,"Bulgaria","Fish body oils, nei","fish_oil",2020, +71,"Bulgaria","Fish body oils, nei","fish_oil",2021,27.32 71,"Bulgaria","Fish liver oils, nei","fish_oil",1976, 71,"Bulgaria","Fish liver oils, nei","fish_oil",1977, 71,"Bulgaria","Fish liver oils, nei","fish_oil",1978, @@ -18674,6 +19548,7 @@ 71,"Bulgaria","Fish liver oils, nei","fish_oil",2018, 71,"Bulgaria","Fish liver oils, nei","fish_oil",2019, 71,"Bulgaria","Fish liver oils, nei","fish_oil",2020, +71,"Bulgaria","Fish liver oils, nei","fish_oil",2021, 71,"Bulgaria","Miscellaneous corals and shells","shells",1976, 71,"Bulgaria","Miscellaneous corals and shells","shells",1977, 71,"Bulgaria","Miscellaneous corals and shells","shells",1978, @@ -18719,6 +19594,7 @@ 71,"Bulgaria","Miscellaneous corals and shells","shells",2018,535 71,"Bulgaria","Miscellaneous corals and shells","shells",2019,542.95 71,"Bulgaria","Miscellaneous corals and shells","shells",2020,442.15 +71,"Bulgaria","Miscellaneous corals and shells","shells",2021,352.56 71,"Bulgaria","Natural sponges nei","sponges",1976, 71,"Bulgaria","Natural sponges nei","sponges",1977, 71,"Bulgaria","Natural sponges nei","sponges",1978, @@ -18764,6 +19640,7 @@ 71,"Bulgaria","Natural sponges nei","sponges",2018, 71,"Bulgaria","Natural sponges nei","sponges",2019, 71,"Bulgaria","Natural sponges nei","sponges",2020, +71,"Bulgaria","Natural sponges nei","sponges",2021, 71,"Bulgaria","Natural sponges other than raw","sponges",1976, 71,"Bulgaria","Natural sponges other than raw","sponges",1977, 71,"Bulgaria","Natural sponges other than raw","sponges",1978, @@ -18809,6 +19686,7 @@ 71,"Bulgaria","Natural sponges other than raw","sponges",2018, 71,"Bulgaria","Natural sponges other than raw","sponges",2019, 71,"Bulgaria","Natural sponges other than raw","sponges",2020, +71,"Bulgaria","Natural sponges other than raw","sponges",2021, 71,"Bulgaria","Natural sponges raw","sponges",1976, 71,"Bulgaria","Natural sponges raw","sponges",1977, 71,"Bulgaria","Natural sponges raw","sponges",1978, @@ -18854,6 +19732,7 @@ 71,"Bulgaria","Natural sponges raw","sponges",2018,2 71,"Bulgaria","Natural sponges raw","sponges",2019, 71,"Bulgaria","Natural sponges raw","sponges",2020, +71,"Bulgaria","Natural sponges raw","sponges",2021, 71,"Bulgaria","Ornamental fish nei","ornamentals",1976, 71,"Bulgaria","Ornamental fish nei","ornamentals",1977, 71,"Bulgaria","Ornamental fish nei","ornamentals",1978, @@ -18899,6 +19778,7 @@ 71,"Bulgaria","Ornamental fish nei","ornamentals",2018, 71,"Bulgaria","Ornamental fish nei","ornamentals",2019, 71,"Bulgaria","Ornamental fish nei","ornamentals",2020, +71,"Bulgaria","Ornamental fish nei","ornamentals",2021, 71,"Bulgaria","Ornamental saltwater fish","ornamentals",1976, 71,"Bulgaria","Ornamental saltwater fish","ornamentals",1977, 71,"Bulgaria","Ornamental saltwater fish","ornamentals",1978, @@ -18944,6 +19824,7 @@ 71,"Bulgaria","Ornamental saltwater fish","ornamentals",2018,263 71,"Bulgaria","Ornamental saltwater fish","ornamentals",2019,432.29 71,"Bulgaria","Ornamental saltwater fish","ornamentals",2020,762.13 +71,"Bulgaria","Ornamental saltwater fish","ornamentals",2021,661.97 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -18989,6 +19870,7 @@ 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +71,"Bulgaria","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -19034,6 +19916,7 @@ 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,91 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,180.89 71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,269.51 +71,"Bulgaria","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,382.93 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -19079,6 +19962,7 @@ 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1.82 71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,9.44 +71,"Bulgaria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,37.31 72,"Romania","Agar agar nei","seaweeds",1976, 72,"Romania","Agar agar nei","seaweeds",1977, 72,"Romania","Agar agar nei","seaweeds",1978, @@ -19124,6 +20008,7 @@ 72,"Romania","Agar agar nei","seaweeds",2018,2 72,"Romania","Agar agar nei","seaweeds",2019,1.44 72,"Romania","Agar agar nei","seaweeds",2020,2.07 +72,"Romania","Agar agar nei","seaweeds",2021,7.14 72,"Romania","Coral and the like","corals",1976, 72,"Romania","Coral and the like","corals",1977, 72,"Romania","Coral and the like","corals",1978, @@ -19169,6 +20054,7 @@ 72,"Romania","Coral and the like","corals",2018,655 72,"Romania","Coral and the like","corals",2019,883.87 72,"Romania","Coral and the like","corals",2020,892.16 +72,"Romania","Coral and the like","corals",2021,26.33 72,"Romania","Fish body oils, nei","fish_oil",1976, 72,"Romania","Fish body oils, nei","fish_oil",1977, 72,"Romania","Fish body oils, nei","fish_oil",1978, @@ -19214,6 +20100,7 @@ 72,"Romania","Fish body oils, nei","fish_oil",2018,144 72,"Romania","Fish body oils, nei","fish_oil",2019,192.18 72,"Romania","Fish body oils, nei","fish_oil",2020,103.21 +72,"Romania","Fish body oils, nei","fish_oil",2021,92.62 72,"Romania","Fish liver oils, nei","fish_oil",1976, 72,"Romania","Fish liver oils, nei","fish_oil",1977, 72,"Romania","Fish liver oils, nei","fish_oil",1978, @@ -19259,6 +20146,53 @@ 72,"Romania","Fish liver oils, nei","fish_oil",2018,23 72,"Romania","Fish liver oils, nei","fish_oil",2019,97.26 72,"Romania","Fish liver oils, nei","fish_oil",2020,275.87 +72,"Romania","Fish liver oils, nei","fish_oil",2021,183.38 +72,"Romania","Miscellaneous corals and shells","shells",1976, +72,"Romania","Miscellaneous corals and shells","shells",1977, +72,"Romania","Miscellaneous corals and shells","shells",1978, +72,"Romania","Miscellaneous corals and shells","shells",1979, +72,"Romania","Miscellaneous corals and shells","shells",1980, +72,"Romania","Miscellaneous corals and shells","shells",1981, +72,"Romania","Miscellaneous corals and shells","shells",1982, +72,"Romania","Miscellaneous corals and shells","shells",1983, +72,"Romania","Miscellaneous corals and shells","shells",1984, +72,"Romania","Miscellaneous corals and shells","shells",1985, +72,"Romania","Miscellaneous corals and shells","shells",1986, +72,"Romania","Miscellaneous corals and shells","shells",1987, +72,"Romania","Miscellaneous corals and shells","shells",1988, +72,"Romania","Miscellaneous corals and shells","shells",1989, +72,"Romania","Miscellaneous corals and shells","shells",1990, +72,"Romania","Miscellaneous corals and shells","shells",1991, +72,"Romania","Miscellaneous corals and shells","shells",1992, +72,"Romania","Miscellaneous corals and shells","shells",1993, +72,"Romania","Miscellaneous corals and shells","shells",1994, +72,"Romania","Miscellaneous corals and shells","shells",1995, +72,"Romania","Miscellaneous corals and shells","shells",1996, +72,"Romania","Miscellaneous corals and shells","shells",1997, +72,"Romania","Miscellaneous corals and shells","shells",1998, +72,"Romania","Miscellaneous corals and shells","shells",1999, +72,"Romania","Miscellaneous corals and shells","shells",2000, +72,"Romania","Miscellaneous corals and shells","shells",2001, +72,"Romania","Miscellaneous corals and shells","shells",2002, +72,"Romania","Miscellaneous corals and shells","shells",2003, +72,"Romania","Miscellaneous corals and shells","shells",2004, +72,"Romania","Miscellaneous corals and shells","shells",2005, +72,"Romania","Miscellaneous corals and shells","shells",2006, +72,"Romania","Miscellaneous corals and shells","shells",2007, +72,"Romania","Miscellaneous corals and shells","shells",2008, +72,"Romania","Miscellaneous corals and shells","shells",2009, +72,"Romania","Miscellaneous corals and shells","shells",2010, +72,"Romania","Miscellaneous corals and shells","shells",2011, +72,"Romania","Miscellaneous corals and shells","shells",2012, +72,"Romania","Miscellaneous corals and shells","shells",2013, +72,"Romania","Miscellaneous corals and shells","shells",2014, +72,"Romania","Miscellaneous corals and shells","shells",2015, +72,"Romania","Miscellaneous corals and shells","shells",2016, +72,"Romania","Miscellaneous corals and shells","shells",2017, +72,"Romania","Miscellaneous corals and shells","shells",2018, +72,"Romania","Miscellaneous corals and shells","shells",2019, +72,"Romania","Miscellaneous corals and shells","shells",2020, +72,"Romania","Miscellaneous corals and shells","shells",2021,1228.7 72,"Romania","Natural sponges other than raw","sponges",1976, 72,"Romania","Natural sponges other than raw","sponges",1977, 72,"Romania","Natural sponges other than raw","sponges",1978, @@ -19304,6 +20238,7 @@ 72,"Romania","Natural sponges other than raw","sponges",2018, 72,"Romania","Natural sponges other than raw","sponges",2019, 72,"Romania","Natural sponges other than raw","sponges",2020, +72,"Romania","Natural sponges other than raw","sponges",2021,0.61 72,"Romania","Natural sponges raw","sponges",1976, 72,"Romania","Natural sponges raw","sponges",1977, 72,"Romania","Natural sponges raw","sponges",1978, @@ -19349,6 +20284,7 @@ 72,"Romania","Natural sponges raw","sponges",2018, 72,"Romania","Natural sponges raw","sponges",2019, 72,"Romania","Natural sponges raw","sponges",2020, +72,"Romania","Natural sponges raw","sponges",2021, 72,"Romania","Ornamental fish nei","ornamentals",1976, 72,"Romania","Ornamental fish nei","ornamentals",1977, 72,"Romania","Ornamental fish nei","ornamentals",1978, @@ -19394,6 +20330,7 @@ 72,"Romania","Ornamental fish nei","ornamentals",2018, 72,"Romania","Ornamental fish nei","ornamentals",2019, 72,"Romania","Ornamental fish nei","ornamentals",2020, +72,"Romania","Ornamental fish nei","ornamentals",2021, 72,"Romania","Ornamental saltwater fish","ornamentals",1976, 72,"Romania","Ornamental saltwater fish","ornamentals",1977, 72,"Romania","Ornamental saltwater fish","ornamentals",1978, @@ -19439,6 +20376,7 @@ 72,"Romania","Ornamental saltwater fish","ornamentals",2018,178 72,"Romania","Ornamental saltwater fish","ornamentals",2019,214.15 72,"Romania","Ornamental saltwater fish","ornamentals",2020,45.6 +72,"Romania","Ornamental saltwater fish","ornamentals",2021, 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -19484,6 +20422,7 @@ 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +72,"Romania","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -19529,6 +20468,7 @@ 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,31 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,6.37 72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,6.76 +72,"Romania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,9.68 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -19574,6 +20514,7 @@ 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,3 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +72,"Romania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,13.12 73,"Russia","Agar agar nei","seaweeds",1976, 73,"Russia","Agar agar nei","seaweeds",1977, 73,"Russia","Agar agar nei","seaweeds",1978, @@ -19619,6 +20560,7 @@ 73,"Russia","Agar agar nei","seaweeds",2018,1746 73,"Russia","Agar agar nei","seaweeds",2019,1535 73,"Russia","Agar agar nei","seaweeds",2020,1598 +73,"Russia","Agar agar nei","seaweeds",2021,1313 73,"Russia","Coral and the like","corals",1976, 73,"Russia","Coral and the like","corals",1977, 73,"Russia","Coral and the like","corals",1978, @@ -19664,6 +20606,7 @@ 73,"Russia","Coral and the like","corals",2018,385 73,"Russia","Coral and the like","corals",2019,648 73,"Russia","Coral and the like","corals",2020,400 +73,"Russia","Coral and the like","corals",2021,368 73,"Russia","Fish body oils, nei","fish_oil",1976,89 73,"Russia","Fish body oils, nei","fish_oil",1977,71 73,"Russia","Fish body oils, nei","fish_oil",1978,148 @@ -19709,6 +20652,7 @@ 73,"Russia","Fish body oils, nei","fish_oil",2018,220 73,"Russia","Fish body oils, nei","fish_oil",2019,654 73,"Russia","Fish body oils, nei","fish_oil",2020,3660 +73,"Russia","Fish body oils, nei","fish_oil",2021,6027 73,"Russia","Fish liver oils, nei","fish_oil",1976, 73,"Russia","Fish liver oils, nei","fish_oil",1977, 73,"Russia","Fish liver oils, nei","fish_oil",1978, @@ -19754,6 +20698,7 @@ 73,"Russia","Fish liver oils, nei","fish_oil",2018, 73,"Russia","Fish liver oils, nei","fish_oil",2019,7 73,"Russia","Fish liver oils, nei","fish_oil",2020,82 +73,"Russia","Fish liver oils, nei","fish_oil",2021,201 73,"Russia","Natural sponges other than raw","sponges",1976, 73,"Russia","Natural sponges other than raw","sponges",1977, 73,"Russia","Natural sponges other than raw","sponges",1978, @@ -19799,6 +20744,7 @@ 73,"Russia","Natural sponges other than raw","sponges",2018,0.1 73,"Russia","Natural sponges other than raw","sponges",2019,7 73,"Russia","Natural sponges other than raw","sponges",2020,8 +73,"Russia","Natural sponges other than raw","sponges",2021,38 73,"Russia","Natural sponges raw","sponges",1976, 73,"Russia","Natural sponges raw","sponges",1977, 73,"Russia","Natural sponges raw","sponges",1978, @@ -19844,6 +20790,7 @@ 73,"Russia","Natural sponges raw","sponges",2018, 73,"Russia","Natural sponges raw","sponges",2019, 73,"Russia","Natural sponges raw","sponges",2020, +73,"Russia","Natural sponges raw","sponges",2021, 73,"Russia","Ornamental saltwater fish","ornamentals",1976, 73,"Russia","Ornamental saltwater fish","ornamentals",1977, 73,"Russia","Ornamental saltwater fish","ornamentals",1978, @@ -19889,6 +20836,7 @@ 73,"Russia","Ornamental saltwater fish","ornamentals",2018, 73,"Russia","Ornamental saltwater fish","ornamentals",2019,3 73,"Russia","Ornamental saltwater fish","ornamentals",2020,0 +73,"Russia","Ornamental saltwater fish","ornamentals",2021, 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -19934,6 +20882,7 @@ 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,95 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,126 73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,98 +73,"Russia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,159 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -19979,6 +20928,7 @@ 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,855 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,1212 73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1769 +73,"Russia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,3499 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -20024,6 +20974,7 @@ 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,236 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,131 73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,285 +73,"Russia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,381 74,"Georgia","Agar agar nei","seaweeds",1976, 74,"Georgia","Agar agar nei","seaweeds",1977, 74,"Georgia","Agar agar nei","seaweeds",1978, @@ -20069,6 +21020,7 @@ 74,"Georgia","Agar agar nei","seaweeds",2018, 74,"Georgia","Agar agar nei","seaweeds",2019, 74,"Georgia","Agar agar nei","seaweeds",2020, +74,"Georgia","Agar agar nei","seaweeds",2021, 74,"Georgia","Fish body oils, nei","fish_oil",1976, 74,"Georgia","Fish body oils, nei","fish_oil",1977, 74,"Georgia","Fish body oils, nei","fish_oil",1978, @@ -20114,6 +21066,7 @@ 74,"Georgia","Fish body oils, nei","fish_oil",2018,9816 74,"Georgia","Fish body oils, nei","fish_oil",2019,5077.08 74,"Georgia","Fish body oils, nei","fish_oil",2020,17150.92 +74,"Georgia","Fish body oils, nei","fish_oil",2021,9830.85 74,"Georgia","Miscellaneous corals and shells","shells",1976, 74,"Georgia","Miscellaneous corals and shells","shells",1977, 74,"Georgia","Miscellaneous corals and shells","shells",1978, @@ -20159,6 +21112,7 @@ 74,"Georgia","Miscellaneous corals and shells","shells",2018, 74,"Georgia","Miscellaneous corals and shells","shells",2019, 74,"Georgia","Miscellaneous corals and shells","shells",2020, +74,"Georgia","Miscellaneous corals and shells","shells",2021, 74,"Georgia","Ornamental fish nei","ornamentals",1976, 74,"Georgia","Ornamental fish nei","ornamentals",1977, 74,"Georgia","Ornamental fish nei","ornamentals",1978, @@ -20204,6 +21158,7 @@ 74,"Georgia","Ornamental fish nei","ornamentals",2018, 74,"Georgia","Ornamental fish nei","ornamentals",2019, 74,"Georgia","Ornamental fish nei","ornamentals",2020, +74,"Georgia","Ornamental fish nei","ornamentals",2021, 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -20249,6 +21204,7 @@ 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +74,"Georgia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -20294,6 +21250,7 @@ 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,1.4 74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +74,"Georgia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,2.25 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -20339,6 +21296,7 @@ 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +74,"Georgia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 75,"Ukraine","Agar agar nei","seaweeds",1976, 75,"Ukraine","Agar agar nei","seaweeds",1977, 75,"Ukraine","Agar agar nei","seaweeds",1978, @@ -20384,6 +21342,7 @@ 75,"Ukraine","Agar agar nei","seaweeds",2018,25 75,"Ukraine","Agar agar nei","seaweeds",2019,17.41 75,"Ukraine","Agar agar nei","seaweeds",2020,20.01 +75,"Ukraine","Agar agar nei","seaweeds",2021,38.09 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",1976, 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",1977, 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",1978, @@ -20429,6 +21388,7 @@ 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",2018, 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",2019, 75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",2020, +75,"Ukraine","Aquatic animals, oils and fats, nei","fish_oil",2021, 75,"Ukraine","Coral and the like","corals",1976, 75,"Ukraine","Coral and the like","corals",1977, 75,"Ukraine","Coral and the like","corals",1978, @@ -20474,6 +21434,7 @@ 75,"Ukraine","Coral and the like","corals",2018, 75,"Ukraine","Coral and the like","corals",2019, 75,"Ukraine","Coral and the like","corals",2020, +75,"Ukraine","Coral and the like","corals",2021, 75,"Ukraine","Fish body oils, nei","fish_oil",1976, 75,"Ukraine","Fish body oils, nei","fish_oil",1977, 75,"Ukraine","Fish body oils, nei","fish_oil",1978, @@ -20519,6 +21480,7 @@ 75,"Ukraine","Fish body oils, nei","fish_oil",2018, 75,"Ukraine","Fish body oils, nei","fish_oil",2019,9.78 75,"Ukraine","Fish body oils, nei","fish_oil",2020, +75,"Ukraine","Fish body oils, nei","fish_oil",2021,1.88 75,"Ukraine","Fish liver oils, nei","fish_oil",1976, 75,"Ukraine","Fish liver oils, nei","fish_oil",1977, 75,"Ukraine","Fish liver oils, nei","fish_oil",1978, @@ -20564,6 +21526,7 @@ 75,"Ukraine","Fish liver oils, nei","fish_oil",2018, 75,"Ukraine","Fish liver oils, nei","fish_oil",2019,0.19 75,"Ukraine","Fish liver oils, nei","fish_oil",2020,0.73 +75,"Ukraine","Fish liver oils, nei","fish_oil",2021,0.01 75,"Ukraine","Miscellaneous corals and shells","shells",1976, 75,"Ukraine","Miscellaneous corals and shells","shells",1977, 75,"Ukraine","Miscellaneous corals and shells","shells",1978, @@ -20609,6 +21572,7 @@ 75,"Ukraine","Miscellaneous corals and shells","shells",2018,34 75,"Ukraine","Miscellaneous corals and shells","shells",2019,277.91 75,"Ukraine","Miscellaneous corals and shells","shells",2020,424.62 +75,"Ukraine","Miscellaneous corals and shells","shells",2021,742.79 75,"Ukraine","Natural sponges nei","sponges",1976, 75,"Ukraine","Natural sponges nei","sponges",1977, 75,"Ukraine","Natural sponges nei","sponges",1978, @@ -20654,6 +21618,7 @@ 75,"Ukraine","Natural sponges nei","sponges",2018, 75,"Ukraine","Natural sponges nei","sponges",2019, 75,"Ukraine","Natural sponges nei","sponges",2020, +75,"Ukraine","Natural sponges nei","sponges",2021, 75,"Ukraine","Ornamental fish nei","ornamentals",1976, 75,"Ukraine","Ornamental fish nei","ornamentals",1977, 75,"Ukraine","Ornamental fish nei","ornamentals",1978, @@ -20699,6 +21664,7 @@ 75,"Ukraine","Ornamental fish nei","ornamentals",2018, 75,"Ukraine","Ornamental fish nei","ornamentals",2019, 75,"Ukraine","Ornamental fish nei","ornamentals",2020, +75,"Ukraine","Ornamental fish nei","ornamentals",2021, 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -20744,6 +21710,7 @@ 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +75,"Ukraine","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -20789,6 +21756,7 @@ 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,26 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,22.6 75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,20.38 +75,"Ukraine","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,27.87 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -20834,6 +21802,651 @@ 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,104 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,155.24 75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,185.86 +75,"Ukraine","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,263.87 +76,"Turkey","Agar agar nei","seaweeds",1976, +76,"Turkey","Agar agar nei","seaweeds",1977, +76,"Turkey","Agar agar nei","seaweeds",1978, +76,"Turkey","Agar agar nei","seaweeds",1979, +76,"Turkey","Agar agar nei","seaweeds",1980, +76,"Turkey","Agar agar nei","seaweeds",1981, +76,"Turkey","Agar agar nei","seaweeds",1982, +76,"Turkey","Agar agar nei","seaweeds",1983, +76,"Turkey","Agar agar nei","seaweeds",1984, +76,"Turkey","Agar agar nei","seaweeds",1985, +76,"Turkey","Agar agar nei","seaweeds",1986, +76,"Turkey","Agar agar nei","seaweeds",1987, +76,"Turkey","Agar agar nei","seaweeds",1988, +76,"Turkey","Agar agar nei","seaweeds",1989, +76,"Turkey","Agar agar nei","seaweeds",1990, +76,"Turkey","Agar agar nei","seaweeds",1991, +76,"Turkey","Agar agar nei","seaweeds",1992, +76,"Turkey","Agar agar nei","seaweeds",1993, +76,"Turkey","Agar agar nei","seaweeds",1994, +76,"Turkey","Agar agar nei","seaweeds",1995,4 +76,"Turkey","Agar agar nei","seaweeds",1996, +76,"Turkey","Agar agar nei","seaweeds",1997,3 +76,"Turkey","Agar agar nei","seaweeds",1998,5 +76,"Turkey","Agar agar nei","seaweeds",1999, +76,"Turkey","Agar agar nei","seaweeds",2000,4 +76,"Turkey","Agar agar nei","seaweeds",2001,1 +76,"Turkey","Agar agar nei","seaweeds",2002,0.1 +76,"Turkey","Agar agar nei","seaweeds",2003,8 +76,"Turkey","Agar agar nei","seaweeds",2004,1 +76,"Turkey","Agar agar nei","seaweeds",2005,4 +76,"Turkey","Agar agar nei","seaweeds",2006,12 +76,"Turkey","Agar agar nei","seaweeds",2007,1 +76,"Turkey","Agar agar nei","seaweeds",2008,19 +76,"Turkey","Agar agar nei","seaweeds",2009,15 +76,"Turkey","Agar agar nei","seaweeds",2010,21 +76,"Turkey","Agar agar nei","seaweeds",2011,89 +76,"Turkey","Agar agar nei","seaweeds",2012,16 +76,"Turkey","Agar agar nei","seaweeds",2013,27 +76,"Turkey","Agar agar nei","seaweeds",2014,58 +76,"Turkey","Agar agar nei","seaweeds",2015,10 +76,"Turkey","Agar agar nei","seaweeds",2016,20 +76,"Turkey","Agar agar nei","seaweeds",2017,64 +76,"Turkey","Agar agar nei","seaweeds",2018,21 +76,"Turkey","Agar agar nei","seaweeds",2019,5.68 +76,"Turkey","Agar agar nei","seaweeds",2020,9.65 +76,"Turkey","Agar agar nei","seaweeds",2021,170.48 +76,"Turkey","Cod liver oil","fish_oil",1976, +76,"Turkey","Cod liver oil","fish_oil",1977,514 +76,"Turkey","Cod liver oil","fish_oil",1978,12 +76,"Turkey","Cod liver oil","fish_oil",1979, +76,"Turkey","Cod liver oil","fish_oil",1980, +76,"Turkey","Cod liver oil","fish_oil",1981, +76,"Turkey","Cod liver oil","fish_oil",1982, +76,"Turkey","Cod liver oil","fish_oil",1983, +76,"Turkey","Cod liver oil","fish_oil",1984,1319 +76,"Turkey","Cod liver oil","fish_oil",1985,1584 +76,"Turkey","Cod liver oil","fish_oil",1986,1280 +76,"Turkey","Cod liver oil","fish_oil",1987,1222 +76,"Turkey","Cod liver oil","fish_oil",1988,3724 +76,"Turkey","Cod liver oil","fish_oil",1989,144 +76,"Turkey","Cod liver oil","fish_oil",1990,190 +76,"Turkey","Cod liver oil","fish_oil",1991,75 +76,"Turkey","Cod liver oil","fish_oil",1992, +76,"Turkey","Cod liver oil","fish_oil",1993, +76,"Turkey","Cod liver oil","fish_oil",1994, +76,"Turkey","Cod liver oil","fish_oil",1995,32 +76,"Turkey","Cod liver oil","fish_oil",1996, +76,"Turkey","Cod liver oil","fish_oil",1997, +76,"Turkey","Cod liver oil","fish_oil",1998, +76,"Turkey","Cod liver oil","fish_oil",1999, +76,"Turkey","Cod liver oil","fish_oil",2000, +76,"Turkey","Cod liver oil","fish_oil",2001, +76,"Turkey","Cod liver oil","fish_oil",2002, +76,"Turkey","Cod liver oil","fish_oil",2003, +76,"Turkey","Cod liver oil","fish_oil",2004, +76,"Turkey","Cod liver oil","fish_oil",2005, +76,"Turkey","Cod liver oil","fish_oil",2006, +76,"Turkey","Cod liver oil","fish_oil",2007, +76,"Turkey","Cod liver oil","fish_oil",2008, +76,"Turkey","Cod liver oil","fish_oil",2009, +76,"Turkey","Cod liver oil","fish_oil",2010, +76,"Turkey","Cod liver oil","fish_oil",2011, +76,"Turkey","Cod liver oil","fish_oil",2012, +76,"Turkey","Cod liver oil","fish_oil",2013, +76,"Turkey","Cod liver oil","fish_oil",2014, +76,"Turkey","Cod liver oil","fish_oil",2015, +76,"Turkey","Cod liver oil","fish_oil",2016, +76,"Turkey","Cod liver oil","fish_oil",2017, +76,"Turkey","Cod liver oil","fish_oil",2018, +76,"Turkey","Cod liver oil","fish_oil",2019, +76,"Turkey","Cod liver oil","fish_oil",2020, +76,"Turkey","Cod liver oil","fish_oil",2021, +76,"Turkey","Coral and the like","corals",1976, +76,"Turkey","Coral and the like","corals",1977, +76,"Turkey","Coral and the like","corals",1978, +76,"Turkey","Coral and the like","corals",1979, +76,"Turkey","Coral and the like","corals",1980, +76,"Turkey","Coral and the like","corals",1981, +76,"Turkey","Coral and the like","corals",1982, +76,"Turkey","Coral and the like","corals",1983, +76,"Turkey","Coral and the like","corals",1984, +76,"Turkey","Coral and the like","corals",1985, +76,"Turkey","Coral and the like","corals",1986, +76,"Turkey","Coral and the like","corals",1987, +76,"Turkey","Coral and the like","corals",1988, +76,"Turkey","Coral and the like","corals",1989, +76,"Turkey","Coral and the like","corals",1990,3462 +76,"Turkey","Coral and the like","corals",1991,3010 +76,"Turkey","Coral and the like","corals",1992,4473 +76,"Turkey","Coral and the like","corals",1993,4315 +76,"Turkey","Coral and the like","corals",1994,4588 +76,"Turkey","Coral and the like","corals",1995,4975 +76,"Turkey","Coral and the like","corals",1996,3671 +76,"Turkey","Coral and the like","corals",1997,2326 +76,"Turkey","Coral and the like","corals",1998,2275 +76,"Turkey","Coral and the like","corals",1999,2044 +76,"Turkey","Coral and the like","corals",2000,1315 +76,"Turkey","Coral and the like","corals",2001,1179 +76,"Turkey","Coral and the like","corals",2002,1574 +76,"Turkey","Coral and the like","corals",2003,1795 +76,"Turkey","Coral and the like","corals",2004,1751 +76,"Turkey","Coral and the like","corals",2005,2199 +76,"Turkey","Coral and the like","corals",2006,1044 +76,"Turkey","Coral and the like","corals",2007,2409 +76,"Turkey","Coral and the like","corals",2008,4062 +76,"Turkey","Coral and the like","corals",2009,3523 +76,"Turkey","Coral and the like","corals",2010,3991 +76,"Turkey","Coral and the like","corals",2011,4468 +76,"Turkey","Coral and the like","corals",2012,4113 +76,"Turkey","Coral and the like","corals",2013,6938 +76,"Turkey","Coral and the like","corals",2014,5715 +76,"Turkey","Coral and the like","corals",2015,3507 +76,"Turkey","Coral and the like","corals",2016,3354 +76,"Turkey","Coral and the like","corals",2017, +76,"Turkey","Coral and the like","corals",2018, +76,"Turkey","Coral and the like","corals",2019, +76,"Turkey","Coral and the like","corals",2020, +76,"Turkey","Coral and the like","corals",2021, +76,"Turkey","Fish body oils, nei","fish_oil",1976,21 +76,"Turkey","Fish body oils, nei","fish_oil",1977, +76,"Turkey","Fish body oils, nei","fish_oil",1978, +76,"Turkey","Fish body oils, nei","fish_oil",1979, +76,"Turkey","Fish body oils, nei","fish_oil",1980, +76,"Turkey","Fish body oils, nei","fish_oil",1981, +76,"Turkey","Fish body oils, nei","fish_oil",1982,238 +76,"Turkey","Fish body oils, nei","fish_oil",1983,681 +76,"Turkey","Fish body oils, nei","fish_oil",1984,393 +76,"Turkey","Fish body oils, nei","fish_oil",1985, +76,"Turkey","Fish body oils, nei","fish_oil",1986, +76,"Turkey","Fish body oils, nei","fish_oil",1987, +76,"Turkey","Fish body oils, nei","fish_oil",1988, +76,"Turkey","Fish body oils, nei","fish_oil",1989,1293 +76,"Turkey","Fish body oils, nei","fish_oil",1990,806 +76,"Turkey","Fish body oils, nei","fish_oil",1991,98 +76,"Turkey","Fish body oils, nei","fish_oil",1992, +76,"Turkey","Fish body oils, nei","fish_oil",1993, +76,"Turkey","Fish body oils, nei","fish_oil",1994,527 +76,"Turkey","Fish body oils, nei","fish_oil",1995,2099 +76,"Turkey","Fish body oils, nei","fish_oil",1996,8 +76,"Turkey","Fish body oils, nei","fish_oil",1997, +76,"Turkey","Fish body oils, nei","fish_oil",1998, +76,"Turkey","Fish body oils, nei","fish_oil",1999,1 +76,"Turkey","Fish body oils, nei","fish_oil",2000,1549 +76,"Turkey","Fish body oils, nei","fish_oil",2001,359 +76,"Turkey","Fish body oils, nei","fish_oil",2002,2778 +76,"Turkey","Fish body oils, nei","fish_oil",2003,4577 +76,"Turkey","Fish body oils, nei","fish_oil",2004,500 +76,"Turkey","Fish body oils, nei","fish_oil",2005, +76,"Turkey","Fish body oils, nei","fish_oil",2006,1 +76,"Turkey","Fish body oils, nei","fish_oil",2007,3 +76,"Turkey","Fish body oils, nei","fish_oil",2008,26455 +76,"Turkey","Fish body oils, nei","fish_oil",2009,2742 +76,"Turkey","Fish body oils, nei","fish_oil",2010,13160 +76,"Turkey","Fish body oils, nei","fish_oil",2011,8685 +76,"Turkey","Fish body oils, nei","fish_oil",2012,5752 +76,"Turkey","Fish body oils, nei","fish_oil",2013,11349 +76,"Turkey","Fish body oils, nei","fish_oil",2014,23919 +76,"Turkey","Fish body oils, nei","fish_oil",2015,12309 +76,"Turkey","Fish body oils, nei","fish_oil",2016,18210 +76,"Turkey","Fish body oils, nei","fish_oil",2017,7804 +76,"Turkey","Fish body oils, nei","fish_oil",2018,22078 +76,"Turkey","Fish body oils, nei","fish_oil",2019,13065.02 +76,"Turkey","Fish body oils, nei","fish_oil",2020,32432.73 +76,"Turkey","Fish body oils, nei","fish_oil",2021,15251.37 +76,"Turkey","Fish liver oils, nei","fish_oil",1976, +76,"Turkey","Fish liver oils, nei","fish_oil",1977, +76,"Turkey","Fish liver oils, nei","fish_oil",1978, +76,"Turkey","Fish liver oils, nei","fish_oil",1979, +76,"Turkey","Fish liver oils, nei","fish_oil",1980, +76,"Turkey","Fish liver oils, nei","fish_oil",1981, +76,"Turkey","Fish liver oils, nei","fish_oil",1982, +76,"Turkey","Fish liver oils, nei","fish_oil",1983, +76,"Turkey","Fish liver oils, nei","fish_oil",1984, +76,"Turkey","Fish liver oils, nei","fish_oil",1985, +76,"Turkey","Fish liver oils, nei","fish_oil",1986, +76,"Turkey","Fish liver oils, nei","fish_oil",1987, +76,"Turkey","Fish liver oils, nei","fish_oil",1988, +76,"Turkey","Fish liver oils, nei","fish_oil",1989, +76,"Turkey","Fish liver oils, nei","fish_oil",1990, +76,"Turkey","Fish liver oils, nei","fish_oil",1991, +76,"Turkey","Fish liver oils, nei","fish_oil",1992, +76,"Turkey","Fish liver oils, nei","fish_oil",1993, +76,"Turkey","Fish liver oils, nei","fish_oil",1994,41 +76,"Turkey","Fish liver oils, nei","fish_oil",1995, +76,"Turkey","Fish liver oils, nei","fish_oil",1996,16 +76,"Turkey","Fish liver oils, nei","fish_oil",1997, +76,"Turkey","Fish liver oils, nei","fish_oil",1998, +76,"Turkey","Fish liver oils, nei","fish_oil",1999, +76,"Turkey","Fish liver oils, nei","fish_oil",2000, +76,"Turkey","Fish liver oils, nei","fish_oil",2001, +76,"Turkey","Fish liver oils, nei","fish_oil",2002, +76,"Turkey","Fish liver oils, nei","fish_oil",2003, +76,"Turkey","Fish liver oils, nei","fish_oil",2004, +76,"Turkey","Fish liver oils, nei","fish_oil",2005, +76,"Turkey","Fish liver oils, nei","fish_oil",2006, +76,"Turkey","Fish liver oils, nei","fish_oil",2007, +76,"Turkey","Fish liver oils, nei","fish_oil",2008,18 +76,"Turkey","Fish liver oils, nei","fish_oil",2009, +76,"Turkey","Fish liver oils, nei","fish_oil",2010, +76,"Turkey","Fish liver oils, nei","fish_oil",2011,17 +76,"Turkey","Fish liver oils, nei","fish_oil",2012, +76,"Turkey","Fish liver oils, nei","fish_oil",2013, +76,"Turkey","Fish liver oils, nei","fish_oil",2014,38 +76,"Turkey","Fish liver oils, nei","fish_oil",2015,15 +76,"Turkey","Fish liver oils, nei","fish_oil",2016,3 +76,"Turkey","Fish liver oils, nei","fish_oil",2017,29 +76,"Turkey","Fish liver oils, nei","fish_oil",2018,5 +76,"Turkey","Fish liver oils, nei","fish_oil",2019,2.75 +76,"Turkey","Fish liver oils, nei","fish_oil",2020,30.96 +76,"Turkey","Fish liver oils, nei","fish_oil",2021,33.87 +76,"Turkey","Miscellaneous corals and shells","shells",1976, +76,"Turkey","Miscellaneous corals and shells","shells",1977, +76,"Turkey","Miscellaneous corals and shells","shells",1978, +76,"Turkey","Miscellaneous corals and shells","shells",1979, +76,"Turkey","Miscellaneous corals and shells","shells",1980, +76,"Turkey","Miscellaneous corals and shells","shells",1981, +76,"Turkey","Miscellaneous corals and shells","shells",1982, +76,"Turkey","Miscellaneous corals and shells","shells",1983, +76,"Turkey","Miscellaneous corals and shells","shells",1984, +76,"Turkey","Miscellaneous corals and shells","shells",1985, +76,"Turkey","Miscellaneous corals and shells","shells",1986, +76,"Turkey","Miscellaneous corals and shells","shells",1987, +76,"Turkey","Miscellaneous corals and shells","shells",1988, +76,"Turkey","Miscellaneous corals and shells","shells",1989, +76,"Turkey","Miscellaneous corals and shells","shells",1990, +76,"Turkey","Miscellaneous corals and shells","shells",1991, +76,"Turkey","Miscellaneous corals and shells","shells",1992, +76,"Turkey","Miscellaneous corals and shells","shells",1993, +76,"Turkey","Miscellaneous corals and shells","shells",1994, +76,"Turkey","Miscellaneous corals and shells","shells",1995, +76,"Turkey","Miscellaneous corals and shells","shells",1996, +76,"Turkey","Miscellaneous corals and shells","shells",1997, +76,"Turkey","Miscellaneous corals and shells","shells",1998, +76,"Turkey","Miscellaneous corals and shells","shells",1999, +76,"Turkey","Miscellaneous corals and shells","shells",2000, +76,"Turkey","Miscellaneous corals and shells","shells",2001, +76,"Turkey","Miscellaneous corals and shells","shells",2002, +76,"Turkey","Miscellaneous corals and shells","shells",2003, +76,"Turkey","Miscellaneous corals and shells","shells",2004, +76,"Turkey","Miscellaneous corals and shells","shells",2005, +76,"Turkey","Miscellaneous corals and shells","shells",2006, +76,"Turkey","Miscellaneous corals and shells","shells",2007, +76,"Turkey","Miscellaneous corals and shells","shells",2008, +76,"Turkey","Miscellaneous corals and shells","shells",2009, +76,"Turkey","Miscellaneous corals and shells","shells",2010, +76,"Turkey","Miscellaneous corals and shells","shells",2011, +76,"Turkey","Miscellaneous corals and shells","shells",2012, +76,"Turkey","Miscellaneous corals and shells","shells",2013, +76,"Turkey","Miscellaneous corals and shells","shells",2014, +76,"Turkey","Miscellaneous corals and shells","shells",2015, +76,"Turkey","Miscellaneous corals and shells","shells",2016, +76,"Turkey","Miscellaneous corals and shells","shells",2017,4298 +76,"Turkey","Miscellaneous corals and shells","shells",2018,3895 +76,"Turkey","Miscellaneous corals and shells","shells",2019,4063.68 +76,"Turkey","Miscellaneous corals and shells","shells",2020,4096.94 +76,"Turkey","Miscellaneous corals and shells","shells",2021,4308.21 +76,"Turkey","Natural sponges nei","sponges",1976, +76,"Turkey","Natural sponges nei","sponges",1977, +76,"Turkey","Natural sponges nei","sponges",1978, +76,"Turkey","Natural sponges nei","sponges",1979, +76,"Turkey","Natural sponges nei","sponges",1980, +76,"Turkey","Natural sponges nei","sponges",1981, +76,"Turkey","Natural sponges nei","sponges",1982, +76,"Turkey","Natural sponges nei","sponges",1983, +76,"Turkey","Natural sponges nei","sponges",1984, +76,"Turkey","Natural sponges nei","sponges",1985, +76,"Turkey","Natural sponges nei","sponges",1986, +76,"Turkey","Natural sponges nei","sponges",1987, +76,"Turkey","Natural sponges nei","sponges",1988, +76,"Turkey","Natural sponges nei","sponges",1989, +76,"Turkey","Natural sponges nei","sponges",1990, +76,"Turkey","Natural sponges nei","sponges",1991, +76,"Turkey","Natural sponges nei","sponges",1992, +76,"Turkey","Natural sponges nei","sponges",1993, +76,"Turkey","Natural sponges nei","sponges",1994, +76,"Turkey","Natural sponges nei","sponges",1995, +76,"Turkey","Natural sponges nei","sponges",1996, +76,"Turkey","Natural sponges nei","sponges",1997, +76,"Turkey","Natural sponges nei","sponges",1998, +76,"Turkey","Natural sponges nei","sponges",1999, +76,"Turkey","Natural sponges nei","sponges",2000,46 +76,"Turkey","Natural sponges nei","sponges",2001, +76,"Turkey","Natural sponges nei","sponges",2002, +76,"Turkey","Natural sponges nei","sponges",2003, +76,"Turkey","Natural sponges nei","sponges",2004, +76,"Turkey","Natural sponges nei","sponges",2005, +76,"Turkey","Natural sponges nei","sponges",2006, +76,"Turkey","Natural sponges nei","sponges",2007, +76,"Turkey","Natural sponges nei","sponges",2008, +76,"Turkey","Natural sponges nei","sponges",2009, +76,"Turkey","Natural sponges nei","sponges",2010, +76,"Turkey","Natural sponges nei","sponges",2011, +76,"Turkey","Natural sponges nei","sponges",2012, +76,"Turkey","Natural sponges nei","sponges",2013, +76,"Turkey","Natural sponges nei","sponges",2014, +76,"Turkey","Natural sponges nei","sponges",2015, +76,"Turkey","Natural sponges nei","sponges",2016, +76,"Turkey","Natural sponges nei","sponges",2017, +76,"Turkey","Natural sponges nei","sponges",2018, +76,"Turkey","Natural sponges nei","sponges",2019, +76,"Turkey","Natural sponges nei","sponges",2020, +76,"Turkey","Natural sponges nei","sponges",2021, +76,"Turkey","Natural sponges other than raw","sponges",1976, +76,"Turkey","Natural sponges other than raw","sponges",1977, +76,"Turkey","Natural sponges other than raw","sponges",1978, +76,"Turkey","Natural sponges other than raw","sponges",1979, +76,"Turkey","Natural sponges other than raw","sponges",1980, +76,"Turkey","Natural sponges other than raw","sponges",1981, +76,"Turkey","Natural sponges other than raw","sponges",1982, +76,"Turkey","Natural sponges other than raw","sponges",1983, +76,"Turkey","Natural sponges other than raw","sponges",1984, +76,"Turkey","Natural sponges other than raw","sponges",1985, +76,"Turkey","Natural sponges other than raw","sponges",1986, +76,"Turkey","Natural sponges other than raw","sponges",1987, +76,"Turkey","Natural sponges other than raw","sponges",1988, +76,"Turkey","Natural sponges other than raw","sponges",1989, +76,"Turkey","Natural sponges other than raw","sponges",1990, +76,"Turkey","Natural sponges other than raw","sponges",1991, +76,"Turkey","Natural sponges other than raw","sponges",1992, +76,"Turkey","Natural sponges other than raw","sponges",1993, +76,"Turkey","Natural sponges other than raw","sponges",1994, +76,"Turkey","Natural sponges other than raw","sponges",1995, +76,"Turkey","Natural sponges other than raw","sponges",1996,16 +76,"Turkey","Natural sponges other than raw","sponges",1997, +76,"Turkey","Natural sponges other than raw","sponges",1998,3 +76,"Turkey","Natural sponges other than raw","sponges",1999, +76,"Turkey","Natural sponges other than raw","sponges",2000, +76,"Turkey","Natural sponges other than raw","sponges",2001,32 +76,"Turkey","Natural sponges other than raw","sponges",2002,6 +76,"Turkey","Natural sponges other than raw","sponges",2003,1 +76,"Turkey","Natural sponges other than raw","sponges",2004, +76,"Turkey","Natural sponges other than raw","sponges",2005, +76,"Turkey","Natural sponges other than raw","sponges",2006,6 +76,"Turkey","Natural sponges other than raw","sponges",2007,0.1 +76,"Turkey","Natural sponges other than raw","sponges",2008, +76,"Turkey","Natural sponges other than raw","sponges",2009,15 +76,"Turkey","Natural sponges other than raw","sponges",2010,11 +76,"Turkey","Natural sponges other than raw","sponges",2011,19 +76,"Turkey","Natural sponges other than raw","sponges",2012,73 +76,"Turkey","Natural sponges other than raw","sponges",2013,38 +76,"Turkey","Natural sponges other than raw","sponges",2014,21 +76,"Turkey","Natural sponges other than raw","sponges",2015,5 +76,"Turkey","Natural sponges other than raw","sponges",2016,34 +76,"Turkey","Natural sponges other than raw","sponges",2017,19 +76,"Turkey","Natural sponges other than raw","sponges",2018,14 +76,"Turkey","Natural sponges other than raw","sponges",2019,51.96 +76,"Turkey","Natural sponges other than raw","sponges",2020,9.51 +76,"Turkey","Natural sponges other than raw","sponges",2021,9.37 +76,"Turkey","Natural sponges raw","sponges",1976,637 +76,"Turkey","Natural sponges raw","sponges",1977,330 +76,"Turkey","Natural sponges raw","sponges",1978,560 +76,"Turkey","Natural sponges raw","sponges",1979,827 +76,"Turkey","Natural sponges raw","sponges",1980,836 +76,"Turkey","Natural sponges raw","sponges",1981,1019 +76,"Turkey","Natural sponges raw","sponges",1982, +76,"Turkey","Natural sponges raw","sponges",1983, +76,"Turkey","Natural sponges raw","sponges",1984,464 +76,"Turkey","Natural sponges raw","sponges",1985,437 +76,"Turkey","Natural sponges raw","sponges",1986,487 +76,"Turkey","Natural sponges raw","sponges",1987,599 +76,"Turkey","Natural sponges raw","sponges",1988,344 +76,"Turkey","Natural sponges raw","sponges",1989, +76,"Turkey","Natural sponges raw","sponges",1990,318 +76,"Turkey","Natural sponges raw","sponges",1991,210 +76,"Turkey","Natural sponges raw","sponges",1992,155 +76,"Turkey","Natural sponges raw","sponges",1993,114 +76,"Turkey","Natural sponges raw","sponges",1994,14 +76,"Turkey","Natural sponges raw","sponges",1995,73 +76,"Turkey","Natural sponges raw","sponges",1996,27 +76,"Turkey","Natural sponges raw","sponges",1997,46 +76,"Turkey","Natural sponges raw","sponges",1998,18 +76,"Turkey","Natural sponges raw","sponges",1999,38 +76,"Turkey","Natural sponges raw","sponges",2000, +76,"Turkey","Natural sponges raw","sponges",2001,4 +76,"Turkey","Natural sponges raw","sponges",2002,5 +76,"Turkey","Natural sponges raw","sponges",2003,6 +76,"Turkey","Natural sponges raw","sponges",2004,15 +76,"Turkey","Natural sponges raw","sponges",2005,14 +76,"Turkey","Natural sponges raw","sponges",2006,1 +76,"Turkey","Natural sponges raw","sponges",2007,1 +76,"Turkey","Natural sponges raw","sponges",2008, +76,"Turkey","Natural sponges raw","sponges",2009, +76,"Turkey","Natural sponges raw","sponges",2010, +76,"Turkey","Natural sponges raw","sponges",2011, +76,"Turkey","Natural sponges raw","sponges",2012, +76,"Turkey","Natural sponges raw","sponges",2013, +76,"Turkey","Natural sponges raw","sponges",2014, +76,"Turkey","Natural sponges raw","sponges",2015, +76,"Turkey","Natural sponges raw","sponges",2016, +76,"Turkey","Natural sponges raw","sponges",2017,3 +76,"Turkey","Natural sponges raw","sponges",2018,8 +76,"Turkey","Natural sponges raw","sponges",2019,97.84 +76,"Turkey","Natural sponges raw","sponges",2020,4.89 +76,"Turkey","Natural sponges raw","sponges",2021,168.31 +76,"Turkey","Ornamental saltwater fish","ornamentals",1976, +76,"Turkey","Ornamental saltwater fish","ornamentals",1977, +76,"Turkey","Ornamental saltwater fish","ornamentals",1978, +76,"Turkey","Ornamental saltwater fish","ornamentals",1979, +76,"Turkey","Ornamental saltwater fish","ornamentals",1980, +76,"Turkey","Ornamental saltwater fish","ornamentals",1981, +76,"Turkey","Ornamental saltwater fish","ornamentals",1982, +76,"Turkey","Ornamental saltwater fish","ornamentals",1983, +76,"Turkey","Ornamental saltwater fish","ornamentals",1984, +76,"Turkey","Ornamental saltwater fish","ornamentals",1985, +76,"Turkey","Ornamental saltwater fish","ornamentals",1986, +76,"Turkey","Ornamental saltwater fish","ornamentals",1987, +76,"Turkey","Ornamental saltwater fish","ornamentals",1988, +76,"Turkey","Ornamental saltwater fish","ornamentals",1989, +76,"Turkey","Ornamental saltwater fish","ornamentals",1990, +76,"Turkey","Ornamental saltwater fish","ornamentals",1991, +76,"Turkey","Ornamental saltwater fish","ornamentals",1992, +76,"Turkey","Ornamental saltwater fish","ornamentals",1993, +76,"Turkey","Ornamental saltwater fish","ornamentals",1994, +76,"Turkey","Ornamental saltwater fish","ornamentals",1995, +76,"Turkey","Ornamental saltwater fish","ornamentals",1996, +76,"Turkey","Ornamental saltwater fish","ornamentals",1997, +76,"Turkey","Ornamental saltwater fish","ornamentals",1998, +76,"Turkey","Ornamental saltwater fish","ornamentals",1999, +76,"Turkey","Ornamental saltwater fish","ornamentals",2000, +76,"Turkey","Ornamental saltwater fish","ornamentals",2001, +76,"Turkey","Ornamental saltwater fish","ornamentals",2002, +76,"Turkey","Ornamental saltwater fish","ornamentals",2003, +76,"Turkey","Ornamental saltwater fish","ornamentals",2004,7 +76,"Turkey","Ornamental saltwater fish","ornamentals",2005,4 +76,"Turkey","Ornamental saltwater fish","ornamentals",2006,1 +76,"Turkey","Ornamental saltwater fish","ornamentals",2007, +76,"Turkey","Ornamental saltwater fish","ornamentals",2008, +76,"Turkey","Ornamental saltwater fish","ornamentals",2009, +76,"Turkey","Ornamental saltwater fish","ornamentals",2010,74 +76,"Turkey","Ornamental saltwater fish","ornamentals",2011,13 +76,"Turkey","Ornamental saltwater fish","ornamentals",2012,11 +76,"Turkey","Ornamental saltwater fish","ornamentals",2013,44 +76,"Turkey","Ornamental saltwater fish","ornamentals",2014,125 +76,"Turkey","Ornamental saltwater fish","ornamentals",2015,205 +76,"Turkey","Ornamental saltwater fish","ornamentals",2016,17 +76,"Turkey","Ornamental saltwater fish","ornamentals",2017,29 +76,"Turkey","Ornamental saltwater fish","ornamentals",2018,11 +76,"Turkey","Ornamental saltwater fish","ornamentals",2019,33.21 +76,"Turkey","Ornamental saltwater fish","ornamentals",2020,5.52 +76,"Turkey","Ornamental saltwater fish","ornamentals",2021,76.37 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1979, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1980, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1981, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1982, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1983, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1984, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1985, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1986, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1987, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1988, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1989, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1990, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1991, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1992, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1993, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1994,12 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1995,34 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1996,26 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1997,30 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1998,67 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",1999,86 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2000,96 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2001,33 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2002,25 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2003,20 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2004,5 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2005,6 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2006,35 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2007,15 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2008,19 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2009, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2010,3 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2011,23 +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2012, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2013, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2014, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2015, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2016, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2017, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +76,"Turkey","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014,11 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015,8 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016,6 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017,3 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,108 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,2.15 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,6.36 +76,"Turkey","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,84.75 +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015,1 +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016,5 +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,9 +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +76,"Turkey","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,5.38 +76,"Turkey","Shells nei","shells",1976,2285 +76,"Turkey","Shells nei","shells",1977,3155 +76,"Turkey","Shells nei","shells",1978,4818 +76,"Turkey","Shells nei","shells",1979,4341 +76,"Turkey","Shells nei","shells",1980,3722 +76,"Turkey","Shells nei","shells",1981,5684 +76,"Turkey","Shells nei","shells",1982, +76,"Turkey","Shells nei","shells",1983, +76,"Turkey","Shells nei","shells",1984,1130 +76,"Turkey","Shells nei","shells",1985,1400 +76,"Turkey","Shells nei","shells",1986,6298 +76,"Turkey","Shells nei","shells",1987,8867 +76,"Turkey","Shells nei","shells",1988,9981 +76,"Turkey","Shells nei","shells",1989, +76,"Turkey","Shells nei","shells",1990, +76,"Turkey","Shells nei","shells",1991, +76,"Turkey","Shells nei","shells",1992, +76,"Turkey","Shells nei","shells",1993, +76,"Turkey","Shells nei","shells",1994, +76,"Turkey","Shells nei","shells",1995, +76,"Turkey","Shells nei","shells",1996, +76,"Turkey","Shells nei","shells",1997, +76,"Turkey","Shells nei","shells",1998, +76,"Turkey","Shells nei","shells",1999, +76,"Turkey","Shells nei","shells",2000, +76,"Turkey","Shells nei","shells",2001, +76,"Turkey","Shells nei","shells",2002, +76,"Turkey","Shells nei","shells",2003, +76,"Turkey","Shells nei","shells",2004, +76,"Turkey","Shells nei","shells",2005, +76,"Turkey","Shells nei","shells",2006, +76,"Turkey","Shells nei","shells",2007, +76,"Turkey","Shells nei","shells",2008, +76,"Turkey","Shells nei","shells",2009, +76,"Turkey","Shells nei","shells",2010, +76,"Turkey","Shells nei","shells",2011, +76,"Turkey","Shells nei","shells",2012, +76,"Turkey","Shells nei","shells",2013, +76,"Turkey","Shells nei","shells",2014, +76,"Turkey","Shells nei","shells",2015, +76,"Turkey","Shells nei","shells",2016, +76,"Turkey","Shells nei","shells",2017, +76,"Turkey","Shells nei","shells",2018, +76,"Turkey","Shells nei","shells",2019, +76,"Turkey","Shells nei","shells",2020, +76,"Turkey","Shells nei","shells",2021, 77,"Syria","Agar agar nei","seaweeds",1976, 77,"Syria","Agar agar nei","seaweeds",1977, 77,"Syria","Agar agar nei","seaweeds",1978, @@ -20879,6 +22492,7 @@ 77,"Syria","Agar agar nei","seaweeds",2018, 77,"Syria","Agar agar nei","seaweeds",2019, 77,"Syria","Agar agar nei","seaweeds",2020, +77,"Syria","Agar agar nei","seaweeds",2021, 77,"Syria","Coral and the like","corals",1976, 77,"Syria","Coral and the like","corals",1977, 77,"Syria","Coral and the like","corals",1978, @@ -20924,6 +22538,7 @@ 77,"Syria","Coral and the like","corals",2018, 77,"Syria","Coral and the like","corals",2019, 77,"Syria","Coral and the like","corals",2020,0.08 +77,"Syria","Coral and the like","corals",2021, 77,"Syria","Fish body oils, nei","fish_oil",1976, 77,"Syria","Fish body oils, nei","fish_oil",1977, 77,"Syria","Fish body oils, nei","fish_oil",1978, @@ -20969,6 +22584,7 @@ 77,"Syria","Fish body oils, nei","fish_oil",2018, 77,"Syria","Fish body oils, nei","fish_oil",2019, 77,"Syria","Fish body oils, nei","fish_oil",2020, +77,"Syria","Fish body oils, nei","fish_oil",2021, 77,"Syria","Miscellaneous corals and shells","shells",1976, 77,"Syria","Miscellaneous corals and shells","shells",1977, 77,"Syria","Miscellaneous corals and shells","shells",1978, @@ -21014,6 +22630,7 @@ 77,"Syria","Miscellaneous corals and shells","shells",2018, 77,"Syria","Miscellaneous corals and shells","shells",2019, 77,"Syria","Miscellaneous corals and shells","shells",2020, +77,"Syria","Miscellaneous corals and shells","shells",2021, 77,"Syria","Natural sponges nei","sponges",1976, 77,"Syria","Natural sponges nei","sponges",1977, 77,"Syria","Natural sponges nei","sponges",1978, @@ -21059,6 +22676,7 @@ 77,"Syria","Natural sponges nei","sponges",2018, 77,"Syria","Natural sponges nei","sponges",2019, 77,"Syria","Natural sponges nei","sponges",2020, +77,"Syria","Natural sponges nei","sponges",2021, 77,"Syria","Natural sponges other than raw","sponges",1976, 77,"Syria","Natural sponges other than raw","sponges",1977, 77,"Syria","Natural sponges other than raw","sponges",1978, @@ -21104,6 +22722,7 @@ 77,"Syria","Natural sponges other than raw","sponges",2018,0 77,"Syria","Natural sponges other than raw","sponges",2019,0.5 77,"Syria","Natural sponges other than raw","sponges",2020,0.81 +77,"Syria","Natural sponges other than raw","sponges",2021, 77,"Syria","Natural sponges raw","sponges",1976, 77,"Syria","Natural sponges raw","sponges",1977, 77,"Syria","Natural sponges raw","sponges",1978, @@ -21149,6 +22768,7 @@ 77,"Syria","Natural sponges raw","sponges",2018, 77,"Syria","Natural sponges raw","sponges",2019, 77,"Syria","Natural sponges raw","sponges",2020, +77,"Syria","Natural sponges raw","sponges",2021, 77,"Syria","Ornamental fish nei","ornamentals",1976, 77,"Syria","Ornamental fish nei","ornamentals",1977, 77,"Syria","Ornamental fish nei","ornamentals",1978, @@ -21194,6 +22814,7 @@ 77,"Syria","Ornamental fish nei","ornamentals",2018, 77,"Syria","Ornamental fish nei","ornamentals",2019, 77,"Syria","Ornamental fish nei","ornamentals",2020, +77,"Syria","Ornamental fish nei","ornamentals",2021, 77,"Syria","Ornamental saltwater fish","ornamentals",1976, 77,"Syria","Ornamental saltwater fish","ornamentals",1977, 77,"Syria","Ornamental saltwater fish","ornamentals",1978, @@ -21239,6 +22860,7 @@ 77,"Syria","Ornamental saltwater fish","ornamentals",2018,17 77,"Syria","Ornamental saltwater fish","ornamentals",2019,5.79 77,"Syria","Ornamental saltwater fish","ornamentals",2020, +77,"Syria","Ornamental saltwater fish","ornamentals",2021,35.93 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -21284,6 +22906,7 @@ 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +77,"Syria","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -21329,6 +22952,7 @@ 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.44 +77,"Syria","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 78,"Lebanon","Agar agar nei","seaweeds",1976, 78,"Lebanon","Agar agar nei","seaweeds",1977, 78,"Lebanon","Agar agar nei","seaweeds",1978, @@ -21374,6 +22998,7 @@ 78,"Lebanon","Agar agar nei","seaweeds",2018,0.1 78,"Lebanon","Agar agar nei","seaweeds",2019, 78,"Lebanon","Agar agar nei","seaweeds",2020,0.45 +78,"Lebanon","Agar agar nei","seaweeds",2021,0.18 78,"Lebanon","Fish body oils, nei","fish_oil",1976, 78,"Lebanon","Fish body oils, nei","fish_oil",1977, 78,"Lebanon","Fish body oils, nei","fish_oil",1978, @@ -21419,6 +23044,7 @@ 78,"Lebanon","Fish body oils, nei","fish_oil",2018,0.1 78,"Lebanon","Fish body oils, nei","fish_oil",2019, 78,"Lebanon","Fish body oils, nei","fish_oil",2020, +78,"Lebanon","Fish body oils, nei","fish_oil",2021, 78,"Lebanon","Fish liver oils, nei","fish_oil",1976, 78,"Lebanon","Fish liver oils, nei","fish_oil",1977, 78,"Lebanon","Fish liver oils, nei","fish_oil",1978, @@ -21464,6 +23090,7 @@ 78,"Lebanon","Fish liver oils, nei","fish_oil",2018,7 78,"Lebanon","Fish liver oils, nei","fish_oil",2019, 78,"Lebanon","Fish liver oils, nei","fish_oil",2020, +78,"Lebanon","Fish liver oils, nei","fish_oil",2021, 78,"Lebanon","Miscellaneous corals and shells","shells",1976, 78,"Lebanon","Miscellaneous corals and shells","shells",1977, 78,"Lebanon","Miscellaneous corals and shells","shells",1978, @@ -21509,6 +23136,7 @@ 78,"Lebanon","Miscellaneous corals and shells","shells",2018,0.1 78,"Lebanon","Miscellaneous corals and shells","shells",2019, 78,"Lebanon","Miscellaneous corals and shells","shells",2020, +78,"Lebanon","Miscellaneous corals and shells","shells",2021, 78,"Lebanon","Natural sponges nei","sponges",1976, 78,"Lebanon","Natural sponges nei","sponges",1977, 78,"Lebanon","Natural sponges nei","sponges",1978, @@ -21554,6 +23182,7 @@ 78,"Lebanon","Natural sponges nei","sponges",2018, 78,"Lebanon","Natural sponges nei","sponges",2019, 78,"Lebanon","Natural sponges nei","sponges",2020, +78,"Lebanon","Natural sponges nei","sponges",2021, 78,"Lebanon","Ornamental fish nei","ornamentals",1976, 78,"Lebanon","Ornamental fish nei","ornamentals",1977, 78,"Lebanon","Ornamental fish nei","ornamentals",1978, @@ -21599,6 +23228,7 @@ 78,"Lebanon","Ornamental fish nei","ornamentals",2018, 78,"Lebanon","Ornamental fish nei","ornamentals",2019, 78,"Lebanon","Ornamental fish nei","ornamentals",2020, +78,"Lebanon","Ornamental fish nei","ornamentals",2021, 78,"Lebanon","Ornamental saltwater fish","ornamentals",1976, 78,"Lebanon","Ornamental saltwater fish","ornamentals",1977, 78,"Lebanon","Ornamental saltwater fish","ornamentals",1978, @@ -21644,6 +23274,7 @@ 78,"Lebanon","Ornamental saltwater fish","ornamentals",2018,1 78,"Lebanon","Ornamental saltwater fish","ornamentals",2019, 78,"Lebanon","Ornamental saltwater fish","ornamentals",2020,3.35 +78,"Lebanon","Ornamental saltwater fish","ornamentals",2021,2.45 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -21689,6 +23320,7 @@ 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +78,"Lebanon","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -21734,6 +23366,7 @@ 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,13 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,16.18 78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,2.61 +78,"Lebanon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,14.55 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -21779,6 +23412,7 @@ 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,21 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.23 78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +78,"Lebanon","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,7.67 79,"Israel","Agar agar nei","seaweeds",1976, 79,"Israel","Agar agar nei","seaweeds",1977, 79,"Israel","Agar agar nei","seaweeds",1978, @@ -21824,6 +23458,7 @@ 79,"Israel","Agar agar nei","seaweeds",2018, 79,"Israel","Agar agar nei","seaweeds",2019, 79,"Israel","Agar agar nei","seaweeds",2020, +79,"Israel","Agar agar nei","seaweeds",2021, 79,"Israel","Fish body oils, nei","fish_oil",1976, 79,"Israel","Fish body oils, nei","fish_oil",1977, 79,"Israel","Fish body oils, nei","fish_oil",1978, @@ -21869,6 +23504,7 @@ 79,"Israel","Fish body oils, nei","fish_oil",2018,4406 79,"Israel","Fish body oils, nei","fish_oil",2019,6 79,"Israel","Fish body oils, nei","fish_oil",2020,374 +79,"Israel","Fish body oils, nei","fish_oil",2021,89 79,"Israel","Fish liver oils, nei","fish_oil",1976, 79,"Israel","Fish liver oils, nei","fish_oil",1977, 79,"Israel","Fish liver oils, nei","fish_oil",1978, @@ -21914,6 +23550,53 @@ 79,"Israel","Fish liver oils, nei","fish_oil",2018, 79,"Israel","Fish liver oils, nei","fish_oil",2019,1 79,"Israel","Fish liver oils, nei","fish_oil",2020, +79,"Israel","Fish liver oils, nei","fish_oil",2021, +79,"Israel","Miscellaneous corals and shells","shells",1976, +79,"Israel","Miscellaneous corals and shells","shells",1977, +79,"Israel","Miscellaneous corals and shells","shells",1978, +79,"Israel","Miscellaneous corals and shells","shells",1979, +79,"Israel","Miscellaneous corals and shells","shells",1980, +79,"Israel","Miscellaneous corals and shells","shells",1981, +79,"Israel","Miscellaneous corals and shells","shells",1982, +79,"Israel","Miscellaneous corals and shells","shells",1983, +79,"Israel","Miscellaneous corals and shells","shells",1984, +79,"Israel","Miscellaneous corals and shells","shells",1985, +79,"Israel","Miscellaneous corals and shells","shells",1986, +79,"Israel","Miscellaneous corals and shells","shells",1987, +79,"Israel","Miscellaneous corals and shells","shells",1988, +79,"Israel","Miscellaneous corals and shells","shells",1989, +79,"Israel","Miscellaneous corals and shells","shells",1990, +79,"Israel","Miscellaneous corals and shells","shells",1991, +79,"Israel","Miscellaneous corals and shells","shells",1992, +79,"Israel","Miscellaneous corals and shells","shells",1993, +79,"Israel","Miscellaneous corals and shells","shells",1994, +79,"Israel","Miscellaneous corals and shells","shells",1995, +79,"Israel","Miscellaneous corals and shells","shells",1996, +79,"Israel","Miscellaneous corals and shells","shells",1997, +79,"Israel","Miscellaneous corals and shells","shells",1998, +79,"Israel","Miscellaneous corals and shells","shells",1999, +79,"Israel","Miscellaneous corals and shells","shells",2000, +79,"Israel","Miscellaneous corals and shells","shells",2001, +79,"Israel","Miscellaneous corals and shells","shells",2002, +79,"Israel","Miscellaneous corals and shells","shells",2003, +79,"Israel","Miscellaneous corals and shells","shells",2004, +79,"Israel","Miscellaneous corals and shells","shells",2005, +79,"Israel","Miscellaneous corals and shells","shells",2006, +79,"Israel","Miscellaneous corals and shells","shells",2007, +79,"Israel","Miscellaneous corals and shells","shells",2008, +79,"Israel","Miscellaneous corals and shells","shells",2009, +79,"Israel","Miscellaneous corals and shells","shells",2010, +79,"Israel","Miscellaneous corals and shells","shells",2011, +79,"Israel","Miscellaneous corals and shells","shells",2012, +79,"Israel","Miscellaneous corals and shells","shells",2013, +79,"Israel","Miscellaneous corals and shells","shells",2014, +79,"Israel","Miscellaneous corals and shells","shells",2015, +79,"Israel","Miscellaneous corals and shells","shells",2016, +79,"Israel","Miscellaneous corals and shells","shells",2017, +79,"Israel","Miscellaneous corals and shells","shells",2018, +79,"Israel","Miscellaneous corals and shells","shells",2019, +79,"Israel","Miscellaneous corals and shells","shells",2020, +79,"Israel","Miscellaneous corals and shells","shells",2021,3 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",1976, 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",1977, 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -21959,6 +23642,7 @@ 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",2018, 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",2019, 79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",2020, +79,"Israel","Oils and fats of aquatic animals, nei","fish_oil",2021, 79,"Israel","Ornamental fish nei","ornamentals",1976,20 79,"Israel","Ornamental fish nei","ornamentals",1977,29 79,"Israel","Ornamental fish nei","ornamentals",1978, @@ -22004,6 +23688,7 @@ 79,"Israel","Ornamental fish nei","ornamentals",2018,11 79,"Israel","Ornamental fish nei","ornamentals",2019, 79,"Israel","Ornamental fish nei","ornamentals",2020, +79,"Israel","Ornamental fish nei","ornamentals",2021, 79,"Israel","Ornamental saltwater fish","ornamentals",1976, 79,"Israel","Ornamental saltwater fish","ornamentals",1977, 79,"Israel","Ornamental saltwater fish","ornamentals",1978, @@ -22049,6 +23734,7 @@ 79,"Israel","Ornamental saltwater fish","ornamentals",2018,99 79,"Israel","Ornamental saltwater fish","ornamentals",2019,93 79,"Israel","Ornamental saltwater fish","ornamentals",2020, +79,"Israel","Ornamental saltwater fish","ornamentals",2021,183 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -22094,6 +23780,7 @@ 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +79,"Israel","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -22139,6 +23826,7 @@ 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1702 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,1013 79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,2284 +79,"Israel","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1442 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -22184,6 +23872,7 @@ 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,5487 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,2394 79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1592 +79,"Israel","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,150 80,"Greece","Agar agar nei","seaweeds",1976, 80,"Greece","Agar agar nei","seaweeds",1977, 80,"Greece","Agar agar nei","seaweeds",1978, @@ -22198,10 +23887,10 @@ 80,"Greece","Agar agar nei","seaweeds",1987,4 80,"Greece","Agar agar nei","seaweeds",1988,2 80,"Greece","Agar agar nei","seaweeds",1989,6 -80,"Greece","Agar agar nei","seaweeds",1990, -80,"Greece","Agar agar nei","seaweeds",1991, -80,"Greece","Agar agar nei","seaweeds",1992, -80,"Greece","Agar agar nei","seaweeds",1993, +80,"Greece","Agar agar nei","seaweeds",1990,4.5 +80,"Greece","Agar agar nei","seaweeds",1991,217 +80,"Greece","Agar agar nei","seaweeds",1992,105 +80,"Greece","Agar agar nei","seaweeds",1993,0 80,"Greece","Agar agar nei","seaweeds",1994,132 80,"Greece","Agar agar nei","seaweeds",1995,1 80,"Greece","Agar agar nei","seaweeds",1996,0.1 @@ -22229,6 +23918,7 @@ 80,"Greece","Agar agar nei","seaweeds",2018,8 80,"Greece","Agar agar nei","seaweeds",2019,18.02 80,"Greece","Agar agar nei","seaweeds",2020,15.5 +80,"Greece","Agar agar nei","seaweeds",2021,29.47 80,"Greece","Fish body oils, nei","fish_oil",1976, 80,"Greece","Fish body oils, nei","fish_oil",1977, 80,"Greece","Fish body oils, nei","fish_oil",1978, @@ -22274,6 +23964,7 @@ 80,"Greece","Fish body oils, nei","fish_oil",2018,547 80,"Greece","Fish body oils, nei","fish_oil",2019,760.67 80,"Greece","Fish body oils, nei","fish_oil",2020,497.75 +80,"Greece","Fish body oils, nei","fish_oil",2021,470.33 80,"Greece","Fish liver oils, nei","fish_oil",1976, 80,"Greece","Fish liver oils, nei","fish_oil",1977, 80,"Greece","Fish liver oils, nei","fish_oil",1978, @@ -22319,6 +24010,7 @@ 80,"Greece","Fish liver oils, nei","fish_oil",2018,11 80,"Greece","Fish liver oils, nei","fish_oil",2019,12.38 80,"Greece","Fish liver oils, nei","fish_oil",2020,17.65 +80,"Greece","Fish liver oils, nei","fish_oil",2021,10.65 80,"Greece","Halibuts, liver oils","fish_oil",1976, 80,"Greece","Halibuts, liver oils","fish_oil",1977, 80,"Greece","Halibuts, liver oils","fish_oil",1978, @@ -22364,6 +24056,7 @@ 80,"Greece","Halibuts, liver oils","fish_oil",2018, 80,"Greece","Halibuts, liver oils","fish_oil",2019, 80,"Greece","Halibuts, liver oils","fish_oil",2020, +80,"Greece","Halibuts, liver oils","fish_oil",2021,39.56 80,"Greece","Miscellaneous corals and shells","shells",1976, 80,"Greece","Miscellaneous corals and shells","shells",1977, 80,"Greece","Miscellaneous corals and shells","shells",1978, @@ -22409,6 +24102,7 @@ 80,"Greece","Miscellaneous corals and shells","shells",2018,312 80,"Greece","Miscellaneous corals and shells","shells",2019,31.07 80,"Greece","Miscellaneous corals and shells","shells",2020,37.68 +80,"Greece","Miscellaneous corals and shells","shells",2021,131.6 80,"Greece","Natural sponges other than raw","sponges",1976, 80,"Greece","Natural sponges other than raw","sponges",1977, 80,"Greece","Natural sponges other than raw","sponges",1978, @@ -22454,6 +24148,7 @@ 80,"Greece","Natural sponges other than raw","sponges",2018,1846 80,"Greece","Natural sponges other than raw","sponges",2019,1670.71 80,"Greece","Natural sponges other than raw","sponges",2020,1829.67 +80,"Greece","Natural sponges other than raw","sponges",2021,1866.82 80,"Greece","Natural sponges raw","sponges",1976,2885 80,"Greece","Natural sponges raw","sponges",1977,2970 80,"Greece","Natural sponges raw","sponges",1978,3563 @@ -22499,6 +24194,7 @@ 80,"Greece","Natural sponges raw","sponges",2018,996 80,"Greece","Natural sponges raw","sponges",2019,713.19 80,"Greece","Natural sponges raw","sponges",2020,983.5 +80,"Greece","Natural sponges raw","sponges",2021,1145.74 80,"Greece","Ornamental saltwater fish","ornamentals",1976, 80,"Greece","Ornamental saltwater fish","ornamentals",1977, 80,"Greece","Ornamental saltwater fish","ornamentals",1978, @@ -22544,6 +24240,7 @@ 80,"Greece","Ornamental saltwater fish","ornamentals",2018, 80,"Greece","Ornamental saltwater fish","ornamentals",2019, 80,"Greece","Ornamental saltwater fish","ornamentals",2020, +80,"Greece","Ornamental saltwater fish","ornamentals",2021, 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -22589,6 +24286,7 @@ 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +80,"Greece","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -22634,6 +24332,7 @@ 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,32 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,16.26 80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,7.52 +80,"Greece","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,14.43 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -22679,6 +24378,7 @@ 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,124 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,150.87 80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,170.1 +80,"Greece","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,178.13 80,"Greece","Shells nei","shells",1976,257 80,"Greece","Shells nei","shells",1977,483 80,"Greece","Shells nei","shells",1978,568 @@ -22724,6 +24424,7 @@ 80,"Greece","Shells nei","shells",2018, 80,"Greece","Shells nei","shells",2019, 80,"Greece","Shells nei","shells",2020, +80,"Greece","Shells nei","shells",2021, 81,"Cyprus","Agar agar nei","seaweeds",1976, 81,"Cyprus","Agar agar nei","seaweeds",1977, 81,"Cyprus","Agar agar nei","seaweeds",1978, @@ -22769,6 +24470,7 @@ 81,"Cyprus","Agar agar nei","seaweeds",2018, 81,"Cyprus","Agar agar nei","seaweeds",2019,2.79 81,"Cyprus","Agar agar nei","seaweeds",2020,0.52 +81,"Cyprus","Agar agar nei","seaweeds",2021,0.37 81,"Cyprus","Coral and the like","corals",1976, 81,"Cyprus","Coral and the like","corals",1977, 81,"Cyprus","Coral and the like","corals",1978, @@ -22814,6 +24516,7 @@ 81,"Cyprus","Coral and the like","corals",2018, 81,"Cyprus","Coral and the like","corals",2019, 81,"Cyprus","Coral and the like","corals",2020, +81,"Cyprus","Coral and the like","corals",2021, 81,"Cyprus","Fish body oils, nei","fish_oil",1976, 81,"Cyprus","Fish body oils, nei","fish_oil",1977, 81,"Cyprus","Fish body oils, nei","fish_oil",1978, @@ -22859,6 +24562,7 @@ 81,"Cyprus","Fish body oils, nei","fish_oil",2018, 81,"Cyprus","Fish body oils, nei","fish_oil",2019, 81,"Cyprus","Fish body oils, nei","fish_oil",2020, +81,"Cyprus","Fish body oils, nei","fish_oil",2021,0.25 81,"Cyprus","Fish liver oils, nei","fish_oil",1976, 81,"Cyprus","Fish liver oils, nei","fish_oil",1977, 81,"Cyprus","Fish liver oils, nei","fish_oil",1978, @@ -22904,6 +24608,7 @@ 81,"Cyprus","Fish liver oils, nei","fish_oil",2018, 81,"Cyprus","Fish liver oils, nei","fish_oil",2019, 81,"Cyprus","Fish liver oils, nei","fish_oil",2020, +81,"Cyprus","Fish liver oils, nei","fish_oil",2021, 81,"Cyprus","Miscellaneous corals and shells","shells",1976, 81,"Cyprus","Miscellaneous corals and shells","shells",1977, 81,"Cyprus","Miscellaneous corals and shells","shells",1978, @@ -22949,6 +24654,7 @@ 81,"Cyprus","Miscellaneous corals and shells","shells",2018, 81,"Cyprus","Miscellaneous corals and shells","shells",2019, 81,"Cyprus","Miscellaneous corals and shells","shells",2020, +81,"Cyprus","Miscellaneous corals and shells","shells",2021, 81,"Cyprus","Natural sponges other than raw","sponges",1976, 81,"Cyprus","Natural sponges other than raw","sponges",1977, 81,"Cyprus","Natural sponges other than raw","sponges",1978, @@ -22994,6 +24700,7 @@ 81,"Cyprus","Natural sponges other than raw","sponges",2018, 81,"Cyprus","Natural sponges other than raw","sponges",2019, 81,"Cyprus","Natural sponges other than raw","sponges",2020, +81,"Cyprus","Natural sponges other than raw","sponges",2021, 81,"Cyprus","Natural sponges raw","sponges",1976, 81,"Cyprus","Natural sponges raw","sponges",1977, 81,"Cyprus","Natural sponges raw","sponges",1978, @@ -23039,6 +24746,7 @@ 81,"Cyprus","Natural sponges raw","sponges",2018, 81,"Cyprus","Natural sponges raw","sponges",2019, 81,"Cyprus","Natural sponges raw","sponges",2020, +81,"Cyprus","Natural sponges raw","sponges",2021, 81,"Cyprus","Ornamental saltwater fish","ornamentals",1976, 81,"Cyprus","Ornamental saltwater fish","ornamentals",1977, 81,"Cyprus","Ornamental saltwater fish","ornamentals",1978, @@ -23084,6 +24792,7 @@ 81,"Cyprus","Ornamental saltwater fish","ornamentals",2018, 81,"Cyprus","Ornamental saltwater fish","ornamentals",2019, 81,"Cyprus","Ornamental saltwater fish","ornamentals",2020, +81,"Cyprus","Ornamental saltwater fish","ornamentals",2021, 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -23129,6 +24838,7 @@ 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +81,"Cyprus","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -23174,6 +24884,7 @@ 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,20 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.14 81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.71 +81,"Cyprus","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -23219,6 +24930,7 @@ 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +81,"Cyprus","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 82,"Albania","Agar agar nei","seaweeds",1976, 82,"Albania","Agar agar nei","seaweeds",1977, 82,"Albania","Agar agar nei","seaweeds",1978, @@ -23264,6 +24976,7 @@ 82,"Albania","Agar agar nei","seaweeds",2018,4 82,"Albania","Agar agar nei","seaweeds",2019,4.46 82,"Albania","Agar agar nei","seaweeds",2020,1.65 +82,"Albania","Agar agar nei","seaweeds",2021,1.9 82,"Albania","Coral and the like","corals",1976, 82,"Albania","Coral and the like","corals",1977, 82,"Albania","Coral and the like","corals",1978, @@ -23309,6 +25022,7 @@ 82,"Albania","Coral and the like","corals",2018,80 82,"Albania","Coral and the like","corals",2019,193.92 82,"Albania","Coral and the like","corals",2020,97.85 +82,"Albania","Coral and the like","corals",2021, 82,"Albania","Fish body oils, nei","fish_oil",1976, 82,"Albania","Fish body oils, nei","fish_oil",1977, 82,"Albania","Fish body oils, nei","fish_oil",1978, @@ -23354,6 +25068,7 @@ 82,"Albania","Fish body oils, nei","fish_oil",2018,1 82,"Albania","Fish body oils, nei","fish_oil",2019,2.81 82,"Albania","Fish body oils, nei","fish_oil",2020, +82,"Albania","Fish body oils, nei","fish_oil",2021, 82,"Albania","Fish liver oils, nei","fish_oil",1976, 82,"Albania","Fish liver oils, nei","fish_oil",1977, 82,"Albania","Fish liver oils, nei","fish_oil",1978, @@ -23399,6 +25114,53 @@ 82,"Albania","Fish liver oils, nei","fish_oil",2018, 82,"Albania","Fish liver oils, nei","fish_oil",2019,0.29 82,"Albania","Fish liver oils, nei","fish_oil",2020, +82,"Albania","Fish liver oils, nei","fish_oil",2021, +82,"Albania","Miscellaneous corals and shells","shells",1976, +82,"Albania","Miscellaneous corals and shells","shells",1977, +82,"Albania","Miscellaneous corals and shells","shells",1978, +82,"Albania","Miscellaneous corals and shells","shells",1979, +82,"Albania","Miscellaneous corals and shells","shells",1980, +82,"Albania","Miscellaneous corals and shells","shells",1981, +82,"Albania","Miscellaneous corals and shells","shells",1982, +82,"Albania","Miscellaneous corals and shells","shells",1983, +82,"Albania","Miscellaneous corals and shells","shells",1984, +82,"Albania","Miscellaneous corals and shells","shells",1985, +82,"Albania","Miscellaneous corals and shells","shells",1986, +82,"Albania","Miscellaneous corals and shells","shells",1987, +82,"Albania","Miscellaneous corals and shells","shells",1988, +82,"Albania","Miscellaneous corals and shells","shells",1989, +82,"Albania","Miscellaneous corals and shells","shells",1990, +82,"Albania","Miscellaneous corals and shells","shells",1991, +82,"Albania","Miscellaneous corals and shells","shells",1992, +82,"Albania","Miscellaneous corals and shells","shells",1993, +82,"Albania","Miscellaneous corals and shells","shells",1994, +82,"Albania","Miscellaneous corals and shells","shells",1995, +82,"Albania","Miscellaneous corals and shells","shells",1996, +82,"Albania","Miscellaneous corals and shells","shells",1997, +82,"Albania","Miscellaneous corals and shells","shells",1998, +82,"Albania","Miscellaneous corals and shells","shells",1999, +82,"Albania","Miscellaneous corals and shells","shells",2000, +82,"Albania","Miscellaneous corals and shells","shells",2001, +82,"Albania","Miscellaneous corals and shells","shells",2002, +82,"Albania","Miscellaneous corals and shells","shells",2003, +82,"Albania","Miscellaneous corals and shells","shells",2004, +82,"Albania","Miscellaneous corals and shells","shells",2005, +82,"Albania","Miscellaneous corals and shells","shells",2006, +82,"Albania","Miscellaneous corals and shells","shells",2007, +82,"Albania","Miscellaneous corals and shells","shells",2008, +82,"Albania","Miscellaneous corals and shells","shells",2009, +82,"Albania","Miscellaneous corals and shells","shells",2010, +82,"Albania","Miscellaneous corals and shells","shells",2011, +82,"Albania","Miscellaneous corals and shells","shells",2012, +82,"Albania","Miscellaneous corals and shells","shells",2013, +82,"Albania","Miscellaneous corals and shells","shells",2014, +82,"Albania","Miscellaneous corals and shells","shells",2015, +82,"Albania","Miscellaneous corals and shells","shells",2016, +82,"Albania","Miscellaneous corals and shells","shells",2017, +82,"Albania","Miscellaneous corals and shells","shells",2018, +82,"Albania","Miscellaneous corals and shells","shells",2019, +82,"Albania","Miscellaneous corals and shells","shells",2020, +82,"Albania","Miscellaneous corals and shells","shells",2021,200.19 82,"Albania","Ornamental fish nei","ornamentals",1976, 82,"Albania","Ornamental fish nei","ornamentals",1977, 82,"Albania","Ornamental fish nei","ornamentals",1978, @@ -23444,6 +25206,7 @@ 82,"Albania","Ornamental fish nei","ornamentals",2018, 82,"Albania","Ornamental fish nei","ornamentals",2019, 82,"Albania","Ornamental fish nei","ornamentals",2020, +82,"Albania","Ornamental fish nei","ornamentals",2021, 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -23489,6 +25252,7 @@ 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +82,"Albania","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -23534,6 +25298,53 @@ 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,3.16 82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +82,"Albania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, +84,"Algeria","Agar agar nei","seaweeds",1976, +84,"Algeria","Agar agar nei","seaweeds",1977, +84,"Algeria","Agar agar nei","seaweeds",1978, +84,"Algeria","Agar agar nei","seaweeds",1979, +84,"Algeria","Agar agar nei","seaweeds",1980, +84,"Algeria","Agar agar nei","seaweeds",1981, +84,"Algeria","Agar agar nei","seaweeds",1982, +84,"Algeria","Agar agar nei","seaweeds",1983, +84,"Algeria","Agar agar nei","seaweeds",1984, +84,"Algeria","Agar agar nei","seaweeds",1985, +84,"Algeria","Agar agar nei","seaweeds",1986, +84,"Algeria","Agar agar nei","seaweeds",1987, +84,"Algeria","Agar agar nei","seaweeds",1988, +84,"Algeria","Agar agar nei","seaweeds",1989, +84,"Algeria","Agar agar nei","seaweeds",1990, +84,"Algeria","Agar agar nei","seaweeds",1991, +84,"Algeria","Agar agar nei","seaweeds",1992, +84,"Algeria","Agar agar nei","seaweeds",1993, +84,"Algeria","Agar agar nei","seaweeds",1994, +84,"Algeria","Agar agar nei","seaweeds",1995, +84,"Algeria","Agar agar nei","seaweeds",1996, +84,"Algeria","Agar agar nei","seaweeds",1997, +84,"Algeria","Agar agar nei","seaweeds",1998, +84,"Algeria","Agar agar nei","seaweeds",1999, +84,"Algeria","Agar agar nei","seaweeds",2000, +84,"Algeria","Agar agar nei","seaweeds",2001, +84,"Algeria","Agar agar nei","seaweeds",2002, +84,"Algeria","Agar agar nei","seaweeds",2003, +84,"Algeria","Agar agar nei","seaweeds",2004, +84,"Algeria","Agar agar nei","seaweeds",2005, +84,"Algeria","Agar agar nei","seaweeds",2006, +84,"Algeria","Agar agar nei","seaweeds",2007, +84,"Algeria","Agar agar nei","seaweeds",2008, +84,"Algeria","Agar agar nei","seaweeds",2009, +84,"Algeria","Agar agar nei","seaweeds",2010, +84,"Algeria","Agar agar nei","seaweeds",2011, +84,"Algeria","Agar agar nei","seaweeds",2012, +84,"Algeria","Agar agar nei","seaweeds",2013, +84,"Algeria","Agar agar nei","seaweeds",2014, +84,"Algeria","Agar agar nei","seaweeds",2015, +84,"Algeria","Agar agar nei","seaweeds",2016, +84,"Algeria","Agar agar nei","seaweeds",2017, +84,"Algeria","Agar agar nei","seaweeds",2018, +84,"Algeria","Agar agar nei","seaweeds",2019, +84,"Algeria","Agar agar nei","seaweeds",2020, +84,"Algeria","Agar agar nei","seaweeds",2021,0.19 84,"Algeria","Cod liver oil","fish_oil",1976, 84,"Algeria","Cod liver oil","fish_oil",1977, 84,"Algeria","Cod liver oil","fish_oil",1978, @@ -23579,6 +25390,7 @@ 84,"Algeria","Cod liver oil","fish_oil",2018, 84,"Algeria","Cod liver oil","fish_oil",2019, 84,"Algeria","Cod liver oil","fish_oil",2020, +84,"Algeria","Cod liver oil","fish_oil",2021, 84,"Algeria","Fish body oils, nei","fish_oil",1976, 84,"Algeria","Fish body oils, nei","fish_oil",1977, 84,"Algeria","Fish body oils, nei","fish_oil",1978, @@ -23624,6 +25436,99 @@ 84,"Algeria","Fish body oils, nei","fish_oil",2018, 84,"Algeria","Fish body oils, nei","fish_oil",2019, 84,"Algeria","Fish body oils, nei","fish_oil",2020, +84,"Algeria","Fish body oils, nei","fish_oil",2021, +84,"Algeria","Miscellaneous corals and shells","shells",1976, +84,"Algeria","Miscellaneous corals and shells","shells",1977, +84,"Algeria","Miscellaneous corals and shells","shells",1978, +84,"Algeria","Miscellaneous corals and shells","shells",1979, +84,"Algeria","Miscellaneous corals and shells","shells",1980, +84,"Algeria","Miscellaneous corals and shells","shells",1981, +84,"Algeria","Miscellaneous corals and shells","shells",1982, +84,"Algeria","Miscellaneous corals and shells","shells",1983, +84,"Algeria","Miscellaneous corals and shells","shells",1984, +84,"Algeria","Miscellaneous corals and shells","shells",1985, +84,"Algeria","Miscellaneous corals and shells","shells",1986, +84,"Algeria","Miscellaneous corals and shells","shells",1987, +84,"Algeria","Miscellaneous corals and shells","shells",1988, +84,"Algeria","Miscellaneous corals and shells","shells",1989, +84,"Algeria","Miscellaneous corals and shells","shells",1990, +84,"Algeria","Miscellaneous corals and shells","shells",1991, +84,"Algeria","Miscellaneous corals and shells","shells",1992, +84,"Algeria","Miscellaneous corals and shells","shells",1993, +84,"Algeria","Miscellaneous corals and shells","shells",1994, +84,"Algeria","Miscellaneous corals and shells","shells",1995, +84,"Algeria","Miscellaneous corals and shells","shells",1996, +84,"Algeria","Miscellaneous corals and shells","shells",1997, +84,"Algeria","Miscellaneous corals and shells","shells",1998, +84,"Algeria","Miscellaneous corals and shells","shells",1999, +84,"Algeria","Miscellaneous corals and shells","shells",2000, +84,"Algeria","Miscellaneous corals and shells","shells",2001, +84,"Algeria","Miscellaneous corals and shells","shells",2002, +84,"Algeria","Miscellaneous corals and shells","shells",2003, +84,"Algeria","Miscellaneous corals and shells","shells",2004, +84,"Algeria","Miscellaneous corals and shells","shells",2005, +84,"Algeria","Miscellaneous corals and shells","shells",2006, +84,"Algeria","Miscellaneous corals and shells","shells",2007, +84,"Algeria","Miscellaneous corals and shells","shells",2008, +84,"Algeria","Miscellaneous corals and shells","shells",2009, +84,"Algeria","Miscellaneous corals and shells","shells",2010, +84,"Algeria","Miscellaneous corals and shells","shells",2011, +84,"Algeria","Miscellaneous corals and shells","shells",2012, +84,"Algeria","Miscellaneous corals and shells","shells",2013, +84,"Algeria","Miscellaneous corals and shells","shells",2014, +84,"Algeria","Miscellaneous corals and shells","shells",2015, +84,"Algeria","Miscellaneous corals and shells","shells",2016, +84,"Algeria","Miscellaneous corals and shells","shells",2017, +84,"Algeria","Miscellaneous corals and shells","shells",2018, +84,"Algeria","Miscellaneous corals and shells","shells",2019, +84,"Algeria","Miscellaneous corals and shells","shells",2020, +84,"Algeria","Miscellaneous corals and shells","shells",2021,0 +84,"Algeria","Natural sponges other than raw","sponges",1976, +84,"Algeria","Natural sponges other than raw","sponges",1977, +84,"Algeria","Natural sponges other than raw","sponges",1978, +84,"Algeria","Natural sponges other than raw","sponges",1979, +84,"Algeria","Natural sponges other than raw","sponges",1980, +84,"Algeria","Natural sponges other than raw","sponges",1981, +84,"Algeria","Natural sponges other than raw","sponges",1982, +84,"Algeria","Natural sponges other than raw","sponges",1983, +84,"Algeria","Natural sponges other than raw","sponges",1984, +84,"Algeria","Natural sponges other than raw","sponges",1985, +84,"Algeria","Natural sponges other than raw","sponges",1986, +84,"Algeria","Natural sponges other than raw","sponges",1987, +84,"Algeria","Natural sponges other than raw","sponges",1988, +84,"Algeria","Natural sponges other than raw","sponges",1989, +84,"Algeria","Natural sponges other than raw","sponges",1990, +84,"Algeria","Natural sponges other than raw","sponges",1991, +84,"Algeria","Natural sponges other than raw","sponges",1992, +84,"Algeria","Natural sponges other than raw","sponges",1993, +84,"Algeria","Natural sponges other than raw","sponges",1994, +84,"Algeria","Natural sponges other than raw","sponges",1995, +84,"Algeria","Natural sponges other than raw","sponges",1996, +84,"Algeria","Natural sponges other than raw","sponges",1997, +84,"Algeria","Natural sponges other than raw","sponges",1998, +84,"Algeria","Natural sponges other than raw","sponges",1999, +84,"Algeria","Natural sponges other than raw","sponges",2000, +84,"Algeria","Natural sponges other than raw","sponges",2001, +84,"Algeria","Natural sponges other than raw","sponges",2002, +84,"Algeria","Natural sponges other than raw","sponges",2003, +84,"Algeria","Natural sponges other than raw","sponges",2004, +84,"Algeria","Natural sponges other than raw","sponges",2005, +84,"Algeria","Natural sponges other than raw","sponges",2006, +84,"Algeria","Natural sponges other than raw","sponges",2007, +84,"Algeria","Natural sponges other than raw","sponges",2008, +84,"Algeria","Natural sponges other than raw","sponges",2009, +84,"Algeria","Natural sponges other than raw","sponges",2010, +84,"Algeria","Natural sponges other than raw","sponges",2011, +84,"Algeria","Natural sponges other than raw","sponges",2012, +84,"Algeria","Natural sponges other than raw","sponges",2013, +84,"Algeria","Natural sponges other than raw","sponges",2014, +84,"Algeria","Natural sponges other than raw","sponges",2015, +84,"Algeria","Natural sponges other than raw","sponges",2016, +84,"Algeria","Natural sponges other than raw","sponges",2017, +84,"Algeria","Natural sponges other than raw","sponges",2018, +84,"Algeria","Natural sponges other than raw","sponges",2019, +84,"Algeria","Natural sponges other than raw","sponges",2020, +84,"Algeria","Natural sponges other than raw","sponges",2021,0.02 84,"Algeria","Ornamental fish nei","ornamentals",1976, 84,"Algeria","Ornamental fish nei","ornamentals",1977, 84,"Algeria","Ornamental fish nei","ornamentals",1978, @@ -23669,6 +25574,7 @@ 84,"Algeria","Ornamental fish nei","ornamentals",2018, 84,"Algeria","Ornamental fish nei","ornamentals",2019, 84,"Algeria","Ornamental fish nei","ornamentals",2020, +84,"Algeria","Ornamental fish nei","ornamentals",2021, 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -23714,6 +25620,145 @@ 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +84,"Algeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +86,"Saint Helena","Fish body oils, nei","fish_oil",1976, +86,"Saint Helena","Fish body oils, nei","fish_oil",1977, +86,"Saint Helena","Fish body oils, nei","fish_oil",1978, +86,"Saint Helena","Fish body oils, nei","fish_oil",1979, +86,"Saint Helena","Fish body oils, nei","fish_oil",1980, +86,"Saint Helena","Fish body oils, nei","fish_oil",1981, +86,"Saint Helena","Fish body oils, nei","fish_oil",1982, +86,"Saint Helena","Fish body oils, nei","fish_oil",1983, +86,"Saint Helena","Fish body oils, nei","fish_oil",1984, +86,"Saint Helena","Fish body oils, nei","fish_oil",1985, +86,"Saint Helena","Fish body oils, nei","fish_oil",1986, +86,"Saint Helena","Fish body oils, nei","fish_oil",1987, +86,"Saint Helena","Fish body oils, nei","fish_oil",1988, +86,"Saint Helena","Fish body oils, nei","fish_oil",1989, +86,"Saint Helena","Fish body oils, nei","fish_oil",1990, +86,"Saint Helena","Fish body oils, nei","fish_oil",1991, +86,"Saint Helena","Fish body oils, nei","fish_oil",1992, +86,"Saint Helena","Fish body oils, nei","fish_oil",1993, +86,"Saint Helena","Fish body oils, nei","fish_oil",1994, +86,"Saint Helena","Fish body oils, nei","fish_oil",1995, +86,"Saint Helena","Fish body oils, nei","fish_oil",1996, +86,"Saint Helena","Fish body oils, nei","fish_oil",1997, +86,"Saint Helena","Fish body oils, nei","fish_oil",1998, +86,"Saint Helena","Fish body oils, nei","fish_oil",1999, +86,"Saint Helena","Fish body oils, nei","fish_oil",2000, +86,"Saint Helena","Fish body oils, nei","fish_oil",2001, +86,"Saint Helena","Fish body oils, nei","fish_oil",2002, +86,"Saint Helena","Fish body oils, nei","fish_oil",2003,119 +86,"Saint Helena","Fish body oils, nei","fish_oil",2004, +86,"Saint Helena","Fish body oils, nei","fish_oil",2005, +86,"Saint Helena","Fish body oils, nei","fish_oil",2006, +86,"Saint Helena","Fish body oils, nei","fish_oil",2007, +86,"Saint Helena","Fish body oils, nei","fish_oil",2008, +86,"Saint Helena","Fish body oils, nei","fish_oil",2009, +86,"Saint Helena","Fish body oils, nei","fish_oil",2010, +86,"Saint Helena","Fish body oils, nei","fish_oil",2011, +86,"Saint Helena","Fish body oils, nei","fish_oil",2012, +86,"Saint Helena","Fish body oils, nei","fish_oil",2013, +86,"Saint Helena","Fish body oils, nei","fish_oil",2014, +86,"Saint Helena","Fish body oils, nei","fish_oil",2015, +86,"Saint Helena","Fish body oils, nei","fish_oil",2016, +86,"Saint Helena","Fish body oils, nei","fish_oil",2017, +86,"Saint Helena","Fish body oils, nei","fish_oil",2018, +86,"Saint Helena","Fish body oils, nei","fish_oil",2019, +86,"Saint Helena","Fish body oils, nei","fish_oil",2020, +86,"Saint Helena","Fish body oils, nei","fish_oil",2021, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1976, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1977, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1978, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1979, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1980, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1981, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1982, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1983, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1984, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1985, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1986, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1987, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1988, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1989, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1990, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1991, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1992, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1993, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1994, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1995, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1996, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1997, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1998, +86,"Saint Helena","Fish liver oils, nei","fish_oil",1999, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2000, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2001, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2002, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2003, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2004, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2005, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2006, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2007, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2008, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2009, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2010, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2011, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2012, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2013, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2014, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2015, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2016, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2017, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2018, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2019, +86,"Saint Helena","Fish liver oils, nei","fish_oil",2020,0.03 +86,"Saint Helena","Fish liver oils, nei","fish_oil",2021, +86,"Saint Helena","Ornamental fish nei","ornamentals",1976, +86,"Saint Helena","Ornamental fish nei","ornamentals",1977, +86,"Saint Helena","Ornamental fish nei","ornamentals",1978, +86,"Saint Helena","Ornamental fish nei","ornamentals",1979, +86,"Saint Helena","Ornamental fish nei","ornamentals",1980, +86,"Saint Helena","Ornamental fish nei","ornamentals",1981, +86,"Saint Helena","Ornamental fish nei","ornamentals",1982, +86,"Saint Helena","Ornamental fish nei","ornamentals",1983, +86,"Saint Helena","Ornamental fish nei","ornamentals",1984, +86,"Saint Helena","Ornamental fish nei","ornamentals",1985, +86,"Saint Helena","Ornamental fish nei","ornamentals",1986, +86,"Saint Helena","Ornamental fish nei","ornamentals",1987, +86,"Saint Helena","Ornamental fish nei","ornamentals",1988, +86,"Saint Helena","Ornamental fish nei","ornamentals",1989, +86,"Saint Helena","Ornamental fish nei","ornamentals",1990, +86,"Saint Helena","Ornamental fish nei","ornamentals",1991, +86,"Saint Helena","Ornamental fish nei","ornamentals",1992, +86,"Saint Helena","Ornamental fish nei","ornamentals",1993, +86,"Saint Helena","Ornamental fish nei","ornamentals",1994, +86,"Saint Helena","Ornamental fish nei","ornamentals",1995, +86,"Saint Helena","Ornamental fish nei","ornamentals",1996, +86,"Saint Helena","Ornamental fish nei","ornamentals",1997, +86,"Saint Helena","Ornamental fish nei","ornamentals",1998, +86,"Saint Helena","Ornamental fish nei","ornamentals",1999, +86,"Saint Helena","Ornamental fish nei","ornamentals",2000, +86,"Saint Helena","Ornamental fish nei","ornamentals",2001,4 +86,"Saint Helena","Ornamental fish nei","ornamentals",2002, +86,"Saint Helena","Ornamental fish nei","ornamentals",2003,4 +86,"Saint Helena","Ornamental fish nei","ornamentals",2004,1 +86,"Saint Helena","Ornamental fish nei","ornamentals",2005, +86,"Saint Helena","Ornamental fish nei","ornamentals",2006, +86,"Saint Helena","Ornamental fish nei","ornamentals",2007,9 +86,"Saint Helena","Ornamental fish nei","ornamentals",2008, +86,"Saint Helena","Ornamental fish nei","ornamentals",2009, +86,"Saint Helena","Ornamental fish nei","ornamentals",2010, +86,"Saint Helena","Ornamental fish nei","ornamentals",2011, +86,"Saint Helena","Ornamental fish nei","ornamentals",2012, +86,"Saint Helena","Ornamental fish nei","ornamentals",2013, +86,"Saint Helena","Ornamental fish nei","ornamentals",2014, +86,"Saint Helena","Ornamental fish nei","ornamentals",2015, +86,"Saint Helena","Ornamental fish nei","ornamentals",2016, +86,"Saint Helena","Ornamental fish nei","ornamentals",2017, +86,"Saint Helena","Ornamental fish nei","ornamentals",2018, +86,"Saint Helena","Ornamental fish nei","ornamentals",2019, +86,"Saint Helena","Ornamental fish nei","ornamentals",2020, +86,"Saint Helena","Ornamental fish nei","ornamentals",2021, 96,"Sierra Leone","Coral and the like","corals",1976, 96,"Sierra Leone","Coral and the like","corals",1977, 96,"Sierra Leone","Coral and the like","corals",1978, @@ -23759,6 +25804,7 @@ 96,"Sierra Leone","Coral and the like","corals",2018, 96,"Sierra Leone","Coral and the like","corals",2019, 96,"Sierra Leone","Coral and the like","corals",2020, +96,"Sierra Leone","Coral and the like","corals",2021, 96,"Sierra Leone","Fish body oils, nei","fish_oil",1976, 96,"Sierra Leone","Fish body oils, nei","fish_oil",1977, 96,"Sierra Leone","Fish body oils, nei","fish_oil",1978, @@ -23804,6 +25850,7 @@ 96,"Sierra Leone","Fish body oils, nei","fish_oil",2018, 96,"Sierra Leone","Fish body oils, nei","fish_oil",2019, 96,"Sierra Leone","Fish body oils, nei","fish_oil",2020, +96,"Sierra Leone","Fish body oils, nei","fish_oil",2021, 96,"Sierra Leone","Ornamental fish nei","ornamentals",1976, 96,"Sierra Leone","Ornamental fish nei","ornamentals",1977, 96,"Sierra Leone","Ornamental fish nei","ornamentals",1978, @@ -23849,6 +25896,7 @@ 96,"Sierra Leone","Ornamental fish nei","ornamentals",2018, 96,"Sierra Leone","Ornamental fish nei","ornamentals",2019, 96,"Sierra Leone","Ornamental fish nei","ornamentals",2020, +96,"Sierra Leone","Ornamental fish nei","ornamentals",2021, 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",1976, 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",1977, 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",1978, @@ -23894,6 +25942,7 @@ 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",2018, 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",2019, 96,"Sierra Leone","Ornamental saltwater fish","ornamentals",2020, +96,"Sierra Leone","Ornamental saltwater fish","ornamentals",2021, 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -23939,6 +25988,7 @@ 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +96,"Sierra Leone","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -23984,6 +26034,7 @@ 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +96,"Sierra Leone","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 97,"Liberia","Fish body oils, nei","fish_oil",1976, 97,"Liberia","Fish body oils, nei","fish_oil",1977, 97,"Liberia","Fish body oils, nei","fish_oil",1978, @@ -24029,6 +26080,7 @@ 97,"Liberia","Fish body oils, nei","fish_oil",2018, 97,"Liberia","Fish body oils, nei","fish_oil",2019, 97,"Liberia","Fish body oils, nei","fish_oil",2020, +97,"Liberia","Fish body oils, nei","fish_oil",2021, 97,"Liberia","Fish liver oils, nei","fish_oil",1976, 97,"Liberia","Fish liver oils, nei","fish_oil",1977, 97,"Liberia","Fish liver oils, nei","fish_oil",1978, @@ -24074,6 +26126,7 @@ 97,"Liberia","Fish liver oils, nei","fish_oil",2018, 97,"Liberia","Fish liver oils, nei","fish_oil",2019, 97,"Liberia","Fish liver oils, nei","fish_oil",2020, +97,"Liberia","Fish liver oils, nei","fish_oil",2021, 97,"Liberia","Ornamental fish nei","ornamentals",1976, 97,"Liberia","Ornamental fish nei","ornamentals",1977, 97,"Liberia","Ornamental fish nei","ornamentals",1978, @@ -24119,6 +26172,7 @@ 97,"Liberia","Ornamental fish nei","ornamentals",2018, 97,"Liberia","Ornamental fish nei","ornamentals",2019, 97,"Liberia","Ornamental fish nei","ornamentals",2020, +97,"Liberia","Ornamental fish nei","ornamentals",2021, 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -24164,6 +26218,7 @@ 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,4.55 97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +97,"Liberia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 98,"Togo","Fish body oils, nei","fish_oil",1976, 98,"Togo","Fish body oils, nei","fish_oil",1977, 98,"Togo","Fish body oils, nei","fish_oil",1978, @@ -24209,6 +26264,7 @@ 98,"Togo","Fish body oils, nei","fish_oil",2018, 98,"Togo","Fish body oils, nei","fish_oil",2019, 98,"Togo","Fish body oils, nei","fish_oil",2020, +98,"Togo","Fish body oils, nei","fish_oil",2021, 98,"Togo","Miscellaneous corals and shells","shells",1976, 98,"Togo","Miscellaneous corals and shells","shells",1977, 98,"Togo","Miscellaneous corals and shells","shells",1978, @@ -24254,6 +26310,7 @@ 98,"Togo","Miscellaneous corals and shells","shells",2018, 98,"Togo","Miscellaneous corals and shells","shells",2019, 98,"Togo","Miscellaneous corals and shells","shells",2020, +98,"Togo","Miscellaneous corals and shells","shells",2021,0.9 98,"Togo","Ornamental fish nei","ornamentals",1976, 98,"Togo","Ornamental fish nei","ornamentals",1977, 98,"Togo","Ornamental fish nei","ornamentals",1978, @@ -24299,6 +26356,7 @@ 98,"Togo","Ornamental fish nei","ornamentals",2018, 98,"Togo","Ornamental fish nei","ornamentals",2019, 98,"Togo","Ornamental fish nei","ornamentals",2020, +98,"Togo","Ornamental fish nei","ornamentals",2021, 98,"Togo","Ornamental saltwater fish","ornamentals",1976, 98,"Togo","Ornamental saltwater fish","ornamentals",1977, 98,"Togo","Ornamental saltwater fish","ornamentals",1978, @@ -24344,6 +26402,7 @@ 98,"Togo","Ornamental saltwater fish","ornamentals",2018, 98,"Togo","Ornamental saltwater fish","ornamentals",2019, 98,"Togo","Ornamental saltwater fish","ornamentals",2020, +98,"Togo","Ornamental saltwater fish","ornamentals",2021, 99,"Benin","Natural sponges nei","sponges",1976, 99,"Benin","Natural sponges nei","sponges",1977, 99,"Benin","Natural sponges nei","sponges",1978, @@ -24389,6 +26448,7 @@ 99,"Benin","Natural sponges nei","sponges",2018, 99,"Benin","Natural sponges nei","sponges",2019, 99,"Benin","Natural sponges nei","sponges",2020, +99,"Benin","Natural sponges nei","sponges",2021, 99,"Benin","Ornamental fish nei","ornamentals",1976, 99,"Benin","Ornamental fish nei","ornamentals",1977, 99,"Benin","Ornamental fish nei","ornamentals",1978, @@ -24434,6 +26494,7 @@ 99,"Benin","Ornamental fish nei","ornamentals",2018, 99,"Benin","Ornamental fish nei","ornamentals",2019, 99,"Benin","Ornamental fish nei","ornamentals",2020, +99,"Benin","Ornamental fish nei","ornamentals",2021, 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -24479,6 +26540,53 @@ 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +99,"Benin","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +99,"Benin","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.25 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -24524,6 +26632,7 @@ 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +99,"Benin","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 100,"Republique du Congo","Fish body oils, nei","fish_oil",1976, 100,"Republique du Congo","Fish body oils, nei","fish_oil",1977, 100,"Republique du Congo","Fish body oils, nei","fish_oil",1978, @@ -24569,6 +26678,7 @@ 100,"Republique du Congo","Fish body oils, nei","fish_oil",2018,382 100,"Republique du Congo","Fish body oils, nei","fish_oil",2019,177.72 100,"Republique du Congo","Fish body oils, nei","fish_oil",2020,120.38 +100,"Republique du Congo","Fish body oils, nei","fish_oil",2021, 100,"Republique du Congo","Fish liver oils, nei","fish_oil",1976, 100,"Republique du Congo","Fish liver oils, nei","fish_oil",1977, 100,"Republique du Congo","Fish liver oils, nei","fish_oil",1978, @@ -24614,6 +26724,7 @@ 100,"Republique du Congo","Fish liver oils, nei","fish_oil",2018, 100,"Republique du Congo","Fish liver oils, nei","fish_oil",2019, 100,"Republique du Congo","Fish liver oils, nei","fish_oil",2020, +100,"Republique du Congo","Fish liver oils, nei","fish_oil",2021, 100,"Republique du Congo","Ornamental fish nei","ornamentals",1976, 100,"Republique du Congo","Ornamental fish nei","ornamentals",1977, 100,"Republique du Congo","Ornamental fish nei","ornamentals",1978, @@ -24659,6 +26770,7 @@ 100,"Republique du Congo","Ornamental fish nei","ornamentals",2018, 100,"Republique du Congo","Ornamental fish nei","ornamentals",2019, 100,"Republique du Congo","Ornamental fish nei","ornamentals",2020, +100,"Republique du Congo","Ornamental fish nei","ornamentals",2021, 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",1976, 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",1977, 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",1978, @@ -24704,6 +26816,7 @@ 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",2018,1 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",2019, 100,"Republique du Congo","Ornamental saltwater fish","ornamentals",2020, +100,"Republique du Congo","Ornamental saltwater fish","ornamentals",2021,0.9 101,"Namibia","Agar agar nei","seaweeds",1976, 101,"Namibia","Agar agar nei","seaweeds",1977, 101,"Namibia","Agar agar nei","seaweeds",1978, @@ -24749,6 +26862,7 @@ 101,"Namibia","Agar agar nei","seaweeds",2018, 101,"Namibia","Agar agar nei","seaweeds",2019,0.55 101,"Namibia","Agar agar nei","seaweeds",2020, +101,"Namibia","Agar agar nei","seaweeds",2021, 101,"Namibia","Fish body oils, nei","fish_oil",1976, 101,"Namibia","Fish body oils, nei","fish_oil",1977, 101,"Namibia","Fish body oils, nei","fish_oil",1978, @@ -24794,6 +26908,7 @@ 101,"Namibia","Fish body oils, nei","fish_oil",2018,7 101,"Namibia","Fish body oils, nei","fish_oil",2019,126.33 101,"Namibia","Fish body oils, nei","fish_oil",2020,359.22 +101,"Namibia","Fish body oils, nei","fish_oil",2021,117.9 101,"Namibia","Fish liver oils, nei","fish_oil",1976, 101,"Namibia","Fish liver oils, nei","fish_oil",1977, 101,"Namibia","Fish liver oils, nei","fish_oil",1978, @@ -24839,6 +26954,7 @@ 101,"Namibia","Fish liver oils, nei","fish_oil",2018, 101,"Namibia","Fish liver oils, nei","fish_oil",2019, 101,"Namibia","Fish liver oils, nei","fish_oil",2020, +101,"Namibia","Fish liver oils, nei","fish_oil",2021,0 101,"Namibia","Miscellaneous corals and shells","shells",1976, 101,"Namibia","Miscellaneous corals and shells","shells",1977, 101,"Namibia","Miscellaneous corals and shells","shells",1978, @@ -24884,6 +27000,7 @@ 101,"Namibia","Miscellaneous corals and shells","shells",2018,0.1 101,"Namibia","Miscellaneous corals and shells","shells",2019,0.38 101,"Namibia","Miscellaneous corals and shells","shells",2020,0.28 +101,"Namibia","Miscellaneous corals and shells","shells",2021,0.71 101,"Namibia","Natural sponges nei","sponges",1976, 101,"Namibia","Natural sponges nei","sponges",1977, 101,"Namibia","Natural sponges nei","sponges",1978, @@ -24929,6 +27046,7 @@ 101,"Namibia","Natural sponges nei","sponges",2018, 101,"Namibia","Natural sponges nei","sponges",2019, 101,"Namibia","Natural sponges nei","sponges",2020, +101,"Namibia","Natural sponges nei","sponges",2021, 101,"Namibia","Ornamental fish nei","ornamentals",1976, 101,"Namibia","Ornamental fish nei","ornamentals",1977, 101,"Namibia","Ornamental fish nei","ornamentals",1978, @@ -24974,6 +27092,7 @@ 101,"Namibia","Ornamental fish nei","ornamentals",2018, 101,"Namibia","Ornamental fish nei","ornamentals",2019, 101,"Namibia","Ornamental fish nei","ornamentals",2020, +101,"Namibia","Ornamental fish nei","ornamentals",2021, 101,"Namibia","Ornamental saltwater fish","ornamentals",1976, 101,"Namibia","Ornamental saltwater fish","ornamentals",1977, 101,"Namibia","Ornamental saltwater fish","ornamentals",1978, @@ -25019,6 +27138,7 @@ 101,"Namibia","Ornamental saltwater fish","ornamentals",2018, 101,"Namibia","Ornamental saltwater fish","ornamentals",2019, 101,"Namibia","Ornamental saltwater fish","ornamentals",2020, +101,"Namibia","Ornamental saltwater fish","ornamentals",2021, 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -25064,6 +27184,7 @@ 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +101,"Namibia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -25109,6 +27230,7 @@ 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,1.09 101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +101,"Namibia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1.67 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -25154,6 +27276,7 @@ 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +101,"Namibia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0 102,"South Africa","Abalone shells","shells",1976, 102,"South Africa","Abalone shells","shells",1977, 102,"South Africa","Abalone shells","shells",1978, @@ -25199,6 +27322,7 @@ 102,"South Africa","Abalone shells","shells",2018,211 102,"South Africa","Abalone shells","shells",2019,266.5 102,"South Africa","Abalone shells","shells",2020,172.72 +102,"South Africa","Abalone shells","shells",2021,250.29 102,"South Africa","Agar agar nei","seaweeds",1976, 102,"South Africa","Agar agar nei","seaweeds",1977, 102,"South Africa","Agar agar nei","seaweeds",1978, @@ -25244,6 +27368,7 @@ 102,"South Africa","Agar agar nei","seaweeds",2018,9 102,"South Africa","Agar agar nei","seaweeds",2019,5.44 102,"South Africa","Agar agar nei","seaweeds",2020,12.09 +102,"South Africa","Agar agar nei","seaweeds",2021,61.18 102,"South Africa","Coral and the like","corals",1976, 102,"South Africa","Coral and the like","corals",1977, 102,"South Africa","Coral and the like","corals",1978, @@ -25289,6 +27414,7 @@ 102,"South Africa","Coral and the like","corals",2018,77 102,"South Africa","Coral and the like","corals",2019,11.22 102,"South Africa","Coral and the like","corals",2020,40.06 +102,"South Africa","Coral and the like","corals",2021,40.8 102,"South Africa","Fish body oils, nei","fish_oil",1976,5179 102,"South Africa","Fish body oils, nei","fish_oil",1977,204 102,"South Africa","Fish body oils, nei","fish_oil",1978,5010 @@ -25334,6 +27460,7 @@ 102,"South Africa","Fish body oils, nei","fish_oil",2018,7881 102,"South Africa","Fish body oils, nei","fish_oil",2019,5585.42 102,"South Africa","Fish body oils, nei","fish_oil",2020,13478.17 +102,"South Africa","Fish body oils, nei","fish_oil",2021,11132.58 102,"South Africa","Fish liver oils, nei","fish_oil",1976, 102,"South Africa","Fish liver oils, nei","fish_oil",1977, 102,"South Africa","Fish liver oils, nei","fish_oil",1978,2 @@ -25379,6 +27506,7 @@ 102,"South Africa","Fish liver oils, nei","fish_oil",2018,137 102,"South Africa","Fish liver oils, nei","fish_oil",2019,8.07 102,"South Africa","Fish liver oils, nei","fish_oil",2020,6.37 +102,"South Africa","Fish liver oils, nei","fish_oil",2021,132.63 102,"South Africa","Natural sponges raw","sponges",1976, 102,"South Africa","Natural sponges raw","sponges",1977, 102,"South Africa","Natural sponges raw","sponges",1978, @@ -25424,6 +27552,7 @@ 102,"South Africa","Natural sponges raw","sponges",2018, 102,"South Africa","Natural sponges raw","sponges",2019, 102,"South Africa","Natural sponges raw","sponges",2020, +102,"South Africa","Natural sponges raw","sponges",2021, 102,"South Africa","Ornamental fish nei","ornamentals",1976, 102,"South Africa","Ornamental fish nei","ornamentals",1977, 102,"South Africa","Ornamental fish nei","ornamentals",1978, @@ -25469,6 +27598,7 @@ 102,"South Africa","Ornamental fish nei","ornamentals",2018, 102,"South Africa","Ornamental fish nei","ornamentals",2019, 102,"South Africa","Ornamental fish nei","ornamentals",2020, +102,"South Africa","Ornamental fish nei","ornamentals",2021, 102,"South Africa","Ornamental saltwater fish","ornamentals",1976, 102,"South Africa","Ornamental saltwater fish","ornamentals",1977, 102,"South Africa","Ornamental saltwater fish","ornamentals",1978, @@ -25514,6 +27644,7 @@ 102,"South Africa","Ornamental saltwater fish","ornamentals",2018,191 102,"South Africa","Ornamental saltwater fish","ornamentals",2019,78.09 102,"South Africa","Ornamental saltwater fish","ornamentals",2020,11.9 +102,"South Africa","Ornamental saltwater fish","ornamentals",2021,28.67 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -25559,6 +27690,7 @@ 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +102,"South Africa","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -25604,6 +27736,7 @@ 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,980 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,664.89 102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,508.63 +102,"South Africa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1793.92 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -25647,8 +27780,9 @@ 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016,402 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,920 102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1532 -102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,4622.97 -102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,6661.34 +102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1363.81 +102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,2923.71 +102,"South Africa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,2576.63 102,"South Africa","Shells nei","shells",1976, 102,"South Africa","Shells nei","shells",1977, 102,"South Africa","Shells nei","shells",1978, @@ -25694,6 +27828,7 @@ 102,"South Africa","Shells nei","shells",2018,58 102,"South Africa","Shells nei","shells",2019,0.01 102,"South Africa","Shells nei","shells",2020,0.35 +102,"South Africa","Shells nei","shells",2021,2.72 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",1976, 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",1977, 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",1978, @@ -25739,6 +27874,7 @@ 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",2018, 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",2019, 103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",2020, +103,"Sao Tome and Principe","Fish liver oils, nei","fish_oil",2021, 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",1976, 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",1977, 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",1978, @@ -25784,6 +27920,7 @@ 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",2018, 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",2019, 103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",2020, +103,"Sao Tome and Principe","Ornamental fish nei","ornamentals",2021, 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",1976, 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",1977, 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",1978, @@ -25829,6 +27966,7 @@ 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",2018, 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",2019, 104,"Equatorial Guinea","Fish body oils, nei","fish_oil",2020, +104,"Equatorial Guinea","Fish body oils, nei","fish_oil",2021, 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",1976, 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",1977, 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",1978, @@ -25874,6 +28012,7 @@ 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",2018, 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",2019, 104,"Equatorial Guinea","Ornamental fish nei","ornamentals",2020, +104,"Equatorial Guinea","Ornamental fish nei","ornamentals",2021, 106,"Ghana","Fish body oils, nei","fish_oil",1976, 106,"Ghana","Fish body oils, nei","fish_oil",1977, 106,"Ghana","Fish body oils, nei","fish_oil",1978, @@ -25919,6 +28058,7 @@ 106,"Ghana","Fish body oils, nei","fish_oil",2018,1555 106,"Ghana","Fish body oils, nei","fish_oil",2019,1442.11 106,"Ghana","Fish body oils, nei","fish_oil",2020,58.79 +106,"Ghana","Fish body oils, nei","fish_oil",2021, 106,"Ghana","Fish liver oils, nei","fish_oil",1976, 106,"Ghana","Fish liver oils, nei","fish_oil",1977, 106,"Ghana","Fish liver oils, nei","fish_oil",1978, @@ -25964,6 +28104,7 @@ 106,"Ghana","Fish liver oils, nei","fish_oil",2018, 106,"Ghana","Fish liver oils, nei","fish_oil",2019, 106,"Ghana","Fish liver oils, nei","fish_oil",2020, +106,"Ghana","Fish liver oils, nei","fish_oil",2021, 106,"Ghana","Miscellaneous corals and shells","shells",1976, 106,"Ghana","Miscellaneous corals and shells","shells",1977, 106,"Ghana","Miscellaneous corals and shells","shells",1978, @@ -26009,6 +28150,7 @@ 106,"Ghana","Miscellaneous corals and shells","shells",2018, 106,"Ghana","Miscellaneous corals and shells","shells",2019,0.01 106,"Ghana","Miscellaneous corals and shells","shells",2020, +106,"Ghana","Miscellaneous corals and shells","shells",2021,4.78 106,"Ghana","Natural sponges nei","sponges",1976, 106,"Ghana","Natural sponges nei","sponges",1977, 106,"Ghana","Natural sponges nei","sponges",1978, @@ -26054,6 +28196,7 @@ 106,"Ghana","Natural sponges nei","sponges",2018, 106,"Ghana","Natural sponges nei","sponges",2019, 106,"Ghana","Natural sponges nei","sponges",2020, +106,"Ghana","Natural sponges nei","sponges",2021, 106,"Ghana","Ornamental fish nei","ornamentals",1976, 106,"Ghana","Ornamental fish nei","ornamentals",1977, 106,"Ghana","Ornamental fish nei","ornamentals",1978, @@ -26099,6 +28242,7 @@ 106,"Ghana","Ornamental fish nei","ornamentals",2018, 106,"Ghana","Ornamental fish nei","ornamentals",2019, 106,"Ghana","Ornamental fish nei","ornamentals",2020, +106,"Ghana","Ornamental fish nei","ornamentals",2021, 106,"Ghana","Ornamental saltwater fish","ornamentals",1976, 106,"Ghana","Ornamental saltwater fish","ornamentals",1977, 106,"Ghana","Ornamental saltwater fish","ornamentals",1978, @@ -26144,6 +28288,7 @@ 106,"Ghana","Ornamental saltwater fish","ornamentals",2018,1 106,"Ghana","Ornamental saltwater fish","ornamentals",2019,72.54 106,"Ghana","Ornamental saltwater fish","ornamentals",2020,1.62 +106,"Ghana","Ornamental saltwater fish","ornamentals",2021,2.61 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -26189,6 +28334,7 @@ 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +106,"Ghana","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -26234,6 +28380,7 @@ 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,4.01 106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,33.35 +106,"Ghana","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.3 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -26279,6 +28426,7 @@ 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.14 +106,"Ghana","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.1 108,"Bermuda","Fish body oils, nei","fish_oil",1976, 108,"Bermuda","Fish body oils, nei","fish_oil",1977, 108,"Bermuda","Fish body oils, nei","fish_oil",1978, @@ -26324,6 +28472,7 @@ 108,"Bermuda","Fish body oils, nei","fish_oil",2018, 108,"Bermuda","Fish body oils, nei","fish_oil",2019, 108,"Bermuda","Fish body oils, nei","fish_oil",2020, +108,"Bermuda","Fish body oils, nei","fish_oil",2021, 108,"Bermuda","Natural sponges raw","sponges",1976, 108,"Bermuda","Natural sponges raw","sponges",1977, 108,"Bermuda","Natural sponges raw","sponges",1978, @@ -26369,6 +28518,7 @@ 108,"Bermuda","Natural sponges raw","sponges",2018, 108,"Bermuda","Natural sponges raw","sponges",2019, 108,"Bermuda","Natural sponges raw","sponges",2020, +108,"Bermuda","Natural sponges raw","sponges",2021, 108,"Bermuda","Ornamental fish nei","ornamentals",1976, 108,"Bermuda","Ornamental fish nei","ornamentals",1977, 108,"Bermuda","Ornamental fish nei","ornamentals",1978, @@ -26414,6 +28564,7 @@ 108,"Bermuda","Ornamental fish nei","ornamentals",2018, 108,"Bermuda","Ornamental fish nei","ornamentals",2019, 108,"Bermuda","Ornamental fish nei","ornamentals",2020, +108,"Bermuda","Ornamental fish nei","ornamentals",2021, 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -26459,6 +28610,7 @@ 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +108,"Bermuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 110,"Bahamas","Coral and the like","corals",1976, 110,"Bahamas","Coral and the like","corals",1977, 110,"Bahamas","Coral and the like","corals",1978, @@ -26502,8 +28654,9 @@ 110,"Bahamas","Coral and the like","corals",2016, 110,"Bahamas","Coral and the like","corals",2017, 110,"Bahamas","Coral and the like","corals",2018, -110,"Bahamas","Coral and the like","corals",2019,83.22 -110,"Bahamas","Coral and the like","corals",2020,70.03 +110,"Bahamas","Coral and the like","corals",2019, +110,"Bahamas","Coral and the like","corals",2020, +110,"Bahamas","Coral and the like","corals",2021,149.67 110,"Bahamas","Miscellaneous corals and shells","shells",1976, 110,"Bahamas","Miscellaneous corals and shells","shells",1977, 110,"Bahamas","Miscellaneous corals and shells","shells",1978, @@ -26547,8 +28700,9 @@ 110,"Bahamas","Miscellaneous corals and shells","shells",2016,889.33 110,"Bahamas","Miscellaneous corals and shells","shells",2017,572.1 110,"Bahamas","Miscellaneous corals and shells","shells",2018,571.35 -110,"Bahamas","Miscellaneous corals and shells","shells",2019,47.25 -110,"Bahamas","Miscellaneous corals and shells","shells",2020,10.92 +110,"Bahamas","Miscellaneous corals and shells","shells",2019,1178.99 +110,"Bahamas","Miscellaneous corals and shells","shells",2020,520.03 +110,"Bahamas","Miscellaneous corals and shells","shells",2021, 110,"Bahamas","Natural sponges nei","sponges",1976, 110,"Bahamas","Natural sponges nei","sponges",1977, 110,"Bahamas","Natural sponges nei","sponges",1978, @@ -26592,8 +28746,9 @@ 110,"Bahamas","Natural sponges nei","sponges",2016, 110,"Bahamas","Natural sponges nei","sponges",2017, 110,"Bahamas","Natural sponges nei","sponges",2018, -110,"Bahamas","Natural sponges nei","sponges",2019,0.55 -110,"Bahamas","Natural sponges nei","sponges",2020,0.53 +110,"Bahamas","Natural sponges nei","sponges",2019, +110,"Bahamas","Natural sponges nei","sponges",2020, +110,"Bahamas","Natural sponges nei","sponges",2021,5.09 110,"Bahamas","Natural sponges other than raw","sponges",1976, 110,"Bahamas","Natural sponges other than raw","sponges",1977, 110,"Bahamas","Natural sponges other than raw","sponges",1978, @@ -26637,8 +28792,9 @@ 110,"Bahamas","Natural sponges other than raw","sponges",2016, 110,"Bahamas","Natural sponges other than raw","sponges",2017, 110,"Bahamas","Natural sponges other than raw","sponges",2018, -110,"Bahamas","Natural sponges other than raw","sponges",2019,638.72 -110,"Bahamas","Natural sponges other than raw","sponges",2020,683.19 +110,"Bahamas","Natural sponges other than raw","sponges",2019, +110,"Bahamas","Natural sponges other than raw","sponges",2020, +110,"Bahamas","Natural sponges other than raw","sponges",2021,866.93 110,"Bahamas","Natural sponges raw","sponges",1976, 110,"Bahamas","Natural sponges raw","sponges",1977, 110,"Bahamas","Natural sponges raw","sponges",1978, @@ -26682,8 +28838,9 @@ 110,"Bahamas","Natural sponges raw","sponges",2016, 110,"Bahamas","Natural sponges raw","sponges",2017, 110,"Bahamas","Natural sponges raw","sponges",2018, -110,"Bahamas","Natural sponges raw","sponges",2019,1027.5 -110,"Bahamas","Natural sponges raw","sponges",2020,755.28 +110,"Bahamas","Natural sponges raw","sponges",2019, +110,"Bahamas","Natural sponges raw","sponges",2020, +110,"Bahamas","Natural sponges raw","sponges",2021,871.54 110,"Bahamas","Ornamental saltwater fish","ornamentals",1976, 110,"Bahamas","Ornamental saltwater fish","ornamentals",1977, 110,"Bahamas","Ornamental saltwater fish","ornamentals",1978, @@ -26729,6 +28886,7 @@ 110,"Bahamas","Ornamental saltwater fish","ornamentals",2018, 110,"Bahamas","Ornamental saltwater fish","ornamentals",2019, 110,"Bahamas","Ornamental saltwater fish","ornamentals",2020, +110,"Bahamas","Ornamental saltwater fish","ornamentals",2021, 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -26773,7 +28931,8 @@ 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017,75.5 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, -110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.02 +110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +110,"Bahamas","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -26817,8 +28976,9 @@ 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,31 110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,130.05 -110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, -110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,6.57 +110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,144.57 +110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,41.75 +110,"Bahamas","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 110,"Bahamas","Shells nei","shells",1976, 110,"Bahamas","Shells nei","shells",1977, 110,"Bahamas","Shells nei","shells",1978, @@ -26864,6 +29024,7 @@ 110,"Bahamas","Shells nei","shells",2018,0.5 110,"Bahamas","Shells nei","shells",2019, 110,"Bahamas","Shells nei","shells",2020, +110,"Bahamas","Shells nei","shells",2021, 110,"Bahamas","Trochus shells","shells",1976, 110,"Bahamas","Trochus shells","shells",1977, 110,"Bahamas","Trochus shells","shells",1978, @@ -26907,8 +29068,9 @@ 110,"Bahamas","Trochus shells","shells",2016,53.61 110,"Bahamas","Trochus shells","shells",2017,27 110,"Bahamas","Trochus shells","shells",2018,29.81 -110,"Bahamas","Trochus shells","shells",2019, -110,"Bahamas","Trochus shells","shells",2020, +110,"Bahamas","Trochus shells","shells",2019,118.36 +110,"Bahamas","Trochus shells","shells",2020,50 +110,"Bahamas","Trochus shells","shells",2021, 111,"Turks and Caicos Islands","Coral and the like","corals",1976, 111,"Turks and Caicos Islands","Coral and the like","corals",1977, 111,"Turks and Caicos Islands","Coral and the like","corals",1978, @@ -26954,6 +29116,7 @@ 111,"Turks and Caicos Islands","Coral and the like","corals",2018, 111,"Turks and Caicos Islands","Coral and the like","corals",2019, 111,"Turks and Caicos Islands","Coral and the like","corals",2020, +111,"Turks and Caicos Islands","Coral and the like","corals",2021, 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",1976, 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",1977, 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",1978, @@ -26999,6 +29162,7 @@ 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",2018,31 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",2019, 111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",2020,12.23 +111,"Turks and Caicos Islands","Miscellaneous corals and shells","shells",2021, 111,"Turks and Caicos Islands","Natural sponges nei","sponges",1976, 111,"Turks and Caicos Islands","Natural sponges nei","sponges",1977, 111,"Turks and Caicos Islands","Natural sponges nei","sponges",1978, @@ -27044,6 +29208,7 @@ 111,"Turks and Caicos Islands","Natural sponges nei","sponges",2018, 111,"Turks and Caicos Islands","Natural sponges nei","sponges",2019, 111,"Turks and Caicos Islands","Natural sponges nei","sponges",2020, +111,"Turks and Caicos Islands","Natural sponges nei","sponges",2021, 111,"Turks and Caicos Islands","Natural sponges raw","sponges",1976, 111,"Turks and Caicos Islands","Natural sponges raw","sponges",1977, 111,"Turks and Caicos Islands","Natural sponges raw","sponges",1978, @@ -27089,6 +29254,53 @@ 111,"Turks and Caicos Islands","Natural sponges raw","sponges",2018, 111,"Turks and Caicos Islands","Natural sponges raw","sponges",2019, 111,"Turks and Caicos Islands","Natural sponges raw","sponges",2020, +111,"Turks and Caicos Islands","Natural sponges raw","sponges",2021, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +111,"Turks and Caicos Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.31 111,"Turks and Caicos Islands","Shells nei","shells",1976, 111,"Turks and Caicos Islands","Shells nei","shells",1977, 111,"Turks and Caicos Islands","Shells nei","shells",1978, @@ -27134,6 +29346,53 @@ 111,"Turks and Caicos Islands","Shells nei","shells",2018, 111,"Turks and Caicos Islands","Shells nei","shells",2019, 111,"Turks and Caicos Islands","Shells nei","shells",2020, +111,"Turks and Caicos Islands","Shells nei","shells",2021, +112,"Cuba","Agar agar nei","seaweeds",1976, +112,"Cuba","Agar agar nei","seaweeds",1977, +112,"Cuba","Agar agar nei","seaweeds",1978, +112,"Cuba","Agar agar nei","seaweeds",1979, +112,"Cuba","Agar agar nei","seaweeds",1980, +112,"Cuba","Agar agar nei","seaweeds",1981, +112,"Cuba","Agar agar nei","seaweeds",1982, +112,"Cuba","Agar agar nei","seaweeds",1983, +112,"Cuba","Agar agar nei","seaweeds",1984, +112,"Cuba","Agar agar nei","seaweeds",1985, +112,"Cuba","Agar agar nei","seaweeds",1986, +112,"Cuba","Agar agar nei","seaweeds",1987, +112,"Cuba","Agar agar nei","seaweeds",1988, +112,"Cuba","Agar agar nei","seaweeds",1989, +112,"Cuba","Agar agar nei","seaweeds",1990, +112,"Cuba","Agar agar nei","seaweeds",1991, +112,"Cuba","Agar agar nei","seaweeds",1992, +112,"Cuba","Agar agar nei","seaweeds",1993, +112,"Cuba","Agar agar nei","seaweeds",1994, +112,"Cuba","Agar agar nei","seaweeds",1995, +112,"Cuba","Agar agar nei","seaweeds",1996, +112,"Cuba","Agar agar nei","seaweeds",1997, +112,"Cuba","Agar agar nei","seaweeds",1998, +112,"Cuba","Agar agar nei","seaweeds",1999, +112,"Cuba","Agar agar nei","seaweeds",2000, +112,"Cuba","Agar agar nei","seaweeds",2001, +112,"Cuba","Agar agar nei","seaweeds",2002, +112,"Cuba","Agar agar nei","seaweeds",2003, +112,"Cuba","Agar agar nei","seaweeds",2004, +112,"Cuba","Agar agar nei","seaweeds",2005, +112,"Cuba","Agar agar nei","seaweeds",2006, +112,"Cuba","Agar agar nei","seaweeds",2007, +112,"Cuba","Agar agar nei","seaweeds",2008, +112,"Cuba","Agar agar nei","seaweeds",2009, +112,"Cuba","Agar agar nei","seaweeds",2010, +112,"Cuba","Agar agar nei","seaweeds",2011, +112,"Cuba","Agar agar nei","seaweeds",2012, +112,"Cuba","Agar agar nei","seaweeds",2013, +112,"Cuba","Agar agar nei","seaweeds",2014, +112,"Cuba","Agar agar nei","seaweeds",2015, +112,"Cuba","Agar agar nei","seaweeds",2016, +112,"Cuba","Agar agar nei","seaweeds",2017, +112,"Cuba","Agar agar nei","seaweeds",2018, +112,"Cuba","Agar agar nei","seaweeds",2019, +112,"Cuba","Agar agar nei","seaweeds",2020, +112,"Cuba","Agar agar nei","seaweeds",2021,0.01 112,"Cuba","Coral and the like","corals",1976, 112,"Cuba","Coral and the like","corals",1977, 112,"Cuba","Coral and the like","corals",1978, @@ -27179,6 +29438,7 @@ 112,"Cuba","Coral and the like","corals",2018, 112,"Cuba","Coral and the like","corals",2019, 112,"Cuba","Coral and the like","corals",2020, +112,"Cuba","Coral and the like","corals",2021, 112,"Cuba","Fish body oils, nei","fish_oil",1976, 112,"Cuba","Fish body oils, nei","fish_oil",1977, 112,"Cuba","Fish body oils, nei","fish_oil",1978, @@ -27224,6 +29484,7 @@ 112,"Cuba","Fish body oils, nei","fish_oil",2018, 112,"Cuba","Fish body oils, nei","fish_oil",2019,12.06 112,"Cuba","Fish body oils, nei","fish_oil",2020, +112,"Cuba","Fish body oils, nei","fish_oil",2021, 112,"Cuba","Miscellaneous corals and shells","shells",1976, 112,"Cuba","Miscellaneous corals and shells","shells",1977, 112,"Cuba","Miscellaneous corals and shells","shells",1978, @@ -27269,6 +29530,7 @@ 112,"Cuba","Miscellaneous corals and shells","shells",2018, 112,"Cuba","Miscellaneous corals and shells","shells",2019, 112,"Cuba","Miscellaneous corals and shells","shells",2020,26.14 +112,"Cuba","Miscellaneous corals and shells","shells",2021,14.76 112,"Cuba","Natural sponges nei","sponges",1976, 112,"Cuba","Natural sponges nei","sponges",1977, 112,"Cuba","Natural sponges nei","sponges",1978, @@ -27314,6 +29576,7 @@ 112,"Cuba","Natural sponges nei","sponges",2018, 112,"Cuba","Natural sponges nei","sponges",2019,1.63 112,"Cuba","Natural sponges nei","sponges",2020, +112,"Cuba","Natural sponges nei","sponges",2021, 112,"Cuba","Natural sponges other than raw","sponges",1976, 112,"Cuba","Natural sponges other than raw","sponges",1977, 112,"Cuba","Natural sponges other than raw","sponges",1978, @@ -27359,6 +29622,7 @@ 112,"Cuba","Natural sponges other than raw","sponges",2018, 112,"Cuba","Natural sponges other than raw","sponges",2019, 112,"Cuba","Natural sponges other than raw","sponges",2020, +112,"Cuba","Natural sponges other than raw","sponges",2021, 112,"Cuba","Natural sponges raw","sponges",1976, 112,"Cuba","Natural sponges raw","sponges",1977, 112,"Cuba","Natural sponges raw","sponges",1978, @@ -27404,6 +29668,7 @@ 112,"Cuba","Natural sponges raw","sponges",2018,170 112,"Cuba","Natural sponges raw","sponges",2019,92.18 112,"Cuba","Natural sponges raw","sponges",2020,73.96 +112,"Cuba","Natural sponges raw","sponges",2021,143.01 112,"Cuba","Ornamental fish nei","ornamentals",1976, 112,"Cuba","Ornamental fish nei","ornamentals",1977, 112,"Cuba","Ornamental fish nei","ornamentals",1978, @@ -27449,6 +29714,7 @@ 112,"Cuba","Ornamental fish nei","ornamentals",2018, 112,"Cuba","Ornamental fish nei","ornamentals",2019, 112,"Cuba","Ornamental fish nei","ornamentals",2020, +112,"Cuba","Ornamental fish nei","ornamentals",2021, 112,"Cuba","Ornamental saltwater fish","ornamentals",1976, 112,"Cuba","Ornamental saltwater fish","ornamentals",1977, 112,"Cuba","Ornamental saltwater fish","ornamentals",1978, @@ -27494,6 +29760,7 @@ 112,"Cuba","Ornamental saltwater fish","ornamentals",2018,8 112,"Cuba","Ornamental saltwater fish","ornamentals",2019,5.34 112,"Cuba","Ornamental saltwater fish","ornamentals",2020,14.44 +112,"Cuba","Ornamental saltwater fish","ornamentals",2021,26.61 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -27539,6 +29806,7 @@ 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +112,"Cuba","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -27584,6 +29852,7 @@ 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0 112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +112,"Cuba","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -27629,6 +29898,7 @@ 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +112,"Cuba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 113,"Cayman Islands","Coral and the like","corals",1976, 113,"Cayman Islands","Coral and the like","corals",1977, 113,"Cayman Islands","Coral and the like","corals",1978, @@ -27674,6 +29944,7 @@ 113,"Cayman Islands","Coral and the like","corals",2018, 113,"Cayman Islands","Coral and the like","corals",2019, 113,"Cayman Islands","Coral and the like","corals",2020, +113,"Cayman Islands","Coral and the like","corals",2021, 113,"Cayman Islands","Ornamental fish nei","ornamentals",1976, 113,"Cayman Islands","Ornamental fish nei","ornamentals",1977, 113,"Cayman Islands","Ornamental fish nei","ornamentals",1978, @@ -27719,6 +29990,7 @@ 113,"Cayman Islands","Ornamental fish nei","ornamentals",2018, 113,"Cayman Islands","Ornamental fish nei","ornamentals",2019, 113,"Cayman Islands","Ornamental fish nei","ornamentals",2020, +113,"Cayman Islands","Ornamental fish nei","ornamentals",2021, 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",1976, 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",1977, 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",1978, @@ -27764,6 +30036,7 @@ 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",2018, 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",2019, 113,"Cayman Islands","Ornamental saltwater fish","ornamentals",2020, +113,"Cayman Islands","Ornamental saltwater fish","ornamentals",2021, 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -27809,6 +30082,7 @@ 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +113,"Cayman Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -27854,6 +30128,7 @@ 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +113,"Cayman Islands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -27899,6 +30174,53 @@ 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,2.82 +113,"Cayman Islands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, +114,"Haiti","Agar agar nei","seaweeds",1976, +114,"Haiti","Agar agar nei","seaweeds",1977, +114,"Haiti","Agar agar nei","seaweeds",1978, +114,"Haiti","Agar agar nei","seaweeds",1979, +114,"Haiti","Agar agar nei","seaweeds",1980, +114,"Haiti","Agar agar nei","seaweeds",1981, +114,"Haiti","Agar agar nei","seaweeds",1982, +114,"Haiti","Agar agar nei","seaweeds",1983, +114,"Haiti","Agar agar nei","seaweeds",1984, +114,"Haiti","Agar agar nei","seaweeds",1985, +114,"Haiti","Agar agar nei","seaweeds",1986, +114,"Haiti","Agar agar nei","seaweeds",1987, +114,"Haiti","Agar agar nei","seaweeds",1988, +114,"Haiti","Agar agar nei","seaweeds",1989, +114,"Haiti","Agar agar nei","seaweeds",1990, +114,"Haiti","Agar agar nei","seaweeds",1991, +114,"Haiti","Agar agar nei","seaweeds",1992, +114,"Haiti","Agar agar nei","seaweeds",1993, +114,"Haiti","Agar agar nei","seaweeds",1994, +114,"Haiti","Agar agar nei","seaweeds",1995, +114,"Haiti","Agar agar nei","seaweeds",1996, +114,"Haiti","Agar agar nei","seaweeds",1997, +114,"Haiti","Agar agar nei","seaweeds",1998, +114,"Haiti","Agar agar nei","seaweeds",1999, +114,"Haiti","Agar agar nei","seaweeds",2000, +114,"Haiti","Agar agar nei","seaweeds",2001, +114,"Haiti","Agar agar nei","seaweeds",2002, +114,"Haiti","Agar agar nei","seaweeds",2003, +114,"Haiti","Agar agar nei","seaweeds",2004, +114,"Haiti","Agar agar nei","seaweeds",2005, +114,"Haiti","Agar agar nei","seaweeds",2006, +114,"Haiti","Agar agar nei","seaweeds",2007, +114,"Haiti","Agar agar nei","seaweeds",2008, +114,"Haiti","Agar agar nei","seaweeds",2009, +114,"Haiti","Agar agar nei","seaweeds",2010, +114,"Haiti","Agar agar nei","seaweeds",2011, +114,"Haiti","Agar agar nei","seaweeds",2012, +114,"Haiti","Agar agar nei","seaweeds",2013, +114,"Haiti","Agar agar nei","seaweeds",2014, +114,"Haiti","Agar agar nei","seaweeds",2015, +114,"Haiti","Agar agar nei","seaweeds",2016, +114,"Haiti","Agar agar nei","seaweeds",2017, +114,"Haiti","Agar agar nei","seaweeds",2018, +114,"Haiti","Agar agar nei","seaweeds",2019, +114,"Haiti","Agar agar nei","seaweeds",2020, +114,"Haiti","Agar agar nei","seaweeds",2021,0.01 114,"Haiti","Coral and the like","corals",1976, 114,"Haiti","Coral and the like","corals",1977, 114,"Haiti","Coral and the like","corals",1978, @@ -27944,6 +30266,7 @@ 114,"Haiti","Coral and the like","corals",2018,37 114,"Haiti","Coral and the like","corals",2019,7.41 114,"Haiti","Coral and the like","corals",2020,9.53 +114,"Haiti","Coral and the like","corals",2021,53.78 114,"Haiti","Miscellaneous corals and shells","shells",1976, 114,"Haiti","Miscellaneous corals and shells","shells",1977, 114,"Haiti","Miscellaneous corals and shells","shells",1978, @@ -27989,6 +30312,7 @@ 114,"Haiti","Miscellaneous corals and shells","shells",2018,23 114,"Haiti","Miscellaneous corals and shells","shells",2019,17.39 114,"Haiti","Miscellaneous corals and shells","shells",2020,0.11 +114,"Haiti","Miscellaneous corals and shells","shells",2021,10.29 114,"Haiti","Natural sponges raw","sponges",1976, 114,"Haiti","Natural sponges raw","sponges",1977, 114,"Haiti","Natural sponges raw","sponges",1978, @@ -28034,6 +30358,7 @@ 114,"Haiti","Natural sponges raw","sponges",2018, 114,"Haiti","Natural sponges raw","sponges",2019, 114,"Haiti","Natural sponges raw","sponges",2020, +114,"Haiti","Natural sponges raw","sponges",2021, 114,"Haiti","Ornamental fish nei","ornamentals",1976, 114,"Haiti","Ornamental fish nei","ornamentals",1977, 114,"Haiti","Ornamental fish nei","ornamentals",1978, @@ -28079,6 +30404,7 @@ 114,"Haiti","Ornamental fish nei","ornamentals",2018, 114,"Haiti","Ornamental fish nei","ornamentals",2019, 114,"Haiti","Ornamental fish nei","ornamentals",2020, +114,"Haiti","Ornamental fish nei","ornamentals",2021, 114,"Haiti","Ornamental saltwater fish","ornamentals",1976, 114,"Haiti","Ornamental saltwater fish","ornamentals",1977, 114,"Haiti","Ornamental saltwater fish","ornamentals",1978, @@ -28124,6 +30450,7 @@ 114,"Haiti","Ornamental saltwater fish","ornamentals",2018,560 114,"Haiti","Ornamental saltwater fish","ornamentals",2019,586.06 114,"Haiti","Ornamental saltwater fish","ornamentals",2020,310.63 +114,"Haiti","Ornamental saltwater fish","ornamentals",2021,132.18 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -28169,6 +30496,7 @@ 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +114,"Haiti","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -28214,6 +30542,7 @@ 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +114,"Haiti","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -28259,6 +30588,7 @@ 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +114,"Haiti","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 114,"Haiti","Shells nei","shells",1976, 114,"Haiti","Shells nei","shells",1977, 114,"Haiti","Shells nei","shells",1978, @@ -28304,6 +30634,7 @@ 114,"Haiti","Shells nei","shells",2018, 114,"Haiti","Shells nei","shells",2019, 114,"Haiti","Shells nei","shells",2020, +114,"Haiti","Shells nei","shells",2021, 115,"Dominican Republic","Agar agar nei","seaweeds",1976, 115,"Dominican Republic","Agar agar nei","seaweeds",1977, 115,"Dominican Republic","Agar agar nei","seaweeds",1978, @@ -28345,10 +30676,11 @@ 115,"Dominican Republic","Agar agar nei","seaweeds",2014,8 115,"Dominican Republic","Agar agar nei","seaweeds",2015,5 115,"Dominican Republic","Agar agar nei","seaweeds",2016,4 -115,"Dominican Republic","Agar agar nei","seaweeds",2017,6 -115,"Dominican Republic","Agar agar nei","seaweeds",2018, -115,"Dominican Republic","Agar agar nei","seaweeds",2019,6.88 +115,"Dominican Republic","Agar agar nei","seaweeds",2017,11.34 +115,"Dominican Republic","Agar agar nei","seaweeds",2018,3.25 +115,"Dominican Republic","Agar agar nei","seaweeds",2019,5.7 115,"Dominican Republic","Agar agar nei","seaweeds",2020,3.59 +115,"Dominican Republic","Agar agar nei","seaweeds",2021,6.95 115,"Dominican Republic","Coral and the like","corals",1976, 115,"Dominican Republic","Coral and the like","corals",1977, 115,"Dominican Republic","Coral and the like","corals",1978, @@ -28391,9 +30723,10 @@ 115,"Dominican Republic","Coral and the like","corals",2015, 115,"Dominican Republic","Coral and the like","corals",2016, 115,"Dominican Republic","Coral and the like","corals",2017, -115,"Dominican Republic","Coral and the like","corals",2018,7 +115,"Dominican Republic","Coral and the like","corals",2018, 115,"Dominican Republic","Coral and the like","corals",2019, 115,"Dominican Republic","Coral and the like","corals",2020, +115,"Dominican Republic","Coral and the like","corals",2021, 115,"Dominican Republic","Fish body oils, nei","fish_oil",1976, 115,"Dominican Republic","Fish body oils, nei","fish_oil",1977, 115,"Dominican Republic","Fish body oils, nei","fish_oil",1978, @@ -28435,10 +30768,11 @@ 115,"Dominican Republic","Fish body oils, nei","fish_oil",2014, 115,"Dominican Republic","Fish body oils, nei","fish_oil",2015,3 115,"Dominican Republic","Fish body oils, nei","fish_oil",2016,3 -115,"Dominican Republic","Fish body oils, nei","fish_oil",2017,0.1 -115,"Dominican Republic","Fish body oils, nei","fish_oil",2018,0 +115,"Dominican Republic","Fish body oils, nei","fish_oil",2017,0.03 +115,"Dominican Republic","Fish body oils, nei","fish_oil",2018,1.47 115,"Dominican Republic","Fish body oils, nei","fish_oil",2019,1.31 115,"Dominican Republic","Fish body oils, nei","fish_oil",2020, +115,"Dominican Republic","Fish body oils, nei","fish_oil",2021, 115,"Dominican Republic","Fish liver oils, nei","fish_oil",1976, 115,"Dominican Republic","Fish liver oils, nei","fish_oil",1977, 115,"Dominican Republic","Fish liver oils, nei","fish_oil",1978, @@ -28480,10 +30814,11 @@ 115,"Dominican Republic","Fish liver oils, nei","fish_oil",2014, 115,"Dominican Republic","Fish liver oils, nei","fish_oil",2015, 115,"Dominican Republic","Fish liver oils, nei","fish_oil",2016,0.1 -115,"Dominican Republic","Fish liver oils, nei","fish_oil",2017,1 -115,"Dominican Republic","Fish liver oils, nei","fish_oil",2018, -115,"Dominican Republic","Fish liver oils, nei","fish_oil",2019,0.08 +115,"Dominican Republic","Fish liver oils, nei","fish_oil",2017,1.23 +115,"Dominican Republic","Fish liver oils, nei","fish_oil",2018,86.16 +115,"Dominican Republic","Fish liver oils, nei","fish_oil",2019,0.17 115,"Dominican Republic","Fish liver oils, nei","fish_oil",2020, +115,"Dominican Republic","Fish liver oils, nei","fish_oil",2021, 115,"Dominican Republic","Natural sponges nei","sponges",1976, 115,"Dominican Republic","Natural sponges nei","sponges",1977, 115,"Dominican Republic","Natural sponges nei","sponges",1978, @@ -28529,6 +30864,7 @@ 115,"Dominican Republic","Natural sponges nei","sponges",2018, 115,"Dominican Republic","Natural sponges nei","sponges",2019, 115,"Dominican Republic","Natural sponges nei","sponges",2020, +115,"Dominican Republic","Natural sponges nei","sponges",2021, 115,"Dominican Republic","Ornamental fish nei","ornamentals",1976, 115,"Dominican Republic","Ornamental fish nei","ornamentals",1977, 115,"Dominican Republic","Ornamental fish nei","ornamentals",1978, @@ -28574,6 +30910,7 @@ 115,"Dominican Republic","Ornamental fish nei","ornamentals",2018, 115,"Dominican Republic","Ornamental fish nei","ornamentals",2019, 115,"Dominican Republic","Ornamental fish nei","ornamentals",2020, +115,"Dominican Republic","Ornamental fish nei","ornamentals",2021, 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",1976, 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",1977, 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",1978, @@ -28615,10 +30952,11 @@ 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2014,0.1 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2015,3 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2016,234 -115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2017,3 -115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2018,297 -115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2019,0.42 +115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2017,5.09 +115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2018,80.18 +115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2019,0.5 115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2020,0.7 +115,"Dominican Republic","Ornamental saltwater fish","ornamentals",2021,0.33 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -28664,6 +31002,7 @@ 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +115,"Dominican Republic","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -28709,6 +31048,7 @@ 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.03 115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.21 +115,"Dominican Republic","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -28750,10 +31090,11 @@ 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015,0.1 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016,0.1 -115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,1 -115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1 +115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,1.26 +115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.15 115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.41 +115,"Dominican Republic","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.54 119,"Saint Kitts and Nevis","Coral and the like","corals",1976, 119,"Saint Kitts and Nevis","Coral and the like","corals",1977, 119,"Saint Kitts and Nevis","Coral and the like","corals",1978, @@ -28799,6 +31140,7 @@ 119,"Saint Kitts and Nevis","Coral and the like","corals",2018, 119,"Saint Kitts and Nevis","Coral and the like","corals",2019, 119,"Saint Kitts and Nevis","Coral and the like","corals",2020,0.09 +119,"Saint Kitts and Nevis","Coral and the like","corals",2021, 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -28844,6 +31186,99 @@ 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +119,"Saint Kitts and Nevis","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +119,"Saint Kitts and Nevis","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.14 +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1976, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1977, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1978, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1979, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1980, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1981, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1982, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1983, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1984, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1985, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1986, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1987, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1988, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1989, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1990, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1991, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1992, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1993, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1994, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1995, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1996, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1997, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1998, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",1999, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2000, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2001, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2002, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2003, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2004, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2005, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2006, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2007, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2008, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2009, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2010, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2011, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2012, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2013, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2014, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2015, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2016, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2017, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2018, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2019, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2020, +120,"Antigua and Barbuda","Fish body oils, nei","fish_oil",2021,0 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",1976, 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",1977, 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",1978, @@ -28889,6 +31324,7 @@ 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",2018, 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",2019, 120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",2020, +120,"Antigua and Barbuda","Fish liver oils, nei","fish_oil",2021, 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",1976, 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",1977, 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",1978, @@ -28934,6 +31370,7 @@ 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",2018, 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",2019, 120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",2020, +120,"Antigua and Barbuda","Ornamental fish nei","ornamentals",2021, 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -28979,6 +31416,7 @@ 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,1.11 120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +120,"Antigua and Barbuda","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -29024,6 +31462,99 @@ 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.04 +120,"Antigua and Barbuda","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.04 +121,"Montserrat","Ornamental saltwater fish","ornamentals",1976, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1977, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1978, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1979, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1980, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1981, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1982, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1983, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1984, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1985, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1986, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1987, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1988, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1989, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1990, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1991, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1992, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1993, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1994, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1995, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1996, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1997, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1998, +121,"Montserrat","Ornamental saltwater fish","ornamentals",1999, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2000, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2001, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2002, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2003, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2004, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2005, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2006, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2007, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2008, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2009, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2010, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2011, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2012, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2013, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2014, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2015, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2016, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2017, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2018, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2019, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2020, +121,"Montserrat","Ornamental saltwater fish","ornamentals",2021,0.04 +122,"Saint Lucia","Coral and the like","corals",1976, +122,"Saint Lucia","Coral and the like","corals",1977, +122,"Saint Lucia","Coral and the like","corals",1978, +122,"Saint Lucia","Coral and the like","corals",1979, +122,"Saint Lucia","Coral and the like","corals",1980, +122,"Saint Lucia","Coral and the like","corals",1981, +122,"Saint Lucia","Coral and the like","corals",1982, +122,"Saint Lucia","Coral and the like","corals",1983, +122,"Saint Lucia","Coral and the like","corals",1984, +122,"Saint Lucia","Coral and the like","corals",1985, +122,"Saint Lucia","Coral and the like","corals",1986, +122,"Saint Lucia","Coral and the like","corals",1987, +122,"Saint Lucia","Coral and the like","corals",1988, +122,"Saint Lucia","Coral and the like","corals",1989, +122,"Saint Lucia","Coral and the like","corals",1990, +122,"Saint Lucia","Coral and the like","corals",1991, +122,"Saint Lucia","Coral and the like","corals",1992, +122,"Saint Lucia","Coral and the like","corals",1993, +122,"Saint Lucia","Coral and the like","corals",1994, +122,"Saint Lucia","Coral and the like","corals",1995, +122,"Saint Lucia","Coral and the like","corals",1996, +122,"Saint Lucia","Coral and the like","corals",1997, +122,"Saint Lucia","Coral and the like","corals",1998, +122,"Saint Lucia","Coral and the like","corals",1999, +122,"Saint Lucia","Coral and the like","corals",2000, +122,"Saint Lucia","Coral and the like","corals",2001, +122,"Saint Lucia","Coral and the like","corals",2002, +122,"Saint Lucia","Coral and the like","corals",2003, +122,"Saint Lucia","Coral and the like","corals",2004, +122,"Saint Lucia","Coral and the like","corals",2005, +122,"Saint Lucia","Coral and the like","corals",2006, +122,"Saint Lucia","Coral and the like","corals",2007, +122,"Saint Lucia","Coral and the like","corals",2008, +122,"Saint Lucia","Coral and the like","corals",2009, +122,"Saint Lucia","Coral and the like","corals",2010, +122,"Saint Lucia","Coral and the like","corals",2011, +122,"Saint Lucia","Coral and the like","corals",2012, +122,"Saint Lucia","Coral and the like","corals",2013, +122,"Saint Lucia","Coral and the like","corals",2014, +122,"Saint Lucia","Coral and the like","corals",2015, +122,"Saint Lucia","Coral and the like","corals",2016, +122,"Saint Lucia","Coral and the like","corals",2017, +122,"Saint Lucia","Coral and the like","corals",2018, +122,"Saint Lucia","Coral and the like","corals",2019, +122,"Saint Lucia","Coral and the like","corals",2020, +122,"Saint Lucia","Coral and the like","corals",2021,0.12 122,"Saint Lucia","Miscellaneous corals and shells","shells",1976, 122,"Saint Lucia","Miscellaneous corals and shells","shells",1977, 122,"Saint Lucia","Miscellaneous corals and shells","shells",1978, @@ -29066,9 +31597,10 @@ 122,"Saint Lucia","Miscellaneous corals and shells","shells",2015, 122,"Saint Lucia","Miscellaneous corals and shells","shells",2016, 122,"Saint Lucia","Miscellaneous corals and shells","shells",2017,0.1 -122,"Saint Lucia","Miscellaneous corals and shells","shells",2018, +122,"Saint Lucia","Miscellaneous corals and shells","shells",2018,0.25 122,"Saint Lucia","Miscellaneous corals and shells","shells",2019,0.06 -122,"Saint Lucia","Miscellaneous corals and shells","shells",2020, +122,"Saint Lucia","Miscellaneous corals and shells","shells",2020,0.74 +122,"Saint Lucia","Miscellaneous corals and shells","shells",2021, 122,"Saint Lucia","Ornamental fish nei","ornamentals",1976, 122,"Saint Lucia","Ornamental fish nei","ornamentals",1977, 122,"Saint Lucia","Ornamental fish nei","ornamentals",1978, @@ -29114,6 +31646,7 @@ 122,"Saint Lucia","Ornamental fish nei","ornamentals",2018, 122,"Saint Lucia","Ornamental fish nei","ornamentals",2019, 122,"Saint Lucia","Ornamental fish nei","ornamentals",2020, +122,"Saint Lucia","Ornamental fish nei","ornamentals",2021, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -29156,9 +31689,10 @@ 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2015, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2016, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2017, -122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,3 +122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, -122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,0.05 +122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +122,"Saint Lucia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,0.08 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -29201,9 +31735,10 @@ 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015,6 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016,0.1 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017,7 -122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,21.88 122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,142.79 -122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,477 +122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1701.38 +122,"Saint Lucia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,931.96 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -29246,9 +31781,10 @@ 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015,0.1 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016,5 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017,0.1 -122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,5 +122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, -122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,547.1 +122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,7.99 +122,"Saint Lucia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,640.03 123,"Dominica","Miscellaneous corals and shells","shells",1976, 123,"Dominica","Miscellaneous corals and shells","shells",1977, 123,"Dominica","Miscellaneous corals and shells","shells",1978, @@ -29294,6 +31830,7 @@ 123,"Dominica","Miscellaneous corals and shells","shells",2018, 123,"Dominica","Miscellaneous corals and shells","shells",2019, 123,"Dominica","Miscellaneous corals and shells","shells",2020, +123,"Dominica","Miscellaneous corals and shells","shells",2021, 123,"Dominica","Ornamental fish nei","ornamentals",1976, 123,"Dominica","Ornamental fish nei","ornamentals",1977, 123,"Dominica","Ornamental fish nei","ornamentals",1978, @@ -29339,6 +31876,7 @@ 123,"Dominica","Ornamental fish nei","ornamentals",2018, 123,"Dominica","Ornamental fish nei","ornamentals",2019, 123,"Dominica","Ornamental fish nei","ornamentals",2020, +123,"Dominica","Ornamental fish nei","ornamentals",2021, 123,"Dominica","Ornamental saltwater fish","ornamentals",1976, 123,"Dominica","Ornamental saltwater fish","ornamentals",1977, 123,"Dominica","Ornamental saltwater fish","ornamentals",1978, @@ -29384,6 +31922,7 @@ 123,"Dominica","Ornamental saltwater fish","ornamentals",2018,1 123,"Dominica","Ornamental saltwater fish","ornamentals",2019,0.99 123,"Dominica","Ornamental saltwater fish","ornamentals",2020,0.13 +123,"Dominica","Ornamental saltwater fish","ornamentals",2021, 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -29429,6 +31968,7 @@ 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,7 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +123,"Dominica","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -29474,6 +32014,7 @@ 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,4.09 123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +123,"Dominica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 124,"Barbados","Fish liver oils, nei","fish_oil",1976, 124,"Barbados","Fish liver oils, nei","fish_oil",1977, 124,"Barbados","Fish liver oils, nei","fish_oil",1978, @@ -29519,6 +32060,7 @@ 124,"Barbados","Fish liver oils, nei","fish_oil",2018,2 124,"Barbados","Fish liver oils, nei","fish_oil",2019,3.66 124,"Barbados","Fish liver oils, nei","fish_oil",2020, +124,"Barbados","Fish liver oils, nei","fish_oil",2021, 124,"Barbados","Miscellaneous corals and shells","shells",1976, 124,"Barbados","Miscellaneous corals and shells","shells",1977, 124,"Barbados","Miscellaneous corals and shells","shells",1978, @@ -29564,6 +32106,7 @@ 124,"Barbados","Miscellaneous corals and shells","shells",2018,5 124,"Barbados","Miscellaneous corals and shells","shells",2019,10.05 124,"Barbados","Miscellaneous corals and shells","shells",2020, +124,"Barbados","Miscellaneous corals and shells","shells",2021, 124,"Barbados","Natural sponges nei","sponges",1976, 124,"Barbados","Natural sponges nei","sponges",1977, 124,"Barbados","Natural sponges nei","sponges",1978, @@ -29609,6 +32152,7 @@ 124,"Barbados","Natural sponges nei","sponges",2018, 124,"Barbados","Natural sponges nei","sponges",2019, 124,"Barbados","Natural sponges nei","sponges",2020, +124,"Barbados","Natural sponges nei","sponges",2021, 124,"Barbados","Ornamental fish nei","ornamentals",1976,7 124,"Barbados","Ornamental fish nei","ornamentals",1977,0.1 124,"Barbados","Ornamental fish nei","ornamentals",1978, @@ -29654,6 +32198,7 @@ 124,"Barbados","Ornamental fish nei","ornamentals",2018, 124,"Barbados","Ornamental fish nei","ornamentals",2019, 124,"Barbados","Ornamental fish nei","ornamentals",2020, +124,"Barbados","Ornamental fish nei","ornamentals",2021, 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -29699,6 +32244,7 @@ 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,0.01 124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +124,"Barbados","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -29744,6 +32290,7 @@ 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.3 124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +124,"Barbados","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -29789,6 +32336,7 @@ 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +125,"Grenada","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -29834,6 +32382,7 @@ 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.66 +125,"Grenada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,4.68 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -29879,6 +32428,7 @@ 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.68 +125,"Grenada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,12.26 126,"Trinidad and Tobago","Agar agar nei","seaweeds",1976, 126,"Trinidad and Tobago","Agar agar nei","seaweeds",1977, 126,"Trinidad and Tobago","Agar agar nei","seaweeds",1978, @@ -29924,6 +32474,7 @@ 126,"Trinidad and Tobago","Agar agar nei","seaweeds",2018, 126,"Trinidad and Tobago","Agar agar nei","seaweeds",2019, 126,"Trinidad and Tobago","Agar agar nei","seaweeds",2020, +126,"Trinidad and Tobago","Agar agar nei","seaweeds",2021, 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",1976, 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",1977, 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",1978, @@ -29969,6 +32520,7 @@ 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",2018, 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",2019, 126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",2020,0.12 +126,"Trinidad and Tobago","Fish body oils, nei","fish_oil",2021, 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",1976, 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",1977, 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",1978, @@ -30014,6 +32566,7 @@ 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",2018, 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",2019, 126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",2020, +126,"Trinidad and Tobago","Fish liver oils, nei","fish_oil",2021, 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",1976, 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",1977, 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",1978, @@ -30059,6 +32612,7 @@ 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",2018, 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",2019,0.15 126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",2020, +126,"Trinidad and Tobago","Miscellaneous corals and shells","shells",2021, 126,"Trinidad and Tobago","Natural sponges nei","sponges",1976, 126,"Trinidad and Tobago","Natural sponges nei","sponges",1977, 126,"Trinidad and Tobago","Natural sponges nei","sponges",1978, @@ -30104,6 +32658,7 @@ 126,"Trinidad and Tobago","Natural sponges nei","sponges",2018, 126,"Trinidad and Tobago","Natural sponges nei","sponges",2019, 126,"Trinidad and Tobago","Natural sponges nei","sponges",2020, +126,"Trinidad and Tobago","Natural sponges nei","sponges",2021, 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",1976,249 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",1977,151 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",1978,148 @@ -30149,6 +32704,7 @@ 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",2018, 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",2019, 126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",2020, +126,"Trinidad and Tobago","Ornamental fish nei","ornamentals",2021, 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",1976, 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",1977, 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",1978, @@ -30194,6 +32750,7 @@ 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",2018,1.39 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",2019,0.12 126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",2020,2.55 +126,"Trinidad and Tobago","Ornamental saltwater fish","ornamentals",2021,1.45 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -30239,6 +32796,7 @@ 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +126,"Trinidad and Tobago","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -30284,6 +32842,7 @@ 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,10.45 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,8.68 126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,20.69 +126,"Trinidad and Tobago","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,15.6 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -30329,6 +32888,7 @@ 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,46.93 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,109.87 126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,122.05 +126,"Trinidad and Tobago","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,21.66 127,"Saint Vincent and the Grenadines","Coral and the like","corals",1976, 127,"Saint Vincent and the Grenadines","Coral and the like","corals",1977, 127,"Saint Vincent and the Grenadines","Coral and the like","corals",1978, @@ -30374,6 +32934,7 @@ 127,"Saint Vincent and the Grenadines","Coral and the like","corals",2018, 127,"Saint Vincent and the Grenadines","Coral and the like","corals",2019, 127,"Saint Vincent and the Grenadines","Coral and the like","corals",2020, +127,"Saint Vincent and the Grenadines","Coral and the like","corals",2021,1.16 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",1976, 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",1977, 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",1978, @@ -30418,7 +32979,8 @@ 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2017,0.1 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2018, 127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2019, -127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2020,0.03 +127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2020, +127,"Saint Vincent and the Grenadines","Fish body oils, nei","fish_oil",2021,0.12 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",1976,1 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",1977, 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",1978, @@ -30463,7 +33025,8 @@ 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2017, 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2018, 127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2019, -127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2020,0.05 +127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2020, +127,"Saint Vincent and the Grenadines","Fish liver oils, nei","fish_oil",2021, 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",1976, 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",1977, 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",1978, @@ -30509,6 +33072,7 @@ 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",2018, 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",2019, 127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",2020, +127,"Saint Vincent and the Grenadines","Ornamental fish nei","ornamentals",2021, 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -30553,97 +33117,8 @@ 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2017, 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,2 127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,10.23 -127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,34.5 -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, -127,"Saint Vincent and the Grenadines","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,25.84 +127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,71.08 +127,"Saint Vincent and the Grenadines","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,174.9 129,"Panama","Agar agar nei","seaweeds",1976, 129,"Panama","Agar agar nei","seaweeds",1977, 129,"Panama","Agar agar nei","seaweeds",1978, @@ -30689,6 +33164,7 @@ 129,"Panama","Agar agar nei","seaweeds",2018, 129,"Panama","Agar agar nei","seaweeds",2019, 129,"Panama","Agar agar nei","seaweeds",2020, +129,"Panama","Agar agar nei","seaweeds",2021, 129,"Panama","Coral and the like","corals",1976, 129,"Panama","Coral and the like","corals",1977, 129,"Panama","Coral and the like","corals",1978, @@ -30734,6 +33210,7 @@ 129,"Panama","Coral and the like","corals",2018, 129,"Panama","Coral and the like","corals",2019, 129,"Panama","Coral and the like","corals",2020, +129,"Panama","Coral and the like","corals",2021, 129,"Panama","Fish body oils, nei","fish_oil",1976,3724 129,"Panama","Fish body oils, nei","fish_oil",1977,4505 129,"Panama","Fish body oils, nei","fish_oil",1978,1529 @@ -30779,6 +33256,7 @@ 129,"Panama","Fish body oils, nei","fish_oil",2018,10110 129,"Panama","Fish body oils, nei","fish_oil",2019,31066.47 129,"Panama","Fish body oils, nei","fish_oil",2020,20216.43 +129,"Panama","Fish body oils, nei","fish_oil",2021,8360.9 129,"Panama","Fish liver oils, nei","fish_oil",1976, 129,"Panama","Fish liver oils, nei","fish_oil",1977, 129,"Panama","Fish liver oils, nei","fish_oil",1978, @@ -30824,6 +33302,7 @@ 129,"Panama","Fish liver oils, nei","fish_oil",2018, 129,"Panama","Fish liver oils, nei","fish_oil",2019, 129,"Panama","Fish liver oils, nei","fish_oil",2020, +129,"Panama","Fish liver oils, nei","fish_oil",2021, 129,"Panama","Miscellaneous corals and shells","shells",1976, 129,"Panama","Miscellaneous corals and shells","shells",1977, 129,"Panama","Miscellaneous corals and shells","shells",1978, @@ -30869,6 +33348,7 @@ 129,"Panama","Miscellaneous corals and shells","shells",2018, 129,"Panama","Miscellaneous corals and shells","shells",2019, 129,"Panama","Miscellaneous corals and shells","shells",2020, +129,"Panama","Miscellaneous corals and shells","shells",2021, 129,"Panama","Ornamental fish nei","ornamentals",1976, 129,"Panama","Ornamental fish nei","ornamentals",1977, 129,"Panama","Ornamental fish nei","ornamentals",1978, @@ -30914,6 +33394,7 @@ 129,"Panama","Ornamental fish nei","ornamentals",2018, 129,"Panama","Ornamental fish nei","ornamentals",2019, 129,"Panama","Ornamental fish nei","ornamentals",2020, +129,"Panama","Ornamental fish nei","ornamentals",2021, 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -30959,6 +33440,7 @@ 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +129,"Panama","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -31004,6 +33486,7 @@ 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,4 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +129,"Panama","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -31049,6 +33532,7 @@ 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,5 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,15 +129,"Panama","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,15 129,"Panama","Shells nei","shells",1976, 129,"Panama","Shells nei","shells",1977, 129,"Panama","Shells nei","shells",1978, @@ -31094,6 +33578,7 @@ 129,"Panama","Shells nei","shells",2018, 129,"Panama","Shells nei","shells",2019, 129,"Panama","Shells nei","shells",2020, +129,"Panama","Shells nei","shells",2021, 130,"Costa Rica","Agar agar nei","seaweeds",1976, 130,"Costa Rica","Agar agar nei","seaweeds",1977, 130,"Costa Rica","Agar agar nei","seaweeds",1978, @@ -31139,6 +33624,7 @@ 130,"Costa Rica","Agar agar nei","seaweeds",2018, 130,"Costa Rica","Agar agar nei","seaweeds",2019, 130,"Costa Rica","Agar agar nei","seaweeds",2020, +130,"Costa Rica","Agar agar nei","seaweeds",2021,0.25 130,"Costa Rica","Fish body oils, nei","fish_oil",1976, 130,"Costa Rica","Fish body oils, nei","fish_oil",1977, 130,"Costa Rica","Fish body oils, nei","fish_oil",1978, @@ -31184,6 +33670,7 @@ 130,"Costa Rica","Fish body oils, nei","fish_oil",2018,1379 130,"Costa Rica","Fish body oils, nei","fish_oil",2019,829.07 130,"Costa Rica","Fish body oils, nei","fish_oil",2020,1064.56 +130,"Costa Rica","Fish body oils, nei","fish_oil",2021,473.95 130,"Costa Rica","Fish liver oils, nei","fish_oil",1976, 130,"Costa Rica","Fish liver oils, nei","fish_oil",1977, 130,"Costa Rica","Fish liver oils, nei","fish_oil",1978, @@ -31229,6 +33716,7 @@ 130,"Costa Rica","Fish liver oils, nei","fish_oil",2018, 130,"Costa Rica","Fish liver oils, nei","fish_oil",2019,0 130,"Costa Rica","Fish liver oils, nei","fish_oil",2020, +130,"Costa Rica","Fish liver oils, nei","fish_oil",2021, 130,"Costa Rica","Ornamental fish nei","ornamentals",1976, 130,"Costa Rica","Ornamental fish nei","ornamentals",1977, 130,"Costa Rica","Ornamental fish nei","ornamentals",1978, @@ -31274,6 +33762,7 @@ 130,"Costa Rica","Ornamental fish nei","ornamentals",2018, 130,"Costa Rica","Ornamental fish nei","ornamentals",2019, 130,"Costa Rica","Ornamental fish nei","ornamentals",2020, +130,"Costa Rica","Ornamental fish nei","ornamentals",2021, 130,"Costa Rica","Ornamental saltwater fish","ornamentals",1976, 130,"Costa Rica","Ornamental saltwater fish","ornamentals",1977, 130,"Costa Rica","Ornamental saltwater fish","ornamentals",1978, @@ -31319,6 +33808,7 @@ 130,"Costa Rica","Ornamental saltwater fish","ornamentals",2018,56 130,"Costa Rica","Ornamental saltwater fish","ornamentals",2019,241.63 130,"Costa Rica","Ornamental saltwater fish","ornamentals",2020,124.27 +130,"Costa Rica","Ornamental saltwater fish","ornamentals",2021,260.93 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -31364,6 +33854,7 @@ 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +130,"Costa Rica","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -31409,6 +33900,7 @@ 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +130,"Costa Rica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -31454,6 +33946,7 @@ 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.19 130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +130,"Costa Rica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 131,"Nicaragua","Agar agar nei","seaweeds",1976, 131,"Nicaragua","Agar agar nei","seaweeds",1977, 131,"Nicaragua","Agar agar nei","seaweeds",1978, @@ -31499,6 +33992,7 @@ 131,"Nicaragua","Agar agar nei","seaweeds",2018, 131,"Nicaragua","Agar agar nei","seaweeds",2019,0.01 131,"Nicaragua","Agar agar nei","seaweeds",2020, +131,"Nicaragua","Agar agar nei","seaweeds",2021, 131,"Nicaragua","Coral and the like","corals",1976, 131,"Nicaragua","Coral and the like","corals",1977, 131,"Nicaragua","Coral and the like","corals",1978, @@ -31544,6 +34038,7 @@ 131,"Nicaragua","Coral and the like","corals",2018,12 131,"Nicaragua","Coral and the like","corals",2019,39.85 131,"Nicaragua","Coral and the like","corals",2020,42.34 +131,"Nicaragua","Coral and the like","corals",2021,66.52 131,"Nicaragua","Fish body oils, nei","fish_oil",1976, 131,"Nicaragua","Fish body oils, nei","fish_oil",1977, 131,"Nicaragua","Fish body oils, nei","fish_oil",1978, @@ -31589,6 +34084,7 @@ 131,"Nicaragua","Fish body oils, nei","fish_oil",2018, 131,"Nicaragua","Fish body oils, nei","fish_oil",2019, 131,"Nicaragua","Fish body oils, nei","fish_oil",2020,0.01 +131,"Nicaragua","Fish body oils, nei","fish_oil",2021,0.01 131,"Nicaragua","Fish liver oils, nei","fish_oil",1976, 131,"Nicaragua","Fish liver oils, nei","fish_oil",1977, 131,"Nicaragua","Fish liver oils, nei","fish_oil",1978, @@ -31634,6 +34130,7 @@ 131,"Nicaragua","Fish liver oils, nei","fish_oil",2018, 131,"Nicaragua","Fish liver oils, nei","fish_oil",2019, 131,"Nicaragua","Fish liver oils, nei","fish_oil",2020, +131,"Nicaragua","Fish liver oils, nei","fish_oil",2021, 131,"Nicaragua","Ornamental fish nei","ornamentals",1976, 131,"Nicaragua","Ornamental fish nei","ornamentals",1977, 131,"Nicaragua","Ornamental fish nei","ornamentals",1978, @@ -31679,6 +34176,7 @@ 131,"Nicaragua","Ornamental fish nei","ornamentals",2018, 131,"Nicaragua","Ornamental fish nei","ornamentals",2019, 131,"Nicaragua","Ornamental fish nei","ornamentals",2020, +131,"Nicaragua","Ornamental fish nei","ornamentals",2021, 131,"Nicaragua","Ornamental saltwater fish","ornamentals",1976, 131,"Nicaragua","Ornamental saltwater fish","ornamentals",1977, 131,"Nicaragua","Ornamental saltwater fish","ornamentals",1978, @@ -31724,6 +34222,7 @@ 131,"Nicaragua","Ornamental saltwater fish","ornamentals",2018,74 131,"Nicaragua","Ornamental saltwater fish","ornamentals",2019,2851.24 131,"Nicaragua","Ornamental saltwater fish","ornamentals",2020,19.11 +131,"Nicaragua","Ornamental saltwater fish","ornamentals",2021,22.02 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -31769,6 +34268,7 @@ 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +131,"Nicaragua","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 132,"Colombia","Agar agar nei","seaweeds",1976, 132,"Colombia","Agar agar nei","seaweeds",1977, 132,"Colombia","Agar agar nei","seaweeds",1978, @@ -31814,6 +34314,7 @@ 132,"Colombia","Agar agar nei","seaweeds",2018, 132,"Colombia","Agar agar nei","seaweeds",2019, 132,"Colombia","Agar agar nei","seaweeds",2020, +132,"Colombia","Agar agar nei","seaweeds",2021,0.01 132,"Colombia","Cod liver oil","fish_oil",1976, 132,"Colombia","Cod liver oil","fish_oil",1977, 132,"Colombia","Cod liver oil","fish_oil",1978, @@ -31859,6 +34360,7 @@ 132,"Colombia","Cod liver oil","fish_oil",2018, 132,"Colombia","Cod liver oil","fish_oil",2019, 132,"Colombia","Cod liver oil","fish_oil",2020,0.82 +132,"Colombia","Cod liver oil","fish_oil",2021, 132,"Colombia","Coral and the like","corals",1976, 132,"Colombia","Coral and the like","corals",1977, 132,"Colombia","Coral and the like","corals",1978, @@ -31904,6 +34406,7 @@ 132,"Colombia","Coral and the like","corals",2018, 132,"Colombia","Coral and the like","corals",2019, 132,"Colombia","Coral and the like","corals",2020, +132,"Colombia","Coral and the like","corals",2021, 132,"Colombia","Fish body oils, nei","fish_oil",1976, 132,"Colombia","Fish body oils, nei","fish_oil",1977, 132,"Colombia","Fish body oils, nei","fish_oil",1978, @@ -31949,6 +34452,7 @@ 132,"Colombia","Fish body oils, nei","fish_oil",2018, 132,"Colombia","Fish body oils, nei","fish_oil",2019, 132,"Colombia","Fish body oils, nei","fish_oil",2020,0.01 +132,"Colombia","Fish body oils, nei","fish_oil",2021,20.95 132,"Colombia","Fish liver oils, nei","fish_oil",1976, 132,"Colombia","Fish liver oils, nei","fish_oil",1977, 132,"Colombia","Fish liver oils, nei","fish_oil",1978, @@ -31994,6 +34498,7 @@ 132,"Colombia","Fish liver oils, nei","fish_oil",2018, 132,"Colombia","Fish liver oils, nei","fish_oil",2019, 132,"Colombia","Fish liver oils, nei","fish_oil",2020, +132,"Colombia","Fish liver oils, nei","fish_oil",2021, 132,"Colombia","Miscellaneous corals and shells","shells",1976, 132,"Colombia","Miscellaneous corals and shells","shells",1977, 132,"Colombia","Miscellaneous corals and shells","shells",1978, @@ -32039,6 +34544,7 @@ 132,"Colombia","Miscellaneous corals and shells","shells",2018, 132,"Colombia","Miscellaneous corals and shells","shells",2019, 132,"Colombia","Miscellaneous corals and shells","shells",2020, +132,"Colombia","Miscellaneous corals and shells","shells",2021, 132,"Colombia","Natural sponges nei","sponges",1976, 132,"Colombia","Natural sponges nei","sponges",1977, 132,"Colombia","Natural sponges nei","sponges",1978, @@ -32084,6 +34590,7 @@ 132,"Colombia","Natural sponges nei","sponges",2018, 132,"Colombia","Natural sponges nei","sponges",2019, 132,"Colombia","Natural sponges nei","sponges",2020, +132,"Colombia","Natural sponges nei","sponges",2021,575.29 132,"Colombia","Natural sponges raw","sponges",1976, 132,"Colombia","Natural sponges raw","sponges",1977, 132,"Colombia","Natural sponges raw","sponges",1978, @@ -32129,6 +34636,7 @@ 132,"Colombia","Natural sponges raw","sponges",2018, 132,"Colombia","Natural sponges raw","sponges",2019, 132,"Colombia","Natural sponges raw","sponges",2020, +132,"Colombia","Natural sponges raw","sponges",2021, 132,"Colombia","Ornamental fish nei","ornamentals",1976,1209 132,"Colombia","Ornamental fish nei","ornamentals",1977,2627 132,"Colombia","Ornamental fish nei","ornamentals",1978,6934 @@ -32174,6 +34682,7 @@ 132,"Colombia","Ornamental fish nei","ornamentals",2018, 132,"Colombia","Ornamental fish nei","ornamentals",2019, 132,"Colombia","Ornamental fish nei","ornamentals",2020, +132,"Colombia","Ornamental fish nei","ornamentals",2021, 132,"Colombia","Ornamental saltwater fish","ornamentals",1976, 132,"Colombia","Ornamental saltwater fish","ornamentals",1977, 132,"Colombia","Ornamental saltwater fish","ornamentals",1978, @@ -32219,6 +34728,7 @@ 132,"Colombia","Ornamental saltwater fish","ornamentals",2018,975 132,"Colombia","Ornamental saltwater fish","ornamentals",2019,1254.94 132,"Colombia","Ornamental saltwater fish","ornamentals",2020,57.44 +132,"Colombia","Ornamental saltwater fish","ornamentals",2021,3.28 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -32264,6 +34774,7 @@ 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +132,"Colombia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -32309,6 +34820,7 @@ 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +132,"Colombia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -32354,6 +34866,7 @@ 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +132,"Colombia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.92 133,"Honduras","Agar agar nei","seaweeds",1976, 133,"Honduras","Agar agar nei","seaweeds",1977, 133,"Honduras","Agar agar nei","seaweeds",1978, @@ -32399,6 +34912,7 @@ 133,"Honduras","Agar agar nei","seaweeds",2018, 133,"Honduras","Agar agar nei","seaweeds",2019, 133,"Honduras","Agar agar nei","seaweeds",2020, +133,"Honduras","Agar agar nei","seaweeds",2021, 133,"Honduras","Coral and the like","corals",1976, 133,"Honduras","Coral and the like","corals",1977, 133,"Honduras","Coral and the like","corals",1978, @@ -32444,6 +34958,7 @@ 133,"Honduras","Coral and the like","corals",2018, 133,"Honduras","Coral and the like","corals",2019, 133,"Honduras","Coral and the like","corals",2020,0.01 +133,"Honduras","Coral and the like","corals",2021,5.1 133,"Honduras","Fish body oils, nei","fish_oil",1976, 133,"Honduras","Fish body oils, nei","fish_oil",1977, 133,"Honduras","Fish body oils, nei","fish_oil",1978, @@ -32489,6 +35004,7 @@ 133,"Honduras","Fish body oils, nei","fish_oil",2018, 133,"Honduras","Fish body oils, nei","fish_oil",2019,42.7 133,"Honduras","Fish body oils, nei","fish_oil",2020,99.83 +133,"Honduras","Fish body oils, nei","fish_oil",2021,21.52 133,"Honduras","Fish liver oils, nei","fish_oil",1976, 133,"Honduras","Fish liver oils, nei","fish_oil",1977, 133,"Honduras","Fish liver oils, nei","fish_oil",1978, @@ -32534,6 +35050,7 @@ 133,"Honduras","Fish liver oils, nei","fish_oil",2018, 133,"Honduras","Fish liver oils, nei","fish_oil",2019, 133,"Honduras","Fish liver oils, nei","fish_oil",2020, +133,"Honduras","Fish liver oils, nei","fish_oil",2021, 133,"Honduras","Natural sponges raw","sponges",1976, 133,"Honduras","Natural sponges raw","sponges",1977, 133,"Honduras","Natural sponges raw","sponges",1978, @@ -32579,6 +35096,7 @@ 133,"Honduras","Natural sponges raw","sponges",2018, 133,"Honduras","Natural sponges raw","sponges",2019, 133,"Honduras","Natural sponges raw","sponges",2020, +133,"Honduras","Natural sponges raw","sponges",2021, 133,"Honduras","Ornamental fish nei","ornamentals",1976, 133,"Honduras","Ornamental fish nei","ornamentals",1977, 133,"Honduras","Ornamental fish nei","ornamentals",1978, @@ -32624,6 +35142,7 @@ 133,"Honduras","Ornamental fish nei","ornamentals",2018, 133,"Honduras","Ornamental fish nei","ornamentals",2019, 133,"Honduras","Ornamental fish nei","ornamentals",2020, +133,"Honduras","Ornamental fish nei","ornamentals",2021, 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -32669,6 +35188,7 @@ 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +133,"Honduras","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -32714,6 +35234,7 @@ 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,97 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,140.68 133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,100.9 +133,"Honduras","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,201.5 134,"El Salvador","Agar agar nei","seaweeds",1976, 134,"El Salvador","Agar agar nei","seaweeds",1977, 134,"El Salvador","Agar agar nei","seaweeds",1978, @@ -32759,6 +35280,7 @@ 134,"El Salvador","Agar agar nei","seaweeds",2018, 134,"El Salvador","Agar agar nei","seaweeds",2019, 134,"El Salvador","Agar agar nei","seaweeds",2020, +134,"El Salvador","Agar agar nei","seaweeds",2021, 134,"El Salvador","Coral and the like","corals",1976, 134,"El Salvador","Coral and the like","corals",1977, 134,"El Salvador","Coral and the like","corals",1978, @@ -32804,6 +35326,7 @@ 134,"El Salvador","Coral and the like","corals",2018, 134,"El Salvador","Coral and the like","corals",2019, 134,"El Salvador","Coral and the like","corals",2020, +134,"El Salvador","Coral and the like","corals",2021, 134,"El Salvador","Fish body oils, nei","fish_oil",1976, 134,"El Salvador","Fish body oils, nei","fish_oil",1977, 134,"El Salvador","Fish body oils, nei","fish_oil",1978, @@ -32849,6 +35372,7 @@ 134,"El Salvador","Fish body oils, nei","fish_oil",2018,279 134,"El Salvador","Fish body oils, nei","fish_oil",2019,395.75 134,"El Salvador","Fish body oils, nei","fish_oil",2020,294 +134,"El Salvador","Fish body oils, nei","fish_oil",2021,298.5 134,"El Salvador","Fish liver oils, nei","fish_oil",1976, 134,"El Salvador","Fish liver oils, nei","fish_oil",1977, 134,"El Salvador","Fish liver oils, nei","fish_oil",1978, @@ -32894,6 +35418,7 @@ 134,"El Salvador","Fish liver oils, nei","fish_oil",2018, 134,"El Salvador","Fish liver oils, nei","fish_oil",2019, 134,"El Salvador","Fish liver oils, nei","fish_oil",2020, +134,"El Salvador","Fish liver oils, nei","fish_oil",2021, 134,"El Salvador","Natural sponges raw","sponges",1976, 134,"El Salvador","Natural sponges raw","sponges",1977, 134,"El Salvador","Natural sponges raw","sponges",1978, @@ -32939,6 +35464,7 @@ 134,"El Salvador","Natural sponges raw","sponges",2018, 134,"El Salvador","Natural sponges raw","sponges",2019, 134,"El Salvador","Natural sponges raw","sponges",2020, +134,"El Salvador","Natural sponges raw","sponges",2021, 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",1976, 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",1977,1 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -32984,6 +35510,7 @@ 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",2018, 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",2019, 134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",2020, +134,"El Salvador","Oils and fats of aquatic animals, nei","fish_oil",2021, 134,"El Salvador","Ornamental fish nei","ornamentals",1976, 134,"El Salvador","Ornamental fish nei","ornamentals",1977, 134,"El Salvador","Ornamental fish nei","ornamentals",1978, @@ -33029,6 +35556,53 @@ 134,"El Salvador","Ornamental fish nei","ornamentals",2018, 134,"El Salvador","Ornamental fish nei","ornamentals",2019, 134,"El Salvador","Ornamental fish nei","ornamentals",2020, +134,"El Salvador","Ornamental fish nei","ornamentals",2021, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +134,"El Salvador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.1 135,"Mexico","Agar agar nei","seaweeds",1976, 135,"Mexico","Agar agar nei","seaweeds",1977, 135,"Mexico","Agar agar nei","seaweeds",1978, @@ -33074,6 +35648,7 @@ 135,"Mexico","Agar agar nei","seaweeds",2018,1992 135,"Mexico","Agar agar nei","seaweeds",2019,2192.39 135,"Mexico","Agar agar nei","seaweeds",2020,2173.95 +135,"Mexico","Agar agar nei","seaweeds",2021,2082.97 135,"Mexico","Cod liver oil","fish_oil",1976, 135,"Mexico","Cod liver oil","fish_oil",1977, 135,"Mexico","Cod liver oil","fish_oil",1978, @@ -33119,6 +35694,7 @@ 135,"Mexico","Cod liver oil","fish_oil",2018, 135,"Mexico","Cod liver oil","fish_oil",2019,7.98 135,"Mexico","Cod liver oil","fish_oil",2020,6.17 +135,"Mexico","Cod liver oil","fish_oil",2021,0.27 135,"Mexico","Coral and the like","corals",1976, 135,"Mexico","Coral and the like","corals",1977, 135,"Mexico","Coral and the like","corals",1978, @@ -33164,6 +35740,7 @@ 135,"Mexico","Coral and the like","corals",2018, 135,"Mexico","Coral and the like","corals",2019, 135,"Mexico","Coral and the like","corals",2020, +135,"Mexico","Coral and the like","corals",2021, 135,"Mexico","Fish body oils, nei","fish_oil",1976, 135,"Mexico","Fish body oils, nei","fish_oil",1977, 135,"Mexico","Fish body oils, nei","fish_oil",1978, @@ -33209,6 +35786,7 @@ 135,"Mexico","Fish body oils, nei","fish_oil",2018,19164 135,"Mexico","Fish body oils, nei","fish_oil",2019,38104.78 135,"Mexico","Fish body oils, nei","fish_oil",2020,41736.92 +135,"Mexico","Fish body oils, nei","fish_oil",2021,84316.7 135,"Mexico","Fish liver oils, nei","fish_oil",1976, 135,"Mexico","Fish liver oils, nei","fish_oil",1977, 135,"Mexico","Fish liver oils, nei","fish_oil",1978, @@ -33254,6 +35832,7 @@ 135,"Mexico","Fish liver oils, nei","fish_oil",2018,55 135,"Mexico","Fish liver oils, nei","fish_oil",2019,6.27 135,"Mexico","Fish liver oils, nei","fish_oil",2020, +135,"Mexico","Fish liver oils, nei","fish_oil",2021,0.01 135,"Mexico","Miscellaneous corals and shells","shells",1976, 135,"Mexico","Miscellaneous corals and shells","shells",1977, 135,"Mexico","Miscellaneous corals and shells","shells",1978, @@ -33299,6 +35878,7 @@ 135,"Mexico","Miscellaneous corals and shells","shells",2018,2475 135,"Mexico","Miscellaneous corals and shells","shells",2019,2115.53 135,"Mexico","Miscellaneous corals and shells","shells",2020,2253.74 +135,"Mexico","Miscellaneous corals and shells","shells",2021,2959.86 135,"Mexico","Natural sponges nei","sponges",1976, 135,"Mexico","Natural sponges nei","sponges",1977, 135,"Mexico","Natural sponges nei","sponges",1978, @@ -33344,6 +35924,7 @@ 135,"Mexico","Natural sponges nei","sponges",2018, 135,"Mexico","Natural sponges nei","sponges",2019,0.69 135,"Mexico","Natural sponges nei","sponges",2020,0.59 +135,"Mexico","Natural sponges nei","sponges",2021,0.28 135,"Mexico","Natural sponges raw","sponges",1976, 135,"Mexico","Natural sponges raw","sponges",1977, 135,"Mexico","Natural sponges raw","sponges",1978, @@ -33389,6 +35970,7 @@ 135,"Mexico","Natural sponges raw","sponges",2018, 135,"Mexico","Natural sponges raw","sponges",2019, 135,"Mexico","Natural sponges raw","sponges",2020, +135,"Mexico","Natural sponges raw","sponges",2021, 135,"Mexico","Ornamental fish nei","ornamentals",1976,1 135,"Mexico","Ornamental fish nei","ornamentals",1977,1 135,"Mexico","Ornamental fish nei","ornamentals",1978, @@ -33434,6 +36016,7 @@ 135,"Mexico","Ornamental fish nei","ornamentals",2018, 135,"Mexico","Ornamental fish nei","ornamentals",2019, 135,"Mexico","Ornamental fish nei","ornamentals",2020, +135,"Mexico","Ornamental fish nei","ornamentals",2021, 135,"Mexico","Ornamental saltwater fish","ornamentals",1976, 135,"Mexico","Ornamental saltwater fish","ornamentals",1977, 135,"Mexico","Ornamental saltwater fish","ornamentals",1978, @@ -33479,6 +36062,7 @@ 135,"Mexico","Ornamental saltwater fish","ornamentals",2018,39 135,"Mexico","Ornamental saltwater fish","ornamentals",2019,46.45 135,"Mexico","Ornamental saltwater fish","ornamentals",2020,120.01 +135,"Mexico","Ornamental saltwater fish","ornamentals",2021,111.83 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -33524,6 +36108,7 @@ 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +135,"Mexico","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -33569,6 +36154,7 @@ 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,228 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,379.04 135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,307.17 +135,"Mexico","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,930.45 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -33614,6 +36200,7 @@ 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,932 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,931.6 135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,938.01 +135,"Mexico","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,627.59 136,"Guatemala","Agar agar nei","seaweeds",1976, 136,"Guatemala","Agar agar nei","seaweeds",1977, 136,"Guatemala","Agar agar nei","seaweeds",1978, @@ -33659,6 +36246,7 @@ 136,"Guatemala","Agar agar nei","seaweeds",2018,0.1 136,"Guatemala","Agar agar nei","seaweeds",2019,0.28 136,"Guatemala","Agar agar nei","seaweeds",2020,0.66 +136,"Guatemala","Agar agar nei","seaweeds",2021,0.36 136,"Guatemala","Fish body oils, nei","fish_oil",1976, 136,"Guatemala","Fish body oils, nei","fish_oil",1977, 136,"Guatemala","Fish body oils, nei","fish_oil",1978, @@ -33704,6 +36292,7 @@ 136,"Guatemala","Fish body oils, nei","fish_oil",2018,5 136,"Guatemala","Fish body oils, nei","fish_oil",2019,27.84 136,"Guatemala","Fish body oils, nei","fish_oil",2020,134.27 +136,"Guatemala","Fish body oils, nei","fish_oil",2021,244.54 136,"Guatemala","Fish liver oils, nei","fish_oil",1976, 136,"Guatemala","Fish liver oils, nei","fish_oil",1977, 136,"Guatemala","Fish liver oils, nei","fish_oil",1978, @@ -33749,6 +36338,7 @@ 136,"Guatemala","Fish liver oils, nei","fish_oil",2018,4 136,"Guatemala","Fish liver oils, nei","fish_oil",2019,9.44 136,"Guatemala","Fish liver oils, nei","fish_oil",2020,11.58 +136,"Guatemala","Fish liver oils, nei","fish_oil",2021,18.34 136,"Guatemala","Miscellaneous corals and shells","shells",1976, 136,"Guatemala","Miscellaneous corals and shells","shells",1977, 136,"Guatemala","Miscellaneous corals and shells","shells",1978, @@ -33794,6 +36384,7 @@ 136,"Guatemala","Miscellaneous corals and shells","shells",2018, 136,"Guatemala","Miscellaneous corals and shells","shells",2019, 136,"Guatemala","Miscellaneous corals and shells","shells",2020, +136,"Guatemala","Miscellaneous corals and shells","shells",2021, 136,"Guatemala","Natural sponges raw","sponges",1976, 136,"Guatemala","Natural sponges raw","sponges",1977, 136,"Guatemala","Natural sponges raw","sponges",1978, @@ -33839,6 +36430,7 @@ 136,"Guatemala","Natural sponges raw","sponges",2018, 136,"Guatemala","Natural sponges raw","sponges",2019, 136,"Guatemala","Natural sponges raw","sponges",2020, +136,"Guatemala","Natural sponges raw","sponges",2021, 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",1976, 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",1977, 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -33884,6 +36476,7 @@ 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",2018, 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",2019, 136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",2020, +136,"Guatemala","Oils and fats of aquatic animals, nei","fish_oil",2021, 136,"Guatemala","Ornamental fish nei","ornamentals",1976, 136,"Guatemala","Ornamental fish nei","ornamentals",1977, 136,"Guatemala","Ornamental fish nei","ornamentals",1978,2 @@ -33929,6 +36522,7 @@ 136,"Guatemala","Ornamental fish nei","ornamentals",2018, 136,"Guatemala","Ornamental fish nei","ornamentals",2019, 136,"Guatemala","Ornamental fish nei","ornamentals",2020, +136,"Guatemala","Ornamental fish nei","ornamentals",2021, 136,"Guatemala","Ornamental saltwater fish","ornamentals",1976, 136,"Guatemala","Ornamental saltwater fish","ornamentals",1977, 136,"Guatemala","Ornamental saltwater fish","ornamentals",1978, @@ -33974,6 +36568,7 @@ 136,"Guatemala","Ornamental saltwater fish","ornamentals",2018, 136,"Guatemala","Ornamental saltwater fish","ornamentals",2019, 136,"Guatemala","Ornamental saltwater fish","ornamentals",2020,15.53 +136,"Guatemala","Ornamental saltwater fish","ornamentals",2021,11.42 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -34019,6 +36614,7 @@ 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +136,"Guatemala","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -34064,6 +36660,7 @@ 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +136,"Guatemala","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -34109,6 +36706,7 @@ 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,2 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.01 136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.04 +136,"Guatemala","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 137,"Ecuador","Agar agar nei","seaweeds",1976, 137,"Ecuador","Agar agar nei","seaweeds",1977, 137,"Ecuador","Agar agar nei","seaweeds",1978, @@ -34154,6 +36752,7 @@ 137,"Ecuador","Agar agar nei","seaweeds",2018, 137,"Ecuador","Agar agar nei","seaweeds",2019, 137,"Ecuador","Agar agar nei","seaweeds",2020, +137,"Ecuador","Agar agar nei","seaweeds",2021, 137,"Ecuador","Coral and the like","corals",1976, 137,"Ecuador","Coral and the like","corals",1977, 137,"Ecuador","Coral and the like","corals",1978, @@ -34199,6 +36798,7 @@ 137,"Ecuador","Coral and the like","corals",2018, 137,"Ecuador","Coral and the like","corals",2019, 137,"Ecuador","Coral and the like","corals",2020,0.38 +137,"Ecuador","Coral and the like","corals",2021,1.59 137,"Ecuador","Fish body oils, nei","fish_oil",1976,924 137,"Ecuador","Fish body oils, nei","fish_oil",1977,1870 137,"Ecuador","Fish body oils, nei","fish_oil",1978,3211 @@ -34244,6 +36844,7 @@ 137,"Ecuador","Fish body oils, nei","fish_oil",2018,12749 137,"Ecuador","Fish body oils, nei","fish_oil",2019,6832.63 137,"Ecuador","Fish body oils, nei","fish_oil",2020,14265.82 +137,"Ecuador","Fish body oils, nei","fish_oil",2021,9538.16 137,"Ecuador","Fish liver oils, nei","fish_oil",1976, 137,"Ecuador","Fish liver oils, nei","fish_oil",1977, 137,"Ecuador","Fish liver oils, nei","fish_oil",1978, @@ -34289,6 +36890,7 @@ 137,"Ecuador","Fish liver oils, nei","fish_oil",2018,30 137,"Ecuador","Fish liver oils, nei","fish_oil",2019,120.35 137,"Ecuador","Fish liver oils, nei","fish_oil",2020,0.02 +137,"Ecuador","Fish liver oils, nei","fish_oil",2021,0.01 137,"Ecuador","Natural sponges nei","sponges",1976, 137,"Ecuador","Natural sponges nei","sponges",1977, 137,"Ecuador","Natural sponges nei","sponges",1978, @@ -34334,6 +36936,7 @@ 137,"Ecuador","Natural sponges nei","sponges",2018, 137,"Ecuador","Natural sponges nei","sponges",2019, 137,"Ecuador","Natural sponges nei","sponges",2020, +137,"Ecuador","Natural sponges nei","sponges",2021, 137,"Ecuador","Ornamental fish nei","ornamentals",1976,2 137,"Ecuador","Ornamental fish nei","ornamentals",1977,5 137,"Ecuador","Ornamental fish nei","ornamentals",1978,5 @@ -34379,6 +36982,7 @@ 137,"Ecuador","Ornamental fish nei","ornamentals",2018, 137,"Ecuador","Ornamental fish nei","ornamentals",2019, 137,"Ecuador","Ornamental fish nei","ornamentals",2020, +137,"Ecuador","Ornamental fish nei","ornamentals",2021, 137,"Ecuador","Ornamental saltwater fish","ornamentals",1976, 137,"Ecuador","Ornamental saltwater fish","ornamentals",1977, 137,"Ecuador","Ornamental saltwater fish","ornamentals",1978, @@ -34424,6 +37028,7 @@ 137,"Ecuador","Ornamental saltwater fish","ornamentals",2018,71 137,"Ecuador","Ornamental saltwater fish","ornamentals",2019,32.77 137,"Ecuador","Ornamental saltwater fish","ornamentals",2020,16.14 +137,"Ecuador","Ornamental saltwater fish","ornamentals",2021,11.97 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -34469,6 +37074,7 @@ 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +137,"Ecuador","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -34514,6 +37120,7 @@ 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1075 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,922.26 137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1138.18 +137,"Ecuador","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,883.12 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -34559,6 +37166,7 @@ 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,18.83 137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,9.54 +137,"Ecuador","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 138,"Peru","Agar agar nei","seaweeds",1976, 138,"Peru","Agar agar nei","seaweeds",1977, 138,"Peru","Agar agar nei","seaweeds",1978, @@ -34604,6 +37212,7 @@ 138,"Peru","Agar agar nei","seaweeds",2018, 138,"Peru","Agar agar nei","seaweeds",2019,0.77 138,"Peru","Agar agar nei","seaweeds",2020, +138,"Peru","Agar agar nei","seaweeds",2021,0.29 138,"Peru","Cod liver oil","fish_oil",1976, 138,"Peru","Cod liver oil","fish_oil",1977, 138,"Peru","Cod liver oil","fish_oil",1978, @@ -34649,6 +37258,7 @@ 138,"Peru","Cod liver oil","fish_oil",2018, 138,"Peru","Cod liver oil","fish_oil",2019, 138,"Peru","Cod liver oil","fish_oil",2020, +138,"Peru","Cod liver oil","fish_oil",2021, 138,"Peru","Coral and the like","corals",1976, 138,"Peru","Coral and the like","corals",1977, 138,"Peru","Coral and the like","corals",1978, @@ -34694,6 +37304,7 @@ 138,"Peru","Coral and the like","corals",2018,4 138,"Peru","Coral and the like","corals",2019,12.92 138,"Peru","Coral and the like","corals",2020,113.41 +138,"Peru","Coral and the like","corals",2021,120.1 138,"Peru","Fish body oils, nei","fish_oil",1976,8 138,"Peru","Fish body oils, nei","fish_oil",1977, 138,"Peru","Fish body oils, nei","fish_oil",1978,123 @@ -34739,6 +37350,7 @@ 138,"Peru","Fish body oils, nei","fish_oil",2018,374534 138,"Peru","Fish body oils, nei","fish_oil",2019,419928.36 138,"Peru","Fish body oils, nei","fish_oil",2020,365450.94 +138,"Peru","Fish body oils, nei","fish_oil",2021,527590.19 138,"Peru","Fish liver oils, nei","fish_oil",1976, 138,"Peru","Fish liver oils, nei","fish_oil",1977, 138,"Peru","Fish liver oils, nei","fish_oil",1978, @@ -34784,6 +37396,7 @@ 138,"Peru","Fish liver oils, nei","fish_oil",2018, 138,"Peru","Fish liver oils, nei","fish_oil",2019, 138,"Peru","Fish liver oils, nei","fish_oil",2020, +138,"Peru","Fish liver oils, nei","fish_oil",2021, 138,"Peru","Natural sponges raw","sponges",1976, 138,"Peru","Natural sponges raw","sponges",1977, 138,"Peru","Natural sponges raw","sponges",1978, @@ -34829,6 +37442,7 @@ 138,"Peru","Natural sponges raw","sponges",2018, 138,"Peru","Natural sponges raw","sponges",2019, 138,"Peru","Natural sponges raw","sponges",2020, +138,"Peru","Natural sponges raw","sponges",2021, 138,"Peru","Ornamental fish nei","ornamentals",1976,973 138,"Peru","Ornamental fish nei","ornamentals",1977,1051 138,"Peru","Ornamental fish nei","ornamentals",1978,1105 @@ -34874,6 +37488,7 @@ 138,"Peru","Ornamental fish nei","ornamentals",2018, 138,"Peru","Ornamental fish nei","ornamentals",2019, 138,"Peru","Ornamental fish nei","ornamentals",2020, +138,"Peru","Ornamental fish nei","ornamentals",2021, 138,"Peru","Ornamental saltwater fish","ornamentals",1976, 138,"Peru","Ornamental saltwater fish","ornamentals",1977, 138,"Peru","Ornamental saltwater fish","ornamentals",1978, @@ -34919,6 +37534,7 @@ 138,"Peru","Ornamental saltwater fish","ornamentals",2018,14 138,"Peru","Ornamental saltwater fish","ornamentals",2019,1.47 138,"Peru","Ornamental saltwater fish","ornamentals",2020, +138,"Peru","Ornamental saltwater fish","ornamentals",2021, 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -34964,6 +37580,7 @@ 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +138,"Peru","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -35009,6 +37626,7 @@ 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,57 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,82.44 138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,223.37 +138,"Peru","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,139.5 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -35054,6 +37672,513 @@ 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,29009 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,21972.33 138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,19704.46 +138,"Peru","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,38958.93 +139,"Venezuela","Agar agar nei","seaweeds",1976, +139,"Venezuela","Agar agar nei","seaweeds",1977, +139,"Venezuela","Agar agar nei","seaweeds",1978, +139,"Venezuela","Agar agar nei","seaweeds",1979, +139,"Venezuela","Agar agar nei","seaweeds",1980, +139,"Venezuela","Agar agar nei","seaweeds",1981, +139,"Venezuela","Agar agar nei","seaweeds",1982, +139,"Venezuela","Agar agar nei","seaweeds",1983, +139,"Venezuela","Agar agar nei","seaweeds",1984, +139,"Venezuela","Agar agar nei","seaweeds",1985, +139,"Venezuela","Agar agar nei","seaweeds",1986, +139,"Venezuela","Agar agar nei","seaweeds",1987, +139,"Venezuela","Agar agar nei","seaweeds",1988, +139,"Venezuela","Agar agar nei","seaweeds",1989, +139,"Venezuela","Agar agar nei","seaweeds",1990, +139,"Venezuela","Agar agar nei","seaweeds",1991, +139,"Venezuela","Agar agar nei","seaweeds",1992, +139,"Venezuela","Agar agar nei","seaweeds",1993, +139,"Venezuela","Agar agar nei","seaweeds",1994, +139,"Venezuela","Agar agar nei","seaweeds",1995, +139,"Venezuela","Agar agar nei","seaweeds",1996, +139,"Venezuela","Agar agar nei","seaweeds",1997, +139,"Venezuela","Agar agar nei","seaweeds",1998, +139,"Venezuela","Agar agar nei","seaweeds",1999,0.1 +139,"Venezuela","Agar agar nei","seaweeds",2000, +139,"Venezuela","Agar agar nei","seaweeds",2001, +139,"Venezuela","Agar agar nei","seaweeds",2002, +139,"Venezuela","Agar agar nei","seaweeds",2003, +139,"Venezuela","Agar agar nei","seaweeds",2004, +139,"Venezuela","Agar agar nei","seaweeds",2005, +139,"Venezuela","Agar agar nei","seaweeds",2006, +139,"Venezuela","Agar agar nei","seaweeds",2007, +139,"Venezuela","Agar agar nei","seaweeds",2008, +139,"Venezuela","Agar agar nei","seaweeds",2009, +139,"Venezuela","Agar agar nei","seaweeds",2010, +139,"Venezuela","Agar agar nei","seaweeds",2011, +139,"Venezuela","Agar agar nei","seaweeds",2012, +139,"Venezuela","Agar agar nei","seaweeds",2013, +139,"Venezuela","Agar agar nei","seaweeds",2014, +139,"Venezuela","Agar agar nei","seaweeds",2015, +139,"Venezuela","Agar agar nei","seaweeds",2016, +139,"Venezuela","Agar agar nei","seaweeds",2017, +139,"Venezuela","Agar agar nei","seaweeds",2018, +139,"Venezuela","Agar agar nei","seaweeds",2019, +139,"Venezuela","Agar agar nei","seaweeds",2020, +139,"Venezuela","Agar agar nei","seaweeds",2021, +139,"Venezuela","Cod liver oil","fish_oil",1976,2 +139,"Venezuela","Cod liver oil","fish_oil",1977, +139,"Venezuela","Cod liver oil","fish_oil",1978, +139,"Venezuela","Cod liver oil","fish_oil",1979, +139,"Venezuela","Cod liver oil","fish_oil",1980, +139,"Venezuela","Cod liver oil","fish_oil",1981, +139,"Venezuela","Cod liver oil","fish_oil",1982, +139,"Venezuela","Cod liver oil","fish_oil",1983, +139,"Venezuela","Cod liver oil","fish_oil",1984, +139,"Venezuela","Cod liver oil","fish_oil",1985, +139,"Venezuela","Cod liver oil","fish_oil",1986, +139,"Venezuela","Cod liver oil","fish_oil",1987, +139,"Venezuela","Cod liver oil","fish_oil",1988, +139,"Venezuela","Cod liver oil","fish_oil",1989, +139,"Venezuela","Cod liver oil","fish_oil",1990, +139,"Venezuela","Cod liver oil","fish_oil",1991,4 +139,"Venezuela","Cod liver oil","fish_oil",1992,25 +139,"Venezuela","Cod liver oil","fish_oil",1993, +139,"Venezuela","Cod liver oil","fish_oil",1994, +139,"Venezuela","Cod liver oil","fish_oil",1995, +139,"Venezuela","Cod liver oil","fish_oil",1996, +139,"Venezuela","Cod liver oil","fish_oil",1997, +139,"Venezuela","Cod liver oil","fish_oil",1998, +139,"Venezuela","Cod liver oil","fish_oil",1999,20 +139,"Venezuela","Cod liver oil","fish_oil",2000, +139,"Venezuela","Cod liver oil","fish_oil",2001, +139,"Venezuela","Cod liver oil","fish_oil",2002, +139,"Venezuela","Cod liver oil","fish_oil",2003, +139,"Venezuela","Cod liver oil","fish_oil",2004, +139,"Venezuela","Cod liver oil","fish_oil",2005, +139,"Venezuela","Cod liver oil","fish_oil",2006, +139,"Venezuela","Cod liver oil","fish_oil",2007, +139,"Venezuela","Cod liver oil","fish_oil",2008, +139,"Venezuela","Cod liver oil","fish_oil",2009, +139,"Venezuela","Cod liver oil","fish_oil",2010, +139,"Venezuela","Cod liver oil","fish_oil",2011, +139,"Venezuela","Cod liver oil","fish_oil",2012, +139,"Venezuela","Cod liver oil","fish_oil",2013, +139,"Venezuela","Cod liver oil","fish_oil",2014, +139,"Venezuela","Cod liver oil","fish_oil",2015, +139,"Venezuela","Cod liver oil","fish_oil",2016, +139,"Venezuela","Cod liver oil","fish_oil",2017, +139,"Venezuela","Cod liver oil","fish_oil",2018, +139,"Venezuela","Cod liver oil","fish_oil",2019, +139,"Venezuela","Cod liver oil","fish_oil",2020, +139,"Venezuela","Cod liver oil","fish_oil",2021, +139,"Venezuela","Coral and the like","corals",1976, +139,"Venezuela","Coral and the like","corals",1977, +139,"Venezuela","Coral and the like","corals",1978, +139,"Venezuela","Coral and the like","corals",1979, +139,"Venezuela","Coral and the like","corals",1980, +139,"Venezuela","Coral and the like","corals",1981, +139,"Venezuela","Coral and the like","corals",1982, +139,"Venezuela","Coral and the like","corals",1983, +139,"Venezuela","Coral and the like","corals",1984, +139,"Venezuela","Coral and the like","corals",1985, +139,"Venezuela","Coral and the like","corals",1986, +139,"Venezuela","Coral and the like","corals",1987, +139,"Venezuela","Coral and the like","corals",1988, +139,"Venezuela","Coral and the like","corals",1989, +139,"Venezuela","Coral and the like","corals",1990, +139,"Venezuela","Coral and the like","corals",1991, +139,"Venezuela","Coral and the like","corals",1992, +139,"Venezuela","Coral and the like","corals",1993, +139,"Venezuela","Coral and the like","corals",1994,8 +139,"Venezuela","Coral and the like","corals",1995,48 +139,"Venezuela","Coral and the like","corals",1996, +139,"Venezuela","Coral and the like","corals",1997, +139,"Venezuela","Coral and the like","corals",1998, +139,"Venezuela","Coral and the like","corals",1999,230 +139,"Venezuela","Coral and the like","corals",2000,14 +139,"Venezuela","Coral and the like","corals",2001,33 +139,"Venezuela","Coral and the like","corals",2002,32 +139,"Venezuela","Coral and the like","corals",2003, +139,"Venezuela","Coral and the like","corals",2004, +139,"Venezuela","Coral and the like","corals",2005, +139,"Venezuela","Coral and the like","corals",2006, +139,"Venezuela","Coral and the like","corals",2007, +139,"Venezuela","Coral and the like","corals",2008,0.1 +139,"Venezuela","Coral and the like","corals",2009, +139,"Venezuela","Coral and the like","corals",2010, +139,"Venezuela","Coral and the like","corals",2011, +139,"Venezuela","Coral and the like","corals",2012, +139,"Venezuela","Coral and the like","corals",2013,37 +139,"Venezuela","Coral and the like","corals",2014,52 +139,"Venezuela","Coral and the like","corals",2015,81 +139,"Venezuela","Coral and the like","corals",2016,260 +139,"Venezuela","Coral and the like","corals",2017,377 +139,"Venezuela","Coral and the like","corals",2018,283 +139,"Venezuela","Coral and the like","corals",2019, +139,"Venezuela","Coral and the like","corals",2020, +139,"Venezuela","Coral and the like","corals",2021, +139,"Venezuela","Fish body oils, nei","fish_oil",1976, +139,"Venezuela","Fish body oils, nei","fish_oil",1977, +139,"Venezuela","Fish body oils, nei","fish_oil",1978, +139,"Venezuela","Fish body oils, nei","fish_oil",1979, +139,"Venezuela","Fish body oils, nei","fish_oil",1980, +139,"Venezuela","Fish body oils, nei","fish_oil",1981, +139,"Venezuela","Fish body oils, nei","fish_oil",1982, +139,"Venezuela","Fish body oils, nei","fish_oil",1983, +139,"Venezuela","Fish body oils, nei","fish_oil",1984, +139,"Venezuela","Fish body oils, nei","fish_oil",1985, +139,"Venezuela","Fish body oils, nei","fish_oil",1986, +139,"Venezuela","Fish body oils, nei","fish_oil",1987, +139,"Venezuela","Fish body oils, nei","fish_oil",1988, +139,"Venezuela","Fish body oils, nei","fish_oil",1989, +139,"Venezuela","Fish body oils, nei","fish_oil",1990, +139,"Venezuela","Fish body oils, nei","fish_oil",1991, +139,"Venezuela","Fish body oils, nei","fish_oil",1992, +139,"Venezuela","Fish body oils, nei","fish_oil",1993,0.1 +139,"Venezuela","Fish body oils, nei","fish_oil",1994, +139,"Venezuela","Fish body oils, nei","fish_oil",1995, +139,"Venezuela","Fish body oils, nei","fish_oil",1996, +139,"Venezuela","Fish body oils, nei","fish_oil",1997,5 +139,"Venezuela","Fish body oils, nei","fish_oil",1998, +139,"Venezuela","Fish body oils, nei","fish_oil",1999, +139,"Venezuela","Fish body oils, nei","fish_oil",2000, +139,"Venezuela","Fish body oils, nei","fish_oil",2001,0.1 +139,"Venezuela","Fish body oils, nei","fish_oil",2002,9 +139,"Venezuela","Fish body oils, nei","fish_oil",2003,5 +139,"Venezuela","Fish body oils, nei","fish_oil",2004,5 +139,"Venezuela","Fish body oils, nei","fish_oil",2005,5 +139,"Venezuela","Fish body oils, nei","fish_oil",2006, +139,"Venezuela","Fish body oils, nei","fish_oil",2007, +139,"Venezuela","Fish body oils, nei","fish_oil",2008, +139,"Venezuela","Fish body oils, nei","fish_oil",2009, +139,"Venezuela","Fish body oils, nei","fish_oil",2010, +139,"Venezuela","Fish body oils, nei","fish_oil",2011,0.1 +139,"Venezuela","Fish body oils, nei","fish_oil",2012, +139,"Venezuela","Fish body oils, nei","fish_oil",2013, +139,"Venezuela","Fish body oils, nei","fish_oil",2014, +139,"Venezuela","Fish body oils, nei","fish_oil",2015, +139,"Venezuela","Fish body oils, nei","fish_oil",2016, +139,"Venezuela","Fish body oils, nei","fish_oil",2017, +139,"Venezuela","Fish body oils, nei","fish_oil",2018, +139,"Venezuela","Fish body oils, nei","fish_oil",2019, +139,"Venezuela","Fish body oils, nei","fish_oil",2020, +139,"Venezuela","Fish body oils, nei","fish_oil",2021, +139,"Venezuela","Fish liver oils, nei","fish_oil",1976, +139,"Venezuela","Fish liver oils, nei","fish_oil",1977, +139,"Venezuela","Fish liver oils, nei","fish_oil",1978, +139,"Venezuela","Fish liver oils, nei","fish_oil",1979, +139,"Venezuela","Fish liver oils, nei","fish_oil",1980, +139,"Venezuela","Fish liver oils, nei","fish_oil",1981, +139,"Venezuela","Fish liver oils, nei","fish_oil",1982, +139,"Venezuela","Fish liver oils, nei","fish_oil",1983, +139,"Venezuela","Fish liver oils, nei","fish_oil",1984, +139,"Venezuela","Fish liver oils, nei","fish_oil",1985, +139,"Venezuela","Fish liver oils, nei","fish_oil",1986, +139,"Venezuela","Fish liver oils, nei","fish_oil",1987, +139,"Venezuela","Fish liver oils, nei","fish_oil",1988, +139,"Venezuela","Fish liver oils, nei","fish_oil",1989, +139,"Venezuela","Fish liver oils, nei","fish_oil",1990, +139,"Venezuela","Fish liver oils, nei","fish_oil",1991, +139,"Venezuela","Fish liver oils, nei","fish_oil",1992, +139,"Venezuela","Fish liver oils, nei","fish_oil",1993, +139,"Venezuela","Fish liver oils, nei","fish_oil",1994, +139,"Venezuela","Fish liver oils, nei","fish_oil",1995, +139,"Venezuela","Fish liver oils, nei","fish_oil",1996, +139,"Venezuela","Fish liver oils, nei","fish_oil",1997, +139,"Venezuela","Fish liver oils, nei","fish_oil",1998, +139,"Venezuela","Fish liver oils, nei","fish_oil",1999, +139,"Venezuela","Fish liver oils, nei","fish_oil",2000, +139,"Venezuela","Fish liver oils, nei","fish_oil",2001, +139,"Venezuela","Fish liver oils, nei","fish_oil",2002, +139,"Venezuela","Fish liver oils, nei","fish_oil",2003, +139,"Venezuela","Fish liver oils, nei","fish_oil",2004, +139,"Venezuela","Fish liver oils, nei","fish_oil",2005,6 +139,"Venezuela","Fish liver oils, nei","fish_oil",2006, +139,"Venezuela","Fish liver oils, nei","fish_oil",2007,0.1 +139,"Venezuela","Fish liver oils, nei","fish_oil",2008,3 +139,"Venezuela","Fish liver oils, nei","fish_oil",2009, +139,"Venezuela","Fish liver oils, nei","fish_oil",2010, +139,"Venezuela","Fish liver oils, nei","fish_oil",2011, +139,"Venezuela","Fish liver oils, nei","fish_oil",2012, +139,"Venezuela","Fish liver oils, nei","fish_oil",2013, +139,"Venezuela","Fish liver oils, nei","fish_oil",2014, +139,"Venezuela","Fish liver oils, nei","fish_oil",2015, +139,"Venezuela","Fish liver oils, nei","fish_oil",2016, +139,"Venezuela","Fish liver oils, nei","fish_oil",2017, +139,"Venezuela","Fish liver oils, nei","fish_oil",2018, +139,"Venezuela","Fish liver oils, nei","fish_oil",2019, +139,"Venezuela","Fish liver oils, nei","fish_oil",2020, +139,"Venezuela","Fish liver oils, nei","fish_oil",2021, +139,"Venezuela","Natural sponges raw","sponges",1976, +139,"Venezuela","Natural sponges raw","sponges",1977, +139,"Venezuela","Natural sponges raw","sponges",1978, +139,"Venezuela","Natural sponges raw","sponges",1979, +139,"Venezuela","Natural sponges raw","sponges",1980, +139,"Venezuela","Natural sponges raw","sponges",1981, +139,"Venezuela","Natural sponges raw","sponges",1982, +139,"Venezuela","Natural sponges raw","sponges",1983, +139,"Venezuela","Natural sponges raw","sponges",1984, +139,"Venezuela","Natural sponges raw","sponges",1985, +139,"Venezuela","Natural sponges raw","sponges",1986, +139,"Venezuela","Natural sponges raw","sponges",1987, +139,"Venezuela","Natural sponges raw","sponges",1988, +139,"Venezuela","Natural sponges raw","sponges",1989, +139,"Venezuela","Natural sponges raw","sponges",1990, +139,"Venezuela","Natural sponges raw","sponges",1991, +139,"Venezuela","Natural sponges raw","sponges",1992, +139,"Venezuela","Natural sponges raw","sponges",1993, +139,"Venezuela","Natural sponges raw","sponges",1994, +139,"Venezuela","Natural sponges raw","sponges",1995,0.1 +139,"Venezuela","Natural sponges raw","sponges",1996, +139,"Venezuela","Natural sponges raw","sponges",1997,0.1 +139,"Venezuela","Natural sponges raw","sponges",1998,3 +139,"Venezuela","Natural sponges raw","sponges",1999, +139,"Venezuela","Natural sponges raw","sponges",2000,3 +139,"Venezuela","Natural sponges raw","sponges",2001, +139,"Venezuela","Natural sponges raw","sponges",2002, +139,"Venezuela","Natural sponges raw","sponges",2003, +139,"Venezuela","Natural sponges raw","sponges",2004,1 +139,"Venezuela","Natural sponges raw","sponges",2005,0.1 +139,"Venezuela","Natural sponges raw","sponges",2006,5 +139,"Venezuela","Natural sponges raw","sponges",2007,3 +139,"Venezuela","Natural sponges raw","sponges",2008, +139,"Venezuela","Natural sponges raw","sponges",2009, +139,"Venezuela","Natural sponges raw","sponges",2010, +139,"Venezuela","Natural sponges raw","sponges",2011, +139,"Venezuela","Natural sponges raw","sponges",2012, +139,"Venezuela","Natural sponges raw","sponges",2013, +139,"Venezuela","Natural sponges raw","sponges",2014, +139,"Venezuela","Natural sponges raw","sponges",2015, +139,"Venezuela","Natural sponges raw","sponges",2016, +139,"Venezuela","Natural sponges raw","sponges",2017, +139,"Venezuela","Natural sponges raw","sponges",2018, +139,"Venezuela","Natural sponges raw","sponges",2019, +139,"Venezuela","Natural sponges raw","sponges",2020, +139,"Venezuela","Natural sponges raw","sponges",2021, +139,"Venezuela","Ornamental fish nei","ornamentals",1976,0.1 +139,"Venezuela","Ornamental fish nei","ornamentals",1977, +139,"Venezuela","Ornamental fish nei","ornamentals",1978, +139,"Venezuela","Ornamental fish nei","ornamentals",1979,0.1 +139,"Venezuela","Ornamental fish nei","ornamentals",1980, +139,"Venezuela","Ornamental fish nei","ornamentals",1981, +139,"Venezuela","Ornamental fish nei","ornamentals",1982, +139,"Venezuela","Ornamental fish nei","ornamentals",1983, +139,"Venezuela","Ornamental fish nei","ornamentals",1984,0.1 +139,"Venezuela","Ornamental fish nei","ornamentals",1985,14 +139,"Venezuela","Ornamental fish nei","ornamentals",1986,142 +139,"Venezuela","Ornamental fish nei","ornamentals",1987,35 +139,"Venezuela","Ornamental fish nei","ornamentals",1988,30 +139,"Venezuela","Ornamental fish nei","ornamentals",1989,125 +139,"Venezuela","Ornamental fish nei","ornamentals",1990,121 +139,"Venezuela","Ornamental fish nei","ornamentals",1991,123 +139,"Venezuela","Ornamental fish nei","ornamentals",1992,123 +139,"Venezuela","Ornamental fish nei","ornamentals",1993,36 +139,"Venezuela","Ornamental fish nei","ornamentals",1994,27 +139,"Venezuela","Ornamental fish nei","ornamentals",1995,22 +139,"Venezuela","Ornamental fish nei","ornamentals",1996,46 +139,"Venezuela","Ornamental fish nei","ornamentals",1997,36 +139,"Venezuela","Ornamental fish nei","ornamentals",1998,7 +139,"Venezuela","Ornamental fish nei","ornamentals",1999,11 +139,"Venezuela","Ornamental fish nei","ornamentals",2000,52 +139,"Venezuela","Ornamental fish nei","ornamentals",2001,57 +139,"Venezuela","Ornamental fish nei","ornamentals",2002,46 +139,"Venezuela","Ornamental fish nei","ornamentals",2003,28 +139,"Venezuela","Ornamental fish nei","ornamentals",2004,122 +139,"Venezuela","Ornamental fish nei","ornamentals",2005,164 +139,"Venezuela","Ornamental fish nei","ornamentals",2006,6 +139,"Venezuela","Ornamental fish nei","ornamentals",2007,0.1 +139,"Venezuela","Ornamental fish nei","ornamentals",2008, +139,"Venezuela","Ornamental fish nei","ornamentals",2009, +139,"Venezuela","Ornamental fish nei","ornamentals",2010, +139,"Venezuela","Ornamental fish nei","ornamentals",2011, +139,"Venezuela","Ornamental fish nei","ornamentals",2012, +139,"Venezuela","Ornamental fish nei","ornamentals",2013, +139,"Venezuela","Ornamental fish nei","ornamentals",2014, +139,"Venezuela","Ornamental fish nei","ornamentals",2015, +139,"Venezuela","Ornamental fish nei","ornamentals",2016, +139,"Venezuela","Ornamental fish nei","ornamentals",2017, +139,"Venezuela","Ornamental fish nei","ornamentals",2018, +139,"Venezuela","Ornamental fish nei","ornamentals",2019, +139,"Venezuela","Ornamental fish nei","ornamentals",2020, +139,"Venezuela","Ornamental fish nei","ornamentals",2021, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1976, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1977, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1978, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1979, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1980, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1981, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1982, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1983, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1984, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1985, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1986, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1987, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1988, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1989, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1990, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1991, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1992, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1993, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1994, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1995, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1996, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1997, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1998, +139,"Venezuela","Ornamental saltwater fish","ornamentals",1999, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2000, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2001, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2002, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2003, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2004, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2005, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2006, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2007, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2008, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2009, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2010, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2011, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2012, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2013, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2014, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2015, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2016, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2017, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2018, +139,"Venezuela","Ornamental saltwater fish","ornamentals",2019,6.17 +139,"Venezuela","Ornamental saltwater fish","ornamentals",2020,1.91 +139,"Venezuela","Ornamental saltwater fish","ornamentals",2021,3.28 +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1979, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1980, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1981, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1982, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1983, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1984, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1985, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1986, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1987, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1988, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1989, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1990, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1991, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1992, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1993, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1994, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1995, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1996, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1997, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1998, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",1999,10 +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2000, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2001,11 +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2002, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2003, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2004, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2005, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2006, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2007, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2008, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2009, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2010, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2011, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2012, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2013, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2014, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2015, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2016, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2017, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,275.65 +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,153 +139,"Venezuela","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,168.88 +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,100.57 +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,111.17 +139,"Venezuela","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,150.59 +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,4.82 +139,"Venezuela","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,196.43 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",1976, 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",1977, 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",1978, @@ -35099,6 +38224,7 @@ 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",2018, 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",2019, 140,"Guadeloupe and Martinique","Natural sponges raw","sponges",2020, +140,"Guadeloupe and Martinique","Natural sponges raw","sponges",2021, 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",1976, 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",1977, 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",1978, @@ -35144,6 +38270,7 @@ 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",2018, 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",2019, 140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",2020, +140,"Guadeloupe and Martinique","Ornamental fish nei","ornamentals",2021, 141,"Faeroe Islands","Fish body oils, nei","fish_oil",1976,2155 141,"Faeroe Islands","Fish body oils, nei","fish_oil",1977,2438 141,"Faeroe Islands","Fish body oils, nei","fish_oil",1978,2469 @@ -35189,6 +38316,7 @@ 141,"Faeroe Islands","Fish body oils, nei","fish_oil",2018, 141,"Faeroe Islands","Fish body oils, nei","fish_oil",2019, 141,"Faeroe Islands","Fish body oils, nei","fish_oil",2020, +141,"Faeroe Islands","Fish body oils, nei","fish_oil",2021, 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",1976,20 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",1977, 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",1978, @@ -35234,6 +38362,7 @@ 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",2018, 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",2019, 141,"Faeroe Islands","Fish liver oils, nei","fish_oil",2020, +141,"Faeroe Islands","Fish liver oils, nei","fish_oil",2021, 141,"Faeroe Islands","Miscellaneous corals and shells","shells",1976, 141,"Faeroe Islands","Miscellaneous corals and shells","shells",1977, 141,"Faeroe Islands","Miscellaneous corals and shells","shells",1978, @@ -35279,6 +38408,7 @@ 141,"Faeroe Islands","Miscellaneous corals and shells","shells",2018, 141,"Faeroe Islands","Miscellaneous corals and shells","shells",2019, 141,"Faeroe Islands","Miscellaneous corals and shells","shells",2020, +141,"Faeroe Islands","Miscellaneous corals and shells","shells",2021, 143,"Iceland","Capelin oil","fish_oil",1976,6963 143,"Iceland","Capelin oil","fish_oil",1977,26196 143,"Iceland","Capelin oil","fish_oil",1978,28044 @@ -35324,6 +38454,7 @@ 143,"Iceland","Capelin oil","fish_oil",2018,14251 143,"Iceland","Capelin oil","fish_oil",2019,1967.93 143,"Iceland","Capelin oil","fish_oil",2020,6916.65 +143,"Iceland","Capelin oil","fish_oil",2021,4391.68 143,"Iceland","Cod liver oil","fish_oil",1976,1249 143,"Iceland","Cod liver oil","fish_oil",1977,1717 143,"Iceland","Cod liver oil","fish_oil",1978,1712 @@ -35369,6 +38500,7 @@ 143,"Iceland","Cod liver oil","fish_oil",2018,13645 143,"Iceland","Cod liver oil","fish_oil",2019,12035.18 143,"Iceland","Cod liver oil","fish_oil",2020,11820.03 +143,"Iceland","Cod liver oil","fish_oil",2021,13469.5 143,"Iceland","Coral and the like","corals",1976, 143,"Iceland","Coral and the like","corals",1977, 143,"Iceland","Coral and the like","corals",1978, @@ -35414,6 +38546,7 @@ 143,"Iceland","Coral and the like","corals",2018, 143,"Iceland","Coral and the like","corals",2019, 143,"Iceland","Coral and the like","corals",2020, +143,"Iceland","Coral and the like","corals",2021, 143,"Iceland","Fish body oils, nei","fish_oil",1976,1390 143,"Iceland","Fish body oils, nei","fish_oil",1977,598 143,"Iceland","Fish body oils, nei","fish_oil",1978,480 @@ -35459,6 +38592,7 @@ 143,"Iceland","Fish body oils, nei","fish_oil",2018,58699 143,"Iceland","Fish body oils, nei","fish_oil",2019,42844.21 143,"Iceland","Fish body oils, nei","fish_oil",2020,49341.56 +143,"Iceland","Fish body oils, nei","fish_oil",2021,57270.99 143,"Iceland","Fish liver oils, nei","fish_oil",1976,53 143,"Iceland","Fish liver oils, nei","fish_oil",1977, 143,"Iceland","Fish liver oils, nei","fish_oil",1978, @@ -35504,6 +38638,7 @@ 143,"Iceland","Fish liver oils, nei","fish_oil",2018,550 143,"Iceland","Fish liver oils, nei","fish_oil",2019,692.49 143,"Iceland","Fish liver oils, nei","fish_oil",2020,1251.85 +143,"Iceland","Fish liver oils, nei","fish_oil",2021,852.56 143,"Iceland","Herring oil","fish_oil",1976,20 143,"Iceland","Herring oil","fish_oil",1977, 143,"Iceland","Herring oil","fish_oil",1978,67 @@ -35549,6 +38684,7 @@ 143,"Iceland","Herring oil","fish_oil",2018,17231 143,"Iceland","Herring oil","fish_oil",2019,25990.63 143,"Iceland","Herring oil","fish_oil",2020,27195.57 +143,"Iceland","Herring oil","fish_oil",2021,23847.55 143,"Iceland","Natural sponges nei","sponges",1976, 143,"Iceland","Natural sponges nei","sponges",1977, 143,"Iceland","Natural sponges nei","sponges",1978, @@ -35594,6 +38730,7 @@ 143,"Iceland","Natural sponges nei","sponges",2018, 143,"Iceland","Natural sponges nei","sponges",2019, 143,"Iceland","Natural sponges nei","sponges",2020, +143,"Iceland","Natural sponges nei","sponges",2021, 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -35639,6 +38776,7 @@ 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,1100.23 143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +143,"Iceland","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 143,"Iceland","Redfish oil","fish_oil",1976,320 143,"Iceland","Redfish oil","fish_oil",1977,156 143,"Iceland","Redfish oil","fish_oil",1978,277 @@ -35684,6 +38822,7 @@ 143,"Iceland","Redfish oil","fish_oil",2018, 143,"Iceland","Redfish oil","fish_oil",2019,606.68 143,"Iceland","Redfish oil","fish_oil",2020, +143,"Iceland","Redfish oil","fish_oil",2021, 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -35729,6 +38868,7 @@ 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1081 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,39.79 143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,92.34 +143,"Iceland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,10.78 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -35774,6 +38914,53 @@ 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,4515 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,2557.39 143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,5341.6 +143,"Iceland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,8363.18 +145,"Greenland","Cod liver oil","fish_oil",1976, +145,"Greenland","Cod liver oil","fish_oil",1977, +145,"Greenland","Cod liver oil","fish_oil",1978, +145,"Greenland","Cod liver oil","fish_oil",1979, +145,"Greenland","Cod liver oil","fish_oil",1980, +145,"Greenland","Cod liver oil","fish_oil",1981, +145,"Greenland","Cod liver oil","fish_oil",1982, +145,"Greenland","Cod liver oil","fish_oil",1983, +145,"Greenland","Cod liver oil","fish_oil",1984, +145,"Greenland","Cod liver oil","fish_oil",1985, +145,"Greenland","Cod liver oil","fish_oil",1986, +145,"Greenland","Cod liver oil","fish_oil",1987, +145,"Greenland","Cod liver oil","fish_oil",1988, +145,"Greenland","Cod liver oil","fish_oil",1989, +145,"Greenland","Cod liver oil","fish_oil",1990, +145,"Greenland","Cod liver oil","fish_oil",1991, +145,"Greenland","Cod liver oil","fish_oil",1992, +145,"Greenland","Cod liver oil","fish_oil",1993, +145,"Greenland","Cod liver oil","fish_oil",1994, +145,"Greenland","Cod liver oil","fish_oil",1995, +145,"Greenland","Cod liver oil","fish_oil",1996, +145,"Greenland","Cod liver oil","fish_oil",1997, +145,"Greenland","Cod liver oil","fish_oil",1998, +145,"Greenland","Cod liver oil","fish_oil",1999, +145,"Greenland","Cod liver oil","fish_oil",2000, +145,"Greenland","Cod liver oil","fish_oil",2001, +145,"Greenland","Cod liver oil","fish_oil",2002, +145,"Greenland","Cod liver oil","fish_oil",2003, +145,"Greenland","Cod liver oil","fish_oil",2004, +145,"Greenland","Cod liver oil","fish_oil",2005, +145,"Greenland","Cod liver oil","fish_oil",2006, +145,"Greenland","Cod liver oil","fish_oil",2007, +145,"Greenland","Cod liver oil","fish_oil",2008, +145,"Greenland","Cod liver oil","fish_oil",2009, +145,"Greenland","Cod liver oil","fish_oil",2010, +145,"Greenland","Cod liver oil","fish_oil",2011, +145,"Greenland","Cod liver oil","fish_oil",2012, +145,"Greenland","Cod liver oil","fish_oil",2013, +145,"Greenland","Cod liver oil","fish_oil",2014, +145,"Greenland","Cod liver oil","fish_oil",2015, +145,"Greenland","Cod liver oil","fish_oil",2016, +145,"Greenland","Cod liver oil","fish_oil",2017, +145,"Greenland","Cod liver oil","fish_oil",2018, +145,"Greenland","Cod liver oil","fish_oil",2019, +145,"Greenland","Cod liver oil","fish_oil",2020,31.5 +145,"Greenland","Cod liver oil","fish_oil",2021,312.93 145,"Greenland","Coral and the like","corals",1976, 145,"Greenland","Coral and the like","corals",1977, 145,"Greenland","Coral and the like","corals",1978, @@ -35819,6 +39006,7 @@ 145,"Greenland","Coral and the like","corals",2018, 145,"Greenland","Coral and the like","corals",2019, 145,"Greenland","Coral and the like","corals",2020, +145,"Greenland","Coral and the like","corals",2021, 145,"Greenland","Fish body oils, nei","fish_oil",1976, 145,"Greenland","Fish body oils, nei","fish_oil",1977, 145,"Greenland","Fish body oils, nei","fish_oil",1978, @@ -35864,6 +39052,7 @@ 145,"Greenland","Fish body oils, nei","fish_oil",2018, 145,"Greenland","Fish body oils, nei","fish_oil",2019, 145,"Greenland","Fish body oils, nei","fish_oil",2020, +145,"Greenland","Fish body oils, nei","fish_oil",2021, 145,"Greenland","Fish liver oils, nei","fish_oil",1976,2 145,"Greenland","Fish liver oils, nei","fish_oil",1977, 145,"Greenland","Fish liver oils, nei","fish_oil",1978, @@ -35909,6 +39098,7 @@ 145,"Greenland","Fish liver oils, nei","fish_oil",2018, 145,"Greenland","Fish liver oils, nei","fish_oil",2019, 145,"Greenland","Fish liver oils, nei","fish_oil",2020, +145,"Greenland","Fish liver oils, nei","fish_oil",2021, 145,"Greenland","Herring oil","fish_oil",1976, 145,"Greenland","Herring oil","fish_oil",1977, 145,"Greenland","Herring oil","fish_oil",1978, @@ -35954,6 +39144,7 @@ 145,"Greenland","Herring oil","fish_oil",2018, 145,"Greenland","Herring oil","fish_oil",2019, 145,"Greenland","Herring oil","fish_oil",2020, +145,"Greenland","Herring oil","fish_oil",2021, 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",1976,6 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",1977,5 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -35999,6 +39190,7 @@ 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",2018, 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",2019, 145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",2020, +145,"Greenland","Oils and fats of aquatic animals, nei","fish_oil",2021, 145,"Greenland","Ornamental fish nei","ornamentals",1976, 145,"Greenland","Ornamental fish nei","ornamentals",1977, 145,"Greenland","Ornamental fish nei","ornamentals",1978, @@ -36044,6 +39236,7 @@ 145,"Greenland","Ornamental fish nei","ornamentals",2018, 145,"Greenland","Ornamental fish nei","ornamentals",2019, 145,"Greenland","Ornamental fish nei","ornamentals",2020, +145,"Greenland","Ornamental fish nei","ornamentals",2021, 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -36089,6 +39282,7 @@ 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +145,"Greenland","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -36134,6 +39328,7 @@ 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.33 145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1.36 +145,"Greenland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,3.66 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -36179,6 +39374,7 @@ 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.13 145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.12 +145,"Greenland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 147,"French Polynesia","Coral and the like","corals",1976, 147,"French Polynesia","Coral and the like","corals",1977, 147,"French Polynesia","Coral and the like","corals",1978, @@ -36224,6 +39420,7 @@ 147,"French Polynesia","Coral and the like","corals",2018,0.02 147,"French Polynesia","Coral and the like","corals",2019,0.1 147,"French Polynesia","Coral and the like","corals",2020,0.07 +147,"French Polynesia","Coral and the like","corals",2021,0.2 147,"French Polynesia","Miscellaneous corals and shells","shells",1976, 147,"French Polynesia","Miscellaneous corals and shells","shells",1977, 147,"French Polynesia","Miscellaneous corals and shells","shells",1978, @@ -36269,6 +39466,7 @@ 147,"French Polynesia","Miscellaneous corals and shells","shells",2018, 147,"French Polynesia","Miscellaneous corals and shells","shells",2019, 147,"French Polynesia","Miscellaneous corals and shells","shells",2020,0.14 +147,"French Polynesia","Miscellaneous corals and shells","shells",2021, 147,"French Polynesia","Natural sponges raw","sponges",1976, 147,"French Polynesia","Natural sponges raw","sponges",1977, 147,"French Polynesia","Natural sponges raw","sponges",1978, @@ -36314,6 +39512,7 @@ 147,"French Polynesia","Natural sponges raw","sponges",2018, 147,"French Polynesia","Natural sponges raw","sponges",2019, 147,"French Polynesia","Natural sponges raw","sponges",2020, +147,"French Polynesia","Natural sponges raw","sponges",2021, 147,"French Polynesia","Ornamental fish nei","ornamentals",1976,2 147,"French Polynesia","Ornamental fish nei","ornamentals",1977,6 147,"French Polynesia","Ornamental fish nei","ornamentals",1978,6 @@ -36359,6 +39558,7 @@ 147,"French Polynesia","Ornamental fish nei","ornamentals",2018, 147,"French Polynesia","Ornamental fish nei","ornamentals",2019, 147,"French Polynesia","Ornamental fish nei","ornamentals",2020, +147,"French Polynesia","Ornamental fish nei","ornamentals",2021, 147,"French Polynesia","Ornamental saltwater fish","ornamentals",1976, 147,"French Polynesia","Ornamental saltwater fish","ornamentals",1977, 147,"French Polynesia","Ornamental saltwater fish","ornamentals",1978, @@ -36404,6 +39604,7 @@ 147,"French Polynesia","Ornamental saltwater fish","ornamentals",2018,426.02 147,"French Polynesia","Ornamental saltwater fish","ornamentals",2019,534.71 147,"French Polynesia","Ornamental saltwater fish","ornamentals",2020,267.39 +147,"French Polynesia","Ornamental saltwater fish","ornamentals",2021,491 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -36449,6 +39650,7 @@ 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +147,"French Polynesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -36494,6 +39696,7 @@ 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +147,"French Polynesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -36539,6 +39742,7 @@ 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,0.01 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.02 147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +147,"French Polynesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,4.82 147,"French Polynesia","Shells nei","shells",1976, 147,"French Polynesia","Shells nei","shells",1977, 147,"French Polynesia","Shells nei","shells",1978, @@ -36584,6 +39788,7 @@ 147,"French Polynesia","Shells nei","shells",2018,2280.67 147,"French Polynesia","Shells nei","shells",2019,2409.72 147,"French Polynesia","Shells nei","shells",2020,1815.06 +147,"French Polynesia","Shells nei","shells",2021,1843.95 152,"Samoa","Coral and the like","corals",1976, 152,"Samoa","Coral and the like","corals",1977, 152,"Samoa","Coral and the like","corals",1978, @@ -36629,6 +39834,7 @@ 152,"Samoa","Coral and the like","corals",2018, 152,"Samoa","Coral and the like","corals",2019, 152,"Samoa","Coral and the like","corals",2020, +152,"Samoa","Coral and the like","corals",2021, 152,"Samoa","Fish liver oils, nei","fish_oil",1976, 152,"Samoa","Fish liver oils, nei","fish_oil",1977, 152,"Samoa","Fish liver oils, nei","fish_oil",1978, @@ -36674,6 +39880,7 @@ 152,"Samoa","Fish liver oils, nei","fish_oil",2018, 152,"Samoa","Fish liver oils, nei","fish_oil",2019, 152,"Samoa","Fish liver oils, nei","fish_oil",2020, +152,"Samoa","Fish liver oils, nei","fish_oil",2021, 152,"Samoa","Miscellaneous corals and shells","shells",1976, 152,"Samoa","Miscellaneous corals and shells","shells",1977, 152,"Samoa","Miscellaneous corals and shells","shells",1978, @@ -36719,6 +39926,7 @@ 152,"Samoa","Miscellaneous corals and shells","shells",2018, 152,"Samoa","Miscellaneous corals and shells","shells",2019, 152,"Samoa","Miscellaneous corals and shells","shells",2020, +152,"Samoa","Miscellaneous corals and shells","shells",2021, 152,"Samoa","Ornamental fish nei","ornamentals",1976, 152,"Samoa","Ornamental fish nei","ornamentals",1977, 152,"Samoa","Ornamental fish nei","ornamentals",1978, @@ -36764,6 +39972,7 @@ 152,"Samoa","Ornamental fish nei","ornamentals",2018, 152,"Samoa","Ornamental fish nei","ornamentals",2019, 152,"Samoa","Ornamental fish nei","ornamentals",2020, +152,"Samoa","Ornamental fish nei","ornamentals",2021, 152,"Samoa","Ornamental saltwater fish","ornamentals",1976, 152,"Samoa","Ornamental saltwater fish","ornamentals",1977, 152,"Samoa","Ornamental saltwater fish","ornamentals",1978, @@ -36809,6 +40018,7 @@ 152,"Samoa","Ornamental saltwater fish","ornamentals",2018, 152,"Samoa","Ornamental saltwater fish","ornamentals",2019, 152,"Samoa","Ornamental saltwater fish","ornamentals",2020, +152,"Samoa","Ornamental saltwater fish","ornamentals",2021, 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -36854,6 +40064,7 @@ 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +152,"Samoa","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -36899,6 +40110,7 @@ 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +152,"Samoa","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 153,"Cook Islands","Coral and the like","corals",1976, 153,"Cook Islands","Coral and the like","corals",1977, 153,"Cook Islands","Coral and the like","corals",1978, @@ -36944,6 +40156,7 @@ 153,"Cook Islands","Coral and the like","corals",2018, 153,"Cook Islands","Coral and the like","corals",2019, 153,"Cook Islands","Coral and the like","corals",2020, +153,"Cook Islands","Coral and the like","corals",2021, 153,"Cook Islands","Fish body oils, nei","fish_oil",1976, 153,"Cook Islands","Fish body oils, nei","fish_oil",1977, 153,"Cook Islands","Fish body oils, nei","fish_oil",1978, @@ -36989,6 +40202,7 @@ 153,"Cook Islands","Fish body oils, nei","fish_oil",2018, 153,"Cook Islands","Fish body oils, nei","fish_oil",2019, 153,"Cook Islands","Fish body oils, nei","fish_oil",2020, +153,"Cook Islands","Fish body oils, nei","fish_oil",2021, 153,"Cook Islands","Miscellaneous corals and shells","shells",1976, 153,"Cook Islands","Miscellaneous corals and shells","shells",1977, 153,"Cook Islands","Miscellaneous corals and shells","shells",1978, @@ -37034,6 +40248,7 @@ 153,"Cook Islands","Miscellaneous corals and shells","shells",2018, 153,"Cook Islands","Miscellaneous corals and shells","shells",2019, 153,"Cook Islands","Miscellaneous corals and shells","shells",2020,64.41 +153,"Cook Islands","Miscellaneous corals and shells","shells",2021,45.18 153,"Cook Islands","Mother of pearl shells","shells",1976, 153,"Cook Islands","Mother of pearl shells","shells",1977, 153,"Cook Islands","Mother of pearl shells","shells",1978, @@ -37079,6 +40294,7 @@ 153,"Cook Islands","Mother of pearl shells","shells",2018,0 153,"Cook Islands","Mother of pearl shells","shells",2019, 153,"Cook Islands","Mother of pearl shells","shells",2020, +153,"Cook Islands","Mother of pearl shells","shells",2021, 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",1976, 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",1977, 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -37124,6 +40340,7 @@ 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",2018, 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",2019, 153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",2020, +153,"Cook Islands","Oils and fats of aquatic animals, nei","fish_oil",2021, 153,"Cook Islands","Ornamental fish nei","ornamentals",1976, 153,"Cook Islands","Ornamental fish nei","ornamentals",1977, 153,"Cook Islands","Ornamental fish nei","ornamentals",1978, @@ -37169,6 +40386,7 @@ 153,"Cook Islands","Ornamental fish nei","ornamentals",2018, 153,"Cook Islands","Ornamental fish nei","ornamentals",2019, 153,"Cook Islands","Ornamental fish nei","ornamentals",2020, +153,"Cook Islands","Ornamental fish nei","ornamentals",2021, 153,"Cook Islands","Ornamental saltwater fish","ornamentals",1976, 153,"Cook Islands","Ornamental saltwater fish","ornamentals",1977, 153,"Cook Islands","Ornamental saltwater fish","ornamentals",1978, @@ -37214,6 +40432,7 @@ 153,"Cook Islands","Ornamental saltwater fish","ornamentals",2018, 153,"Cook Islands","Ornamental saltwater fish","ornamentals",2019,10.36 153,"Cook Islands","Ornamental saltwater fish","ornamentals",2020, +153,"Cook Islands","Ornamental saltwater fish","ornamentals",2021, 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -37259,6 +40478,7 @@ 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +153,"Cook Islands","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 155,"Tonga","Agar agar nei","seaweeds",1976, 155,"Tonga","Agar agar nei","seaweeds",1977, 155,"Tonga","Agar agar nei","seaweeds",1978, @@ -37304,6 +40524,7 @@ 155,"Tonga","Agar agar nei","seaweeds",2018, 155,"Tonga","Agar agar nei","seaweeds",2019, 155,"Tonga","Agar agar nei","seaweeds",2020, +155,"Tonga","Agar agar nei","seaweeds",2021, 155,"Tonga","Coral and the like","corals",1976, 155,"Tonga","Coral and the like","corals",1977, 155,"Tonga","Coral and the like","corals",1978, @@ -37349,6 +40570,7 @@ 155,"Tonga","Coral and the like","corals",2018,9 155,"Tonga","Coral and the like","corals",2019,1188.2 155,"Tonga","Coral and the like","corals",2020,641.61 +155,"Tonga","Coral and the like","corals",2021,788.73 155,"Tonga","Miscellaneous corals and shells","shells",1976, 155,"Tonga","Miscellaneous corals and shells","shells",1977, 155,"Tonga","Miscellaneous corals and shells","shells",1978, @@ -37394,6 +40616,7 @@ 155,"Tonga","Miscellaneous corals and shells","shells",2018,807 155,"Tonga","Miscellaneous corals and shells","shells",2019,8.88 155,"Tonga","Miscellaneous corals and shells","shells",2020,9.35 +155,"Tonga","Miscellaneous corals and shells","shells",2021,5.44 155,"Tonga","Ornamental fish nei","ornamentals",1976, 155,"Tonga","Ornamental fish nei","ornamentals",1977, 155,"Tonga","Ornamental fish nei","ornamentals",1978, @@ -37439,6 +40662,7 @@ 155,"Tonga","Ornamental fish nei","ornamentals",2018, 155,"Tonga","Ornamental fish nei","ornamentals",2019, 155,"Tonga","Ornamental fish nei","ornamentals",2020, +155,"Tonga","Ornamental fish nei","ornamentals",2021, 155,"Tonga","Ornamental saltwater fish","ornamentals",1976, 155,"Tonga","Ornamental saltwater fish","ornamentals",1977, 155,"Tonga","Ornamental saltwater fish","ornamentals",1978, @@ -37484,6 +40708,7 @@ 155,"Tonga","Ornamental saltwater fish","ornamentals",2018,77 155,"Tonga","Ornamental saltwater fish","ornamentals",2019,98.68 155,"Tonga","Ornamental saltwater fish","ornamentals",2020,62.79 +155,"Tonga","Ornamental saltwater fish","ornamentals",2021,256.44 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -37529,6 +40754,7 @@ 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +155,"Tonga","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -37574,6 +40800,7 @@ 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,131 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,130.62 155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,160.98 +155,"Tonga","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,165.43 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -37619,6 +40846,7 @@ 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +155,"Tonga","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.04 155,"Tonga","Shells nei","shells",1976, 155,"Tonga","Shells nei","shells",1977, 155,"Tonga","Shells nei","shells",1978, @@ -37664,6 +40892,7 @@ 155,"Tonga","Shells nei","shells",2018, 155,"Tonga","Shells nei","shells",2019, 155,"Tonga","Shells nei","shells",2020, +155,"Tonga","Shells nei","shells",2021, 162,"New Zealand","Agar agar nei","seaweeds",1976, 162,"New Zealand","Agar agar nei","seaweeds",1977, 162,"New Zealand","Agar agar nei","seaweeds",1978, @@ -37709,6 +40938,7 @@ 162,"New Zealand","Agar agar nei","seaweeds",2018,491 162,"New Zealand","Agar agar nei","seaweeds",2019,30.76 162,"New Zealand","Agar agar nei","seaweeds",2020,50.7 +162,"New Zealand","Agar agar nei","seaweeds",2021,67.89 162,"New Zealand","Cod liver oil","fish_oil",1976, 162,"New Zealand","Cod liver oil","fish_oil",1977, 162,"New Zealand","Cod liver oil","fish_oil",1978, @@ -37754,6 +40984,7 @@ 162,"New Zealand","Cod liver oil","fish_oil",2018,704 162,"New Zealand","Cod liver oil","fish_oil",2019,521.99 162,"New Zealand","Cod liver oil","fish_oil",2020,427.89 +162,"New Zealand","Cod liver oil","fish_oil",2021,361.56 162,"New Zealand","Coral and the like","corals",1976, 162,"New Zealand","Coral and the like","corals",1977, 162,"New Zealand","Coral and the like","corals",1978, @@ -37799,6 +41030,7 @@ 162,"New Zealand","Coral and the like","corals",2018,1485 162,"New Zealand","Coral and the like","corals",2019,1769.2 162,"New Zealand","Coral and the like","corals",2020,2129.68 +162,"New Zealand","Coral and the like","corals",2021,2805.74 162,"New Zealand","Fish body oils, nei","fish_oil",1976, 162,"New Zealand","Fish body oils, nei","fish_oil",1977, 162,"New Zealand","Fish body oils, nei","fish_oil",1978, @@ -37844,6 +41076,7 @@ 162,"New Zealand","Fish body oils, nei","fish_oil",2018,13051 162,"New Zealand","Fish body oils, nei","fish_oil",2019,10165.29 162,"New Zealand","Fish body oils, nei","fish_oil",2020,7962.55 +162,"New Zealand","Fish body oils, nei","fish_oil",2021,7711.6 162,"New Zealand","Fish liver oils, nei","fish_oil",1976, 162,"New Zealand","Fish liver oils, nei","fish_oil",1977, 162,"New Zealand","Fish liver oils, nei","fish_oil",1978, @@ -37889,6 +41122,7 @@ 162,"New Zealand","Fish liver oils, nei","fish_oil",2018, 162,"New Zealand","Fish liver oils, nei","fish_oil",2019, 162,"New Zealand","Fish liver oils, nei","fish_oil",2020, +162,"New Zealand","Fish liver oils, nei","fish_oil",2021, 162,"New Zealand","Natural sponges nei","sponges",1976, 162,"New Zealand","Natural sponges nei","sponges",1977, 162,"New Zealand","Natural sponges nei","sponges",1978, @@ -37934,6 +41168,7 @@ 162,"New Zealand","Natural sponges nei","sponges",2018,0.1 162,"New Zealand","Natural sponges nei","sponges",2019, 162,"New Zealand","Natural sponges nei","sponges",2020, +162,"New Zealand","Natural sponges nei","sponges",2021, 162,"New Zealand","Ornamental fish nei","ornamentals",1976, 162,"New Zealand","Ornamental fish nei","ornamentals",1977, 162,"New Zealand","Ornamental fish nei","ornamentals",1978, @@ -37979,6 +41214,7 @@ 162,"New Zealand","Ornamental fish nei","ornamentals",2018, 162,"New Zealand","Ornamental fish nei","ornamentals",2019, 162,"New Zealand","Ornamental fish nei","ornamentals",2020, +162,"New Zealand","Ornamental fish nei","ornamentals",2021, 162,"New Zealand","Ornamental saltwater fish","ornamentals",1976, 162,"New Zealand","Ornamental saltwater fish","ornamentals",1977, 162,"New Zealand","Ornamental saltwater fish","ornamentals",1978, @@ -38024,6 +41260,7 @@ 162,"New Zealand","Ornamental saltwater fish","ornamentals",2018,3 162,"New Zealand","Ornamental saltwater fish","ornamentals",2019,31.94 162,"New Zealand","Ornamental saltwater fish","ornamentals",2020,10.67 +162,"New Zealand","Ornamental saltwater fish","ornamentals",2021, 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -38069,6 +41306,7 @@ 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +162,"New Zealand","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -38114,6 +41352,7 @@ 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,580 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,537.36 162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,234.91 +162,"New Zealand","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,340.73 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -38159,6 +41398,7 @@ 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,529 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,612.32 162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,468.3 +162,"New Zealand","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,672.71 163,"United States","Agar agar nei","seaweeds",1976, 163,"United States","Agar agar nei","seaweeds",1977, 163,"United States","Agar agar nei","seaweeds",1978, @@ -38204,6 +41444,7 @@ 163,"United States","Agar agar nei","seaweeds",2018,4479 163,"United States","Agar agar nei","seaweeds",2019,4197.74 163,"United States","Agar agar nei","seaweeds",2020,4645.73 +163,"United States","Agar agar nei","seaweeds",2021,4349.07 163,"United States","Coral and the like","corals",1976, 163,"United States","Coral and the like","corals",1977, 163,"United States","Coral and the like","corals",1978, @@ -38249,6 +41490,7 @@ 163,"United States","Coral and the like","corals",2018,3351 163,"United States","Coral and the like","corals",2019,2646.4 163,"United States","Coral and the like","corals",2020,2487.12 +163,"United States","Coral and the like","corals",2021,2576.99 163,"United States","Fish body oils, nei","fish_oil",1976,1418 163,"United States","Fish body oils, nei","fish_oil",1977,974 163,"United States","Fish body oils, nei","fish_oil",1978,1859 @@ -38294,6 +41536,7 @@ 163,"United States","Fish body oils, nei","fish_oil",2018,78600 163,"United States","Fish body oils, nei","fish_oil",2019,79159.21 163,"United States","Fish body oils, nei","fish_oil",2020,80271.07 +163,"United States","Fish body oils, nei","fish_oil",2021,87220.12 163,"United States","Fish liver oils, nei","fish_oil",1976, 163,"United States","Fish liver oils, nei","fish_oil",1977, 163,"United States","Fish liver oils, nei","fish_oil",1978, @@ -38339,6 +41582,7 @@ 163,"United States","Fish liver oils, nei","fish_oil",2018,19302 163,"United States","Fish liver oils, nei","fish_oil",2019,22146.87 163,"United States","Fish liver oils, nei","fish_oil",2020,17236.34 +163,"United States","Fish liver oils, nei","fish_oil",2021,17214.99 163,"United States","Menhaden oil","fish_oil",1976,28528 163,"United States","Menhaden oil","fish_oil",1977,17133 163,"United States","Menhaden oil","fish_oil",1978,40481 @@ -38384,6 +41628,7 @@ 163,"United States","Menhaden oil","fish_oil",2018,42189 163,"United States","Menhaden oil","fish_oil",2019,85738.96 163,"United States","Menhaden oil","fish_oil",2020,58071.11 +163,"United States","Menhaden oil","fish_oil",2021,38846.13 163,"United States","Natural sponges raw","sponges",1976, 163,"United States","Natural sponges raw","sponges",1977, 163,"United States","Natural sponges raw","sponges",1978, @@ -38429,6 +41674,7 @@ 163,"United States","Natural sponges raw","sponges",2018,324 163,"United States","Natural sponges raw","sponges",2019,376.93 163,"United States","Natural sponges raw","sponges",2020,844.3 +163,"United States","Natural sponges raw","sponges",2021,543.1 163,"United States","Ornamental fish nei","ornamentals",1976,2269 163,"United States","Ornamental fish nei","ornamentals",1977,3064 163,"United States","Ornamental fish nei","ornamentals",1978,4242 @@ -38474,6 +41720,7 @@ 163,"United States","Ornamental fish nei","ornamentals",2018, 163,"United States","Ornamental fish nei","ornamentals",2019, 163,"United States","Ornamental fish nei","ornamentals",2020, +163,"United States","Ornamental fish nei","ornamentals",2021, 163,"United States","Ornamental saltwater fish","ornamentals",1976, 163,"United States","Ornamental saltwater fish","ornamentals",1977, 163,"United States","Ornamental saltwater fish","ornamentals",1978, @@ -38519,6 +41766,7 @@ 163,"United States","Ornamental saltwater fish","ornamentals",2018,4591 163,"United States","Ornamental saltwater fish","ornamentals",2019,4495.44 163,"United States","Ornamental saltwater fish","ornamentals",2020,2921.56 +163,"United States","Ornamental saltwater fish","ornamentals",2021,2688.92 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -38564,6 +41812,7 @@ 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +163,"United States","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -38609,6 +41858,7 @@ 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,9619 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,10434.15 163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,14707.88 +163,"United States","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,18635.01 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -38654,6 +41904,7 @@ 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,5619 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,5407.29 163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,3058.25 +163,"United States","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,4108 164,"Belize","Fish body oils, nei","fish_oil",1976, 164,"Belize","Fish body oils, nei","fish_oil",1977, 164,"Belize","Fish body oils, nei","fish_oil",1978, @@ -38699,6 +41950,7 @@ 164,"Belize","Fish body oils, nei","fish_oil",2018, 164,"Belize","Fish body oils, nei","fish_oil",2019, 164,"Belize","Fish body oils, nei","fish_oil",2020, +164,"Belize","Fish body oils, nei","fish_oil",2021, 164,"Belize","Miscellaneous corals and shells","shells",1976, 164,"Belize","Miscellaneous corals and shells","shells",1977, 164,"Belize","Miscellaneous corals and shells","shells",1978, @@ -38744,6 +41996,7 @@ 164,"Belize","Miscellaneous corals and shells","shells",2018, 164,"Belize","Miscellaneous corals and shells","shells",2019,14.16 164,"Belize","Miscellaneous corals and shells","shells",2020, +164,"Belize","Miscellaneous corals and shells","shells",2021,38.79 164,"Belize","Ornamental fish nei","ornamentals",1976, 164,"Belize","Ornamental fish nei","ornamentals",1977,6 164,"Belize","Ornamental fish nei","ornamentals",1978, @@ -38789,6 +42042,7 @@ 164,"Belize","Ornamental fish nei","ornamentals",2018, 164,"Belize","Ornamental fish nei","ornamentals",2019, 164,"Belize","Ornamental fish nei","ornamentals",2020, +164,"Belize","Ornamental fish nei","ornamentals",2021, 164,"Belize","Ornamental saltwater fish","ornamentals",1976, 164,"Belize","Ornamental saltwater fish","ornamentals",1977, 164,"Belize","Ornamental saltwater fish","ornamentals",1978, @@ -38834,6 +42088,7 @@ 164,"Belize","Ornamental saltwater fish","ornamentals",2018, 164,"Belize","Ornamental saltwater fish","ornamentals",2019, 164,"Belize","Ornamental saltwater fish","ornamentals",2020, +164,"Belize","Ornamental saltwater fish","ornamentals",2021, 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -38879,6 +42134,7 @@ 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +164,"Belize","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -38924,6 +42180,7 @@ 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1.53 +164,"Belize","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,8.8 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -38969,6 +42226,7 @@ 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.44 164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,0.96 +164,"Belize","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.19 166,"Jamaica","Coral and the like","corals",1976, 166,"Jamaica","Coral and the like","corals",1977, 166,"Jamaica","Coral and the like","corals",1978, @@ -39014,6 +42272,7 @@ 166,"Jamaica","Coral and the like","corals",2018, 166,"Jamaica","Coral and the like","corals",2019, 166,"Jamaica","Coral and the like","corals",2020, +166,"Jamaica","Coral and the like","corals",2021, 166,"Jamaica","Fish body oils, nei","fish_oil",1976, 166,"Jamaica","Fish body oils, nei","fish_oil",1977, 166,"Jamaica","Fish body oils, nei","fish_oil",1978, @@ -39059,6 +42318,7 @@ 166,"Jamaica","Fish body oils, nei","fish_oil",2018, 166,"Jamaica","Fish body oils, nei","fish_oil",2019, 166,"Jamaica","Fish body oils, nei","fish_oil",2020, +166,"Jamaica","Fish body oils, nei","fish_oil",2021, 166,"Jamaica","Fish liver oils, nei","fish_oil",1976, 166,"Jamaica","Fish liver oils, nei","fish_oil",1977, 166,"Jamaica","Fish liver oils, nei","fish_oil",1978, @@ -39104,6 +42364,7 @@ 166,"Jamaica","Fish liver oils, nei","fish_oil",2018, 166,"Jamaica","Fish liver oils, nei","fish_oil",2019, 166,"Jamaica","Fish liver oils, nei","fish_oil",2020, +166,"Jamaica","Fish liver oils, nei","fish_oil",2021, 166,"Jamaica","Natural sponges raw","sponges",1976, 166,"Jamaica","Natural sponges raw","sponges",1977, 166,"Jamaica","Natural sponges raw","sponges",1978, @@ -39149,6 +42410,7 @@ 166,"Jamaica","Natural sponges raw","sponges",2018, 166,"Jamaica","Natural sponges raw","sponges",2019, 166,"Jamaica","Natural sponges raw","sponges",2020, +166,"Jamaica","Natural sponges raw","sponges",2021, 166,"Jamaica","Ornamental fish nei","ornamentals",1976,18 166,"Jamaica","Ornamental fish nei","ornamentals",1977,97 166,"Jamaica","Ornamental fish nei","ornamentals",1978,57 @@ -39194,6 +42456,7 @@ 166,"Jamaica","Ornamental fish nei","ornamentals",2018, 166,"Jamaica","Ornamental fish nei","ornamentals",2019, 166,"Jamaica","Ornamental fish nei","ornamentals",2020, +166,"Jamaica","Ornamental fish nei","ornamentals",2021, 166,"Jamaica","Ornamental saltwater fish","ornamentals",1976, 166,"Jamaica","Ornamental saltwater fish","ornamentals",1977, 166,"Jamaica","Ornamental saltwater fish","ornamentals",1978, @@ -39239,6 +42502,7 @@ 166,"Jamaica","Ornamental saltwater fish","ornamentals",2018, 166,"Jamaica","Ornamental saltwater fish","ornamentals",2019, 166,"Jamaica","Ornamental saltwater fish","ornamentals",2020, +166,"Jamaica","Ornamental saltwater fish","ornamentals",2021, 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -39284,6 +42548,7 @@ 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +166,"Jamaica","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,0.1 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -39329,6 +42594,7 @@ 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,154.64 +166,"Jamaica","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,97.17 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -39374,6 +42640,7 @@ 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.08 166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,4.21 +166,"Jamaica","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,11.97 167,"Guyana","Agar agar nei","seaweeds",1976, 167,"Guyana","Agar agar nei","seaweeds",1977, 167,"Guyana","Agar agar nei","seaweeds",1978, @@ -39419,6 +42686,7 @@ 167,"Guyana","Agar agar nei","seaweeds",2018, 167,"Guyana","Agar agar nei","seaweeds",2019, 167,"Guyana","Agar agar nei","seaweeds",2020, +167,"Guyana","Agar agar nei","seaweeds",2021, 167,"Guyana","Fish liver oils, nei","fish_oil",1976, 167,"Guyana","Fish liver oils, nei","fish_oil",1977, 167,"Guyana","Fish liver oils, nei","fish_oil",1978, @@ -39464,6 +42732,7 @@ 167,"Guyana","Fish liver oils, nei","fish_oil",2018, 167,"Guyana","Fish liver oils, nei","fish_oil",2019, 167,"Guyana","Fish liver oils, nei","fish_oil",2020,0.14 +167,"Guyana","Fish liver oils, nei","fish_oil",2021,0.17 167,"Guyana","Miscellaneous corals and shells","shells",1976, 167,"Guyana","Miscellaneous corals and shells","shells",1977, 167,"Guyana","Miscellaneous corals and shells","shells",1978, @@ -39509,6 +42778,7 @@ 167,"Guyana","Miscellaneous corals and shells","shells",2018, 167,"Guyana","Miscellaneous corals and shells","shells",2019, 167,"Guyana","Miscellaneous corals and shells","shells",2020, +167,"Guyana","Miscellaneous corals and shells","shells",2021,0.01 167,"Guyana","Natural sponges nei","sponges",1976, 167,"Guyana","Natural sponges nei","sponges",1977, 167,"Guyana","Natural sponges nei","sponges",1978, @@ -39554,6 +42824,7 @@ 167,"Guyana","Natural sponges nei","sponges",2018, 167,"Guyana","Natural sponges nei","sponges",2019, 167,"Guyana","Natural sponges nei","sponges",2020, +167,"Guyana","Natural sponges nei","sponges",2021, 167,"Guyana","Ornamental fish nei","ornamentals",1976, 167,"Guyana","Ornamental fish nei","ornamentals",1977, 167,"Guyana","Ornamental fish nei","ornamentals",1978, @@ -39599,6 +42870,7 @@ 167,"Guyana","Ornamental fish nei","ornamentals",2018,7 167,"Guyana","Ornamental fish nei","ornamentals",2019,3.42 167,"Guyana","Ornamental fish nei","ornamentals",2020, +167,"Guyana","Ornamental fish nei","ornamentals",2021, 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -39644,6 +42916,7 @@ 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +167,"Guyana","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 168,"Suriname","Coral and the like","corals",1976, 168,"Suriname","Coral and the like","corals",1977, 168,"Suriname","Coral and the like","corals",1978, @@ -39689,6 +42962,7 @@ 168,"Suriname","Coral and the like","corals",2018, 168,"Suriname","Coral and the like","corals",2019, 168,"Suriname","Coral and the like","corals",2020, +168,"Suriname","Coral and the like","corals",2021, 168,"Suriname","Fish body oils, nei","fish_oil",1976, 168,"Suriname","Fish body oils, nei","fish_oil",1977, 168,"Suriname","Fish body oils, nei","fish_oil",1978, @@ -39734,6 +43008,7 @@ 168,"Suriname","Fish body oils, nei","fish_oil",2018, 168,"Suriname","Fish body oils, nei","fish_oil",2019, 168,"Suriname","Fish body oils, nei","fish_oil",2020, +168,"Suriname","Fish body oils, nei","fish_oil",2021, 168,"Suriname","Ornamental fish nei","ornamentals",1976, 168,"Suriname","Ornamental fish nei","ornamentals",1977, 168,"Suriname","Ornamental fish nei","ornamentals",1978, @@ -39779,6 +43054,7 @@ 168,"Suriname","Ornamental fish nei","ornamentals",2018, 168,"Suriname","Ornamental fish nei","ornamentals",2019,16.47 168,"Suriname","Ornamental fish nei","ornamentals",2020,26.91 +168,"Suriname","Ornamental fish nei","ornamentals",2021,48.96 168,"Suriname","Ornamental saltwater fish","ornamentals",1976, 168,"Suriname","Ornamental saltwater fish","ornamentals",1977, 168,"Suriname","Ornamental saltwater fish","ornamentals",1978, @@ -39824,6 +43100,7 @@ 168,"Suriname","Ornamental saltwater fish","ornamentals",2018,15 168,"Suriname","Ornamental saltwater fish","ornamentals",2019, 168,"Suriname","Ornamental saltwater fish","ornamentals",2020, +168,"Suriname","Ornamental saltwater fish","ornamentals",2021, 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -39869,6 +43146,7 @@ 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +168,"Suriname","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 169,"French Guiana","Ornamental fish nei","ornamentals",1976, 169,"French Guiana","Ornamental fish nei","ornamentals",1977, 169,"French Guiana","Ornamental fish nei","ornamentals",1978, @@ -39914,6 +43192,7 @@ 169,"French Guiana","Ornamental fish nei","ornamentals",2018, 169,"French Guiana","Ornamental fish nei","ornamentals",2019, 169,"French Guiana","Ornamental fish nei","ornamentals",2020, +169,"French Guiana","Ornamental fish nei","ornamentals",2021, 171,"Brazil","Agar agar nei","seaweeds",1976, 171,"Brazil","Agar agar nei","seaweeds",1977, 171,"Brazil","Agar agar nei","seaweeds",1978, @@ -39959,6 +43238,7 @@ 171,"Brazil","Agar agar nei","seaweeds",2018,138 171,"Brazil","Agar agar nei","seaweeds",2019,44.85 171,"Brazil","Agar agar nei","seaweeds",2020,5.4 +171,"Brazil","Agar agar nei","seaweeds",2021,37.16 171,"Brazil","Cod liver oil","fish_oil",1976, 171,"Brazil","Cod liver oil","fish_oil",1977, 171,"Brazil","Cod liver oil","fish_oil",1978, @@ -40004,6 +43284,7 @@ 171,"Brazil","Cod liver oil","fish_oil",2018, 171,"Brazil","Cod liver oil","fish_oil",2019, 171,"Brazil","Cod liver oil","fish_oil",2020,0.06 +171,"Brazil","Cod liver oil","fish_oil",2021, 171,"Brazil","Coral and the like","corals",1976, 171,"Brazil","Coral and the like","corals",1977, 171,"Brazil","Coral and the like","corals",1978, @@ -40049,6 +43330,7 @@ 171,"Brazil","Coral and the like","corals",2018,1 171,"Brazil","Coral and the like","corals",2019,0.13 171,"Brazil","Coral and the like","corals",2020, +171,"Brazil","Coral and the like","corals",2021,0.01 171,"Brazil","Fish body oils, nei","fish_oil",1976,33 171,"Brazil","Fish body oils, nei","fish_oil",1977,10 171,"Brazil","Fish body oils, nei","fish_oil",1978,4 @@ -40094,6 +43376,7 @@ 171,"Brazil","Fish body oils, nei","fish_oil",2018,2146 171,"Brazil","Fish body oils, nei","fish_oil",2019,1028.36 171,"Brazil","Fish body oils, nei","fish_oil",2020,2119.59 +171,"Brazil","Fish body oils, nei","fish_oil",2021,1437.53 171,"Brazil","Fish liver oils, nei","fish_oil",1976, 171,"Brazil","Fish liver oils, nei","fish_oil",1977, 171,"Brazil","Fish liver oils, nei","fish_oil",1978, @@ -40139,6 +43422,7 @@ 171,"Brazil","Fish liver oils, nei","fish_oil",2018, 171,"Brazil","Fish liver oils, nei","fish_oil",2019, 171,"Brazil","Fish liver oils, nei","fish_oil",2020,2.21 +171,"Brazil","Fish liver oils, nei","fish_oil",2021, 171,"Brazil","Natural sponges raw","sponges",1976, 171,"Brazil","Natural sponges raw","sponges",1977, 171,"Brazil","Natural sponges raw","sponges",1978, @@ -40184,6 +43468,7 @@ 171,"Brazil","Natural sponges raw","sponges",2018, 171,"Brazil","Natural sponges raw","sponges",2019, 171,"Brazil","Natural sponges raw","sponges",2020, +171,"Brazil","Natural sponges raw","sponges",2021, 171,"Brazil","Ornamental fish nei","ornamentals",1976,625 171,"Brazil","Ornamental fish nei","ornamentals",1977,665 171,"Brazil","Ornamental fish nei","ornamentals",1978,884 @@ -40229,6 +43514,7 @@ 171,"Brazil","Ornamental fish nei","ornamentals",2018, 171,"Brazil","Ornamental fish nei","ornamentals",2019, 171,"Brazil","Ornamental fish nei","ornamentals",2020, +171,"Brazil","Ornamental fish nei","ornamentals",2021, 171,"Brazil","Ornamental saltwater fish","ornamentals",1976, 171,"Brazil","Ornamental saltwater fish","ornamentals",1977, 171,"Brazil","Ornamental saltwater fish","ornamentals",1978, @@ -40274,6 +43560,7 @@ 171,"Brazil","Ornamental saltwater fish","ornamentals",2018,273 171,"Brazil","Ornamental saltwater fish","ornamentals",2019,239.22 171,"Brazil","Ornamental saltwater fish","ornamentals",2020,116.33 +171,"Brazil","Ornamental saltwater fish","ornamentals",2021,191.7 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -40319,6 +43606,7 @@ 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +171,"Brazil","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -40364,6 +43652,7 @@ 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,327 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,351.06 171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,538 +171,"Brazil","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,948.38 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -40409,6 +43698,7 @@ 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,254 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,234.68 171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1566.76 +171,"Brazil","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,2142.75 172,"Argentina","Agar agar nei","seaweeds",1976, 172,"Argentina","Agar agar nei","seaweeds",1977, 172,"Argentina","Agar agar nei","seaweeds",1978, @@ -40454,6 +43744,7 @@ 172,"Argentina","Agar agar nei","seaweeds",2018, 172,"Argentina","Agar agar nei","seaweeds",2019, 172,"Argentina","Agar agar nei","seaweeds",2020, +172,"Argentina","Agar agar nei","seaweeds",2021, 172,"Argentina","Cod liver oil","fish_oil",1976, 172,"Argentina","Cod liver oil","fish_oil",1977, 172,"Argentina","Cod liver oil","fish_oil",1978, @@ -40499,6 +43790,7 @@ 172,"Argentina","Cod liver oil","fish_oil",2018, 172,"Argentina","Cod liver oil","fish_oil",2019, 172,"Argentina","Cod liver oil","fish_oil",2020, +172,"Argentina","Cod liver oil","fish_oil",2021, 172,"Argentina","Fish body oils, nei","fish_oil",1976, 172,"Argentina","Fish body oils, nei","fish_oil",1977, 172,"Argentina","Fish body oils, nei","fish_oil",1978, @@ -40544,6 +43836,7 @@ 172,"Argentina","Fish body oils, nei","fish_oil",2018,184 172,"Argentina","Fish body oils, nei","fish_oil",2019, 172,"Argentina","Fish body oils, nei","fish_oil",2020,302.2 +172,"Argentina","Fish body oils, nei","fish_oil",2021, 172,"Argentina","Fish liver oils, nei","fish_oil",1976, 172,"Argentina","Fish liver oils, nei","fish_oil",1977, 172,"Argentina","Fish liver oils, nei","fish_oil",1978, @@ -40589,6 +43882,7 @@ 172,"Argentina","Fish liver oils, nei","fish_oil",2018, 172,"Argentina","Fish liver oils, nei","fish_oil",2019, 172,"Argentina","Fish liver oils, nei","fish_oil",2020, +172,"Argentina","Fish liver oils, nei","fish_oil",2021, 172,"Argentina","Miscellaneous corals and shells","shells",1976, 172,"Argentina","Miscellaneous corals and shells","shells",1977, 172,"Argentina","Miscellaneous corals and shells","shells",1978, @@ -40634,6 +43928,7 @@ 172,"Argentina","Miscellaneous corals and shells","shells",2018, 172,"Argentina","Miscellaneous corals and shells","shells",2019, 172,"Argentina","Miscellaneous corals and shells","shells",2020, +172,"Argentina","Miscellaneous corals and shells","shells",2021, 172,"Argentina","Natural sponges nei","sponges",1976, 172,"Argentina","Natural sponges nei","sponges",1977, 172,"Argentina","Natural sponges nei","sponges",1978, @@ -40679,6 +43974,7 @@ 172,"Argentina","Natural sponges nei","sponges",2018, 172,"Argentina","Natural sponges nei","sponges",2019, 172,"Argentina","Natural sponges nei","sponges",2020, +172,"Argentina","Natural sponges nei","sponges",2021, 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",1976, 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",1977,33 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",1978,109 @@ -40724,6 +44020,7 @@ 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",2018, 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",2019, 172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",2020, +172,"Argentina","Oils and fats of aquatic animals, nei","fish_oil",2021, 172,"Argentina","Ornamental fish nei","ornamentals",1976,3 172,"Argentina","Ornamental fish nei","ornamentals",1977,9 172,"Argentina","Ornamental fish nei","ornamentals",1978,9 @@ -40769,6 +44066,7 @@ 172,"Argentina","Ornamental fish nei","ornamentals",2018, 172,"Argentina","Ornamental fish nei","ornamentals",2019, 172,"Argentina","Ornamental fish nei","ornamentals",2020, +172,"Argentina","Ornamental fish nei","ornamentals",2021, 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -40814,6 +44112,7 @@ 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +172,"Argentina","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -40859,6 +44158,7 @@ 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +172,"Argentina","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -40904,6 +44204,7 @@ 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,75 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +172,"Argentina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 173,"Uruguay","Agar agar nei","seaweeds",1976, 173,"Uruguay","Agar agar nei","seaweeds",1977, 173,"Uruguay","Agar agar nei","seaweeds",1978, @@ -40949,6 +44250,7 @@ 173,"Uruguay","Agar agar nei","seaweeds",2018, 173,"Uruguay","Agar agar nei","seaweeds",2019, 173,"Uruguay","Agar agar nei","seaweeds",2020, +173,"Uruguay","Agar agar nei","seaweeds",2021, 173,"Uruguay","Fish body oils, nei","fish_oil",1976, 173,"Uruguay","Fish body oils, nei","fish_oil",1977, 173,"Uruguay","Fish body oils, nei","fish_oil",1978, @@ -40994,6 +44296,7 @@ 173,"Uruguay","Fish body oils, nei","fish_oil",2018, 173,"Uruguay","Fish body oils, nei","fish_oil",2019, 173,"Uruguay","Fish body oils, nei","fish_oil",2020, +173,"Uruguay","Fish body oils, nei","fish_oil",2021, 173,"Uruguay","Fish liver oils, nei","fish_oil",1976, 173,"Uruguay","Fish liver oils, nei","fish_oil",1977, 173,"Uruguay","Fish liver oils, nei","fish_oil",1978, @@ -41039,6 +44342,7 @@ 173,"Uruguay","Fish liver oils, nei","fish_oil",2018, 173,"Uruguay","Fish liver oils, nei","fish_oil",2019, 173,"Uruguay","Fish liver oils, nei","fish_oil",2020, +173,"Uruguay","Fish liver oils, nei","fish_oil",2021, 173,"Uruguay","Ornamental fish nei","ornamentals",1976, 173,"Uruguay","Ornamental fish nei","ornamentals",1977, 173,"Uruguay","Ornamental fish nei","ornamentals",1978, @@ -41084,6 +44388,7 @@ 173,"Uruguay","Ornamental fish nei","ornamentals",2018, 173,"Uruguay","Ornamental fish nei","ornamentals",2019, 173,"Uruguay","Ornamental fish nei","ornamentals",2020, +173,"Uruguay","Ornamental fish nei","ornamentals",2021, 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -41129,6 +44434,7 @@ 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +173,"Uruguay","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -41174,6 +44480,7 @@ 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,1.18 173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,4.26 +173,"Uruguay","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1.8 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -41218,7 +44525,8 @@ 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,10.34 -173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,5 +173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +173,"Uruguay","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 173,"Uruguay","Shark liver oil","fish_oil",1976, 173,"Uruguay","Shark liver oil","fish_oil",1977, 173,"Uruguay","Shark liver oil","fish_oil",1978, @@ -41264,6 +44572,7 @@ 173,"Uruguay","Shark liver oil","fish_oil",2018, 173,"Uruguay","Shark liver oil","fish_oil",2019, 173,"Uruguay","Shark liver oil","fish_oil",2020, +173,"Uruguay","Shark liver oil","fish_oil",2021, 174,"Finland","Agar agar nei","seaweeds",1976, 174,"Finland","Agar agar nei","seaweeds",1977, 174,"Finland","Agar agar nei","seaweeds",1978, @@ -41309,6 +44618,7 @@ 174,"Finland","Agar agar nei","seaweeds",2018,1 174,"Finland","Agar agar nei","seaweeds",2019,21.15 174,"Finland","Agar agar nei","seaweeds",2020,6.93 +174,"Finland","Agar agar nei","seaweeds",2021,12.64 174,"Finland","Fish body oils, nei","fish_oil",1976, 174,"Finland","Fish body oils, nei","fish_oil",1977, 174,"Finland","Fish body oils, nei","fish_oil",1978, @@ -41354,6 +44664,7 @@ 174,"Finland","Fish body oils, nei","fish_oil",2018,1784 174,"Finland","Fish body oils, nei","fish_oil",2019,1725.41 174,"Finland","Fish body oils, nei","fish_oil",2020,3009.25 +174,"Finland","Fish body oils, nei","fish_oil",2021,2537.8 174,"Finland","Fish liver oils, nei","fish_oil",1976, 174,"Finland","Fish liver oils, nei","fish_oil",1977, 174,"Finland","Fish liver oils, nei","fish_oil",1978, @@ -41399,6 +44710,7 @@ 174,"Finland","Fish liver oils, nei","fish_oil",2018,36 174,"Finland","Fish liver oils, nei","fish_oil",2019,103.42 174,"Finland","Fish liver oils, nei","fish_oil",2020,130.55 +174,"Finland","Fish liver oils, nei","fish_oil",2021,111.06 174,"Finland","Halibuts, liver oils","fish_oil",1976, 174,"Finland","Halibuts, liver oils","fish_oil",1977, 174,"Finland","Halibuts, liver oils","fish_oil",1978, @@ -41444,6 +44756,7 @@ 174,"Finland","Halibuts, liver oils","fish_oil",2018, 174,"Finland","Halibuts, liver oils","fish_oil",2019, 174,"Finland","Halibuts, liver oils","fish_oil",2020,4.89 +174,"Finland","Halibuts, liver oils","fish_oil",2021, 174,"Finland","Miscellaneous corals and shells","shells",1976, 174,"Finland","Miscellaneous corals and shells","shells",1977, 174,"Finland","Miscellaneous corals and shells","shells",1978, @@ -41489,6 +44802,7 @@ 174,"Finland","Miscellaneous corals and shells","shells",2018, 174,"Finland","Miscellaneous corals and shells","shells",2019, 174,"Finland","Miscellaneous corals and shells","shells",2020,0 +174,"Finland","Miscellaneous corals and shells","shells",2021,0.07 174,"Finland","Natural sponges other than raw","sponges",1976, 174,"Finland","Natural sponges other than raw","sponges",1977, 174,"Finland","Natural sponges other than raw","sponges",1978, @@ -41534,6 +44848,7 @@ 174,"Finland","Natural sponges other than raw","sponges",2018,1 174,"Finland","Natural sponges other than raw","sponges",2019,17.94 174,"Finland","Natural sponges other than raw","sponges",2020,11.82 +174,"Finland","Natural sponges other than raw","sponges",2021,79.96 174,"Finland","Natural sponges raw","sponges",1976, 174,"Finland","Natural sponges raw","sponges",1977, 174,"Finland","Natural sponges raw","sponges",1978, @@ -41579,6 +44894,7 @@ 174,"Finland","Natural sponges raw","sponges",2018, 174,"Finland","Natural sponges raw","sponges",2019, 174,"Finland","Natural sponges raw","sponges",2020,0.01 +174,"Finland","Natural sponges raw","sponges",2021, 174,"Finland","Ornamental fish nei","ornamentals",1976, 174,"Finland","Ornamental fish nei","ornamentals",1977, 174,"Finland","Ornamental fish nei","ornamentals",1978, @@ -41624,6 +44940,7 @@ 174,"Finland","Ornamental fish nei","ornamentals",2018, 174,"Finland","Ornamental fish nei","ornamentals",2019, 174,"Finland","Ornamental fish nei","ornamentals",2020, +174,"Finland","Ornamental fish nei","ornamentals",2021, 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -41669,6 +44986,7 @@ 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +174,"Finland","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -41714,6 +45032,7 @@ 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.07 174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,2.92 +174,"Finland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1.04 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -41759,6 +45078,7 @@ 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,40 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,19.52 174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,21.33 +174,"Finland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,12.03 175,"Denmark","Agar agar nei","seaweeds",1976, 175,"Denmark","Agar agar nei","seaweeds",1977, 175,"Denmark","Agar agar nei","seaweeds",1978, @@ -41773,10 +45093,10 @@ 175,"Denmark","Agar agar nei","seaweeds",1987,14303 175,"Denmark","Agar agar nei","seaweeds",1988,944 175,"Denmark","Agar agar nei","seaweeds",1989,1467 -175,"Denmark","Agar agar nei","seaweeds",1990, -175,"Denmark","Agar agar nei","seaweeds",1991, -175,"Denmark","Agar agar nei","seaweeds",1992, -175,"Denmark","Agar agar nei","seaweeds",1993, +175,"Denmark","Agar agar nei","seaweeds",1990,561 +175,"Denmark","Agar agar nei","seaweeds",1991,144 +175,"Denmark","Agar agar nei","seaweeds",1992,58 +175,"Denmark","Agar agar nei","seaweeds",1993,170 175,"Denmark","Agar agar nei","seaweeds",1994,244 175,"Denmark","Agar agar nei","seaweeds",1995,740 175,"Denmark","Agar agar nei","seaweeds",1996,2033 @@ -41804,6 +45124,53 @@ 175,"Denmark","Agar agar nei","seaweeds",2018,87 175,"Denmark","Agar agar nei","seaweeds",2019,12.23 175,"Denmark","Agar agar nei","seaweeds",2020,78.05 +175,"Denmark","Agar agar nei","seaweeds",2021,8.05 +175,"Denmark","Coral and the like","corals",1976, +175,"Denmark","Coral and the like","corals",1977, +175,"Denmark","Coral and the like","corals",1978, +175,"Denmark","Coral and the like","corals",1979, +175,"Denmark","Coral and the like","corals",1980, +175,"Denmark","Coral and the like","corals",1981, +175,"Denmark","Coral and the like","corals",1982, +175,"Denmark","Coral and the like","corals",1983, +175,"Denmark","Coral and the like","corals",1984, +175,"Denmark","Coral and the like","corals",1985, +175,"Denmark","Coral and the like","corals",1986, +175,"Denmark","Coral and the like","corals",1987, +175,"Denmark","Coral and the like","corals",1988, +175,"Denmark","Coral and the like","corals",1989, +175,"Denmark","Coral and the like","corals",1990, +175,"Denmark","Coral and the like","corals",1991, +175,"Denmark","Coral and the like","corals",1992, +175,"Denmark","Coral and the like","corals",1993, +175,"Denmark","Coral and the like","corals",1994, +175,"Denmark","Coral and the like","corals",1995, +175,"Denmark","Coral and the like","corals",1996, +175,"Denmark","Coral and the like","corals",1997, +175,"Denmark","Coral and the like","corals",1998, +175,"Denmark","Coral and the like","corals",1999, +175,"Denmark","Coral and the like","corals",2000, +175,"Denmark","Coral and the like","corals",2001, +175,"Denmark","Coral and the like","corals",2002, +175,"Denmark","Coral and the like","corals",2003, +175,"Denmark","Coral and the like","corals",2004, +175,"Denmark","Coral and the like","corals",2005, +175,"Denmark","Coral and the like","corals",2006, +175,"Denmark","Coral and the like","corals",2007, +175,"Denmark","Coral and the like","corals",2008, +175,"Denmark","Coral and the like","corals",2009, +175,"Denmark","Coral and the like","corals",2010, +175,"Denmark","Coral and the like","corals",2011, +175,"Denmark","Coral and the like","corals",2012, +175,"Denmark","Coral and the like","corals",2013, +175,"Denmark","Coral and the like","corals",2014, +175,"Denmark","Coral and the like","corals",2015, +175,"Denmark","Coral and the like","corals",2016, +175,"Denmark","Coral and the like","corals",2017, +175,"Denmark","Coral and the like","corals",2018, +175,"Denmark","Coral and the like","corals",2019, +175,"Denmark","Coral and the like","corals",2020, +175,"Denmark","Coral and the like","corals",2021,3.73 175,"Denmark","Fish body oils, nei","fish_oil",1976, 175,"Denmark","Fish body oils, nei","fish_oil",1977, 175,"Denmark","Fish body oils, nei","fish_oil",1978, @@ -41849,6 +45216,7 @@ 175,"Denmark","Fish body oils, nei","fish_oil",2018,231044 175,"Denmark","Fish body oils, nei","fish_oil",2019,244511.59 175,"Denmark","Fish body oils, nei","fish_oil",2020,298304.44 +175,"Denmark","Fish body oils, nei","fish_oil",2021,256515.61 175,"Denmark","Fish liver oils, nei","fish_oil",1976,1 175,"Denmark","Fish liver oils, nei","fish_oil",1977,0.1 175,"Denmark","Fish liver oils, nei","fish_oil",1978,2 @@ -41894,6 +45262,7 @@ 175,"Denmark","Fish liver oils, nei","fish_oil",2018,13493 175,"Denmark","Fish liver oils, nei","fish_oil",2019,3252.8 175,"Denmark","Fish liver oils, nei","fish_oil",2020,5394.71 +175,"Denmark","Fish liver oils, nei","fish_oil",2021,4242.18 175,"Denmark","Halibuts, liver oils","fish_oil",1976, 175,"Denmark","Halibuts, liver oils","fish_oil",1977, 175,"Denmark","Halibuts, liver oils","fish_oil",1978, @@ -41939,6 +45308,7 @@ 175,"Denmark","Halibuts, liver oils","fish_oil",2018,921 175,"Denmark","Halibuts, liver oils","fish_oil",2019,930.34 175,"Denmark","Halibuts, liver oils","fish_oil",2020,951.58 +175,"Denmark","Halibuts, liver oils","fish_oil",2021,763.63 175,"Denmark","Herring oil","fish_oil",1976,28473 175,"Denmark","Herring oil","fish_oil",1977,32058 175,"Denmark","Herring oil","fish_oil",1978,27976 @@ -41984,6 +45354,7 @@ 175,"Denmark","Herring oil","fish_oil",2018, 175,"Denmark","Herring oil","fish_oil",2019, 175,"Denmark","Herring oil","fish_oil",2020, +175,"Denmark","Herring oil","fish_oil",2021, 175,"Denmark","Miscellaneous corals and shells","shells",1976, 175,"Denmark","Miscellaneous corals and shells","shells",1977, 175,"Denmark","Miscellaneous corals and shells","shells",1978, @@ -41998,10 +45369,10 @@ 175,"Denmark","Miscellaneous corals and shells","shells",1987, 175,"Denmark","Miscellaneous corals and shells","shells",1988, 175,"Denmark","Miscellaneous corals and shells","shells",1989, -175,"Denmark","Miscellaneous corals and shells","shells",1990, -175,"Denmark","Miscellaneous corals and shells","shells",1991, -175,"Denmark","Miscellaneous corals and shells","shells",1992, -175,"Denmark","Miscellaneous corals and shells","shells",1993, +175,"Denmark","Miscellaneous corals and shells","shells",1990,2906 +175,"Denmark","Miscellaneous corals and shells","shells",1991,2718 +175,"Denmark","Miscellaneous corals and shells","shells",1992,2948 +175,"Denmark","Miscellaneous corals and shells","shells",1993,4171 175,"Denmark","Miscellaneous corals and shells","shells",1994,2735 175,"Denmark","Miscellaneous corals and shells","shells",1995,2246 175,"Denmark","Miscellaneous corals and shells","shells",1996,2903 @@ -42029,6 +45400,7 @@ 175,"Denmark","Miscellaneous corals and shells","shells",2018,573 175,"Denmark","Miscellaneous corals and shells","shells",2019,521.92 175,"Denmark","Miscellaneous corals and shells","shells",2020,1073.93 +175,"Denmark","Miscellaneous corals and shells","shells",2021,232.54 175,"Denmark","Natural sponges other than raw","sponges",1976, 175,"Denmark","Natural sponges other than raw","sponges",1977, 175,"Denmark","Natural sponges other than raw","sponges",1978, @@ -42074,6 +45446,7 @@ 175,"Denmark","Natural sponges other than raw","sponges",2018,17 175,"Denmark","Natural sponges other than raw","sponges",2019,31.66 175,"Denmark","Natural sponges other than raw","sponges",2020,49.77 +175,"Denmark","Natural sponges other than raw","sponges",2021,54.69 175,"Denmark","Natural sponges raw","sponges",1976,5 175,"Denmark","Natural sponges raw","sponges",1977,2 175,"Denmark","Natural sponges raw","sponges",1978,2 @@ -42119,6 +45492,7 @@ 175,"Denmark","Natural sponges raw","sponges",2018,2 175,"Denmark","Natural sponges raw","sponges",2019,18.96 175,"Denmark","Natural sponges raw","sponges",2020,1.62 +175,"Denmark","Natural sponges raw","sponges",2021,5.26 175,"Denmark","Ornamental saltwater fish","ornamentals",1976, 175,"Denmark","Ornamental saltwater fish","ornamentals",1977, 175,"Denmark","Ornamental saltwater fish","ornamentals",1978, @@ -42164,6 +45538,7 @@ 175,"Denmark","Ornamental saltwater fish","ornamentals",2018,63 175,"Denmark","Ornamental saltwater fish","ornamentals",2019, 175,"Denmark","Ornamental saltwater fish","ornamentals",2020,2.66 +175,"Denmark","Ornamental saltwater fish","ornamentals",2021,0.63 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -42178,10 +45553,10 @@ 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1987, 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1988,12 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1989,22 -175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1990, -175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1991, -175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1992, -175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1993, +175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1990,27 +175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1991,152 +175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1992,28 +175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1993,507 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1994,39 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1995,29 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",1996,119 @@ -42209,6 +45584,7 @@ 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +175,"Denmark","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -42254,6 +45630,7 @@ 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,5432 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,6278.87 175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,6237.99 +175,"Denmark","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,10198.38 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -42299,6 +45676,7 @@ 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1170 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,823.31 175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1414.48 +175,"Denmark","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1390.97 175,"Denmark","Shells nei","shells",1976,172 175,"Denmark","Shells nei","shells",1977,184 175,"Denmark","Shells nei","shells",1978,207 @@ -42344,6 +45722,7 @@ 175,"Denmark","Shells nei","shells",2018, 175,"Denmark","Shells nei","shells",2019, 175,"Denmark","Shells nei","shells",2020, +175,"Denmark","Shells nei","shells",2021, 176,"Germany","Agar agar nei","seaweeds",1976,496 176,"Germany","Agar agar nei","seaweeds",1977,468 176,"Germany","Agar agar nei","seaweeds",1978,675 @@ -42389,6 +45768,53 @@ 176,"Germany","Agar agar nei","seaweeds",2018,11602 176,"Germany","Agar agar nei","seaweeds",2019,10712.51 176,"Germany","Agar agar nei","seaweeds",2020,8971.26 +176,"Germany","Agar agar nei","seaweeds",2021,9382.64 +176,"Germany","Coral and the like","corals",1976, +176,"Germany","Coral and the like","corals",1977, +176,"Germany","Coral and the like","corals",1978, +176,"Germany","Coral and the like","corals",1979, +176,"Germany","Coral and the like","corals",1980, +176,"Germany","Coral and the like","corals",1981, +176,"Germany","Coral and the like","corals",1982, +176,"Germany","Coral and the like","corals",1983, +176,"Germany","Coral and the like","corals",1984, +176,"Germany","Coral and the like","corals",1985, +176,"Germany","Coral and the like","corals",1986, +176,"Germany","Coral and the like","corals",1987, +176,"Germany","Coral and the like","corals",1988, +176,"Germany","Coral and the like","corals",1989, +176,"Germany","Coral and the like","corals",1990, +176,"Germany","Coral and the like","corals",1991, +176,"Germany","Coral and the like","corals",1992, +176,"Germany","Coral and the like","corals",1993, +176,"Germany","Coral and the like","corals",1994, +176,"Germany","Coral and the like","corals",1995, +176,"Germany","Coral and the like","corals",1996, +176,"Germany","Coral and the like","corals",1997, +176,"Germany","Coral and the like","corals",1998, +176,"Germany","Coral and the like","corals",1999, +176,"Germany","Coral and the like","corals",2000, +176,"Germany","Coral and the like","corals",2001, +176,"Germany","Coral and the like","corals",2002, +176,"Germany","Coral and the like","corals",2003, +176,"Germany","Coral and the like","corals",2004, +176,"Germany","Coral and the like","corals",2005, +176,"Germany","Coral and the like","corals",2006, +176,"Germany","Coral and the like","corals",2007, +176,"Germany","Coral and the like","corals",2008, +176,"Germany","Coral and the like","corals",2009, +176,"Germany","Coral and the like","corals",2010, +176,"Germany","Coral and the like","corals",2011, +176,"Germany","Coral and the like","corals",2012, +176,"Germany","Coral and the like","corals",2013, +176,"Germany","Coral and the like","corals",2014, +176,"Germany","Coral and the like","corals",2015, +176,"Germany","Coral and the like","corals",2016, +176,"Germany","Coral and the like","corals",2017, +176,"Germany","Coral and the like","corals",2018, +176,"Germany","Coral and the like","corals",2019, +176,"Germany","Coral and the like","corals",2020, +176,"Germany","Coral and the like","corals",2021,13.85 176,"Germany","Fish body oils, nei","fish_oil",1976,2204 176,"Germany","Fish body oils, nei","fish_oil",1977,2143 176,"Germany","Fish body oils, nei","fish_oil",1978,3013 @@ -42434,6 +45860,7 @@ 176,"Germany","Fish body oils, nei","fish_oil",2018,29866 176,"Germany","Fish body oils, nei","fish_oil",2019,34955.78 176,"Germany","Fish body oils, nei","fish_oil",2020,36331.28 +176,"Germany","Fish body oils, nei","fish_oil",2021,48063.33 176,"Germany","Fish liver oils, nei","fish_oil",1976,548 176,"Germany","Fish liver oils, nei","fish_oil",1977,375 176,"Germany","Fish liver oils, nei","fish_oil",1978,228 @@ -42479,6 +45906,7 @@ 176,"Germany","Fish liver oils, nei","fish_oil",2018,19303 176,"Germany","Fish liver oils, nei","fish_oil",2019,1451.8 176,"Germany","Fish liver oils, nei","fish_oil",2020,2461.19 +176,"Germany","Fish liver oils, nei","fish_oil",2021,8575.52 176,"Germany","Halibuts, liver oils","fish_oil",1976, 176,"Germany","Halibuts, liver oils","fish_oil",1977, 176,"Germany","Halibuts, liver oils","fish_oil",1978, @@ -42524,6 +45952,7 @@ 176,"Germany","Halibuts, liver oils","fish_oil",2018,0.1 176,"Germany","Halibuts, liver oils","fish_oil",2019,0.18 176,"Germany","Halibuts, liver oils","fish_oil",2020,75.83 +176,"Germany","Halibuts, liver oils","fish_oil",2021,76.89 176,"Germany","Miscellaneous corals and shells","shells",1976, 176,"Germany","Miscellaneous corals and shells","shells",1977, 176,"Germany","Miscellaneous corals and shells","shells",1978, @@ -42569,6 +45998,7 @@ 176,"Germany","Miscellaneous corals and shells","shells",2018,1218 176,"Germany","Miscellaneous corals and shells","shells",2019,1091.84 176,"Germany","Miscellaneous corals and shells","shells",2020,1080.7 +176,"Germany","Miscellaneous corals and shells","shells",2021,1149.32 176,"Germany","Natural sponges other than raw","sponges",1976, 176,"Germany","Natural sponges other than raw","sponges",1977, 176,"Germany","Natural sponges other than raw","sponges",1978, @@ -42614,6 +46044,7 @@ 176,"Germany","Natural sponges other than raw","sponges",2018,556 176,"Germany","Natural sponges other than raw","sponges",2019,975.98 176,"Germany","Natural sponges other than raw","sponges",2020,919.37 +176,"Germany","Natural sponges other than raw","sponges",2021,1190.08 176,"Germany","Natural sponges raw","sponges",1976,82 176,"Germany","Natural sponges raw","sponges",1977,127 176,"Germany","Natural sponges raw","sponges",1978,144 @@ -42659,6 +46090,7 @@ 176,"Germany","Natural sponges raw","sponges",2018,43 176,"Germany","Natural sponges raw","sponges",2019,34.03 176,"Germany","Natural sponges raw","sponges",2020,34.83 +176,"Germany","Natural sponges raw","sponges",2021,34.73 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",1976, 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",1977, 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -42704,6 +46136,7 @@ 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",2018, 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",2019, 176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",2020, +176,"Germany","Oils and fats of aquatic animals, nei","fish_oil",2021, 176,"Germany","Ornamental saltwater fish","ornamentals",1976, 176,"Germany","Ornamental saltwater fish","ornamentals",1977, 176,"Germany","Ornamental saltwater fish","ornamentals",1978, @@ -42749,6 +46182,7 @@ 176,"Germany","Ornamental saltwater fish","ornamentals",2018,612 176,"Germany","Ornamental saltwater fish","ornamentals",2019,394.37 176,"Germany","Ornamental saltwater fish","ornamentals",2020,175.72 +176,"Germany","Ornamental saltwater fish","ornamentals",2021,156.54 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -42794,6 +46228,7 @@ 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +176,"Germany","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -42839,6 +46274,7 @@ 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,5091 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,4480.05 176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,4520.18 +176,"Germany","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,5713.4 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -42884,6 +46320,7 @@ 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,998 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1256.16 176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1385.23 +176,"Germany","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1778.7 176,"Germany","Shells nei","shells",1976,302 176,"Germany","Shells nei","shells",1977,451 176,"Germany","Shells nei","shells",1978,512 @@ -42929,6 +46366,7 @@ 176,"Germany","Shells nei","shells",2018, 176,"Germany","Shells nei","shells",2019, 176,"Germany","Shells nei","shells",2020, +176,"Germany","Shells nei","shells",2021, 177,"Netherlands","Agar agar nei","seaweeds",1976,9 177,"Netherlands","Agar agar nei","seaweeds",1977,13 177,"Netherlands","Agar agar nei","seaweeds",1978,9 @@ -42974,6 +46412,53 @@ 177,"Netherlands","Agar agar nei","seaweeds",2018,2728 177,"Netherlands","Agar agar nei","seaweeds",2019,2631.18 177,"Netherlands","Agar agar nei","seaweeds",2020,1676.33 +177,"Netherlands","Agar agar nei","seaweeds",2021,2188.85 +177,"Netherlands","Coral and the like","corals",1976, +177,"Netherlands","Coral and the like","corals",1977, +177,"Netherlands","Coral and the like","corals",1978, +177,"Netherlands","Coral and the like","corals",1979, +177,"Netherlands","Coral and the like","corals",1980, +177,"Netherlands","Coral and the like","corals",1981, +177,"Netherlands","Coral and the like","corals",1982, +177,"Netherlands","Coral and the like","corals",1983, +177,"Netherlands","Coral and the like","corals",1984, +177,"Netherlands","Coral and the like","corals",1985, +177,"Netherlands","Coral and the like","corals",1986, +177,"Netherlands","Coral and the like","corals",1987, +177,"Netherlands","Coral and the like","corals",1988, +177,"Netherlands","Coral and the like","corals",1989, +177,"Netherlands","Coral and the like","corals",1990, +177,"Netherlands","Coral and the like","corals",1991, +177,"Netherlands","Coral and the like","corals",1992, +177,"Netherlands","Coral and the like","corals",1993, +177,"Netherlands","Coral and the like","corals",1994, +177,"Netherlands","Coral and the like","corals",1995, +177,"Netherlands","Coral and the like","corals",1996, +177,"Netherlands","Coral and the like","corals",1997, +177,"Netherlands","Coral and the like","corals",1998, +177,"Netherlands","Coral and the like","corals",1999, +177,"Netherlands","Coral and the like","corals",2000, +177,"Netherlands","Coral and the like","corals",2001, +177,"Netherlands","Coral and the like","corals",2002, +177,"Netherlands","Coral and the like","corals",2003, +177,"Netherlands","Coral and the like","corals",2004, +177,"Netherlands","Coral and the like","corals",2005, +177,"Netherlands","Coral and the like","corals",2006, +177,"Netherlands","Coral and the like","corals",2007, +177,"Netherlands","Coral and the like","corals",2008, +177,"Netherlands","Coral and the like","corals",2009, +177,"Netherlands","Coral and the like","corals",2010, +177,"Netherlands","Coral and the like","corals",2011, +177,"Netherlands","Coral and the like","corals",2012, +177,"Netherlands","Coral and the like","corals",2013, +177,"Netherlands","Coral and the like","corals",2014, +177,"Netherlands","Coral and the like","corals",2015, +177,"Netherlands","Coral and the like","corals",2016, +177,"Netherlands","Coral and the like","corals",2017, +177,"Netherlands","Coral and the like","corals",2018, +177,"Netherlands","Coral and the like","corals",2019, +177,"Netherlands","Coral and the like","corals",2020, +177,"Netherlands","Coral and the like","corals",2021,109.21 177,"Netherlands","Fish body oils, nei","fish_oil",1976,5552 177,"Netherlands","Fish body oils, nei","fish_oil",1977,4518 177,"Netherlands","Fish body oils, nei","fish_oil",1978,4544 @@ -43019,6 +46504,7 @@ 177,"Netherlands","Fish body oils, nei","fish_oil",2018,53475 177,"Netherlands","Fish body oils, nei","fish_oil",2019,52510.08 177,"Netherlands","Fish body oils, nei","fish_oil",2020,74226.05 +177,"Netherlands","Fish body oils, nei","fish_oil",2021,90808.83 177,"Netherlands","Fish liver oils, nei","fish_oil",1976, 177,"Netherlands","Fish liver oils, nei","fish_oil",1977,361 177,"Netherlands","Fish liver oils, nei","fish_oil",1978,562 @@ -43064,6 +46550,7 @@ 177,"Netherlands","Fish liver oils, nei","fish_oil",2018,3599 177,"Netherlands","Fish liver oils, nei","fish_oil",2019,4157.32 177,"Netherlands","Fish liver oils, nei","fish_oil",2020,4245.05 +177,"Netherlands","Fish liver oils, nei","fish_oil",2021,3502.18 177,"Netherlands","Halibuts, liver oils","fish_oil",1976, 177,"Netherlands","Halibuts, liver oils","fish_oil",1977, 177,"Netherlands","Halibuts, liver oils","fish_oil",1978, @@ -43109,6 +46596,7 @@ 177,"Netherlands","Halibuts, liver oils","fish_oil",2018, 177,"Netherlands","Halibuts, liver oils","fish_oil",2019, 177,"Netherlands","Halibuts, liver oils","fish_oil",2020, +177,"Netherlands","Halibuts, liver oils","fish_oil",2021,21.47 177,"Netherlands","Miscellaneous corals and shells","shells",1976, 177,"Netherlands","Miscellaneous corals and shells","shells",1977, 177,"Netherlands","Miscellaneous corals and shells","shells",1978, @@ -43154,6 +46642,7 @@ 177,"Netherlands","Miscellaneous corals and shells","shells",2018,7416 177,"Netherlands","Miscellaneous corals and shells","shells",2019,7897.94 177,"Netherlands","Miscellaneous corals and shells","shells",2020,8087.98 +177,"Netherlands","Miscellaneous corals and shells","shells",2021,9912.09 177,"Netherlands","Natural sponges other than raw","sponges",1976, 177,"Netherlands","Natural sponges other than raw","sponges",1977, 177,"Netherlands","Natural sponges other than raw","sponges",1978, @@ -43199,6 +46688,7 @@ 177,"Netherlands","Natural sponges other than raw","sponges",2018,16 177,"Netherlands","Natural sponges other than raw","sponges",2019,9.94 177,"Netherlands","Natural sponges other than raw","sponges",2020,2.39 +177,"Netherlands","Natural sponges other than raw","sponges",2021,4.69 177,"Netherlands","Natural sponges raw","sponges",1976,20 177,"Netherlands","Natural sponges raw","sponges",1977,6 177,"Netherlands","Natural sponges raw","sponges",1978,1 @@ -43244,6 +46734,7 @@ 177,"Netherlands","Natural sponges raw","sponges",2018,27 177,"Netherlands","Natural sponges raw","sponges",2019,27.65 177,"Netherlands","Natural sponges raw","sponges",2020,26.93 +177,"Netherlands","Natural sponges raw","sponges",2021,40.27 177,"Netherlands","Ornamental fish nei","ornamentals",1976, 177,"Netherlands","Ornamental fish nei","ornamentals",1977,1180 177,"Netherlands","Ornamental fish nei","ornamentals",1978,1515 @@ -43289,6 +46780,7 @@ 177,"Netherlands","Ornamental fish nei","ornamentals",2018, 177,"Netherlands","Ornamental fish nei","ornamentals",2019, 177,"Netherlands","Ornamental fish nei","ornamentals",2020, +177,"Netherlands","Ornamental fish nei","ornamentals",2021, 177,"Netherlands","Ornamental saltwater fish","ornamentals",1976, 177,"Netherlands","Ornamental saltwater fish","ornamentals",1977, 177,"Netherlands","Ornamental saltwater fish","ornamentals",1978, @@ -43334,6 +46826,7 @@ 177,"Netherlands","Ornamental saltwater fish","ornamentals",2018,12300 177,"Netherlands","Ornamental saltwater fish","ornamentals",2019,11593.59 177,"Netherlands","Ornamental saltwater fish","ornamentals",2020,13642.81 +177,"Netherlands","Ornamental saltwater fish","ornamentals",2021,23820.73 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -43379,6 +46872,7 @@ 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +177,"Netherlands","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -43424,6 +46918,7 @@ 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,6912 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,6014.64 177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,4803.32 +177,"Netherlands","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,5689.09 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -43469,6 +46964,7 @@ 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,3580 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,3914.3 177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,4145.94 +177,"Netherlands","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,5075.8 177,"Netherlands","Shells nei","shells",1976,1014 177,"Netherlands","Shells nei","shells",1977,1161 177,"Netherlands","Shells nei","shells",1978,1057 @@ -43514,6 +47010,7 @@ 177,"Netherlands","Shells nei","shells",2018, 177,"Netherlands","Shells nei","shells",2019, 177,"Netherlands","Shells nei","shells",2020, +177,"Netherlands","Shells nei","shells",2021, 178,"Poland","Agar agar nei","seaweeds",1976, 178,"Poland","Agar agar nei","seaweeds",1977, 178,"Poland","Agar agar nei","seaweeds",1978, @@ -43559,6 +47056,53 @@ 178,"Poland","Agar agar nei","seaweeds",2018,69 178,"Poland","Agar agar nei","seaweeds",2019,124.32 178,"Poland","Agar agar nei","seaweeds",2020,89.6 +178,"Poland","Agar agar nei","seaweeds",2021,172.44 +178,"Poland","Coral and the like","corals",1976, +178,"Poland","Coral and the like","corals",1977, +178,"Poland","Coral and the like","corals",1978, +178,"Poland","Coral and the like","corals",1979, +178,"Poland","Coral and the like","corals",1980, +178,"Poland","Coral and the like","corals",1981, +178,"Poland","Coral and the like","corals",1982, +178,"Poland","Coral and the like","corals",1983, +178,"Poland","Coral and the like","corals",1984, +178,"Poland","Coral and the like","corals",1985, +178,"Poland","Coral and the like","corals",1986, +178,"Poland","Coral and the like","corals",1987, +178,"Poland","Coral and the like","corals",1988, +178,"Poland","Coral and the like","corals",1989, +178,"Poland","Coral and the like","corals",1990, +178,"Poland","Coral and the like","corals",1991, +178,"Poland","Coral and the like","corals",1992, +178,"Poland","Coral and the like","corals",1993, +178,"Poland","Coral and the like","corals",1994, +178,"Poland","Coral and the like","corals",1995, +178,"Poland","Coral and the like","corals",1996, +178,"Poland","Coral and the like","corals",1997, +178,"Poland","Coral and the like","corals",1998, +178,"Poland","Coral and the like","corals",1999, +178,"Poland","Coral and the like","corals",2000, +178,"Poland","Coral and the like","corals",2001, +178,"Poland","Coral and the like","corals",2002, +178,"Poland","Coral and the like","corals",2003, +178,"Poland","Coral and the like","corals",2004, +178,"Poland","Coral and the like","corals",2005, +178,"Poland","Coral and the like","corals",2006, +178,"Poland","Coral and the like","corals",2007, +178,"Poland","Coral and the like","corals",2008, +178,"Poland","Coral and the like","corals",2009, +178,"Poland","Coral and the like","corals",2010, +178,"Poland","Coral and the like","corals",2011, +178,"Poland","Coral and the like","corals",2012, +178,"Poland","Coral and the like","corals",2013, +178,"Poland","Coral and the like","corals",2014, +178,"Poland","Coral and the like","corals",2015, +178,"Poland","Coral and the like","corals",2016, +178,"Poland","Coral and the like","corals",2017, +178,"Poland","Coral and the like","corals",2018, +178,"Poland","Coral and the like","corals",2019, +178,"Poland","Coral and the like","corals",2020, +178,"Poland","Coral and the like","corals",2021,4.1 178,"Poland","Fish body oils, nei","fish_oil",1976, 178,"Poland","Fish body oils, nei","fish_oil",1977, 178,"Poland","Fish body oils, nei","fish_oil",1978, @@ -43604,6 +47148,7 @@ 178,"Poland","Fish body oils, nei","fish_oil",2018,10044 178,"Poland","Fish body oils, nei","fish_oil",2019,8212.56 178,"Poland","Fish body oils, nei","fish_oil",2020,12402.6 +178,"Poland","Fish body oils, nei","fish_oil",2021,10966.62 178,"Poland","Fish liver oils, nei","fish_oil",1976, 178,"Poland","Fish liver oils, nei","fish_oil",1977, 178,"Poland","Fish liver oils, nei","fish_oil",1978, @@ -43649,6 +47194,7 @@ 178,"Poland","Fish liver oils, nei","fish_oil",2018,395 178,"Poland","Fish liver oils, nei","fish_oil",2019,83.9 178,"Poland","Fish liver oils, nei","fish_oil",2020,31.12 +178,"Poland","Fish liver oils, nei","fish_oil",2021,137.74 178,"Poland","Halibuts, liver oils","fish_oil",1976, 178,"Poland","Halibuts, liver oils","fish_oil",1977, 178,"Poland","Halibuts, liver oils","fish_oil",1978, @@ -43694,6 +47240,7 @@ 178,"Poland","Halibuts, liver oils","fish_oil",2018,0.1 178,"Poland","Halibuts, liver oils","fish_oil",2019,1.12 178,"Poland","Halibuts, liver oils","fish_oil",2020,1.19 +178,"Poland","Halibuts, liver oils","fish_oil",2021, 178,"Poland","Miscellaneous corals and shells","shells",1976, 178,"Poland","Miscellaneous corals and shells","shells",1977, 178,"Poland","Miscellaneous corals and shells","shells",1978, @@ -43739,6 +47286,7 @@ 178,"Poland","Miscellaneous corals and shells","shells",2018,1003 178,"Poland","Miscellaneous corals and shells","shells",2019,314.52 178,"Poland","Miscellaneous corals and shells","shells",2020,17.47 +178,"Poland","Miscellaneous corals and shells","shells",2021,99.15 178,"Poland","Natural sponges other than raw","sponges",1976, 178,"Poland","Natural sponges other than raw","sponges",1977, 178,"Poland","Natural sponges other than raw","sponges",1978, @@ -43782,8 +47330,9 @@ 178,"Poland","Natural sponges other than raw","sponges",2016,0.1 178,"Poland","Natural sponges other than raw","sponges",2017,6 178,"Poland","Natural sponges other than raw","sponges",2018,7 -178,"Poland","Natural sponges other than raw","sponges",2019,19.98 -178,"Poland","Natural sponges other than raw","sponges",2020,170.14 +178,"Poland","Natural sponges other than raw","sponges",2019,267.92 +178,"Poland","Natural sponges other than raw","sponges",2020,689.17 +178,"Poland","Natural sponges other than raw","sponges",2021,2303.34 178,"Poland","Natural sponges raw","sponges",1976, 178,"Poland","Natural sponges raw","sponges",1977, 178,"Poland","Natural sponges raw","sponges",1978, @@ -43827,8 +47376,9 @@ 178,"Poland","Natural sponges raw","sponges",2016, 178,"Poland","Natural sponges raw","sponges",2017, 178,"Poland","Natural sponges raw","sponges",2018, -178,"Poland","Natural sponges raw","sponges",2019,3.3 +178,"Poland","Natural sponges raw","sponges",2019,89.87 178,"Poland","Natural sponges raw","sponges",2020,64.8 +178,"Poland","Natural sponges raw","sponges",2021,0.86 178,"Poland","Ornamental fish nei","ornamentals",1976, 178,"Poland","Ornamental fish nei","ornamentals",1977, 178,"Poland","Ornamental fish nei","ornamentals",1978, @@ -43874,6 +47424,7 @@ 178,"Poland","Ornamental fish nei","ornamentals",2018, 178,"Poland","Ornamental fish nei","ornamentals",2019, 178,"Poland","Ornamental fish nei","ornamentals",2020, +178,"Poland","Ornamental fish nei","ornamentals",2021, 178,"Poland","Ornamental saltwater fish","ornamentals",1976, 178,"Poland","Ornamental saltwater fish","ornamentals",1977, 178,"Poland","Ornamental saltwater fish","ornamentals",1978, @@ -43919,6 +47470,7 @@ 178,"Poland","Ornamental saltwater fish","ornamentals",2018, 178,"Poland","Ornamental saltwater fish","ornamentals",2019,2.51 178,"Poland","Ornamental saltwater fish","ornamentals",2020,2.9 +178,"Poland","Ornamental saltwater fish","ornamentals",2021,1.13 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -43964,6 +47516,7 @@ 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +178,"Poland","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -44009,6 +47562,7 @@ 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,890 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,613.65 178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,671.25 +178,"Poland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1059.15 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -44054,6 +47608,7 @@ 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,28 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,87.03 178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,100.91 +178,"Poland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,168.8 179,"France","Agar agar nei","seaweeds",1976,720 179,"France","Agar agar nei","seaweeds",1977,822 179,"France","Agar agar nei","seaweeds",1978,674 @@ -44099,6 +47654,7 @@ 179,"France","Agar agar nei","seaweeds",2018,2198 179,"France","Agar agar nei","seaweeds",2019,1829.22 179,"France","Agar agar nei","seaweeds",2020,1010.62 +179,"France","Agar agar nei","seaweeds",2021,1284.46 179,"France","Coral and the like","corals",1976,1544 179,"France","Coral and the like","corals",1977,1807 179,"France","Coral and the like","corals",1978,3046 @@ -44144,6 +47700,7 @@ 179,"France","Coral and the like","corals",2018, 179,"France","Coral and the like","corals",2019, 179,"France","Coral and the like","corals",2020, +179,"France","Coral and the like","corals",2021,11.18 179,"France","Fish body oils, nei","fish_oil",1976,1692 179,"France","Fish body oils, nei","fish_oil",1977,2306 179,"France","Fish body oils, nei","fish_oil",1978,2388 @@ -44189,6 +47746,7 @@ 179,"France","Fish body oils, nei","fish_oil",2018,53956 179,"France","Fish body oils, nei","fish_oil",2019,46365.99 179,"France","Fish body oils, nei","fish_oil",2020,52584.74 +179,"France","Fish body oils, nei","fish_oil",2021,62505.49 179,"France","Fish liver oils, nei","fish_oil",1976,219 179,"France","Fish liver oils, nei","fish_oil",1977,240 179,"France","Fish liver oils, nei","fish_oil",1978,138 @@ -44234,6 +47792,7 @@ 179,"France","Fish liver oils, nei","fish_oil",2018,3777 179,"France","Fish liver oils, nei","fish_oil",2019,3596.89 179,"France","Fish liver oils, nei","fish_oil",2020,3874.36 +179,"France","Fish liver oils, nei","fish_oil",2021,4567.45 179,"France","Halibuts, liver oils","fish_oil",1976, 179,"France","Halibuts, liver oils","fish_oil",1977, 179,"France","Halibuts, liver oils","fish_oil",1978, @@ -44279,6 +47838,7 @@ 179,"France","Halibuts, liver oils","fish_oil",2018,1 179,"France","Halibuts, liver oils","fish_oil",2019,0.9 179,"France","Halibuts, liver oils","fish_oil",2020,1.39 +179,"France","Halibuts, liver oils","fish_oil",2021,1.01 179,"France","Miscellaneous corals and shells","shells",1976, 179,"France","Miscellaneous corals and shells","shells",1977, 179,"France","Miscellaneous corals and shells","shells",1978, @@ -44324,6 +47884,7 @@ 179,"France","Miscellaneous corals and shells","shells",2018,2648 179,"France","Miscellaneous corals and shells","shells",2019,2379.7 179,"France","Miscellaneous corals and shells","shells",2020,3104.3 +179,"France","Miscellaneous corals and shells","shells",2021,3546.82 179,"France","Natural sponges other than raw","sponges",1976, 179,"France","Natural sponges other than raw","sponges",1977, 179,"France","Natural sponges other than raw","sponges",1978, @@ -44369,6 +47930,7 @@ 179,"France","Natural sponges other than raw","sponges",2018,194 179,"France","Natural sponges other than raw","sponges",2019,210.61 179,"France","Natural sponges other than raw","sponges",2020,166.39 +179,"France","Natural sponges other than raw","sponges",2021,134.28 179,"France","Natural sponges raw","sponges",1976,1110 179,"France","Natural sponges raw","sponges",1977,1348 179,"France","Natural sponges raw","sponges",1978,1385 @@ -44414,6 +47976,7 @@ 179,"France","Natural sponges raw","sponges",2018,783 179,"France","Natural sponges raw","sponges",2019,321.87 179,"France","Natural sponges raw","sponges",2020,54.43 +179,"France","Natural sponges raw","sponges",2021,214.97 179,"France","Ornamental saltwater fish","ornamentals",1976, 179,"France","Ornamental saltwater fish","ornamentals",1977, 179,"France","Ornamental saltwater fish","ornamentals",1978, @@ -44459,6 +48022,7 @@ 179,"France","Ornamental saltwater fish","ornamentals",2018,1518 179,"France","Ornamental saltwater fish","ornamentals",2019,1498.8 179,"France","Ornamental saltwater fish","ornamentals",2020,1333.69 +179,"France","Ornamental saltwater fish","ornamentals",2021,1842.05 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",1976,45949 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",1977,48404 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",1978,463 @@ -44504,6 +48068,7 @@ 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +179,"France","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -44549,6 +48114,7 @@ 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,5067 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,3947.14 179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,5000.32 +179,"France","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,5874.67 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -44594,6 +48160,7 @@ 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,6222 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,6371.79 179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,6036.66 +179,"France","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,7024.36 179,"France","Shells nei","shells",1976,5532 179,"France","Shells nei","shells",1977,7090 179,"France","Shells nei","shells",1978,9942 @@ -44639,6 +48206,7 @@ 179,"France","Shells nei","shells",2018, 179,"France","Shells nei","shells",2019, 179,"France","Shells nei","shells",2020, +179,"France","Shells nei","shells",2021, 180,"United Kingdom","Agar agar nei","seaweeds",1976,333 180,"United Kingdom","Agar agar nei","seaweeds",1977,306 180,"United Kingdom","Agar agar nei","seaweeds",1978,451 @@ -44684,6 +48252,7 @@ 180,"United Kingdom","Agar agar nei","seaweeds",2018,2710 180,"United Kingdom","Agar agar nei","seaweeds",2019,2148.9 180,"United Kingdom","Agar agar nei","seaweeds",2020,1739.42 +180,"United Kingdom","Agar agar nei","seaweeds",2021,740.5 180,"United Kingdom","Fish body oils, nei","fish_oil",1976,444 180,"United Kingdom","Fish body oils, nei","fish_oil",1977,1255 180,"United Kingdom","Fish body oils, nei","fish_oil",1978,1371 @@ -44729,6 +48298,7 @@ 180,"United Kingdom","Fish body oils, nei","fish_oil",2018,23555 180,"United Kingdom","Fish body oils, nei","fish_oil",2019,15635.6 180,"United Kingdom","Fish body oils, nei","fish_oil",2020,14391.93 +180,"United Kingdom","Fish body oils, nei","fish_oil",2021,13546.5 180,"United Kingdom","Fish liver oils, nei","fish_oil",1976,1376 180,"United Kingdom","Fish liver oils, nei","fish_oil",1977,1617 180,"United Kingdom","Fish liver oils, nei","fish_oil",1978,1325 @@ -44774,6 +48344,7 @@ 180,"United Kingdom","Fish liver oils, nei","fish_oil",2018,11310 180,"United Kingdom","Fish liver oils, nei","fish_oil",2019,6671.32 180,"United Kingdom","Fish liver oils, nei","fish_oil",2020,3389.68 +180,"United Kingdom","Fish liver oils, nei","fish_oil",2021,5213.89 180,"United Kingdom","Halibuts, liver oils","fish_oil",1976, 180,"United Kingdom","Halibuts, liver oils","fish_oil",1977, 180,"United Kingdom","Halibuts, liver oils","fish_oil",1978, @@ -44819,6 +48390,7 @@ 180,"United Kingdom","Halibuts, liver oils","fish_oil",2018,4 180,"United Kingdom","Halibuts, liver oils","fish_oil",2019,4.58 180,"United Kingdom","Halibuts, liver oils","fish_oil",2020, +180,"United Kingdom","Halibuts, liver oils","fish_oil",2021,30.11 180,"United Kingdom","Herring oil","fish_oil",1976,43 180,"United Kingdom","Herring oil","fish_oil",1977,87 180,"United Kingdom","Herring oil","fish_oil",1978, @@ -44864,6 +48436,7 @@ 180,"United Kingdom","Herring oil","fish_oil",2018, 180,"United Kingdom","Herring oil","fish_oil",2019, 180,"United Kingdom","Herring oil","fish_oil",2020, +180,"United Kingdom","Herring oil","fish_oil",2021, 180,"United Kingdom","Miscellaneous corals and shells","shells",1976, 180,"United Kingdom","Miscellaneous corals and shells","shells",1977, 180,"United Kingdom","Miscellaneous corals and shells","shells",1978, @@ -44909,6 +48482,7 @@ 180,"United Kingdom","Miscellaneous corals and shells","shells",2018,6587 180,"United Kingdom","Miscellaneous corals and shells","shells",2019,5099.53 180,"United Kingdom","Miscellaneous corals and shells","shells",2020,5238.14 +180,"United Kingdom","Miscellaneous corals and shells","shells",2021,8232.18 180,"United Kingdom","Natural sponges other than raw","sponges",1976, 180,"United Kingdom","Natural sponges other than raw","sponges",1977, 180,"United Kingdom","Natural sponges other than raw","sponges",1978, @@ -44954,6 +48528,7 @@ 180,"United Kingdom","Natural sponges other than raw","sponges",2018,174 180,"United Kingdom","Natural sponges other than raw","sponges",2019,33.97 180,"United Kingdom","Natural sponges other than raw","sponges",2020,201.47 +180,"United Kingdom","Natural sponges other than raw","sponges",2021,336.73 180,"United Kingdom","Natural sponges raw","sponges",1976,57 180,"United Kingdom","Natural sponges raw","sponges",1977,62 180,"United Kingdom","Natural sponges raw","sponges",1978,45 @@ -44999,6 +48574,7 @@ 180,"United Kingdom","Natural sponges raw","sponges",2018,1246 180,"United Kingdom","Natural sponges raw","sponges",2019,131.64 180,"United Kingdom","Natural sponges raw","sponges",2020,102.62 +180,"United Kingdom","Natural sponges raw","sponges",2021,189.19 180,"United Kingdom","Ornamental saltwater fish","ornamentals",1976, 180,"United Kingdom","Ornamental saltwater fish","ornamentals",1977, 180,"United Kingdom","Ornamental saltwater fish","ornamentals",1978, @@ -45044,6 +48620,7 @@ 180,"United Kingdom","Ornamental saltwater fish","ornamentals",2018,1571 180,"United Kingdom","Ornamental saltwater fish","ornamentals",2019,1499.32 180,"United Kingdom","Ornamental saltwater fish","ornamentals",2020,2013.63 +180,"United Kingdom","Ornamental saltwater fish","ornamentals",2021,253.86 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -45089,6 +48666,7 @@ 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +180,"United Kingdom","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -45134,6 +48712,7 @@ 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,9784 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,10165.98 180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,10202.22 +180,"United Kingdom","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,7795.09 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -45179,6 +48758,7 @@ 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1109 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1483.17 180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,2382.19 +180,"United Kingdom","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,4261.83 180,"United Kingdom","Shells nei","shells",1976,252 180,"United Kingdom","Shells nei","shells",1977,482 180,"United Kingdom","Shells nei","shells",1978,915 @@ -45224,6 +48804,7 @@ 180,"United Kingdom","Shells nei","shells",2018, 180,"United Kingdom","Shells nei","shells",2019, 180,"United Kingdom","Shells nei","shells",2020, +180,"United Kingdom","Shells nei","shells",2021, 181,"Ireland","Agar agar nei","seaweeds",1976,211 181,"Ireland","Agar agar nei","seaweeds",1977,294 181,"Ireland","Agar agar nei","seaweeds",1978,348 @@ -45269,6 +48850,7 @@ 181,"Ireland","Agar agar nei","seaweeds",2018,0.1 181,"Ireland","Agar agar nei","seaweeds",2019,9.63 181,"Ireland","Agar agar nei","seaweeds",2020,60.88 +181,"Ireland","Agar agar nei","seaweeds",2021,8.11 181,"Ireland","Fish body oils, nei","fish_oil",1976,735 181,"Ireland","Fish body oils, nei","fish_oil",1977,674 181,"Ireland","Fish body oils, nei","fish_oil",1978,1153 @@ -45314,6 +48896,7 @@ 181,"Ireland","Fish body oils, nei","fish_oil",2018,5636 181,"Ireland","Fish body oils, nei","fish_oil",2019,5031.02 181,"Ireland","Fish body oils, nei","fish_oil",2020,5999.11 +181,"Ireland","Fish body oils, nei","fish_oil",2021,8698.23 181,"Ireland","Fish liver oils, nei","fish_oil",1976, 181,"Ireland","Fish liver oils, nei","fish_oil",1977,9 181,"Ireland","Fish liver oils, nei","fish_oil",1978,58 @@ -45359,6 +48942,7 @@ 181,"Ireland","Fish liver oils, nei","fish_oil",2018,561 181,"Ireland","Fish liver oils, nei","fish_oil",2019,190.98 181,"Ireland","Fish liver oils, nei","fish_oil",2020,101.29 +181,"Ireland","Fish liver oils, nei","fish_oil",2021,113.49 181,"Ireland","Halibuts, liver oils","fish_oil",1976, 181,"Ireland","Halibuts, liver oils","fish_oil",1977, 181,"Ireland","Halibuts, liver oils","fish_oil",1978, @@ -45404,6 +48988,7 @@ 181,"Ireland","Halibuts, liver oils","fish_oil",2018, 181,"Ireland","Halibuts, liver oils","fish_oil",2019, 181,"Ireland","Halibuts, liver oils","fish_oil",2020, +181,"Ireland","Halibuts, liver oils","fish_oil",2021, 181,"Ireland","Miscellaneous corals and shells","shells",1976, 181,"Ireland","Miscellaneous corals and shells","shells",1977, 181,"Ireland","Miscellaneous corals and shells","shells",1978, @@ -45449,6 +49034,7 @@ 181,"Ireland","Miscellaneous corals and shells","shells",2018,47 181,"Ireland","Miscellaneous corals and shells","shells",2019,9.03 181,"Ireland","Miscellaneous corals and shells","shells",2020,32.25 +181,"Ireland","Miscellaneous corals and shells","shells",2021,32.69 181,"Ireland","Natural sponges other than raw","sponges",1976, 181,"Ireland","Natural sponges other than raw","sponges",1977, 181,"Ireland","Natural sponges other than raw","sponges",1978, @@ -45494,6 +49080,7 @@ 181,"Ireland","Natural sponges other than raw","sponges",2018,90 181,"Ireland","Natural sponges other than raw","sponges",2019, 181,"Ireland","Natural sponges other than raw","sponges",2020,10.08 +181,"Ireland","Natural sponges other than raw","sponges",2021,0.01 181,"Ireland","Natural sponges raw","sponges",1976,3 181,"Ireland","Natural sponges raw","sponges",1977, 181,"Ireland","Natural sponges raw","sponges",1978, @@ -45539,6 +49126,7 @@ 181,"Ireland","Natural sponges raw","sponges",2018, 181,"Ireland","Natural sponges raw","sponges",2019, 181,"Ireland","Natural sponges raw","sponges",2020, +181,"Ireland","Natural sponges raw","sponges",2021,0.12 181,"Ireland","Ornamental saltwater fish","ornamentals",1976, 181,"Ireland","Ornamental saltwater fish","ornamentals",1977, 181,"Ireland","Ornamental saltwater fish","ornamentals",1978, @@ -45584,6 +49172,7 @@ 181,"Ireland","Ornamental saltwater fish","ornamentals",2018,20 181,"Ireland","Ornamental saltwater fish","ornamentals",2019, 181,"Ireland","Ornamental saltwater fish","ornamentals",2020,16.96 +181,"Ireland","Ornamental saltwater fish","ornamentals",2021,0.01 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -45629,6 +49218,7 @@ 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +181,"Ireland","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -45674,6 +49264,7 @@ 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1143 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,151.15 181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,927.3 +181,"Ireland","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,2706.54 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -45719,6 +49310,7 @@ 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,43249 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,32610 181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,34216.33 +181,"Ireland","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,38181.45 181,"Ireland","Shells nei","shells",1976,3 181,"Ireland","Shells nei","shells",1977, 181,"Ireland","Shells nei","shells",1978, @@ -45764,6 +49356,7 @@ 181,"Ireland","Shells nei","shells",2018, 181,"Ireland","Shells nei","shells",2019, 181,"Ireland","Shells nei","shells",2020, +181,"Ireland","Shells nei","shells",2021, 182,"Spain","Agar agar nei","seaweeds",1976, 182,"Spain","Agar agar nei","seaweeds",1977, 182,"Spain","Agar agar nei","seaweeds",1978, @@ -45809,6 +49402,7 @@ 182,"Spain","Agar agar nei","seaweeds",2018,41558 182,"Spain","Agar agar nei","seaweeds",2019,39853.69 182,"Spain","Agar agar nei","seaweeds",2020,41938.84 +182,"Spain","Agar agar nei","seaweeds",2021,42390.01 182,"Spain","Coral and the like","corals",1976, 182,"Spain","Coral and the like","corals",1977, 182,"Spain","Coral and the like","corals",1978, @@ -45854,6 +49448,7 @@ 182,"Spain","Coral and the like","corals",2018, 182,"Spain","Coral and the like","corals",2019, 182,"Spain","Coral and the like","corals",2020, +182,"Spain","Coral and the like","corals",2021,130.32 182,"Spain","Fish body oils, nei","fish_oil",1976,2403 182,"Spain","Fish body oils, nei","fish_oil",1977,1573 182,"Spain","Fish body oils, nei","fish_oil",1978,1236 @@ -45899,6 +49494,7 @@ 182,"Spain","Fish body oils, nei","fish_oil",2018,21909 182,"Spain","Fish body oils, nei","fish_oil",2019,25865.8 182,"Spain","Fish body oils, nei","fish_oil",2020,27934.27 +182,"Spain","Fish body oils, nei","fish_oil",2021,37474.94 182,"Spain","Fish liver oils, nei","fish_oil",1976, 182,"Spain","Fish liver oils, nei","fish_oil",1977, 182,"Spain","Fish liver oils, nei","fish_oil",1978, @@ -45944,6 +49540,7 @@ 182,"Spain","Fish liver oils, nei","fish_oil",2018,11 182,"Spain","Fish liver oils, nei","fish_oil",2019,1018.26 182,"Spain","Fish liver oils, nei","fish_oil",2020,2293.09 +182,"Spain","Fish liver oils, nei","fish_oil",2021,1280.22 182,"Spain","Halibuts, liver oils","fish_oil",1976, 182,"Spain","Halibuts, liver oils","fish_oil",1977, 182,"Spain","Halibuts, liver oils","fish_oil",1978, @@ -45989,6 +49586,7 @@ 182,"Spain","Halibuts, liver oils","fish_oil",2018, 182,"Spain","Halibuts, liver oils","fish_oil",2019, 182,"Spain","Halibuts, liver oils","fish_oil",2020, +182,"Spain","Halibuts, liver oils","fish_oil",2021, 182,"Spain","Miscellaneous corals and shells","shells",1976, 182,"Spain","Miscellaneous corals and shells","shells",1977, 182,"Spain","Miscellaneous corals and shells","shells",1978, @@ -46034,6 +49632,7 @@ 182,"Spain","Miscellaneous corals and shells","shells",2018,719 182,"Spain","Miscellaneous corals and shells","shells",2019,659.26 182,"Spain","Miscellaneous corals and shells","shells",2020,375.3 +182,"Spain","Miscellaneous corals and shells","shells",2021,523.72 182,"Spain","Natural sponges other than raw","sponges",1976, 182,"Spain","Natural sponges other than raw","sponges",1977, 182,"Spain","Natural sponges other than raw","sponges",1978, @@ -46079,6 +49678,7 @@ 182,"Spain","Natural sponges other than raw","sponges",2018,184 182,"Spain","Natural sponges other than raw","sponges",2019,354.4 182,"Spain","Natural sponges other than raw","sponges",2020,325 +182,"Spain","Natural sponges other than raw","sponges",2021,445.32 182,"Spain","Natural sponges raw","sponges",1976, 182,"Spain","Natural sponges raw","sponges",1977, 182,"Spain","Natural sponges raw","sponges",1978, @@ -46124,6 +49724,7 @@ 182,"Spain","Natural sponges raw","sponges",2018,21 182,"Spain","Natural sponges raw","sponges",2019,17.08 182,"Spain","Natural sponges raw","sponges",2020,28.67 +182,"Spain","Natural sponges raw","sponges",2021,21.16 182,"Spain","Ornamental fish nei","ornamentals",1976, 182,"Spain","Ornamental fish nei","ornamentals",1977,51 182,"Spain","Ornamental fish nei","ornamentals",1978,2 @@ -46169,6 +49770,7 @@ 182,"Spain","Ornamental fish nei","ornamentals",2018, 182,"Spain","Ornamental fish nei","ornamentals",2019, 182,"Spain","Ornamental fish nei","ornamentals",2020, +182,"Spain","Ornamental fish nei","ornamentals",2021, 182,"Spain","Ornamental saltwater fish","ornamentals",1976, 182,"Spain","Ornamental saltwater fish","ornamentals",1977, 182,"Spain","Ornamental saltwater fish","ornamentals",1978, @@ -46214,6 +49816,7 @@ 182,"Spain","Ornamental saltwater fish","ornamentals",2018,35293 182,"Spain","Ornamental saltwater fish","ornamentals",2019,31753.37 182,"Spain","Ornamental saltwater fish","ornamentals",2020,33032.57 +182,"Spain","Ornamental saltwater fish","ornamentals",2021,34872.96 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -46259,6 +49862,7 @@ 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +182,"Spain","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -46304,6 +49908,7 @@ 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,2726 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,3711.16 182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,8527.11 +182,"Spain","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,10812.6 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -46349,6 +49954,7 @@ 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,3621 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,3681.25 182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1861.63 +182,"Spain","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1765.31 182,"Spain","Shells nei","shells",1976, 182,"Spain","Shells nei","shells",1977, 182,"Spain","Shells nei","shells",1978, @@ -46394,6 +50000,7 @@ 182,"Spain","Shells nei","shells",2018, 182,"Spain","Shells nei","shells",2019, 182,"Spain","Shells nei","shells",2020, +182,"Spain","Shells nei","shells",2021, 183,"Portugal","Agar agar nei","seaweeds",1976,4168 183,"Portugal","Agar agar nei","seaweeds",1977,3529 183,"Portugal","Agar agar nei","seaweeds",1978,4531 @@ -46439,6 +50046,7 @@ 183,"Portugal","Agar agar nei","seaweeds",2018,18 183,"Portugal","Agar agar nei","seaweeds",2019,135.18 183,"Portugal","Agar agar nei","seaweeds",2020,244.05 +183,"Portugal","Agar agar nei","seaweeds",2021,84.53 183,"Portugal","Cod liver oil","fish_oil",1976,556 183,"Portugal","Cod liver oil","fish_oil",1977,404 183,"Portugal","Cod liver oil","fish_oil",1978,325 @@ -46484,6 +50092,53 @@ 183,"Portugal","Cod liver oil","fish_oil",2018, 183,"Portugal","Cod liver oil","fish_oil",2019, 183,"Portugal","Cod liver oil","fish_oil",2020, +183,"Portugal","Cod liver oil","fish_oil",2021, +183,"Portugal","Coral and the like","corals",1976, +183,"Portugal","Coral and the like","corals",1977, +183,"Portugal","Coral and the like","corals",1978, +183,"Portugal","Coral and the like","corals",1979, +183,"Portugal","Coral and the like","corals",1980, +183,"Portugal","Coral and the like","corals",1981, +183,"Portugal","Coral and the like","corals",1982, +183,"Portugal","Coral and the like","corals",1983, +183,"Portugal","Coral and the like","corals",1984, +183,"Portugal","Coral and the like","corals",1985, +183,"Portugal","Coral and the like","corals",1986, +183,"Portugal","Coral and the like","corals",1987, +183,"Portugal","Coral and the like","corals",1988, +183,"Portugal","Coral and the like","corals",1989, +183,"Portugal","Coral and the like","corals",1990, +183,"Portugal","Coral and the like","corals",1991, +183,"Portugal","Coral and the like","corals",1992, +183,"Portugal","Coral and the like","corals",1993, +183,"Portugal","Coral and the like","corals",1994, +183,"Portugal","Coral and the like","corals",1995, +183,"Portugal","Coral and the like","corals",1996, +183,"Portugal","Coral and the like","corals",1997, +183,"Portugal","Coral and the like","corals",1998, +183,"Portugal","Coral and the like","corals",1999, +183,"Portugal","Coral and the like","corals",2000, +183,"Portugal","Coral and the like","corals",2001, +183,"Portugal","Coral and the like","corals",2002, +183,"Portugal","Coral and the like","corals",2003, +183,"Portugal","Coral and the like","corals",2004, +183,"Portugal","Coral and the like","corals",2005, +183,"Portugal","Coral and the like","corals",2006, +183,"Portugal","Coral and the like","corals",2007, +183,"Portugal","Coral and the like","corals",2008, +183,"Portugal","Coral and the like","corals",2009, +183,"Portugal","Coral and the like","corals",2010, +183,"Portugal","Coral and the like","corals",2011, +183,"Portugal","Coral and the like","corals",2012, +183,"Portugal","Coral and the like","corals",2013, +183,"Portugal","Coral and the like","corals",2014, +183,"Portugal","Coral and the like","corals",2015, +183,"Portugal","Coral and the like","corals",2016, +183,"Portugal","Coral and the like","corals",2017, +183,"Portugal","Coral and the like","corals",2018, +183,"Portugal","Coral and the like","corals",2019, +183,"Portugal","Coral and the like","corals",2020, +183,"Portugal","Coral and the like","corals",2021,0.08 183,"Portugal","Fish body oils, nei","fish_oil",1976,1065 183,"Portugal","Fish body oils, nei","fish_oil",1977,1511 183,"Portugal","Fish body oils, nei","fish_oil",1978,1379 @@ -46529,6 +50184,7 @@ 183,"Portugal","Fish body oils, nei","fish_oil",2018,1026 183,"Portugal","Fish body oils, nei","fish_oil",2019,436.56 183,"Portugal","Fish body oils, nei","fish_oil",2020,1021.81 +183,"Portugal","Fish body oils, nei","fish_oil",2021,1133.88 183,"Portugal","Fish liver oils, nei","fish_oil",1976,23 183,"Portugal","Fish liver oils, nei","fish_oil",1977,40 183,"Portugal","Fish liver oils, nei","fish_oil",1978,11 @@ -46574,6 +50230,7 @@ 183,"Portugal","Fish liver oils, nei","fish_oil",2018,309 183,"Portugal","Fish liver oils, nei","fish_oil",2019,736.58 183,"Portugal","Fish liver oils, nei","fish_oil",2020,725.48 +183,"Portugal","Fish liver oils, nei","fish_oil",2021,842.13 183,"Portugal","Halibuts, liver oils","fish_oil",1976, 183,"Portugal","Halibuts, liver oils","fish_oil",1977, 183,"Portugal","Halibuts, liver oils","fish_oil",1978, @@ -46619,6 +50276,7 @@ 183,"Portugal","Halibuts, liver oils","fish_oil",2018, 183,"Portugal","Halibuts, liver oils","fish_oil",2019, 183,"Portugal","Halibuts, liver oils","fish_oil",2020, +183,"Portugal","Halibuts, liver oils","fish_oil",2021, 183,"Portugal","Miscellaneous corals and shells","shells",1976, 183,"Portugal","Miscellaneous corals and shells","shells",1977, 183,"Portugal","Miscellaneous corals and shells","shells",1978, @@ -46664,6 +50322,7 @@ 183,"Portugal","Miscellaneous corals and shells","shells",2018,22 183,"Portugal","Miscellaneous corals and shells","shells",2019,7 183,"Portugal","Miscellaneous corals and shells","shells",2020,9.91 +183,"Portugal","Miscellaneous corals and shells","shells",2021,14.19 183,"Portugal","Natural sponges other than raw","sponges",1976, 183,"Portugal","Natural sponges other than raw","sponges",1977, 183,"Portugal","Natural sponges other than raw","sponges",1978, @@ -46709,6 +50368,7 @@ 183,"Portugal","Natural sponges other than raw","sponges",2018,10 183,"Portugal","Natural sponges other than raw","sponges",2019,0.03 183,"Portugal","Natural sponges other than raw","sponges",2020,57.11 +183,"Portugal","Natural sponges other than raw","sponges",2021,0.16 183,"Portugal","Natural sponges raw","sponges",1976, 183,"Portugal","Natural sponges raw","sponges",1977,0.1 183,"Portugal","Natural sponges raw","sponges",1978, @@ -46754,6 +50414,7 @@ 183,"Portugal","Natural sponges raw","sponges",2018,0.1 183,"Portugal","Natural sponges raw","sponges",2019, 183,"Portugal","Natural sponges raw","sponges",2020, +183,"Portugal","Natural sponges raw","sponges",2021, 183,"Portugal","Ornamental saltwater fish","ornamentals",1976, 183,"Portugal","Ornamental saltwater fish","ornamentals",1977, 183,"Portugal","Ornamental saltwater fish","ornamentals",1978, @@ -46799,6 +50460,7 @@ 183,"Portugal","Ornamental saltwater fish","ornamentals",2018,970 183,"Portugal","Ornamental saltwater fish","ornamentals",2019,784.97 183,"Portugal","Ornamental saltwater fish","ornamentals",2020,976.87 +183,"Portugal","Ornamental saltwater fish","ornamentals",2021,2080.26 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",1976,324 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",1977,339 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",1978,212 @@ -46844,6 +50506,7 @@ 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +183,"Portugal","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 183,"Portugal","Sardine oil","fish_oil",1976,4 183,"Portugal","Sardine oil","fish_oil",1977,36 183,"Portugal","Sardine oil","fish_oil",1978,6 @@ -46889,6 +50552,7 @@ 183,"Portugal","Sardine oil","fish_oil",2018, 183,"Portugal","Sardine oil","fish_oil",2019, 183,"Portugal","Sardine oil","fish_oil",2020, +183,"Portugal","Sardine oil","fish_oil",2021, 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -46934,6 +50598,7 @@ 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1962 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,1703.77 183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1781.04 +183,"Portugal","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,4875.37 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -46979,6 +50644,7 @@ 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,9284 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,3006.66 183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1888.58 +183,"Portugal","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,2828.87 183,"Portugal","Shark liver oil","fish_oil",1976, 183,"Portugal","Shark liver oil","fish_oil",1977, 183,"Portugal","Shark liver oil","fish_oil",1978, @@ -47024,6 +50690,7 @@ 183,"Portugal","Shark liver oil","fish_oil",2018, 183,"Portugal","Shark liver oil","fish_oil",2019, 183,"Portugal","Shark liver oil","fish_oil",2020, +183,"Portugal","Shark liver oil","fish_oil",2021, 183,"Portugal","Shells nei","shells",1976,16 183,"Portugal","Shells nei","shells",1977,42 183,"Portugal","Shells nei","shells",1978,81 @@ -47069,6 +50736,7 @@ 183,"Portugal","Shells nei","shells",2018, 183,"Portugal","Shells nei","shells",2019, 183,"Portugal","Shells nei","shells",2020, +183,"Portugal","Shells nei","shells",2021, 184,"Italy","Agar agar nei","seaweeds",1976,92 184,"Italy","Agar agar nei","seaweeds",1977,152 184,"Italy","Agar agar nei","seaweeds",1978,141 @@ -47114,6 +50782,53 @@ 184,"Italy","Agar agar nei","seaweeds",2018,21486 184,"Italy","Agar agar nei","seaweeds",2019,15346 184,"Italy","Agar agar nei","seaweeds",2020,9680 +184,"Italy","Agar agar nei","seaweeds",2021,15850 +184,"Italy","Coral and the like","corals",1976, +184,"Italy","Coral and the like","corals",1977, +184,"Italy","Coral and the like","corals",1978, +184,"Italy","Coral and the like","corals",1979, +184,"Italy","Coral and the like","corals",1980, +184,"Italy","Coral and the like","corals",1981, +184,"Italy","Coral and the like","corals",1982, +184,"Italy","Coral and the like","corals",1983, +184,"Italy","Coral and the like","corals",1984, +184,"Italy","Coral and the like","corals",1985, +184,"Italy","Coral and the like","corals",1986, +184,"Italy","Coral and the like","corals",1987, +184,"Italy","Coral and the like","corals",1988, +184,"Italy","Coral and the like","corals",1989, +184,"Italy","Coral and the like","corals",1990, +184,"Italy","Coral and the like","corals",1991, +184,"Italy","Coral and the like","corals",1992, +184,"Italy","Coral and the like","corals",1993, +184,"Italy","Coral and the like","corals",1994, +184,"Italy","Coral and the like","corals",1995, +184,"Italy","Coral and the like","corals",1996, +184,"Italy","Coral and the like","corals",1997, +184,"Italy","Coral and the like","corals",1998, +184,"Italy","Coral and the like","corals",1999, +184,"Italy","Coral and the like","corals",2000, +184,"Italy","Coral and the like","corals",2001, +184,"Italy","Coral and the like","corals",2002, +184,"Italy","Coral and the like","corals",2003, +184,"Italy","Coral and the like","corals",2004, +184,"Italy","Coral and the like","corals",2005, +184,"Italy","Coral and the like","corals",2006, +184,"Italy","Coral and the like","corals",2007, +184,"Italy","Coral and the like","corals",2008, +184,"Italy","Coral and the like","corals",2009, +184,"Italy","Coral and the like","corals",2010, +184,"Italy","Coral and the like","corals",2011, +184,"Italy","Coral and the like","corals",2012, +184,"Italy","Coral and the like","corals",2013, +184,"Italy","Coral and the like","corals",2014, +184,"Italy","Coral and the like","corals",2015, +184,"Italy","Coral and the like","corals",2016, +184,"Italy","Coral and the like","corals",2017, +184,"Italy","Coral and the like","corals",2018, +184,"Italy","Coral and the like","corals",2019, +184,"Italy","Coral and the like","corals",2020, +184,"Italy","Coral and the like","corals",2021,2103.35 184,"Italy","Fish body oils, nei","fish_oil",1976,14 184,"Italy","Fish body oils, nei","fish_oil",1977,6 184,"Italy","Fish body oils, nei","fish_oil",1978,141 @@ -47159,6 +50874,7 @@ 184,"Italy","Fish body oils, nei","fish_oil",2018,601 184,"Italy","Fish body oils, nei","fish_oil",2019,1048.6 184,"Italy","Fish body oils, nei","fish_oil",2020,1549.22 +184,"Italy","Fish body oils, nei","fish_oil",2021,1597.35 184,"Italy","Fish liver oils, nei","fish_oil",1976,20 184,"Italy","Fish liver oils, nei","fish_oil",1977,9 184,"Italy","Fish liver oils, nei","fish_oil",1978,14 @@ -47204,6 +50920,7 @@ 184,"Italy","Fish liver oils, nei","fish_oil",2018,30 184,"Italy","Fish liver oils, nei","fish_oil",2019,98.24 184,"Italy","Fish liver oils, nei","fish_oil",2020,82.38 +184,"Italy","Fish liver oils, nei","fish_oil",2021,79.68 184,"Italy","Halibuts, liver oils","fish_oil",1976, 184,"Italy","Halibuts, liver oils","fish_oil",1977, 184,"Italy","Halibuts, liver oils","fish_oil",1978, @@ -47249,6 +50966,7 @@ 184,"Italy","Halibuts, liver oils","fish_oil",2018, 184,"Italy","Halibuts, liver oils","fish_oil",2019, 184,"Italy","Halibuts, liver oils","fish_oil",2020, +184,"Italy","Halibuts, liver oils","fish_oil",2021, 184,"Italy","Miscellaneous corals and shells","shells",1976, 184,"Italy","Miscellaneous corals and shells","shells",1977, 184,"Italy","Miscellaneous corals and shells","shells",1978, @@ -47294,6 +51012,7 @@ 184,"Italy","Miscellaneous corals and shells","shells",2018,5297 184,"Italy","Miscellaneous corals and shells","shells",2019,3553.06 184,"Italy","Miscellaneous corals and shells","shells",2020,1846.44 +184,"Italy","Miscellaneous corals and shells","shells",2021,700.26 184,"Italy","Natural sponges other than raw","sponges",1976, 184,"Italy","Natural sponges other than raw","sponges",1977, 184,"Italy","Natural sponges other than raw","sponges",1978, @@ -47339,6 +51058,7 @@ 184,"Italy","Natural sponges other than raw","sponges",2018,1640 184,"Italy","Natural sponges other than raw","sponges",2019,417.26 184,"Italy","Natural sponges other than raw","sponges",2020,696.67 +184,"Italy","Natural sponges other than raw","sponges",2021,293.36 184,"Italy","Natural sponges raw","sponges",1976,268 184,"Italy","Natural sponges raw","sponges",1977,297 184,"Italy","Natural sponges raw","sponges",1978,248 @@ -47384,6 +51104,7 @@ 184,"Italy","Natural sponges raw","sponges",2018,117 184,"Italy","Natural sponges raw","sponges",2019,42.98 184,"Italy","Natural sponges raw","sponges",2020,15.54 +184,"Italy","Natural sponges raw","sponges",2021,18.74 184,"Italy","Ornamental saltwater fish","ornamentals",1976, 184,"Italy","Ornamental saltwater fish","ornamentals",1977, 184,"Italy","Ornamental saltwater fish","ornamentals",1978, @@ -47429,6 +51150,7 @@ 184,"Italy","Ornamental saltwater fish","ornamentals",2018,452 184,"Italy","Ornamental saltwater fish","ornamentals",2019,347.24 184,"Italy","Ornamental saltwater fish","ornamentals",2020,233.3 +184,"Italy","Ornamental saltwater fish","ornamentals",2021,152.84 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -47474,6 +51196,7 @@ 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +184,"Italy","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -47519,6 +51242,7 @@ 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,377 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,287.4 184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1573.24 +184,"Italy","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,410.1 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -47564,6 +51288,7 @@ 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1646 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,920.23 184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1843.42 +184,"Italy","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1755.59 184,"Italy","Shells nei","shells",1976,299 184,"Italy","Shells nei","shells",1977,459 184,"Italy","Shells nei","shells",1978,310 @@ -47609,6 +51334,7 @@ 184,"Italy","Shells nei","shells",2018, 184,"Italy","Shells nei","shells",2019, 184,"Italy","Shells nei","shells",2020, +184,"Italy","Shells nei","shells",2021, 186,"Montenegro","Coral and the like","corals",1976, 186,"Montenegro","Coral and the like","corals",1977, 186,"Montenegro","Coral and the like","corals",1978, @@ -47654,6 +51380,7 @@ 186,"Montenegro","Coral and the like","corals",2018, 186,"Montenegro","Coral and the like","corals",2019, 186,"Montenegro","Coral and the like","corals",2020, +186,"Montenegro","Coral and the like","corals",2021, 186,"Montenegro","Fish body oils, nei","fish_oil",1976, 186,"Montenegro","Fish body oils, nei","fish_oil",1977, 186,"Montenegro","Fish body oils, nei","fish_oil",1978, @@ -47699,6 +51426,7 @@ 186,"Montenegro","Fish body oils, nei","fish_oil",2018, 186,"Montenegro","Fish body oils, nei","fish_oil",2019, 186,"Montenegro","Fish body oils, nei","fish_oil",2020, +186,"Montenegro","Fish body oils, nei","fish_oil",2021, 186,"Montenegro","Fish liver oils, nei","fish_oil",1976, 186,"Montenegro","Fish liver oils, nei","fish_oil",1977, 186,"Montenegro","Fish liver oils, nei","fish_oil",1978, @@ -47744,6 +51472,7 @@ 186,"Montenegro","Fish liver oils, nei","fish_oil",2018, 186,"Montenegro","Fish liver oils, nei","fish_oil",2019, 186,"Montenegro","Fish liver oils, nei","fish_oil",2020, +186,"Montenegro","Fish liver oils, nei","fish_oil",2021, 186,"Montenegro","Miscellaneous corals and shells","shells",1976, 186,"Montenegro","Miscellaneous corals and shells","shells",1977, 186,"Montenegro","Miscellaneous corals and shells","shells",1978, @@ -47789,6 +51518,7 @@ 186,"Montenegro","Miscellaneous corals and shells","shells",2018,0.1 186,"Montenegro","Miscellaneous corals and shells","shells",2019, 186,"Montenegro","Miscellaneous corals and shells","shells",2020, +186,"Montenegro","Miscellaneous corals and shells","shells",2021, 186,"Montenegro","Natural sponges nei","sponges",1976, 186,"Montenegro","Natural sponges nei","sponges",1977, 186,"Montenegro","Natural sponges nei","sponges",1978, @@ -47834,6 +51564,7 @@ 186,"Montenegro","Natural sponges nei","sponges",2018, 186,"Montenegro","Natural sponges nei","sponges",2019, 186,"Montenegro","Natural sponges nei","sponges",2020, +186,"Montenegro","Natural sponges nei","sponges",2021, 186,"Montenegro","Natural sponges raw","sponges",1976, 186,"Montenegro","Natural sponges raw","sponges",1977, 186,"Montenegro","Natural sponges raw","sponges",1978, @@ -47879,6 +51610,7 @@ 186,"Montenegro","Natural sponges raw","sponges",2018, 186,"Montenegro","Natural sponges raw","sponges",2019, 186,"Montenegro","Natural sponges raw","sponges",2020, +186,"Montenegro","Natural sponges raw","sponges",2021, 186,"Montenegro","Ornamental fish nei","ornamentals",1976, 186,"Montenegro","Ornamental fish nei","ornamentals",1977, 186,"Montenegro","Ornamental fish nei","ornamentals",1978, @@ -47924,6 +51656,7 @@ 186,"Montenegro","Ornamental fish nei","ornamentals",2018, 186,"Montenegro","Ornamental fish nei","ornamentals",2019, 186,"Montenegro","Ornamental fish nei","ornamentals",2020, +186,"Montenegro","Ornamental fish nei","ornamentals",2021, 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -47969,6 +51702,7 @@ 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +186,"Montenegro","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 187,"Croatia","Agar agar nei","seaweeds",1976, 187,"Croatia","Agar agar nei","seaweeds",1977, 187,"Croatia","Agar agar nei","seaweeds",1978, @@ -48014,6 +51748,7 @@ 187,"Croatia","Agar agar nei","seaweeds",2018,4 187,"Croatia","Agar agar nei","seaweeds",2019,10.07 187,"Croatia","Agar agar nei","seaweeds",2020,4.13 +187,"Croatia","Agar agar nei","seaweeds",2021,7.9 187,"Croatia","Coral and the like","corals",1976, 187,"Croatia","Coral and the like","corals",1977, 187,"Croatia","Coral and the like","corals",1978, @@ -48059,6 +51794,7 @@ 187,"Croatia","Coral and the like","corals",2018, 187,"Croatia","Coral and the like","corals",2019, 187,"Croatia","Coral and the like","corals",2020, +187,"Croatia","Coral and the like","corals",2021, 187,"Croatia","Fish body oils, nei","fish_oil",1976, 187,"Croatia","Fish body oils, nei","fish_oil",1977, 187,"Croatia","Fish body oils, nei","fish_oil",1978, @@ -48104,6 +51840,7 @@ 187,"Croatia","Fish body oils, nei","fish_oil",2018,9 187,"Croatia","Fish body oils, nei","fish_oil",2019,48.58 187,"Croatia","Fish body oils, nei","fish_oil",2020,0.47 +187,"Croatia","Fish body oils, nei","fish_oil",2021,0.7 187,"Croatia","Fish liver oils, nei","fish_oil",1976, 187,"Croatia","Fish liver oils, nei","fish_oil",1977, 187,"Croatia","Fish liver oils, nei","fish_oil",1978, @@ -48149,6 +51886,7 @@ 187,"Croatia","Fish liver oils, nei","fish_oil",2018,0.1 187,"Croatia","Fish liver oils, nei","fish_oil",2019,0.02 187,"Croatia","Fish liver oils, nei","fish_oil",2020, +187,"Croatia","Fish liver oils, nei","fish_oil",2021,3.55 187,"Croatia","Miscellaneous corals and shells","shells",1976, 187,"Croatia","Miscellaneous corals and shells","shells",1977, 187,"Croatia","Miscellaneous corals and shells","shells",1978, @@ -48194,6 +51932,7 @@ 187,"Croatia","Miscellaneous corals and shells","shells",2018,7 187,"Croatia","Miscellaneous corals and shells","shells",2019,11.19 187,"Croatia","Miscellaneous corals and shells","shells",2020,9.3 +187,"Croatia","Miscellaneous corals and shells","shells",2021,32.23 187,"Croatia","Natural sponges nei","sponges",1976, 187,"Croatia","Natural sponges nei","sponges",1977, 187,"Croatia","Natural sponges nei","sponges",1978, @@ -48239,6 +51978,7 @@ 187,"Croatia","Natural sponges nei","sponges",2018, 187,"Croatia","Natural sponges nei","sponges",2019, 187,"Croatia","Natural sponges nei","sponges",2020, +187,"Croatia","Natural sponges nei","sponges",2021, 187,"Croatia","Natural sponges other than raw","sponges",1976, 187,"Croatia","Natural sponges other than raw","sponges",1977, 187,"Croatia","Natural sponges other than raw","sponges",1978, @@ -48284,6 +52024,7 @@ 187,"Croatia","Natural sponges other than raw","sponges",2018,39 187,"Croatia","Natural sponges other than raw","sponges",2019,18.69 187,"Croatia","Natural sponges other than raw","sponges",2020,10.47 +187,"Croatia","Natural sponges other than raw","sponges",2021,48.33 187,"Croatia","Natural sponges raw","sponges",1976, 187,"Croatia","Natural sponges raw","sponges",1977, 187,"Croatia","Natural sponges raw","sponges",1978, @@ -48329,6 +52070,7 @@ 187,"Croatia","Natural sponges raw","sponges",2018, 187,"Croatia","Natural sponges raw","sponges",2019, 187,"Croatia","Natural sponges raw","sponges",2020, +187,"Croatia","Natural sponges raw","sponges",2021, 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -48374,6 +52116,7 @@ 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +187,"Croatia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -48419,6 +52162,7 @@ 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,2 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,6.42 187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,2.98 +187,"Croatia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,44.14 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -48464,6 +52208,7 @@ 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.12 187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,2.13 +187,"Croatia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.36 188,"Slovenia","Agar agar nei","seaweeds",1976, 188,"Slovenia","Agar agar nei","seaweeds",1977, 188,"Slovenia","Agar agar nei","seaweeds",1978, @@ -48509,6 +52254,7 @@ 188,"Slovenia","Agar agar nei","seaweeds",2018,3 188,"Slovenia","Agar agar nei","seaweeds",2019,4.19 188,"Slovenia","Agar agar nei","seaweeds",2020,9.26 +188,"Slovenia","Agar agar nei","seaweeds",2021,22.85 188,"Slovenia","Fish body oils, nei","fish_oil",1976, 188,"Slovenia","Fish body oils, nei","fish_oil",1977, 188,"Slovenia","Fish body oils, nei","fish_oil",1978, @@ -48554,6 +52300,7 @@ 188,"Slovenia","Fish body oils, nei","fish_oil",2018,32 188,"Slovenia","Fish body oils, nei","fish_oil",2019,32.61 188,"Slovenia","Fish body oils, nei","fish_oil",2020,3.27 +188,"Slovenia","Fish body oils, nei","fish_oil",2021,358.16 188,"Slovenia","Fish liver oils, nei","fish_oil",1976, 188,"Slovenia","Fish liver oils, nei","fish_oil",1977, 188,"Slovenia","Fish liver oils, nei","fish_oil",1978, @@ -48599,6 +52346,7 @@ 188,"Slovenia","Fish liver oils, nei","fish_oil",2018,0.1 188,"Slovenia","Fish liver oils, nei","fish_oil",2019,0.98 188,"Slovenia","Fish liver oils, nei","fish_oil",2020, +188,"Slovenia","Fish liver oils, nei","fish_oil",2021,0.34 188,"Slovenia","Miscellaneous corals and shells","shells",1976, 188,"Slovenia","Miscellaneous corals and shells","shells",1977, 188,"Slovenia","Miscellaneous corals and shells","shells",1978, @@ -48644,6 +52392,7 @@ 188,"Slovenia","Miscellaneous corals and shells","shells",2018,297 188,"Slovenia","Miscellaneous corals and shells","shells",2019,15.65 188,"Slovenia","Miscellaneous corals and shells","shells",2020,84.12 +188,"Slovenia","Miscellaneous corals and shells","shells",2021,2.21 188,"Slovenia","Natural sponges nei","sponges",1976, 188,"Slovenia","Natural sponges nei","sponges",1977, 188,"Slovenia","Natural sponges nei","sponges",1978, @@ -48689,6 +52438,7 @@ 188,"Slovenia","Natural sponges nei","sponges",2018, 188,"Slovenia","Natural sponges nei","sponges",2019, 188,"Slovenia","Natural sponges nei","sponges",2020, +188,"Slovenia","Natural sponges nei","sponges",2021, 188,"Slovenia","Natural sponges other than raw","sponges",1976, 188,"Slovenia","Natural sponges other than raw","sponges",1977, 188,"Slovenia","Natural sponges other than raw","sponges",1978, @@ -48734,6 +52484,7 @@ 188,"Slovenia","Natural sponges other than raw","sponges",2018,0.1 188,"Slovenia","Natural sponges other than raw","sponges",2019,0.08 188,"Slovenia","Natural sponges other than raw","sponges",2020,0.55 +188,"Slovenia","Natural sponges other than raw","sponges",2021,0.48 188,"Slovenia","Natural sponges raw","sponges",1976, 188,"Slovenia","Natural sponges raw","sponges",1977, 188,"Slovenia","Natural sponges raw","sponges",1978, @@ -48779,6 +52530,7 @@ 188,"Slovenia","Natural sponges raw","sponges",2018,0.1 188,"Slovenia","Natural sponges raw","sponges",2019, 188,"Slovenia","Natural sponges raw","sponges",2020, +188,"Slovenia","Natural sponges raw","sponges",2021, 188,"Slovenia","Ornamental fish nei","ornamentals",1976, 188,"Slovenia","Ornamental fish nei","ornamentals",1977, 188,"Slovenia","Ornamental fish nei","ornamentals",1978, @@ -48824,6 +52576,7 @@ 188,"Slovenia","Ornamental fish nei","ornamentals",2018, 188,"Slovenia","Ornamental fish nei","ornamentals",2019, 188,"Slovenia","Ornamental fish nei","ornamentals",2020, +188,"Slovenia","Ornamental fish nei","ornamentals",2021, 188,"Slovenia","Ornamental saltwater fish","ornamentals",1976, 188,"Slovenia","Ornamental saltwater fish","ornamentals",1977, 188,"Slovenia","Ornamental saltwater fish","ornamentals",1978, @@ -48869,6 +52622,7 @@ 188,"Slovenia","Ornamental saltwater fish","ornamentals",2018, 188,"Slovenia","Ornamental saltwater fish","ornamentals",2019, 188,"Slovenia","Ornamental saltwater fish","ornamentals",2020, +188,"Slovenia","Ornamental saltwater fish","ornamentals",2021, 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -48914,6 +52668,7 @@ 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +188,"Slovenia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -48959,6 +52714,7 @@ 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,16 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,67.88 188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,72.59 +188,"Slovenia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,178.18 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -49004,6 +52760,7 @@ 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,21 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,133.73 188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,20.73 +188,"Slovenia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,193.98 189,"Lithuania","Agar agar nei","seaweeds",1976, 189,"Lithuania","Agar agar nei","seaweeds",1977, 189,"Lithuania","Agar agar nei","seaweeds",1978, @@ -49049,6 +52806,7 @@ 189,"Lithuania","Agar agar nei","seaweeds",2018,462 189,"Lithuania","Agar agar nei","seaweeds",2019,264.31 189,"Lithuania","Agar agar nei","seaweeds",2020,184.13 +189,"Lithuania","Agar agar nei","seaweeds",2021,317.08 189,"Lithuania","Fish body oils, nei","fish_oil",1976, 189,"Lithuania","Fish body oils, nei","fish_oil",1977, 189,"Lithuania","Fish body oils, nei","fish_oil",1978, @@ -49094,6 +52852,7 @@ 189,"Lithuania","Fish body oils, nei","fish_oil",2018,387 189,"Lithuania","Fish body oils, nei","fish_oil",2019,57.24 189,"Lithuania","Fish body oils, nei","fish_oil",2020,80.96 +189,"Lithuania","Fish body oils, nei","fish_oil",2021,1104.42 189,"Lithuania","Fish liver oils, nei","fish_oil",1976, 189,"Lithuania","Fish liver oils, nei","fish_oil",1977, 189,"Lithuania","Fish liver oils, nei","fish_oil",1978, @@ -49139,6 +52898,7 @@ 189,"Lithuania","Fish liver oils, nei","fish_oil",2018,460 189,"Lithuania","Fish liver oils, nei","fish_oil",2019,422.6 189,"Lithuania","Fish liver oils, nei","fish_oil",2020,460.68 +189,"Lithuania","Fish liver oils, nei","fish_oil",2021,634.08 189,"Lithuania","Miscellaneous corals and shells","shells",1976, 189,"Lithuania","Miscellaneous corals and shells","shells",1977, 189,"Lithuania","Miscellaneous corals and shells","shells",1978, @@ -49184,6 +52944,7 @@ 189,"Lithuania","Miscellaneous corals and shells","shells",2018,2357 189,"Lithuania","Miscellaneous corals and shells","shells",2019,1275.76 189,"Lithuania","Miscellaneous corals and shells","shells",2020,2558.92 +189,"Lithuania","Miscellaneous corals and shells","shells",2021,3175.38 189,"Lithuania","Natural sponges other than raw","sponges",1976, 189,"Lithuania","Natural sponges other than raw","sponges",1977, 189,"Lithuania","Natural sponges other than raw","sponges",1978, @@ -49229,6 +52990,7 @@ 189,"Lithuania","Natural sponges other than raw","sponges",2018,13 189,"Lithuania","Natural sponges other than raw","sponges",2019,4.18 189,"Lithuania","Natural sponges other than raw","sponges",2020,236.75 +189,"Lithuania","Natural sponges other than raw","sponges",2021,133.43 189,"Lithuania","Natural sponges raw","sponges",1976, 189,"Lithuania","Natural sponges raw","sponges",1977, 189,"Lithuania","Natural sponges raw","sponges",1978, @@ -49274,6 +53036,7 @@ 189,"Lithuania","Natural sponges raw","sponges",2018,69 189,"Lithuania","Natural sponges raw","sponges",2019,2.86 189,"Lithuania","Natural sponges raw","sponges",2020,3.27 +189,"Lithuania","Natural sponges raw","sponges",2021,0.74 189,"Lithuania","Ornamental fish nei","ornamentals",1976, 189,"Lithuania","Ornamental fish nei","ornamentals",1977, 189,"Lithuania","Ornamental fish nei","ornamentals",1978, @@ -49319,6 +53082,7 @@ 189,"Lithuania","Ornamental fish nei","ornamentals",2018, 189,"Lithuania","Ornamental fish nei","ornamentals",2019, 189,"Lithuania","Ornamental fish nei","ornamentals",2020, +189,"Lithuania","Ornamental fish nei","ornamentals",2021, 189,"Lithuania","Ornamental saltwater fish","ornamentals",1976, 189,"Lithuania","Ornamental saltwater fish","ornamentals",1977, 189,"Lithuania","Ornamental saltwater fish","ornamentals",1978, @@ -49364,6 +53128,7 @@ 189,"Lithuania","Ornamental saltwater fish","ornamentals",2018,100 189,"Lithuania","Ornamental saltwater fish","ornamentals",2019,208.34 189,"Lithuania","Ornamental saltwater fish","ornamentals",2020,143.93 +189,"Lithuania","Ornamental saltwater fish","ornamentals",2021,195.9 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -49409,6 +53174,7 @@ 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +189,"Lithuania","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -49454,6 +53220,7 @@ 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,626 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,195.41 189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,418.18 +189,"Lithuania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1721.83 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -49499,6 +53266,7 @@ 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,63 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,33.18 189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,78.93 +189,"Lithuania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,24.52 190,"Qatar","Fish body oils, nei","fish_oil",1976, 190,"Qatar","Fish body oils, nei","fish_oil",1977, 190,"Qatar","Fish body oils, nei","fish_oil",1978, @@ -49544,6 +53312,7 @@ 190,"Qatar","Fish body oils, nei","fish_oil",2018, 190,"Qatar","Fish body oils, nei","fish_oil",2019, 190,"Qatar","Fish body oils, nei","fish_oil",2020, +190,"Qatar","Fish body oils, nei","fish_oil",2021, 190,"Qatar","Miscellaneous corals and shells","shells",1976, 190,"Qatar","Miscellaneous corals and shells","shells",1977, 190,"Qatar","Miscellaneous corals and shells","shells",1978, @@ -49589,6 +53358,7 @@ 190,"Qatar","Miscellaneous corals and shells","shells",2018, 190,"Qatar","Miscellaneous corals and shells","shells",2019, 190,"Qatar","Miscellaneous corals and shells","shells",2020, +190,"Qatar","Miscellaneous corals and shells","shells",2021, 190,"Qatar","Ornamental fish nei","ornamentals",1976, 190,"Qatar","Ornamental fish nei","ornamentals",1977, 190,"Qatar","Ornamental fish nei","ornamentals",1978, @@ -49634,6 +53404,7 @@ 190,"Qatar","Ornamental fish nei","ornamentals",2018, 190,"Qatar","Ornamental fish nei","ornamentals",2019, 190,"Qatar","Ornamental fish nei","ornamentals",2020, +190,"Qatar","Ornamental fish nei","ornamentals",2021, 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -49679,6 +53450,7 @@ 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +190,"Qatar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 190,"Qatar","Shells nei","shells",1976, 190,"Qatar","Shells nei","shells",1977, 190,"Qatar","Shells nei","shells",1978, @@ -49724,6 +53496,7 @@ 190,"Qatar","Shells nei","shells",2018, 190,"Qatar","Shells nei","shells",2019, 190,"Qatar","Shells nei","shells",2020, +190,"Qatar","Shells nei","shells",2021, 191,"Iran","Fish body oils, nei","fish_oil",1976, 191,"Iran","Fish body oils, nei","fish_oil",1977, 191,"Iran","Fish body oils, nei","fish_oil",1978, @@ -49769,6 +53542,7 @@ 191,"Iran","Fish body oils, nei","fish_oil",2018, 191,"Iran","Fish body oils, nei","fish_oil",2019, 191,"Iran","Fish body oils, nei","fish_oil",2020, +191,"Iran","Fish body oils, nei","fish_oil",2021, 191,"Iran","Fish liver oils, nei","fish_oil",1976, 191,"Iran","Fish liver oils, nei","fish_oil",1977, 191,"Iran","Fish liver oils, nei","fish_oil",1978, @@ -49814,6 +53588,7 @@ 191,"Iran","Fish liver oils, nei","fish_oil",2018, 191,"Iran","Fish liver oils, nei","fish_oil",2019, 191,"Iran","Fish liver oils, nei","fish_oil",2020, +191,"Iran","Fish liver oils, nei","fish_oil",2021, 191,"Iran","Miscellaneous corals and shells","shells",1976, 191,"Iran","Miscellaneous corals and shells","shells",1977, 191,"Iran","Miscellaneous corals and shells","shells",1978, @@ -49859,6 +53634,7 @@ 191,"Iran","Miscellaneous corals and shells","shells",2018, 191,"Iran","Miscellaneous corals and shells","shells",2019,3.83 191,"Iran","Miscellaneous corals and shells","shells",2020,8.15 +191,"Iran","Miscellaneous corals and shells","shells",2021,7.17 191,"Iran","Natural sponges raw","sponges",1976, 191,"Iran","Natural sponges raw","sponges",1977, 191,"Iran","Natural sponges raw","sponges",1978, @@ -49904,6 +53680,7 @@ 191,"Iran","Natural sponges raw","sponges",2018, 191,"Iran","Natural sponges raw","sponges",2019, 191,"Iran","Natural sponges raw","sponges",2020, +191,"Iran","Natural sponges raw","sponges",2021, 191,"Iran","Ornamental fish nei","ornamentals",1976, 191,"Iran","Ornamental fish nei","ornamentals",1977, 191,"Iran","Ornamental fish nei","ornamentals",1978, @@ -49949,6 +53726,7 @@ 191,"Iran","Ornamental fish nei","ornamentals",2018, 191,"Iran","Ornamental fish nei","ornamentals",2019, 191,"Iran","Ornamental fish nei","ornamentals",2020, +191,"Iran","Ornamental fish nei","ornamentals",2021, 191,"Iran","Ornamental saltwater fish","ornamentals",1976, 191,"Iran","Ornamental saltwater fish","ornamentals",1977, 191,"Iran","Ornamental saltwater fish","ornamentals",1978, @@ -49994,6 +53772,53 @@ 191,"Iran","Ornamental saltwater fish","ornamentals",2018,38 191,"Iran","Ornamental saltwater fish","ornamentals",2019,76.69 191,"Iran","Ornamental saltwater fish","ornamentals",2020,1318.37 +191,"Iran","Ornamental saltwater fish","ornamentals",2021,60.84 +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +191,"Iran","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,0.2 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -50039,6 +53864,99 @@ 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,17 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,7.14 191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,81.09 +191,"Iran","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,152.59 +192,"Iraq","Agar agar nei","seaweeds",1976, +192,"Iraq","Agar agar nei","seaweeds",1977, +192,"Iraq","Agar agar nei","seaweeds",1978, +192,"Iraq","Agar agar nei","seaweeds",1979, +192,"Iraq","Agar agar nei","seaweeds",1980, +192,"Iraq","Agar agar nei","seaweeds",1981, +192,"Iraq","Agar agar nei","seaweeds",1982, +192,"Iraq","Agar agar nei","seaweeds",1983, +192,"Iraq","Agar agar nei","seaweeds",1984, +192,"Iraq","Agar agar nei","seaweeds",1985, +192,"Iraq","Agar agar nei","seaweeds",1986, +192,"Iraq","Agar agar nei","seaweeds",1987, +192,"Iraq","Agar agar nei","seaweeds",1988, +192,"Iraq","Agar agar nei","seaweeds",1989, +192,"Iraq","Agar agar nei","seaweeds",1990, +192,"Iraq","Agar agar nei","seaweeds",1991, +192,"Iraq","Agar agar nei","seaweeds",1992, +192,"Iraq","Agar agar nei","seaweeds",1993, +192,"Iraq","Agar agar nei","seaweeds",1994, +192,"Iraq","Agar agar nei","seaweeds",1995, +192,"Iraq","Agar agar nei","seaweeds",1996, +192,"Iraq","Agar agar nei","seaweeds",1997, +192,"Iraq","Agar agar nei","seaweeds",1998, +192,"Iraq","Agar agar nei","seaweeds",1999, +192,"Iraq","Agar agar nei","seaweeds",2000, +192,"Iraq","Agar agar nei","seaweeds",2001, +192,"Iraq","Agar agar nei","seaweeds",2002, +192,"Iraq","Agar agar nei","seaweeds",2003, +192,"Iraq","Agar agar nei","seaweeds",2004, +192,"Iraq","Agar agar nei","seaweeds",2005, +192,"Iraq","Agar agar nei","seaweeds",2006, +192,"Iraq","Agar agar nei","seaweeds",2007, +192,"Iraq","Agar agar nei","seaweeds",2008, +192,"Iraq","Agar agar nei","seaweeds",2009, +192,"Iraq","Agar agar nei","seaweeds",2010, +192,"Iraq","Agar agar nei","seaweeds",2011, +192,"Iraq","Agar agar nei","seaweeds",2012, +192,"Iraq","Agar agar nei","seaweeds",2013, +192,"Iraq","Agar agar nei","seaweeds",2014, +192,"Iraq","Agar agar nei","seaweeds",2015, +192,"Iraq","Agar agar nei","seaweeds",2016, +192,"Iraq","Agar agar nei","seaweeds",2017, +192,"Iraq","Agar agar nei","seaweeds",2018, +192,"Iraq","Agar agar nei","seaweeds",2019, +192,"Iraq","Agar agar nei","seaweeds",2020, +192,"Iraq","Agar agar nei","seaweeds",2021,0 +192,"Iraq","Fish body oils, nei","fish_oil",1976, +192,"Iraq","Fish body oils, nei","fish_oil",1977, +192,"Iraq","Fish body oils, nei","fish_oil",1978, +192,"Iraq","Fish body oils, nei","fish_oil",1979, +192,"Iraq","Fish body oils, nei","fish_oil",1980, +192,"Iraq","Fish body oils, nei","fish_oil",1981, +192,"Iraq","Fish body oils, nei","fish_oil",1982, +192,"Iraq","Fish body oils, nei","fish_oil",1983, +192,"Iraq","Fish body oils, nei","fish_oil",1984, +192,"Iraq","Fish body oils, nei","fish_oil",1985, +192,"Iraq","Fish body oils, nei","fish_oil",1986, +192,"Iraq","Fish body oils, nei","fish_oil",1987, +192,"Iraq","Fish body oils, nei","fish_oil",1988, +192,"Iraq","Fish body oils, nei","fish_oil",1989, +192,"Iraq","Fish body oils, nei","fish_oil",1990, +192,"Iraq","Fish body oils, nei","fish_oil",1991, +192,"Iraq","Fish body oils, nei","fish_oil",1992, +192,"Iraq","Fish body oils, nei","fish_oil",1993, +192,"Iraq","Fish body oils, nei","fish_oil",1994, +192,"Iraq","Fish body oils, nei","fish_oil",1995, +192,"Iraq","Fish body oils, nei","fish_oil",1996, +192,"Iraq","Fish body oils, nei","fish_oil",1997, +192,"Iraq","Fish body oils, nei","fish_oil",1998, +192,"Iraq","Fish body oils, nei","fish_oil",1999, +192,"Iraq","Fish body oils, nei","fish_oil",2000, +192,"Iraq","Fish body oils, nei","fish_oil",2001, +192,"Iraq","Fish body oils, nei","fish_oil",2002, +192,"Iraq","Fish body oils, nei","fish_oil",2003, +192,"Iraq","Fish body oils, nei","fish_oil",2004, +192,"Iraq","Fish body oils, nei","fish_oil",2005, +192,"Iraq","Fish body oils, nei","fish_oil",2006, +192,"Iraq","Fish body oils, nei","fish_oil",2007, +192,"Iraq","Fish body oils, nei","fish_oil",2008, +192,"Iraq","Fish body oils, nei","fish_oil",2009, +192,"Iraq","Fish body oils, nei","fish_oil",2010, +192,"Iraq","Fish body oils, nei","fish_oil",2011, +192,"Iraq","Fish body oils, nei","fish_oil",2012, +192,"Iraq","Fish body oils, nei","fish_oil",2013, +192,"Iraq","Fish body oils, nei","fish_oil",2014, +192,"Iraq","Fish body oils, nei","fish_oil",2015, +192,"Iraq","Fish body oils, nei","fish_oil",2016, +192,"Iraq","Fish body oils, nei","fish_oil",2017, +192,"Iraq","Fish body oils, nei","fish_oil",2018, +192,"Iraq","Fish body oils, nei","fish_oil",2019, +192,"Iraq","Fish body oils, nei","fish_oil",2020, +192,"Iraq","Fish body oils, nei","fish_oil",2021,0 192,"Iraq","Natural sponges other than raw","sponges",1976, 192,"Iraq","Natural sponges other than raw","sponges",1977, 192,"Iraq","Natural sponges other than raw","sponges",1978, @@ -50084,6 +54002,7 @@ 192,"Iraq","Natural sponges other than raw","sponges",2018, 192,"Iraq","Natural sponges other than raw","sponges",2019, 192,"Iraq","Natural sponges other than raw","sponges",2020, +192,"Iraq","Natural sponges other than raw","sponges",2021, 193,"Guinea Bissau","Fish body oils, nei","fish_oil",1976, 193,"Guinea Bissau","Fish body oils, nei","fish_oil",1977, 193,"Guinea Bissau","Fish body oils, nei","fish_oil",1978, @@ -50129,6 +54048,7 @@ 193,"Guinea Bissau","Fish body oils, nei","fish_oil",2018, 193,"Guinea Bissau","Fish body oils, nei","fish_oil",2019, 193,"Guinea Bissau","Fish body oils, nei","fish_oil",2020,603.96 +193,"Guinea Bissau","Fish body oils, nei","fish_oil",2021,520.93 193,"Guinea Bissau","Ornamental fish nei","ornamentals",1976, 193,"Guinea Bissau","Ornamental fish nei","ornamentals",1977, 193,"Guinea Bissau","Ornamental fish nei","ornamentals",1978, @@ -50174,6 +54094,53 @@ 193,"Guinea Bissau","Ornamental fish nei","ornamentals",2018, 193,"Guinea Bissau","Ornamental fish nei","ornamentals",2019, 193,"Guinea Bissau","Ornamental fish nei","ornamentals",2020, +193,"Guinea Bissau","Ornamental fish nei","ornamentals",2021, +194,"Guinea","Fish body oils, nei","fish_oil",1976, +194,"Guinea","Fish body oils, nei","fish_oil",1977, +194,"Guinea","Fish body oils, nei","fish_oil",1978, +194,"Guinea","Fish body oils, nei","fish_oil",1979, +194,"Guinea","Fish body oils, nei","fish_oil",1980, +194,"Guinea","Fish body oils, nei","fish_oil",1981, +194,"Guinea","Fish body oils, nei","fish_oil",1982, +194,"Guinea","Fish body oils, nei","fish_oil",1983, +194,"Guinea","Fish body oils, nei","fish_oil",1984, +194,"Guinea","Fish body oils, nei","fish_oil",1985, +194,"Guinea","Fish body oils, nei","fish_oil",1986, +194,"Guinea","Fish body oils, nei","fish_oil",1987, +194,"Guinea","Fish body oils, nei","fish_oil",1988, +194,"Guinea","Fish body oils, nei","fish_oil",1989, +194,"Guinea","Fish body oils, nei","fish_oil",1990, +194,"Guinea","Fish body oils, nei","fish_oil",1991, +194,"Guinea","Fish body oils, nei","fish_oil",1992, +194,"Guinea","Fish body oils, nei","fish_oil",1993, +194,"Guinea","Fish body oils, nei","fish_oil",1994, +194,"Guinea","Fish body oils, nei","fish_oil",1995, +194,"Guinea","Fish body oils, nei","fish_oil",1996, +194,"Guinea","Fish body oils, nei","fish_oil",1997, +194,"Guinea","Fish body oils, nei","fish_oil",1998, +194,"Guinea","Fish body oils, nei","fish_oil",1999, +194,"Guinea","Fish body oils, nei","fish_oil",2000, +194,"Guinea","Fish body oils, nei","fish_oil",2001, +194,"Guinea","Fish body oils, nei","fish_oil",2002, +194,"Guinea","Fish body oils, nei","fish_oil",2003, +194,"Guinea","Fish body oils, nei","fish_oil",2004, +194,"Guinea","Fish body oils, nei","fish_oil",2005, +194,"Guinea","Fish body oils, nei","fish_oil",2006, +194,"Guinea","Fish body oils, nei","fish_oil",2007, +194,"Guinea","Fish body oils, nei","fish_oil",2008, +194,"Guinea","Fish body oils, nei","fish_oil",2009, +194,"Guinea","Fish body oils, nei","fish_oil",2010, +194,"Guinea","Fish body oils, nei","fish_oil",2011, +194,"Guinea","Fish body oils, nei","fish_oil",2012, +194,"Guinea","Fish body oils, nei","fish_oil",2013, +194,"Guinea","Fish body oils, nei","fish_oil",2014, +194,"Guinea","Fish body oils, nei","fish_oil",2015, +194,"Guinea","Fish body oils, nei","fish_oil",2016, +194,"Guinea","Fish body oils, nei","fish_oil",2017, +194,"Guinea","Fish body oils, nei","fish_oil",2018, +194,"Guinea","Fish body oils, nei","fish_oil",2019, +194,"Guinea","Fish body oils, nei","fish_oil",2020, +194,"Guinea","Fish body oils, nei","fish_oil",2021,0 194,"Guinea","Miscellaneous corals and shells","shells",1976, 194,"Guinea","Miscellaneous corals and shells","shells",1977, 194,"Guinea","Miscellaneous corals and shells","shells",1978, @@ -50219,6 +54186,7 @@ 194,"Guinea","Miscellaneous corals and shells","shells",2018, 194,"Guinea","Miscellaneous corals and shells","shells",2019, 194,"Guinea","Miscellaneous corals and shells","shells",2020, +194,"Guinea","Miscellaneous corals and shells","shells",2021, 194,"Guinea","Ornamental fish nei","ornamentals",1976, 194,"Guinea","Ornamental fish nei","ornamentals",1977, 194,"Guinea","Ornamental fish nei","ornamentals",1978, @@ -50264,6 +54232,7 @@ 194,"Guinea","Ornamental fish nei","ornamentals",2018, 194,"Guinea","Ornamental fish nei","ornamentals",2019, 194,"Guinea","Ornamental fish nei","ornamentals",2020, +194,"Guinea","Ornamental fish nei","ornamentals",2021, 194,"Guinea","Ornamental saltwater fish","ornamentals",1976, 194,"Guinea","Ornamental saltwater fish","ornamentals",1977, 194,"Guinea","Ornamental saltwater fish","ornamentals",1978, @@ -50309,6 +54278,7 @@ 194,"Guinea","Ornamental saltwater fish","ornamentals",2018, 194,"Guinea","Ornamental saltwater fish","ornamentals",2019,1.29 194,"Guinea","Ornamental saltwater fish","ornamentals",2020,0.53 +194,"Guinea","Ornamental saltwater fish","ornamentals",2021,5.62 195,"Ivory Coast","Coral and the like","corals",1976, 195,"Ivory Coast","Coral and the like","corals",1977, 195,"Ivory Coast","Coral and the like","corals",1978, @@ -50354,6 +54324,7 @@ 195,"Ivory Coast","Coral and the like","corals",2018,96 195,"Ivory Coast","Coral and the like","corals",2019,128.29 195,"Ivory Coast","Coral and the like","corals",2020,217.64 +195,"Ivory Coast","Coral and the like","corals",2021,317.37 195,"Ivory Coast","Fish body oils, nei","fish_oil",1976, 195,"Ivory Coast","Fish body oils, nei","fish_oil",1977, 195,"Ivory Coast","Fish body oils, nei","fish_oil",1978, @@ -50399,6 +54370,7 @@ 195,"Ivory Coast","Fish body oils, nei","fish_oil",2018, 195,"Ivory Coast","Fish body oils, nei","fish_oil",2019,259.24 195,"Ivory Coast","Fish body oils, nei","fish_oil",2020,645.67 +195,"Ivory Coast","Fish body oils, nei","fish_oil",2021,460.96 195,"Ivory Coast","Fish liver oils, nei","fish_oil",1976, 195,"Ivory Coast","Fish liver oils, nei","fish_oil",1977, 195,"Ivory Coast","Fish liver oils, nei","fish_oil",1978, @@ -50444,6 +54416,7 @@ 195,"Ivory Coast","Fish liver oils, nei","fish_oil",2018,70 195,"Ivory Coast","Fish liver oils, nei","fish_oil",2019,0.01 195,"Ivory Coast","Fish liver oils, nei","fish_oil",2020, +195,"Ivory Coast","Fish liver oils, nei","fish_oil",2021,102.5 195,"Ivory Coast","Natural sponges nei","sponges",1976, 195,"Ivory Coast","Natural sponges nei","sponges",1977, 195,"Ivory Coast","Natural sponges nei","sponges",1978, @@ -50489,6 +54462,7 @@ 195,"Ivory Coast","Natural sponges nei","sponges",2018, 195,"Ivory Coast","Natural sponges nei","sponges",2019, 195,"Ivory Coast","Natural sponges nei","sponges",2020, +195,"Ivory Coast","Natural sponges nei","sponges",2021, 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",1976,63 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",1977,12 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -50534,6 +54508,7 @@ 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",2018, 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",2019, 195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",2020, +195,"Ivory Coast","Oils and fats of aquatic animals, nei","fish_oil",2021, 195,"Ivory Coast","Ornamental fish nei","ornamentals",1976, 195,"Ivory Coast","Ornamental fish nei","ornamentals",1977, 195,"Ivory Coast","Ornamental fish nei","ornamentals",1978, @@ -50579,6 +54554,7 @@ 195,"Ivory Coast","Ornamental fish nei","ornamentals",2018, 195,"Ivory Coast","Ornamental fish nei","ornamentals",2019, 195,"Ivory Coast","Ornamental fish nei","ornamentals",2020, +195,"Ivory Coast","Ornamental fish nei","ornamentals",2021, 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",1976, 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",1977, 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",1978, @@ -50624,6 +54600,7 @@ 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",2018, 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",2019, 195,"Ivory Coast","Ornamental saltwater fish","ornamentals",2020,0.86 +195,"Ivory Coast","Ornamental saltwater fish","ornamentals",2021, 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -50669,6 +54646,7 @@ 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,0.1 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.04 195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +195,"Ivory Coast","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -50714,6 +54692,7 @@ 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.1 195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +195,"Ivory Coast","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 196,"Nigeria","Agar agar nei","seaweeds",1976, 196,"Nigeria","Agar agar nei","seaweeds",1977, 196,"Nigeria","Agar agar nei","seaweeds",1978, @@ -50759,6 +54738,7 @@ 196,"Nigeria","Agar agar nei","seaweeds",2018, 196,"Nigeria","Agar agar nei","seaweeds",2019, 196,"Nigeria","Agar agar nei","seaweeds",2020,283.2 +196,"Nigeria","Agar agar nei","seaweeds",2021, 196,"Nigeria","Coral and the like","corals",1976, 196,"Nigeria","Coral and the like","corals",1977, 196,"Nigeria","Coral and the like","corals",1978, @@ -50804,6 +54784,7 @@ 196,"Nigeria","Coral and the like","corals",2018, 196,"Nigeria","Coral and the like","corals",2019, 196,"Nigeria","Coral and the like","corals",2020, +196,"Nigeria","Coral and the like","corals",2021, 196,"Nigeria","Fish liver oils, nei","fish_oil",1976, 196,"Nigeria","Fish liver oils, nei","fish_oil",1977, 196,"Nigeria","Fish liver oils, nei","fish_oil",1978, @@ -50849,6 +54830,7 @@ 196,"Nigeria","Fish liver oils, nei","fish_oil",2018, 196,"Nigeria","Fish liver oils, nei","fish_oil",2019, 196,"Nigeria","Fish liver oils, nei","fish_oil",2020, +196,"Nigeria","Fish liver oils, nei","fish_oil",2021, 196,"Nigeria","Miscellaneous corals and shells","shells",1976, 196,"Nigeria","Miscellaneous corals and shells","shells",1977, 196,"Nigeria","Miscellaneous corals and shells","shells",1978, @@ -50894,6 +54876,7 @@ 196,"Nigeria","Miscellaneous corals and shells","shells",2018, 196,"Nigeria","Miscellaneous corals and shells","shells",2019, 196,"Nigeria","Miscellaneous corals and shells","shells",2020, +196,"Nigeria","Miscellaneous corals and shells","shells",2021, 196,"Nigeria","Natural sponges nei","sponges",1976, 196,"Nigeria","Natural sponges nei","sponges",1977, 196,"Nigeria","Natural sponges nei","sponges",1978, @@ -50939,6 +54922,7 @@ 196,"Nigeria","Natural sponges nei","sponges",2018, 196,"Nigeria","Natural sponges nei","sponges",2019, 196,"Nigeria","Natural sponges nei","sponges",2020, +196,"Nigeria","Natural sponges nei","sponges",2021, 196,"Nigeria","Natural sponges raw","sponges",1976, 196,"Nigeria","Natural sponges raw","sponges",1977, 196,"Nigeria","Natural sponges raw","sponges",1978, @@ -50984,6 +54968,7 @@ 196,"Nigeria","Natural sponges raw","sponges",2018, 196,"Nigeria","Natural sponges raw","sponges",2019, 196,"Nigeria","Natural sponges raw","sponges",2020, +196,"Nigeria","Natural sponges raw","sponges",2021, 196,"Nigeria","Ornamental fish nei","ornamentals",1976, 196,"Nigeria","Ornamental fish nei","ornamentals",1977, 196,"Nigeria","Ornamental fish nei","ornamentals",1978, @@ -51029,6 +55014,7 @@ 196,"Nigeria","Ornamental fish nei","ornamentals",2018, 196,"Nigeria","Ornamental fish nei","ornamentals",2019, 196,"Nigeria","Ornamental fish nei","ornamentals",2020,18.54 +196,"Nigeria","Ornamental fish nei","ornamentals",2021, 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -51074,6 +55060,7 @@ 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +196,"Nigeria","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 197,"Cameroon","Coral and the like","corals",1976, 197,"Cameroon","Coral and the like","corals",1977, 197,"Cameroon","Coral and the like","corals",1978, @@ -51119,6 +55106,7 @@ 197,"Cameroon","Coral and the like","corals",2018, 197,"Cameroon","Coral and the like","corals",2019, 197,"Cameroon","Coral and the like","corals",2020, +197,"Cameroon","Coral and the like","corals",2021, 197,"Cameroon","Fish liver oils, nei","fish_oil",1976, 197,"Cameroon","Fish liver oils, nei","fish_oil",1977, 197,"Cameroon","Fish liver oils, nei","fish_oil",1978, @@ -51164,6 +55152,7 @@ 197,"Cameroon","Fish liver oils, nei","fish_oil",2018, 197,"Cameroon","Fish liver oils, nei","fish_oil",2019, 197,"Cameroon","Fish liver oils, nei","fish_oil",2020, +197,"Cameroon","Fish liver oils, nei","fish_oil",2021, 197,"Cameroon","Miscellaneous corals and shells","shells",1976, 197,"Cameroon","Miscellaneous corals and shells","shells",1977, 197,"Cameroon","Miscellaneous corals and shells","shells",1978, @@ -51209,6 +55198,7 @@ 197,"Cameroon","Miscellaneous corals and shells","shells",2018, 197,"Cameroon","Miscellaneous corals and shells","shells",2019,0 197,"Cameroon","Miscellaneous corals and shells","shells",2020, +197,"Cameroon","Miscellaneous corals and shells","shells",2021, 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -51254,6 +55244,7 @@ 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +197,"Cameroon","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -51299,6 +55290,7 @@ 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +197,"Cameroon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 198,"Gabon","Fish body oils, nei","fish_oil",1976, 198,"Gabon","Fish body oils, nei","fish_oil",1977, 198,"Gabon","Fish body oils, nei","fish_oil",1978, @@ -51344,6 +55336,7 @@ 198,"Gabon","Fish body oils, nei","fish_oil",2018, 198,"Gabon","Fish body oils, nei","fish_oil",2019, 198,"Gabon","Fish body oils, nei","fish_oil",2020, +198,"Gabon","Fish body oils, nei","fish_oil",2021, 198,"Gabon","Ornamental fish nei","ornamentals",1976, 198,"Gabon","Ornamental fish nei","ornamentals",1977, 198,"Gabon","Ornamental fish nei","ornamentals",1978, @@ -51389,6 +55382,7 @@ 198,"Gabon","Ornamental fish nei","ornamentals",2018, 198,"Gabon","Ornamental fish nei","ornamentals",2019, 198,"Gabon","Ornamental fish nei","ornamentals",2020, +198,"Gabon","Ornamental fish nei","ornamentals",2021, 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -51434,6 +55428,7 @@ 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,0.5 198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +198,"Gabon","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",1976, 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",1977, 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",1978, @@ -51479,6 +55474,7 @@ 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",2018, 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",2019, 199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",2020, +199,"Democratic Republic of the Congo","Fish body oils, nei","fish_oil",2021, 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",1976, 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",1977, 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",1978, @@ -51524,6 +55520,7 @@ 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",2018, 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",2019, 199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",2020, +199,"Democratic Republic of the Congo","Miscellaneous corals and shells","shells",2021, 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",1976, 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",1977, 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",1978, @@ -51569,6 +55566,7 @@ 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",2018, 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",2019, 199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",2020, +199,"Democratic Republic of the Congo","Ornamental fish nei","ornamentals",2021, 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",1976, 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",1977, 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",1978, @@ -51614,6 +55612,7 @@ 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",2018,6.31 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",2019, 199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",2020, +199,"Democratic Republic of the Congo","Ornamental saltwater fish","ornamentals",2021,0.05 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -51659,6 +55658,7 @@ 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +199,"Democratic Republic of the Congo","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -51704,6 +55704,7 @@ 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +199,"Democratic Republic of the Congo","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 200,"Angola","Fish body oils, nei","fish_oil",1976, 200,"Angola","Fish body oils, nei","fish_oil",1977, 200,"Angola","Fish body oils, nei","fish_oil",1978, @@ -51746,9 +55747,10 @@ 200,"Angola","Fish body oils, nei","fish_oil",2015,2674 200,"Angola","Fish body oils, nei","fish_oil",2016,3227 200,"Angola","Fish body oils, nei","fish_oil",2017,3845 -200,"Angola","Fish body oils, nei","fish_oil",2018,1812 -200,"Angola","Fish body oils, nei","fish_oil",2019,2165.44 -200,"Angola","Fish body oils, nei","fish_oil",2020,2000 +200,"Angola","Fish body oils, nei","fish_oil",2018,1567.1 +200,"Angola","Fish body oils, nei","fish_oil",2019,263.46 +200,"Angola","Fish body oils, nei","fish_oil",2020,47.25 +200,"Angola","Fish body oils, nei","fish_oil",2021,85.07 200,"Angola","Fish liver oils, nei","fish_oil",1976, 200,"Angola","Fish liver oils, nei","fish_oil",1977, 200,"Angola","Fish liver oils, nei","fish_oil",1978, @@ -51792,8 +55794,9 @@ 200,"Angola","Fish liver oils, nei","fish_oil",2016, 200,"Angola","Fish liver oils, nei","fish_oil",2017, 200,"Angola","Fish liver oils, nei","fish_oil",2018, -200,"Angola","Fish liver oils, nei","fish_oil",2019,0.24 +200,"Angola","Fish liver oils, nei","fish_oil",2019,0.21 200,"Angola","Fish liver oils, nei","fish_oil",2020, +200,"Angola","Fish liver oils, nei","fish_oil",2021,0.03 200,"Angola","Miscellaneous corals and shells","shells",1976, 200,"Angola","Miscellaneous corals and shells","shells",1977, 200,"Angola","Miscellaneous corals and shells","shells",1978, @@ -51836,9 +55839,10 @@ 200,"Angola","Miscellaneous corals and shells","shells",2015, 200,"Angola","Miscellaneous corals and shells","shells",2016,0.1 200,"Angola","Miscellaneous corals and shells","shells",2017, -200,"Angola","Miscellaneous corals and shells","shells",2018,3 -200,"Angola","Miscellaneous corals and shells","shells",2019,0.14 -200,"Angola","Miscellaneous corals and shells","shells",2020, +200,"Angola","Miscellaneous corals and shells","shells",2018,2.06 +200,"Angola","Miscellaneous corals and shells","shells",2019,0.12 +200,"Angola","Miscellaneous corals and shells","shells",2020,0.01 +200,"Angola","Miscellaneous corals and shells","shells",2021, 200,"Angola","Ornamental fish nei","ornamentals",1976, 200,"Angola","Ornamental fish nei","ornamentals",1977, 200,"Angola","Ornamental fish nei","ornamentals",1978, @@ -51884,6 +55888,53 @@ 200,"Angola","Ornamental fish nei","ornamentals",2018, 200,"Angola","Ornamental fish nei","ornamentals",2019, 200,"Angola","Ornamental fish nei","ornamentals",2020, +200,"Angola","Ornamental fish nei","ornamentals",2021, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,0.35 +200,"Angola","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -51929,6 +55980,7 @@ 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +200,"Angola","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0 202,"Tanzania","Coral and the like","corals",1976, 202,"Tanzania","Coral and the like","corals",1977, 202,"Tanzania","Coral and the like","corals",1978, @@ -51974,6 +56026,7 @@ 202,"Tanzania","Coral and the like","corals",2018, 202,"Tanzania","Coral and the like","corals",2019, 202,"Tanzania","Coral and the like","corals",2020, +202,"Tanzania","Coral and the like","corals",2021, 202,"Tanzania","Fish body oils, nei","fish_oil",1976, 202,"Tanzania","Fish body oils, nei","fish_oil",1977, 202,"Tanzania","Fish body oils, nei","fish_oil",1978, @@ -52019,6 +56072,7 @@ 202,"Tanzania","Fish body oils, nei","fish_oil",2018, 202,"Tanzania","Fish body oils, nei","fish_oil",2019, 202,"Tanzania","Fish body oils, nei","fish_oil",2020, +202,"Tanzania","Fish body oils, nei","fish_oil",2021, 202,"Tanzania","Fish liver oils, nei","fish_oil",1976, 202,"Tanzania","Fish liver oils, nei","fish_oil",1977, 202,"Tanzania","Fish liver oils, nei","fish_oil",1978, @@ -52064,6 +56118,7 @@ 202,"Tanzania","Fish liver oils, nei","fish_oil",2018, 202,"Tanzania","Fish liver oils, nei","fish_oil",2019, 202,"Tanzania","Fish liver oils, nei","fish_oil",2020, +202,"Tanzania","Fish liver oils, nei","fish_oil",2021, 202,"Tanzania","Miscellaneous corals and shells","shells",1976, 202,"Tanzania","Miscellaneous corals and shells","shells",1977, 202,"Tanzania","Miscellaneous corals and shells","shells",1978, @@ -52109,6 +56164,7 @@ 202,"Tanzania","Miscellaneous corals and shells","shells",2018,66 202,"Tanzania","Miscellaneous corals and shells","shells",2019,440.19 202,"Tanzania","Miscellaneous corals and shells","shells",2020,523.49 +202,"Tanzania","Miscellaneous corals and shells","shells",2021,1049.51 202,"Tanzania","Natural sponges nei","sponges",1976, 202,"Tanzania","Natural sponges nei","sponges",1977, 202,"Tanzania","Natural sponges nei","sponges",1978, @@ -52154,6 +56210,7 @@ 202,"Tanzania","Natural sponges nei","sponges",2018, 202,"Tanzania","Natural sponges nei","sponges",2019, 202,"Tanzania","Natural sponges nei","sponges",2020, +202,"Tanzania","Natural sponges nei","sponges",2021, 202,"Tanzania","Ornamental fish nei","ornamentals",1976, 202,"Tanzania","Ornamental fish nei","ornamentals",1977, 202,"Tanzania","Ornamental fish nei","ornamentals",1978, @@ -52199,6 +56256,7 @@ 202,"Tanzania","Ornamental fish nei","ornamentals",2018, 202,"Tanzania","Ornamental fish nei","ornamentals",2019, 202,"Tanzania","Ornamental fish nei","ornamentals",2020, +202,"Tanzania","Ornamental fish nei","ornamentals",2021, 202,"Tanzania","Ornamental saltwater fish","ornamentals",1976, 202,"Tanzania","Ornamental saltwater fish","ornamentals",1977, 202,"Tanzania","Ornamental saltwater fish","ornamentals",1978, @@ -52244,6 +56302,7 @@ 202,"Tanzania","Ornamental saltwater fish","ornamentals",2018,28 202,"Tanzania","Ornamental saltwater fish","ornamentals",2019,17.57 202,"Tanzania","Ornamental saltwater fish","ornamentals",2020,52.59 +202,"Tanzania","Ornamental saltwater fish","ornamentals",2021, 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -52289,6 +56348,7 @@ 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,6113 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,6418 202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",2020,7663 +202,"Tanzania","Other seaweeds and aquatic plants and products thereof","seaweeds",2021,5119 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -52334,6 +56394,7 @@ 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,10.73 +202,"Tanzania","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,54.36 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -52379,6 +56440,7 @@ 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,14 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,280.15 202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,258.06 +202,"Tanzania","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,441.53 203,"India","Agar agar nei","seaweeds",1976, 203,"India","Agar agar nei","seaweeds",1977, 203,"India","Agar agar nei","seaweeds",1978, @@ -52424,6 +56486,7 @@ 203,"India","Agar agar nei","seaweeds",2018,1927 203,"India","Agar agar nei","seaweeds",2019,2664.49 203,"India","Agar agar nei","seaweeds",2020,2086.36 +203,"India","Agar agar nei","seaweeds",2021,2345.82 203,"India","Cod liver oil","fish_oil",1976, 203,"India","Cod liver oil","fish_oil",1977, 203,"India","Cod liver oil","fish_oil",1978, @@ -52469,6 +56532,7 @@ 203,"India","Cod liver oil","fish_oil",2018,53 203,"India","Cod liver oil","fish_oil",2019,4.63 203,"India","Cod liver oil","fish_oil",2020,81.31 +203,"India","Cod liver oil","fish_oil",2021,26.72 203,"India","Coral and the like","corals",1976, 203,"India","Coral and the like","corals",1977, 203,"India","Coral and the like","corals",1978, @@ -52514,6 +56578,7 @@ 203,"India","Coral and the like","corals",2018,62 203,"India","Coral and the like","corals",2019,18.56 203,"India","Coral and the like","corals",2020,40.38 +203,"India","Coral and the like","corals",2021,18.29 203,"India","Fish body oils, nei","fish_oil",1976,54 203,"India","Fish body oils, nei","fish_oil",1977,14 203,"India","Fish body oils, nei","fish_oil",1978,184 @@ -52559,6 +56624,7 @@ 203,"India","Fish body oils, nei","fish_oil",2018,275 203,"India","Fish body oils, nei","fish_oil",2019,434.86 203,"India","Fish body oils, nei","fish_oil",2020,739.18 +203,"India","Fish body oils, nei","fish_oil",2021,826.13 203,"India","Fish liver oils, nei","fish_oil",1976, 203,"India","Fish liver oils, nei","fish_oil",1977, 203,"India","Fish liver oils, nei","fish_oil",1978, @@ -52604,6 +56670,7 @@ 203,"India","Fish liver oils, nei","fish_oil",2018, 203,"India","Fish liver oils, nei","fish_oil",2019,14.07 203,"India","Fish liver oils, nei","fish_oil",2020,0.42 +203,"India","Fish liver oils, nei","fish_oil",2021,8.61 203,"India","Miscellaneous corals and shells","shells",1976, 203,"India","Miscellaneous corals and shells","shells",1977, 203,"India","Miscellaneous corals and shells","shells",1978, @@ -52649,6 +56716,7 @@ 203,"India","Miscellaneous corals and shells","shells",2018, 203,"India","Miscellaneous corals and shells","shells",2019, 203,"India","Miscellaneous corals and shells","shells",2020, +203,"India","Miscellaneous corals and shells","shells",2021, 203,"India","Natural sponges nei","sponges",1976, 203,"India","Natural sponges nei","sponges",1977, 203,"India","Natural sponges nei","sponges",1978, @@ -52694,6 +56762,7 @@ 203,"India","Natural sponges nei","sponges",2018, 203,"India","Natural sponges nei","sponges",2019, 203,"India","Natural sponges nei","sponges",2020, +203,"India","Natural sponges nei","sponges",2021, 203,"India","Ornamental fish nei","ornamentals",1976,5 203,"India","Ornamental fish nei","ornamentals",1977,3 203,"India","Ornamental fish nei","ornamentals",1978,1 @@ -52739,6 +56808,7 @@ 203,"India","Ornamental fish nei","ornamentals",2018, 203,"India","Ornamental fish nei","ornamentals",2019, 203,"India","Ornamental fish nei","ornamentals",2020, +203,"India","Ornamental fish nei","ornamentals",2021, 203,"India","Ornamental saltwater fish","ornamentals",1976, 203,"India","Ornamental saltwater fish","ornamentals",1977, 203,"India","Ornamental saltwater fish","ornamentals",1978, @@ -52784,6 +56854,7 @@ 203,"India","Ornamental saltwater fish","ornamentals",2018,708 203,"India","Ornamental saltwater fish","ornamentals",2019,766.07 203,"India","Ornamental saltwater fish","ornamentals",2020,397.54 +203,"India","Ornamental saltwater fish","ornamentals",2021,503.81 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -52829,6 +56900,7 @@ 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +203,"India","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 203,"India","Sardine oil","fish_oil",1976, 203,"India","Sardine oil","fish_oil",1977, 203,"India","Sardine oil","fish_oil",1978, @@ -52874,6 +56946,7 @@ 203,"India","Sardine oil","fish_oil",2018,13814 203,"India","Sardine oil","fish_oil",2019,2785.83 203,"India","Sardine oil","fish_oil",2020,1040.51 +203,"India","Sardine oil","fish_oil",2021,1206.23 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -52919,6 +56992,7 @@ 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1240 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,425.11 203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,352.92 +203,"India","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1111.46 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -52964,6 +57038,7 @@ 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,3579 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1185.65 203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,413.43 +203,"India","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,249.71 203,"India","Shells nei","shells",1976, 203,"India","Shells nei","shells",1977, 203,"India","Shells nei","shells",1978, @@ -53009,6 +57084,7 @@ 203,"India","Shells nei","shells",2018,1127 203,"India","Shells nei","shells",2019,1174.7 203,"India","Shells nei","shells",2020,1041.85 +203,"India","Shells nei","shells",2021,902.85 203,"India","Squid oil","fish_oil",1976, 203,"India","Squid oil","fish_oil",1977, 203,"India","Squid oil","fish_oil",1978, @@ -53054,6 +57130,7 @@ 203,"India","Squid oil","fish_oil",2018, 203,"India","Squid oil","fish_oil",2019, 203,"India","Squid oil","fish_oil",2020, +203,"India","Squid oil","fish_oil",2021, 204,"Bangladesh","Agar agar nei","seaweeds",1976, 204,"Bangladesh","Agar agar nei","seaweeds",1977, 204,"Bangladesh","Agar agar nei","seaweeds",1978, @@ -53099,6 +57176,7 @@ 204,"Bangladesh","Agar agar nei","seaweeds",2018, 204,"Bangladesh","Agar agar nei","seaweeds",2019,10.42 204,"Bangladesh","Agar agar nei","seaweeds",2020,43.68 +204,"Bangladesh","Agar agar nei","seaweeds",2021,90.31 204,"Bangladesh","Coral and the like","corals",1976, 204,"Bangladesh","Coral and the like","corals",1977, 204,"Bangladesh","Coral and the like","corals",1978, @@ -53144,6 +57222,7 @@ 204,"Bangladesh","Coral and the like","corals",2018, 204,"Bangladesh","Coral and the like","corals",2019, 204,"Bangladesh","Coral and the like","corals",2020,10.46 +204,"Bangladesh","Coral and the like","corals",2021,122.01 204,"Bangladesh","Fish body oils, nei","fish_oil",1976, 204,"Bangladesh","Fish body oils, nei","fish_oil",1977, 204,"Bangladesh","Fish body oils, nei","fish_oil",1978, @@ -53189,6 +57268,7 @@ 204,"Bangladesh","Fish body oils, nei","fish_oil",2018,0 204,"Bangladesh","Fish body oils, nei","fish_oil",2019, 204,"Bangladesh","Fish body oils, nei","fish_oil",2020, +204,"Bangladesh","Fish body oils, nei","fish_oil",2021, 204,"Bangladesh","Fish liver oils, nei","fish_oil",1976, 204,"Bangladesh","Fish liver oils, nei","fish_oil",1977, 204,"Bangladesh","Fish liver oils, nei","fish_oil",1978, @@ -53234,6 +57314,7 @@ 204,"Bangladesh","Fish liver oils, nei","fish_oil",2018,5 204,"Bangladesh","Fish liver oils, nei","fish_oil",2019, 204,"Bangladesh","Fish liver oils, nei","fish_oil",2020,5.26 +204,"Bangladesh","Fish liver oils, nei","fish_oil",2021,2.59 204,"Bangladesh","Miscellaneous corals and shells","shells",1976, 204,"Bangladesh","Miscellaneous corals and shells","shells",1977, 204,"Bangladesh","Miscellaneous corals and shells","shells",1978, @@ -53279,6 +57360,7 @@ 204,"Bangladesh","Miscellaneous corals and shells","shells",2018,82 204,"Bangladesh","Miscellaneous corals and shells","shells",2019, 204,"Bangladesh","Miscellaneous corals and shells","shells",2020, +204,"Bangladesh","Miscellaneous corals and shells","shells",2021,0.01 204,"Bangladesh","Natural sponges nei","sponges",1976, 204,"Bangladesh","Natural sponges nei","sponges",1977, 204,"Bangladesh","Natural sponges nei","sponges",1978, @@ -53324,6 +57406,7 @@ 204,"Bangladesh","Natural sponges nei","sponges",2018,0 204,"Bangladesh","Natural sponges nei","sponges",2019, 204,"Bangladesh","Natural sponges nei","sponges",2020, +204,"Bangladesh","Natural sponges nei","sponges",2021, 204,"Bangladesh","Natural sponges other than raw","sponges",1976, 204,"Bangladesh","Natural sponges other than raw","sponges",1977, 204,"Bangladesh","Natural sponges other than raw","sponges",1978, @@ -53369,6 +57452,7 @@ 204,"Bangladesh","Natural sponges other than raw","sponges",2018, 204,"Bangladesh","Natural sponges other than raw","sponges",2019, 204,"Bangladesh","Natural sponges other than raw","sponges",2020,0.02 +204,"Bangladesh","Natural sponges other than raw","sponges",2021, 204,"Bangladesh","Natural sponges raw","sponges",1976, 204,"Bangladesh","Natural sponges raw","sponges",1977, 204,"Bangladesh","Natural sponges raw","sponges",1978, @@ -53414,6 +57498,7 @@ 204,"Bangladesh","Natural sponges raw","sponges",2018, 204,"Bangladesh","Natural sponges raw","sponges",2019, 204,"Bangladesh","Natural sponges raw","sponges",2020, +204,"Bangladesh","Natural sponges raw","sponges",2021, 204,"Bangladesh","Ornamental fish nei","ornamentals",1976, 204,"Bangladesh","Ornamental fish nei","ornamentals",1977, 204,"Bangladesh","Ornamental fish nei","ornamentals",1978, @@ -53459,6 +57544,7 @@ 204,"Bangladesh","Ornamental fish nei","ornamentals",2018, 204,"Bangladesh","Ornamental fish nei","ornamentals",2019, 204,"Bangladesh","Ornamental fish nei","ornamentals",2020, +204,"Bangladesh","Ornamental fish nei","ornamentals",2021, 204,"Bangladesh","Ornamental saltwater fish","ornamentals",1976, 204,"Bangladesh","Ornamental saltwater fish","ornamentals",1977, 204,"Bangladesh","Ornamental saltwater fish","ornamentals",1978, @@ -53504,6 +57590,7 @@ 204,"Bangladesh","Ornamental saltwater fish","ornamentals",2018, 204,"Bangladesh","Ornamental saltwater fish","ornamentals",2019,62.53 204,"Bangladesh","Ornamental saltwater fish","ornamentals",2020, +204,"Bangladesh","Ornamental saltwater fish","ornamentals",2021, 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -53549,6 +57636,7 @@ 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +204,"Bangladesh","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -53594,6 +57682,7 @@ 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +204,"Bangladesh","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -53639,6 +57728,7 @@ 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +204,"Bangladesh","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,0.11 204,"Bangladesh","Shells nei","shells",1976, 204,"Bangladesh","Shells nei","shells",1977, 204,"Bangladesh","Shells nei","shells",1978, @@ -53684,6 +57774,53 @@ 204,"Bangladesh","Shells nei","shells",2018,1 204,"Bangladesh","Shells nei","shells",2019, 204,"Bangladesh","Shells nei","shells",2020,0.81 +204,"Bangladesh","Shells nei","shells",2021,2.59 +205,"Myanmar","Miscellaneous corals and shells","shells",1976, +205,"Myanmar","Miscellaneous corals and shells","shells",1977, +205,"Myanmar","Miscellaneous corals and shells","shells",1978, +205,"Myanmar","Miscellaneous corals and shells","shells",1979, +205,"Myanmar","Miscellaneous corals and shells","shells",1980, +205,"Myanmar","Miscellaneous corals and shells","shells",1981, +205,"Myanmar","Miscellaneous corals and shells","shells",1982, +205,"Myanmar","Miscellaneous corals and shells","shells",1983, +205,"Myanmar","Miscellaneous corals and shells","shells",1984, +205,"Myanmar","Miscellaneous corals and shells","shells",1985, +205,"Myanmar","Miscellaneous corals and shells","shells",1986, +205,"Myanmar","Miscellaneous corals and shells","shells",1987, +205,"Myanmar","Miscellaneous corals and shells","shells",1988, +205,"Myanmar","Miscellaneous corals and shells","shells",1989, +205,"Myanmar","Miscellaneous corals and shells","shells",1990, +205,"Myanmar","Miscellaneous corals and shells","shells",1991, +205,"Myanmar","Miscellaneous corals and shells","shells",1992, +205,"Myanmar","Miscellaneous corals and shells","shells",1993, +205,"Myanmar","Miscellaneous corals and shells","shells",1994, +205,"Myanmar","Miscellaneous corals and shells","shells",1995, +205,"Myanmar","Miscellaneous corals and shells","shells",1996, +205,"Myanmar","Miscellaneous corals and shells","shells",1997, +205,"Myanmar","Miscellaneous corals and shells","shells",1998, +205,"Myanmar","Miscellaneous corals and shells","shells",1999, +205,"Myanmar","Miscellaneous corals and shells","shells",2000, +205,"Myanmar","Miscellaneous corals and shells","shells",2001, +205,"Myanmar","Miscellaneous corals and shells","shells",2002, +205,"Myanmar","Miscellaneous corals and shells","shells",2003, +205,"Myanmar","Miscellaneous corals and shells","shells",2004, +205,"Myanmar","Miscellaneous corals and shells","shells",2005, +205,"Myanmar","Miscellaneous corals and shells","shells",2006, +205,"Myanmar","Miscellaneous corals and shells","shells",2007, +205,"Myanmar","Miscellaneous corals and shells","shells",2008, +205,"Myanmar","Miscellaneous corals and shells","shells",2009, +205,"Myanmar","Miscellaneous corals and shells","shells",2010, +205,"Myanmar","Miscellaneous corals and shells","shells",2011, +205,"Myanmar","Miscellaneous corals and shells","shells",2012, +205,"Myanmar","Miscellaneous corals and shells","shells",2013, +205,"Myanmar","Miscellaneous corals and shells","shells",2014, +205,"Myanmar","Miscellaneous corals and shells","shells",2015, +205,"Myanmar","Miscellaneous corals and shells","shells",2016, +205,"Myanmar","Miscellaneous corals and shells","shells",2017, +205,"Myanmar","Miscellaneous corals and shells","shells",2018,361.11 +205,"Myanmar","Miscellaneous corals and shells","shells",2019,866.49 +205,"Myanmar","Miscellaneous corals and shells","shells",2020,1457.35 +205,"Myanmar","Miscellaneous corals and shells","shells",2021,1038.1 205,"Myanmar","Ornamental fish nei","ornamentals",1976, 205,"Myanmar","Ornamental fish nei","ornamentals",1977, 205,"Myanmar","Ornamental fish nei","ornamentals",1978, @@ -53726,9 +57863,56 @@ 205,"Myanmar","Ornamental fish nei","ornamentals",2015,191 205,"Myanmar","Ornamental fish nei","ornamentals",2016,201 205,"Myanmar","Ornamental fish nei","ornamentals",2017,231 -205,"Myanmar","Ornamental fish nei","ornamentals",2018,179 +205,"Myanmar","Ornamental fish nei","ornamentals",2018, 205,"Myanmar","Ornamental fish nei","ornamentals",2019, -205,"Myanmar","Ornamental fish nei","ornamentals",2020,157 +205,"Myanmar","Ornamental fish nei","ornamentals",2020, +205,"Myanmar","Ornamental fish nei","ornamentals",2021, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1976, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1977, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1978, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1979, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1980, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1981, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1982, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1983, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1984, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1985, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1986, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1987, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1988, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1989, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1990, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1991, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1992, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1993, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1994, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1995, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1996, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1997, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1998, +205,"Myanmar","Ornamental saltwater fish","ornamentals",1999, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2000, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2001, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2002, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2003, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2004, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2005, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2006, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2007, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2008, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2009, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2010, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2011, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2012, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2013, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2014, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2015, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2016, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2017, +205,"Myanmar","Ornamental saltwater fish","ornamentals",2018,6.9 +205,"Myanmar","Ornamental saltwater fish","ornamentals",2019,5.53 +205,"Myanmar","Ornamental saltwater fish","ornamentals",2020,4.65 +205,"Myanmar","Ornamental saltwater fish","ornamentals",2021,2.38 205,"Myanmar","Oyster shells","shells",1976, 205,"Myanmar","Oyster shells","shells",1977, 205,"Myanmar","Oyster shells","shells",1978, @@ -53771,9 +57955,102 @@ 205,"Myanmar","Oyster shells","shells",2015,62 205,"Myanmar","Oyster shells","shells",2016,107 205,"Myanmar","Oyster shells","shells",2017,42 -205,"Myanmar","Oyster shells","shells",2018,116 -205,"Myanmar","Oyster shells","shells",2019,227 -205,"Myanmar","Oyster shells","shells",2020,185 +205,"Myanmar","Oyster shells","shells",2018, +205,"Myanmar","Oyster shells","shells",2019, +205,"Myanmar","Oyster shells","shells",2020, +205,"Myanmar","Oyster shells","shells",2021, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1979, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1980, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1981, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1982, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1983, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1984, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1985, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1986, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1987, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1988, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1989, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1990, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1991, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1992, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1993, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1994, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1995, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1996, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1997, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1998, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1999, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2000, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2001, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2002, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2003, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2004, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2005, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2006, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2007, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2008, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2009, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2010, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2011, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2012, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2013, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2014, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2015, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2016, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2017, +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,63.39 +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,573.79 +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,704.3 +205,"Myanmar","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,102.14 +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1979, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1980, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1981, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1982, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1983, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1984, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1985, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1986, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1987, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1988, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1989, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1990, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1991, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1992, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1993, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1994, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1995, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1996, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1997, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1998, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1999, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2000, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2001, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2002, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2003, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2004, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2005, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2006, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2007, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2008, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2009, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2010, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2011, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2012, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2013, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2014, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2015, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2016, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2017, +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1.95 +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,15.65 +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,11.88 +205,"Myanmar","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,73.97 205,"Myanmar","Shells nei","shells",1976, 205,"Myanmar","Shells nei","shells",1977, 205,"Myanmar","Shells nei","shells",1978, @@ -53816,9 +58093,10 @@ 205,"Myanmar","Shells nei","shells",2015,34 205,"Myanmar","Shells nei","shells",2016,381 205,"Myanmar","Shells nei","shells",2017,476 -205,"Myanmar","Shells nei","shells",2018,24 -205,"Myanmar","Shells nei","shells",2019,249 -205,"Myanmar","Shells nei","shells",2020,31 +205,"Myanmar","Shells nei","shells",2018, +205,"Myanmar","Shells nei","shells",2019, +205,"Myanmar","Shells nei","shells",2020, +205,"Myanmar","Shells nei","shells",2021, 205,"Myanmar","Trochus shells","shells",1976, 205,"Myanmar","Trochus shells","shells",1977, 205,"Myanmar","Trochus shells","shells",1978, @@ -53861,9 +58139,10 @@ 205,"Myanmar","Trochus shells","shells",2015,76 205,"Myanmar","Trochus shells","shells",2016,158 205,"Myanmar","Trochus shells","shells",2017,36 -205,"Myanmar","Trochus shells","shells",2018,83 -205,"Myanmar","Trochus shells","shells",2019,50 -205,"Myanmar","Trochus shells","shells",2020,42 +205,"Myanmar","Trochus shells","shells",2018, +205,"Myanmar","Trochus shells","shells",2019, +205,"Myanmar","Trochus shells","shells",2020, +205,"Myanmar","Trochus shells","shells",2021, 206,"Malaysia","Agar agar nei","seaweeds",1976, 206,"Malaysia","Agar agar nei","seaweeds",1977, 206,"Malaysia","Agar agar nei","seaweeds",1978, @@ -53909,6 +58188,7 @@ 206,"Malaysia","Agar agar nei","seaweeds",2018,85 206,"Malaysia","Agar agar nei","seaweeds",2019,32.18 206,"Malaysia","Agar agar nei","seaweeds",2020,77.98 +206,"Malaysia","Agar agar nei","seaweeds",2021,23.82 206,"Malaysia","Coral and the like","corals",1976, 206,"Malaysia","Coral and the like","corals",1977, 206,"Malaysia","Coral and the like","corals",1978, @@ -53954,6 +58234,7 @@ 206,"Malaysia","Coral and the like","corals",2018, 206,"Malaysia","Coral and the like","corals",2019, 206,"Malaysia","Coral and the like","corals",2020, +206,"Malaysia","Coral and the like","corals",2021, 206,"Malaysia","Fish body oils, nei","fish_oil",1976,0.1 206,"Malaysia","Fish body oils, nei","fish_oil",1977,4 206,"Malaysia","Fish body oils, nei","fish_oil",1978, @@ -53999,6 +58280,7 @@ 206,"Malaysia","Fish body oils, nei","fish_oil",2018,5257 206,"Malaysia","Fish body oils, nei","fish_oil",2019,3022.17 206,"Malaysia","Fish body oils, nei","fish_oil",2020,6853.87 +206,"Malaysia","Fish body oils, nei","fish_oil",2021,1232.07 206,"Malaysia","Fish liver oils, nei","fish_oil",1976, 206,"Malaysia","Fish liver oils, nei","fish_oil",1977, 206,"Malaysia","Fish liver oils, nei","fish_oil",1978, @@ -54044,6 +58326,7 @@ 206,"Malaysia","Fish liver oils, nei","fish_oil",2018,16 206,"Malaysia","Fish liver oils, nei","fish_oil",2019, 206,"Malaysia","Fish liver oils, nei","fish_oil",2020,4.66 +206,"Malaysia","Fish liver oils, nei","fish_oil",2021, 206,"Malaysia","Miscellaneous corals and shells","shells",1976, 206,"Malaysia","Miscellaneous corals and shells","shells",1977, 206,"Malaysia","Miscellaneous corals and shells","shells",1978, @@ -54089,6 +58372,7 @@ 206,"Malaysia","Miscellaneous corals and shells","shells",2018,52 206,"Malaysia","Miscellaneous corals and shells","shells",2019,22.82 206,"Malaysia","Miscellaneous corals and shells","shells",2020,11.83 +206,"Malaysia","Miscellaneous corals and shells","shells",2021,41.76 206,"Malaysia","Natural sponges nei","sponges",1976, 206,"Malaysia","Natural sponges nei","sponges",1977, 206,"Malaysia","Natural sponges nei","sponges",1978, @@ -54134,6 +58418,7 @@ 206,"Malaysia","Natural sponges nei","sponges",2018,29 206,"Malaysia","Natural sponges nei","sponges",2019,0.56 206,"Malaysia","Natural sponges nei","sponges",2020, +206,"Malaysia","Natural sponges nei","sponges",2021,0.8 206,"Malaysia","Ornamental fish nei","ornamentals",1976,89 206,"Malaysia","Ornamental fish nei","ornamentals",1977,109 206,"Malaysia","Ornamental fish nei","ornamentals",1978,101 @@ -54179,6 +58464,7 @@ 206,"Malaysia","Ornamental fish nei","ornamentals",2018, 206,"Malaysia","Ornamental fish nei","ornamentals",2019, 206,"Malaysia","Ornamental fish nei","ornamentals",2020, +206,"Malaysia","Ornamental fish nei","ornamentals",2021, 206,"Malaysia","Ornamental saltwater fish","ornamentals",1976, 206,"Malaysia","Ornamental saltwater fish","ornamentals",1977, 206,"Malaysia","Ornamental saltwater fish","ornamentals",1978, @@ -54224,6 +58510,7 @@ 206,"Malaysia","Ornamental saltwater fish","ornamentals",2018,1449 206,"Malaysia","Ornamental saltwater fish","ornamentals",2019,871.98 206,"Malaysia","Ornamental saltwater fish","ornamentals",2020,641.02 +206,"Malaysia","Ornamental saltwater fish","ornamentals",2021,721.91 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -54269,6 +58556,7 @@ 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +206,"Malaysia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -54314,6 +58602,7 @@ 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,2506 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,4014.21 206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,3636.07 +206,"Malaysia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,2539.23 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -54359,6 +58648,7 @@ 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,57 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,4.7 206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,6.82 +206,"Malaysia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,9.38 206,"Malaysia","Shells nei","shells",1976, 206,"Malaysia","Shells nei","shells",1977, 206,"Malaysia","Shells nei","shells",1978, @@ -54404,6 +58694,7 @@ 206,"Malaysia","Shells nei","shells",2018, 206,"Malaysia","Shells nei","shells",2019, 206,"Malaysia","Shells nei","shells",2020, +206,"Malaysia","Shells nei","shells",2021, 207,"Vietnam","Agar agar nei","seaweeds",1976, 207,"Vietnam","Agar agar nei","seaweeds",1977, 207,"Vietnam","Agar agar nei","seaweeds",1978, @@ -54449,6 +58740,7 @@ 207,"Vietnam","Agar agar nei","seaweeds",2018,3420 207,"Vietnam","Agar agar nei","seaweeds",2019,14577.34 207,"Vietnam","Agar agar nei","seaweeds",2020,11732.29 +207,"Vietnam","Agar agar nei","seaweeds",2021,16954.44 207,"Vietnam","Coral and the like","corals",1976, 207,"Vietnam","Coral and the like","corals",1977, 207,"Vietnam","Coral and the like","corals",1978, @@ -54494,6 +58786,7 @@ 207,"Vietnam","Coral and the like","corals",2018,9545 207,"Vietnam","Coral and the like","corals",2019,4954.69 207,"Vietnam","Coral and the like","corals",2020,6082.02 +207,"Vietnam","Coral and the like","corals",2021,5085.27 207,"Vietnam","Fish body oils, nei","fish_oil",1976, 207,"Vietnam","Fish body oils, nei","fish_oil",1977, 207,"Vietnam","Fish body oils, nei","fish_oil",1978, @@ -54539,6 +58832,7 @@ 207,"Vietnam","Fish body oils, nei","fish_oil",2018,27566 207,"Vietnam","Fish body oils, nei","fish_oil",2019,49317.32 207,"Vietnam","Fish body oils, nei","fish_oil",2020,40224.97 +207,"Vietnam","Fish body oils, nei","fish_oil",2021,42640.85 207,"Vietnam","Fish liver oils, nei","fish_oil",1976, 207,"Vietnam","Fish liver oils, nei","fish_oil",1977, 207,"Vietnam","Fish liver oils, nei","fish_oil",1978, @@ -54584,6 +58878,7 @@ 207,"Vietnam","Fish liver oils, nei","fish_oil",2018,152 207,"Vietnam","Fish liver oils, nei","fish_oil",2019, 207,"Vietnam","Fish liver oils, nei","fish_oil",2020, +207,"Vietnam","Fish liver oils, nei","fish_oil",2021, 207,"Vietnam","Miscellaneous corals and shells","shells",1976, 207,"Vietnam","Miscellaneous corals and shells","shells",1977, 207,"Vietnam","Miscellaneous corals and shells","shells",1978, @@ -54629,6 +58924,7 @@ 207,"Vietnam","Miscellaneous corals and shells","shells",2018, 207,"Vietnam","Miscellaneous corals and shells","shells",2019, 207,"Vietnam","Miscellaneous corals and shells","shells",2020, +207,"Vietnam","Miscellaneous corals and shells","shells",2021, 207,"Vietnam","Ornamental fish nei","ornamentals",1976, 207,"Vietnam","Ornamental fish nei","ornamentals",1977, 207,"Vietnam","Ornamental fish nei","ornamentals",1978, @@ -54674,6 +58970,7 @@ 207,"Vietnam","Ornamental fish nei","ornamentals",2018, 207,"Vietnam","Ornamental fish nei","ornamentals",2019, 207,"Vietnam","Ornamental fish nei","ornamentals",2020, +207,"Vietnam","Ornamental fish nei","ornamentals",2021, 207,"Vietnam","Ornamental saltwater fish","ornamentals",1976, 207,"Vietnam","Ornamental saltwater fish","ornamentals",1977, 207,"Vietnam","Ornamental saltwater fish","ornamentals",1978, @@ -54719,6 +59016,7 @@ 207,"Vietnam","Ornamental saltwater fish","ornamentals",2018,872 207,"Vietnam","Ornamental saltwater fish","ornamentals",2019,1194.31 207,"Vietnam","Ornamental saltwater fish","ornamentals",2020,129.94 +207,"Vietnam","Ornamental saltwater fish","ornamentals",2021,242.64 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -54764,6 +59062,7 @@ 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +207,"Vietnam","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -54809,6 +59108,7 @@ 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1521 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,2534.39 207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,3633.1 +207,"Vietnam","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,2552.78 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -54854,6 +59154,7 @@ 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1136 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1936.05 207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,3407.18 +207,"Vietnam","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,5412.86 208,"Singapore","Agar agar nei","seaweeds",1976, 208,"Singapore","Agar agar nei","seaweeds",1977, 208,"Singapore","Agar agar nei","seaweeds",1978, @@ -54899,6 +59200,7 @@ 208,"Singapore","Agar agar nei","seaweeds",2018,1077 208,"Singapore","Agar agar nei","seaweeds",2019,1509.45 208,"Singapore","Agar agar nei","seaweeds",2020,2076.77 +208,"Singapore","Agar agar nei","seaweeds",2021,1391.08 208,"Singapore","Coral and the like","corals",1976, 208,"Singapore","Coral and the like","corals",1977, 208,"Singapore","Coral and the like","corals",1978, @@ -54944,6 +59246,7 @@ 208,"Singapore","Coral and the like","corals",2018, 208,"Singapore","Coral and the like","corals",2019, 208,"Singapore","Coral and the like","corals",2020, +208,"Singapore","Coral and the like","corals",2021, 208,"Singapore","Fish body oils, nei","fish_oil",1976, 208,"Singapore","Fish body oils, nei","fish_oil",1977, 208,"Singapore","Fish body oils, nei","fish_oil",1978, @@ -54989,6 +59292,7 @@ 208,"Singapore","Fish body oils, nei","fish_oil",2018,326 208,"Singapore","Fish body oils, nei","fish_oil",2019,275.95 208,"Singapore","Fish body oils, nei","fish_oil",2020,439.25 +208,"Singapore","Fish body oils, nei","fish_oil",2021,827.95 208,"Singapore","Fish liver oils, nei","fish_oil",1976, 208,"Singapore","Fish liver oils, nei","fish_oil",1977, 208,"Singapore","Fish liver oils, nei","fish_oil",1978, @@ -55034,6 +59338,7 @@ 208,"Singapore","Fish liver oils, nei","fish_oil",2018,373 208,"Singapore","Fish liver oils, nei","fish_oil",2019,156.91 208,"Singapore","Fish liver oils, nei","fish_oil",2020,122.77 +208,"Singapore","Fish liver oils, nei","fish_oil",2021,3.73 208,"Singapore","Miscellaneous corals and shells","shells",1976, 208,"Singapore","Miscellaneous corals and shells","shells",1977, 208,"Singapore","Miscellaneous corals and shells","shells",1978, @@ -55079,6 +59384,7 @@ 208,"Singapore","Miscellaneous corals and shells","shells",2018, 208,"Singapore","Miscellaneous corals and shells","shells",2019, 208,"Singapore","Miscellaneous corals and shells","shells",2020, +208,"Singapore","Miscellaneous corals and shells","shells",2021, 208,"Singapore","Natural sponges nei","sponges",1976, 208,"Singapore","Natural sponges nei","sponges",1977, 208,"Singapore","Natural sponges nei","sponges",1978, @@ -55124,6 +59430,7 @@ 208,"Singapore","Natural sponges nei","sponges",2018, 208,"Singapore","Natural sponges nei","sponges",2019,143.4 208,"Singapore","Natural sponges nei","sponges",2020,93.58 +208,"Singapore","Natural sponges nei","sponges",2021,193.68 208,"Singapore","Natural sponges raw","sponges",1976, 208,"Singapore","Natural sponges raw","sponges",1977, 208,"Singapore","Natural sponges raw","sponges",1978, @@ -55169,6 +59476,7 @@ 208,"Singapore","Natural sponges raw","sponges",2018, 208,"Singapore","Natural sponges raw","sponges",2019, 208,"Singapore","Natural sponges raw","sponges",2020, +208,"Singapore","Natural sponges raw","sponges",2021, 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",1976,11 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",1977,34 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",1978,493 @@ -55214,6 +59522,7 @@ 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",2018, 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",2019, 208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",2020, +208,"Singapore","Oils and fats of aquatic animals, nei","fish_oil",2021, 208,"Singapore","Ornamental fish nei","ornamentals",1976,76 208,"Singapore","Ornamental fish nei","ornamentals",1977,92 208,"Singapore","Ornamental fish nei","ornamentals",1978,111 @@ -55259,6 +59568,7 @@ 208,"Singapore","Ornamental fish nei","ornamentals",2018, 208,"Singapore","Ornamental fish nei","ornamentals",2019, 208,"Singapore","Ornamental fish nei","ornamentals",2020, +208,"Singapore","Ornamental fish nei","ornamentals",2021, 208,"Singapore","Ornamental saltwater fish","ornamentals",1976, 208,"Singapore","Ornamental saltwater fish","ornamentals",1977, 208,"Singapore","Ornamental saltwater fish","ornamentals",1978, @@ -55304,6 +59614,7 @@ 208,"Singapore","Ornamental saltwater fish","ornamentals",2018,964 208,"Singapore","Ornamental saltwater fish","ornamentals",2019,434.51 208,"Singapore","Ornamental saltwater fish","ornamentals",2020,194.32 +208,"Singapore","Ornamental saltwater fish","ornamentals",2021,208.02 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -55349,6 +59660,7 @@ 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +208,"Singapore","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -55394,6 +59706,7 @@ 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1235 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,2433.89 208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,1377.87 +208,"Singapore","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,986.37 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -55439,6 +59752,7 @@ 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,74 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,118.26 208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,981.72 +208,"Singapore","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,677.69 208,"Singapore","Shells nei","shells",1976, 208,"Singapore","Shells nei","shells",1977, 208,"Singapore","Shells nei","shells",1978, @@ -55484,6 +59798,7 @@ 208,"Singapore","Shells nei","shells",2018,32 208,"Singapore","Shells nei","shells",2019,15.48 208,"Singapore","Shells nei","shells",2020,35.17 +208,"Singapore","Shells nei","shells",2021,38.2 209,"China","Agar agar nei","seaweeds",1976, 209,"China","Agar agar nei","seaweeds",1977, 209,"China","Agar agar nei","seaweeds",1978, @@ -55529,6 +59844,7 @@ 209,"China","Agar agar nei","seaweeds",2018,85777 209,"China","Agar agar nei","seaweeds",2019,76029.42 209,"China","Agar agar nei","seaweeds",2020,67987.5 +209,"China","Agar agar nei","seaweeds",2021,82375.9 209,"China","Coral and the like","corals",1976, 209,"China","Coral and the like","corals",1977, 209,"China","Coral and the like","corals",1978, @@ -55574,6 +59890,7 @@ 209,"China","Coral and the like","corals",2018,7701 209,"China","Coral and the like","corals",2019,7906.44 209,"China","Coral and the like","corals",2020,7621.45 +209,"China","Coral and the like","corals",2021,7569.61 209,"China","Fish body oils, nei","fish_oil",1976, 209,"China","Fish body oils, nei","fish_oil",1977, 209,"China","Fish body oils, nei","fish_oil",1978, @@ -55619,6 +59936,7 @@ 209,"China","Fish body oils, nei","fish_oil",2018,126160 209,"China","Fish body oils, nei","fish_oil",2019,144395.4 209,"China","Fish body oils, nei","fish_oil",2020,150486.04 +209,"China","Fish body oils, nei","fish_oil",2021,199476.09 209,"China","Fish liver oils, nei","fish_oil",1976, 209,"China","Fish liver oils, nei","fish_oil",1977, 209,"China","Fish liver oils, nei","fish_oil",1978, @@ -55664,6 +59982,7 @@ 209,"China","Fish liver oils, nei","fish_oil",2018,3534 209,"China","Fish liver oils, nei","fish_oil",2019,3281.73 209,"China","Fish liver oils, nei","fish_oil",2020,2733.13 +209,"China","Fish liver oils, nei","fish_oil",2021,3746.51 209,"China","Miscellaneous corals and shells","shells",1976, 209,"China","Miscellaneous corals and shells","shells",1977, 209,"China","Miscellaneous corals and shells","shells",1978, @@ -55709,6 +60028,7 @@ 209,"China","Miscellaneous corals and shells","shells",2018,1326 209,"China","Miscellaneous corals and shells","shells",2019,1782.69 209,"China","Miscellaneous corals and shells","shells",2020,511.05 +209,"China","Miscellaneous corals and shells","shells",2021,1805.44 209,"China","Natural sponges nei","sponges",1976, 209,"China","Natural sponges nei","sponges",1977, 209,"China","Natural sponges nei","sponges",1978, @@ -55754,6 +60074,7 @@ 209,"China","Natural sponges nei","sponges",2018, 209,"China","Natural sponges nei","sponges",2019, 209,"China","Natural sponges nei","sponges",2020, +209,"China","Natural sponges nei","sponges",2021, 209,"China","Natural sponges raw","sponges",1976, 209,"China","Natural sponges raw","sponges",1977, 209,"China","Natural sponges raw","sponges",1978, @@ -55799,6 +60120,7 @@ 209,"China","Natural sponges raw","sponges",2018, 209,"China","Natural sponges raw","sponges",2019, 209,"China","Natural sponges raw","sponges",2020, +209,"China","Natural sponges raw","sponges",2021, 209,"China","Ornamental fish nei","ornamentals",1976, 209,"China","Ornamental fish nei","ornamentals",1977, 209,"China","Ornamental fish nei","ornamentals",1978, @@ -55844,6 +60166,7 @@ 209,"China","Ornamental fish nei","ornamentals",2018, 209,"China","Ornamental fish nei","ornamentals",2019, 209,"China","Ornamental fish nei","ornamentals",2020, +209,"China","Ornamental fish nei","ornamentals",2021, 209,"China","Ornamental saltwater fish","ornamentals",1976, 209,"China","Ornamental saltwater fish","ornamentals",1977, 209,"China","Ornamental saltwater fish","ornamentals",1978,25 @@ -55889,6 +60212,7 @@ 209,"China","Ornamental saltwater fish","ornamentals",2018,134 209,"China","Ornamental saltwater fish","ornamentals",2019,412.04 209,"China","Ornamental saltwater fish","ornamentals",2020,242.66 +209,"China","Ornamental saltwater fish","ornamentals",2021,301.21 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1976, 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1977, 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",1978, @@ -55934,6 +60258,7 @@ 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2018,16304 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2019,17771.59 209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2020,16959.78 +209,"China","Other brown algae (laminaria, eisenia/ecklonia)","seaweeds",2021,14979.94 209,"China","Other red algae","seaweeds",1976, 209,"China","Other red algae","seaweeds",1977, 209,"China","Other red algae","seaweeds",1978, @@ -55979,6 +60304,7 @@ 209,"China","Other red algae","seaweeds",2018,1135 209,"China","Other red algae","seaweeds",2019,309.05 209,"China","Other red algae","seaweeds",2020,110.69 +209,"China","Other red algae","seaweeds",2021,1147.81 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -56024,6 +60350,7 @@ 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +209,"China","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -56069,6 +60396,7 @@ 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,4052 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,4202.19 209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,3570.34 +209,"China","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,4316.62 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -56114,6 +60442,7 @@ 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,3710.1 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,3037.47 209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,2030.26 +209,"China","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,3657.6 210,"Japan","Agar agar nei","seaweeds",1976,5053 210,"Japan","Agar agar nei","seaweeds",1977,5357 210,"Japan","Agar agar nei","seaweeds",1978,6079 @@ -56128,10 +60457,10 @@ 210,"Japan","Agar agar nei","seaweeds",1987,7225 210,"Japan","Agar agar nei","seaweeds",1988,4897 210,"Japan","Agar agar nei","seaweeds",1989,6801 -210,"Japan","Agar agar nei","seaweeds",1990, -210,"Japan","Agar agar nei","seaweeds",1991, -210,"Japan","Agar agar nei","seaweeds",1992, -210,"Japan","Agar agar nei","seaweeds",1993, +210,"Japan","Agar agar nei","seaweeds",1990,7727 +210,"Japan","Agar agar nei","seaweeds",1991,4817 +210,"Japan","Agar agar nei","seaweeds",1992,4215 +210,"Japan","Agar agar nei","seaweeds",1993,3126 210,"Japan","Agar agar nei","seaweeds",1994,2708 210,"Japan","Agar agar nei","seaweeds",1995,3900 210,"Japan","Agar agar nei","seaweeds",1996,2483 @@ -56159,6 +60488,7 @@ 210,"Japan","Agar agar nei","seaweeds",2018,1360 210,"Japan","Agar agar nei","seaweeds",2019,1442.15 210,"Japan","Agar agar nei","seaweeds",2020,1412.33 +210,"Japan","Agar agar nei","seaweeds",2021,1738.23 210,"Japan","Cod liver oil","fish_oil",1976,603 210,"Japan","Cod liver oil","fish_oil",1977,527 210,"Japan","Cod liver oil","fish_oil",1978,667 @@ -56204,6 +60534,7 @@ 210,"Japan","Cod liver oil","fish_oil",2018, 210,"Japan","Cod liver oil","fish_oil",2019, 210,"Japan","Cod liver oil","fish_oil",2020, +210,"Japan","Cod liver oil","fish_oil",2021, 210,"Japan","Coral and the like","corals",1976,1883 210,"Japan","Coral and the like","corals",1977,2288 210,"Japan","Coral and the like","corals",1978,1325 @@ -56215,9 +60546,9 @@ 210,"Japan","Coral and the like","corals",1984,2171 210,"Japan","Coral and the like","corals",1985,1549 210,"Japan","Coral and the like","corals",1986,2718 -210,"Japan","Coral and the like","corals",1987, -210,"Japan","Coral and the like","corals",1988, -210,"Japan","Coral and the like","corals",1989, +210,"Japan","Coral and the like","corals",1987,6460 +210,"Japan","Coral and the like","corals",1988,8050 +210,"Japan","Coral and the like","corals",1989,9000 210,"Japan","Coral and the like","corals",1990,10384 210,"Japan","Coral and the like","corals",1991,8323 210,"Japan","Coral and the like","corals",1992,8437 @@ -56249,6 +60580,7 @@ 210,"Japan","Coral and the like","corals",2018,45968 210,"Japan","Coral and the like","corals",2019,49917.44 210,"Japan","Coral and the like","corals",2020,38993.74 +210,"Japan","Coral and the like","corals",2021,39870.25 210,"Japan","Fish body oils, nei","fish_oil",1976,24791 210,"Japan","Fish body oils, nei","fish_oil",1977,43523 210,"Japan","Fish body oils, nei","fish_oil",1978,82881 @@ -56294,6 +60626,7 @@ 210,"Japan","Fish body oils, nei","fish_oil",2018,52627 210,"Japan","Fish body oils, nei","fish_oil",2019,44404.34 210,"Japan","Fish body oils, nei","fish_oil",2020,48522.17 +210,"Japan","Fish body oils, nei","fish_oil",2021,27353.57 210,"Japan","Fish liver oils, nei","fish_oil",1976,564 210,"Japan","Fish liver oils, nei","fish_oil",1977,1050 210,"Japan","Fish liver oils, nei","fish_oil",1978,1245 @@ -56339,6 +60672,7 @@ 210,"Japan","Fish liver oils, nei","fish_oil",2018,530 210,"Japan","Fish liver oils, nei","fish_oil",2019,831.86 210,"Japan","Fish liver oils, nei","fish_oil",2020,564.94 +210,"Japan","Fish liver oils, nei","fish_oil",2021,1267.89 210,"Japan","Natural sponges raw","sponges",1976,102 210,"Japan","Natural sponges raw","sponges",1977,74 210,"Japan","Natural sponges raw","sponges",1978,93 @@ -56350,9 +60684,9 @@ 210,"Japan","Natural sponges raw","sponges",1984,99 210,"Japan","Natural sponges raw","sponges",1985,52 210,"Japan","Natural sponges raw","sponges",1986,126 -210,"Japan","Natural sponges raw","sponges",1987, -210,"Japan","Natural sponges raw","sponges",1988, -210,"Japan","Natural sponges raw","sponges",1989, +210,"Japan","Natural sponges raw","sponges",1987,150 +210,"Japan","Natural sponges raw","sponges",1988,200 +210,"Japan","Natural sponges raw","sponges",1989,300 210,"Japan","Natural sponges raw","sponges",1990,443 210,"Japan","Natural sponges raw","sponges",1991,302 210,"Japan","Natural sponges raw","sponges",1992,379 @@ -56384,6 +60718,7 @@ 210,"Japan","Natural sponges raw","sponges",2018, 210,"Japan","Natural sponges raw","sponges",2019, 210,"Japan","Natural sponges raw","sponges",2020, +210,"Japan","Natural sponges raw","sponges",2021, 210,"Japan","Ornamental fish nei","ornamentals",1976, 210,"Japan","Ornamental fish nei","ornamentals",1977, 210,"Japan","Ornamental fish nei","ornamentals",1978, @@ -56429,6 +60764,7 @@ 210,"Japan","Ornamental fish nei","ornamentals",2018, 210,"Japan","Ornamental fish nei","ornamentals",2019, 210,"Japan","Ornamental fish nei","ornamentals",2020, +210,"Japan","Ornamental fish nei","ornamentals",2021, 210,"Japan","Ornamental saltwater fish","ornamentals",1976, 210,"Japan","Ornamental saltwater fish","ornamentals",1977, 210,"Japan","Ornamental saltwater fish","ornamentals",1978, @@ -56474,6 +60810,7 @@ 210,"Japan","Ornamental saltwater fish","ornamentals",2018,302 210,"Japan","Ornamental saltwater fish","ornamentals",2019,218.25 210,"Japan","Ornamental saltwater fish","ornamentals",2020,502.92 +210,"Japan","Ornamental saltwater fish","ornamentals",2021,472.63 210,"Japan","Other red algae","seaweeds",1976, 210,"Japan","Other red algae","seaweeds",1977, 210,"Japan","Other red algae","seaweeds",1978, @@ -56488,10 +60825,10 @@ 210,"Japan","Other red algae","seaweeds",1987, 210,"Japan","Other red algae","seaweeds",1988, 210,"Japan","Other red algae","seaweeds",1989, -210,"Japan","Other red algae","seaweeds",1990, -210,"Japan","Other red algae","seaweeds",1991, -210,"Japan","Other red algae","seaweeds",1992, -210,"Japan","Other red algae","seaweeds",1993, +210,"Japan","Other red algae","seaweeds",1990,22202 +210,"Japan","Other red algae","seaweeds",1991,18965 +210,"Japan","Other red algae","seaweeds",1992,25741 +210,"Japan","Other red algae","seaweeds",1993,16663 210,"Japan","Other red algae","seaweeds",1994,10052 210,"Japan","Other red algae","seaweeds",1995,10344 210,"Japan","Other red algae","seaweeds",1996,6695 @@ -56519,6 +60856,7 @@ 210,"Japan","Other red algae","seaweeds",2018, 210,"Japan","Other red algae","seaweeds",2019, 210,"Japan","Other red algae","seaweeds",2020, +210,"Japan","Other red algae","seaweeds",2021, 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1976,4397 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1977,5948 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1978,7287 @@ -56533,11 +60871,11 @@ 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1987,13209 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1988,30369 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1989,23832 -210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1990,34781 -210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1991,32281 -210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1992,48290 -210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1993,28204 -210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1994,38437 +210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1990,12661 +210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1991,13380 +210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1992,22695 +210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1993,11516 +210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1994,14230 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1995,12716 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1996,10759 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",1997,10444 @@ -56564,6 +60902,7 @@ 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +210,"Japan","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -56609,6 +60948,7 @@ 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,18646 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,19531.75 210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,17923.07 +210,"Japan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,19416.33 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -56654,6 +60994,7 @@ 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,1727 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,1635.2 210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,1325.65 +210,"Japan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,1534.75 210,"Japan","Shells nei","shells",1976,1320 210,"Japan","Shells nei","shells",1977,1496 210,"Japan","Shells nei","shells",1978,2270 @@ -56699,6 +61040,7 @@ 210,"Japan","Shells nei","shells",2018, 210,"Japan","Shells nei","shells",2019, 210,"Japan","Shells nei","shells",2020, +210,"Japan","Shells nei","shells",2021, 212,"Kiribati","Coral and the like","corals",1976, 212,"Kiribati","Coral and the like","corals",1977, 212,"Kiribati","Coral and the like","corals",1978, @@ -56744,6 +61086,7 @@ 212,"Kiribati","Coral and the like","corals",2018,5 212,"Kiribati","Coral and the like","corals",2019,23.64 212,"Kiribati","Coral and the like","corals",2020, +212,"Kiribati","Coral and the like","corals",2021, 212,"Kiribati","Ornamental fish nei","ornamentals",1976, 212,"Kiribati","Ornamental fish nei","ornamentals",1977, 212,"Kiribati","Ornamental fish nei","ornamentals",1978, @@ -56789,6 +61132,7 @@ 212,"Kiribati","Ornamental fish nei","ornamentals",2018, 212,"Kiribati","Ornamental fish nei","ornamentals",2019, 212,"Kiribati","Ornamental fish nei","ornamentals",2020, +212,"Kiribati","Ornamental fish nei","ornamentals",2021, 212,"Kiribati","Ornamental saltwater fish","ornamentals",1976, 212,"Kiribati","Ornamental saltwater fish","ornamentals",1977, 212,"Kiribati","Ornamental saltwater fish","ornamentals",1978, @@ -56834,6 +61178,7 @@ 212,"Kiribati","Ornamental saltwater fish","ornamentals",2018,169 212,"Kiribati","Ornamental saltwater fish","ornamentals",2019,96.44 212,"Kiribati","Ornamental saltwater fish","ornamentals",2020,23.84 +212,"Kiribati","Ornamental saltwater fish","ornamentals",2021, 212,"Kiribati","Other red algae","seaweeds",1976, 212,"Kiribati","Other red algae","seaweeds",1977, 212,"Kiribati","Other red algae","seaweeds",1978, @@ -56879,6 +61224,7 @@ 212,"Kiribati","Other red algae","seaweeds",2018, 212,"Kiribati","Other red algae","seaweeds",2019, 212,"Kiribati","Other red algae","seaweeds",2020, +212,"Kiribati","Other red algae","seaweeds",2021, 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -56924,6 +61270,7 @@ 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +212,"Kiribati","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -56969,6 +61316,7 @@ 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,81 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +212,"Kiribati","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 212,"Kiribati","Shells nei","shells",1976, 212,"Kiribati","Shells nei","shells",1977, 212,"Kiribati","Shells nei","shells",1978, @@ -57014,6 +61362,7 @@ 212,"Kiribati","Shells nei","shells",2018, 212,"Kiribati","Shells nei","shells",2019, 212,"Kiribati","Shells nei","shells",2020, +212,"Kiribati","Shells nei","shells",2021, 214,"Egypt","Coral and the like","corals",1976, 214,"Egypt","Coral and the like","corals",1977, 214,"Egypt","Coral and the like","corals",1978, @@ -57059,6 +61408,7 @@ 214,"Egypt","Coral and the like","corals",2018, 214,"Egypt","Coral and the like","corals",2019, 214,"Egypt","Coral and the like","corals",2020,0.01 +214,"Egypt","Coral and the like","corals",2021, 214,"Egypt","Fish body oils, nei","fish_oil",1976, 214,"Egypt","Fish body oils, nei","fish_oil",1977, 214,"Egypt","Fish body oils, nei","fish_oil",1978, @@ -57104,6 +61454,7 @@ 214,"Egypt","Fish body oils, nei","fish_oil",2018, 214,"Egypt","Fish body oils, nei","fish_oil",2019, 214,"Egypt","Fish body oils, nei","fish_oil",2020,0.65 +214,"Egypt","Fish body oils, nei","fish_oil",2021, 214,"Egypt","Fish liver oils, nei","fish_oil",1976, 214,"Egypt","Fish liver oils, nei","fish_oil",1977, 214,"Egypt","Fish liver oils, nei","fish_oil",1978, @@ -57149,6 +61500,7 @@ 214,"Egypt","Fish liver oils, nei","fish_oil",2018, 214,"Egypt","Fish liver oils, nei","fish_oil",2019, 214,"Egypt","Fish liver oils, nei","fish_oil",2020,12.27 +214,"Egypt","Fish liver oils, nei","fish_oil",2021, 214,"Egypt","Miscellaneous corals and shells","shells",1976, 214,"Egypt","Miscellaneous corals and shells","shells",1977, 214,"Egypt","Miscellaneous corals and shells","shells",1978, @@ -57194,6 +61546,7 @@ 214,"Egypt","Miscellaneous corals and shells","shells",2018,8 214,"Egypt","Miscellaneous corals and shells","shells",2019,12.28 214,"Egypt","Miscellaneous corals and shells","shells",2020,16.89 +214,"Egypt","Miscellaneous corals and shells","shells",2021,90.43 214,"Egypt","Natural sponges nei","sponges",1976, 214,"Egypt","Natural sponges nei","sponges",1977, 214,"Egypt","Natural sponges nei","sponges",1978, @@ -57239,6 +61592,7 @@ 214,"Egypt","Natural sponges nei","sponges",2018, 214,"Egypt","Natural sponges nei","sponges",2019, 214,"Egypt","Natural sponges nei","sponges",2020, +214,"Egypt","Natural sponges nei","sponges",2021, 214,"Egypt","Natural sponges raw","sponges",1976, 214,"Egypt","Natural sponges raw","sponges",1977, 214,"Egypt","Natural sponges raw","sponges",1978, @@ -57284,6 +61638,7 @@ 214,"Egypt","Natural sponges raw","sponges",2018, 214,"Egypt","Natural sponges raw","sponges",2019, 214,"Egypt","Natural sponges raw","sponges",2020, +214,"Egypt","Natural sponges raw","sponges",2021, 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",1976, 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",1977, 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",1978,38 @@ -57329,6 +61684,7 @@ 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",2018, 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",2019, 214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",2020, +214,"Egypt","Oils and fats of aquatic animals, nei","fish_oil",2021, 214,"Egypt","Ornamental fish nei","ornamentals",1976, 214,"Egypt","Ornamental fish nei","ornamentals",1977, 214,"Egypt","Ornamental fish nei","ornamentals",1978, @@ -57374,6 +61730,7 @@ 214,"Egypt","Ornamental fish nei","ornamentals",2018,64 214,"Egypt","Ornamental fish nei","ornamentals",2019,94.56 214,"Egypt","Ornamental fish nei","ornamentals",2020,26.06 +214,"Egypt","Ornamental fish nei","ornamentals",2021, 214,"Egypt","Ornamental saltwater fish","ornamentals",1976, 214,"Egypt","Ornamental saltwater fish","ornamentals",1977, 214,"Egypt","Ornamental saltwater fish","ornamentals",1978, @@ -57419,6 +61776,7 @@ 214,"Egypt","Ornamental saltwater fish","ornamentals",2018,1 214,"Egypt","Ornamental saltwater fish","ornamentals",2019, 214,"Egypt","Ornamental saltwater fish","ornamentals",2020,19.77 +214,"Egypt","Ornamental saltwater fish","ornamentals",2021,87.97 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -57464,6 +61822,7 @@ 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",2018,117 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,87.43 214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +214,"Egypt","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -57509,6 +61868,7 @@ 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,14 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,2.91 214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +214,"Egypt","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 215,"Jordan","Fish body oils, nei","fish_oil",1976, 215,"Jordan","Fish body oils, nei","fish_oil",1977, 215,"Jordan","Fish body oils, nei","fish_oil",1978, @@ -57554,6 +61914,7 @@ 215,"Jordan","Fish body oils, nei","fish_oil",2018, 215,"Jordan","Fish body oils, nei","fish_oil",2019, 215,"Jordan","Fish body oils, nei","fish_oil",2020,46.37 +215,"Jordan","Fish body oils, nei","fish_oil",2021, 215,"Jordan","Natural sponges nei","sponges",1976, 215,"Jordan","Natural sponges nei","sponges",1977, 215,"Jordan","Natural sponges nei","sponges",1978, @@ -57599,6 +61960,7 @@ 215,"Jordan","Natural sponges nei","sponges",2018, 215,"Jordan","Natural sponges nei","sponges",2019, 215,"Jordan","Natural sponges nei","sponges",2020,6.77 +215,"Jordan","Natural sponges nei","sponges",2021, 215,"Jordan","Ornamental fish nei","ornamentals",1976, 215,"Jordan","Ornamental fish nei","ornamentals",1977, 215,"Jordan","Ornamental fish nei","ornamentals",1978, @@ -57644,6 +62006,7 @@ 215,"Jordan","Ornamental fish nei","ornamentals",2018, 215,"Jordan","Ornamental fish nei","ornamentals",2019, 215,"Jordan","Ornamental fish nei","ornamentals",2020, +215,"Jordan","Ornamental fish nei","ornamentals",2021, 215,"Jordan","Ornamental saltwater fish","ornamentals",1976, 215,"Jordan","Ornamental saltwater fish","ornamentals",1977, 215,"Jordan","Ornamental saltwater fish","ornamentals",1978, @@ -57689,6 +62052,7 @@ 215,"Jordan","Ornamental saltwater fish","ornamentals",2018,0.1 215,"Jordan","Ornamental saltwater fish","ornamentals",2019, 215,"Jordan","Ornamental saltwater fish","ornamentals",2020, +215,"Jordan","Ornamental saltwater fish","ornamentals",2021, 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -57734,6 +62098,7 @@ 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +215,"Jordan","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,5.7 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -57779,6 +62144,7 @@ 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +215,"Jordan","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 216,"Indonesia","Agar agar nei","seaweeds",1976, 216,"Indonesia","Agar agar nei","seaweeds",1977, 216,"Indonesia","Agar agar nei","seaweeds",1978, @@ -57824,6 +62190,7 @@ 216,"Indonesia","Agar agar nei","seaweeds",2018,14169 216,"Indonesia","Agar agar nei","seaweeds",2019,10627.47 216,"Indonesia","Agar agar nei","seaweeds",2020,11605.42 +216,"Indonesia","Agar agar nei","seaweeds",2021,15915.33 216,"Indonesia","Cod liver oil","fish_oil",1976, 216,"Indonesia","Cod liver oil","fish_oil",1977, 216,"Indonesia","Cod liver oil","fish_oil",1978, @@ -57869,6 +62236,7 @@ 216,"Indonesia","Cod liver oil","fish_oil",2018, 216,"Indonesia","Cod liver oil","fish_oil",2019, 216,"Indonesia","Cod liver oil","fish_oil",2020, +216,"Indonesia","Cod liver oil","fish_oil",2021, 216,"Indonesia","Coral and the like","corals",1976, 216,"Indonesia","Coral and the like","corals",1977, 216,"Indonesia","Coral and the like","corals",1978, @@ -57914,6 +62282,7 @@ 216,"Indonesia","Coral and the like","corals",2018, 216,"Indonesia","Coral and the like","corals",2019, 216,"Indonesia","Coral and the like","corals",2020, +216,"Indonesia","Coral and the like","corals",2021, 216,"Indonesia","Fish body oils, nei","fish_oil",1976, 216,"Indonesia","Fish body oils, nei","fish_oil",1977, 216,"Indonesia","Fish body oils, nei","fish_oil",1978, @@ -57959,6 +62328,7 @@ 216,"Indonesia","Fish body oils, nei","fish_oil",2018,267 216,"Indonesia","Fish body oils, nei","fish_oil",2019,170.93 216,"Indonesia","Fish body oils, nei","fish_oil",2020,3916.41 +216,"Indonesia","Fish body oils, nei","fish_oil",2021,2302.58 216,"Indonesia","Fish liver oils, nei","fish_oil",1976,12 216,"Indonesia","Fish liver oils, nei","fish_oil",1977,151 216,"Indonesia","Fish liver oils, nei","fish_oil",1978,257 @@ -58004,6 +62374,7 @@ 216,"Indonesia","Fish liver oils, nei","fish_oil",2018,785 216,"Indonesia","Fish liver oils, nei","fish_oil",2019,156.72 216,"Indonesia","Fish liver oils, nei","fish_oil",2020,624.22 +216,"Indonesia","Fish liver oils, nei","fish_oil",2021,200.08 216,"Indonesia","Miscellaneous corals and shells","shells",1976, 216,"Indonesia","Miscellaneous corals and shells","shells",1977, 216,"Indonesia","Miscellaneous corals and shells","shells",1978, @@ -58049,6 +62420,53 @@ 216,"Indonesia","Miscellaneous corals and shells","shells",2018,130 216,"Indonesia","Miscellaneous corals and shells","shells",2019,417.91 216,"Indonesia","Miscellaneous corals and shells","shells",2020,4787.58 +216,"Indonesia","Miscellaneous corals and shells","shells",2021,11719.49 +216,"Indonesia","Natural sponges nei","sponges",1976, +216,"Indonesia","Natural sponges nei","sponges",1977, +216,"Indonesia","Natural sponges nei","sponges",1978, +216,"Indonesia","Natural sponges nei","sponges",1979, +216,"Indonesia","Natural sponges nei","sponges",1980, +216,"Indonesia","Natural sponges nei","sponges",1981, +216,"Indonesia","Natural sponges nei","sponges",1982, +216,"Indonesia","Natural sponges nei","sponges",1983, +216,"Indonesia","Natural sponges nei","sponges",1984, +216,"Indonesia","Natural sponges nei","sponges",1985, +216,"Indonesia","Natural sponges nei","sponges",1986, +216,"Indonesia","Natural sponges nei","sponges",1987, +216,"Indonesia","Natural sponges nei","sponges",1988, +216,"Indonesia","Natural sponges nei","sponges",1989, +216,"Indonesia","Natural sponges nei","sponges",1990, +216,"Indonesia","Natural sponges nei","sponges",1991, +216,"Indonesia","Natural sponges nei","sponges",1992, +216,"Indonesia","Natural sponges nei","sponges",1993, +216,"Indonesia","Natural sponges nei","sponges",1994, +216,"Indonesia","Natural sponges nei","sponges",1995, +216,"Indonesia","Natural sponges nei","sponges",1996, +216,"Indonesia","Natural sponges nei","sponges",1997, +216,"Indonesia","Natural sponges nei","sponges",1998, +216,"Indonesia","Natural sponges nei","sponges",1999, +216,"Indonesia","Natural sponges nei","sponges",2000, +216,"Indonesia","Natural sponges nei","sponges",2001, +216,"Indonesia","Natural sponges nei","sponges",2002, +216,"Indonesia","Natural sponges nei","sponges",2003, +216,"Indonesia","Natural sponges nei","sponges",2004, +216,"Indonesia","Natural sponges nei","sponges",2005, +216,"Indonesia","Natural sponges nei","sponges",2006, +216,"Indonesia","Natural sponges nei","sponges",2007, +216,"Indonesia","Natural sponges nei","sponges",2008, +216,"Indonesia","Natural sponges nei","sponges",2009, +216,"Indonesia","Natural sponges nei","sponges",2010, +216,"Indonesia","Natural sponges nei","sponges",2011, +216,"Indonesia","Natural sponges nei","sponges",2012, +216,"Indonesia","Natural sponges nei","sponges",2013, +216,"Indonesia","Natural sponges nei","sponges",2014, +216,"Indonesia","Natural sponges nei","sponges",2015, +216,"Indonesia","Natural sponges nei","sponges",2016, +216,"Indonesia","Natural sponges nei","sponges",2017, +216,"Indonesia","Natural sponges nei","sponges",2018, +216,"Indonesia","Natural sponges nei","sponges",2019, +216,"Indonesia","Natural sponges nei","sponges",2020, +216,"Indonesia","Natural sponges nei","sponges",2021,0.14 216,"Indonesia","Natural sponges raw","sponges",1976, 216,"Indonesia","Natural sponges raw","sponges",1977, 216,"Indonesia","Natural sponges raw","sponges",1978, @@ -58094,6 +62512,7 @@ 216,"Indonesia","Natural sponges raw","sponges",2018, 216,"Indonesia","Natural sponges raw","sponges",2019, 216,"Indonesia","Natural sponges raw","sponges",2020, +216,"Indonesia","Natural sponges raw","sponges",2021, 216,"Indonesia","Ornamental saltwater fish","ornamentals",1976, 216,"Indonesia","Ornamental saltwater fish","ornamentals",1977, 216,"Indonesia","Ornamental saltwater fish","ornamentals",1978, @@ -58139,6 +62558,7 @@ 216,"Indonesia","Ornamental saltwater fish","ornamentals",2018,7630 216,"Indonesia","Ornamental saltwater fish","ornamentals",2019,6464.8 216,"Indonesia","Ornamental saltwater fish","ornamentals",2020,5991.31 +216,"Indonesia","Ornamental saltwater fish","ornamentals",2021,6648.62 216,"Indonesia","Other red algae","seaweeds",1976, 216,"Indonesia","Other red algae","seaweeds",1977, 216,"Indonesia","Other red algae","seaweeds",1978, @@ -58184,6 +62604,7 @@ 216,"Indonesia","Other red algae","seaweeds",2018, 216,"Indonesia","Other red algae","seaweeds",2019, 216,"Indonesia","Other red algae","seaweeds",2020, +216,"Indonesia","Other red algae","seaweeds",2021, 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -58229,6 +62650,7 @@ 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +216,"Indonesia","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -58274,6 +62696,7 @@ 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,190671 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,212133.85 216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,178818.9 +216,"Indonesia","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,219110.6 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -58319,6 +62742,7 @@ 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,18471 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,6060.93 216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,4569.01 +216,"Indonesia","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,6229.47 216,"Indonesia","Shells nei","shells",1976, 216,"Indonesia","Shells nei","shells",1977, 216,"Indonesia","Shells nei","shells",1978, @@ -58364,6 +62788,7 @@ 216,"Indonesia","Shells nei","shells",2018,9149 216,"Indonesia","Shells nei","shells",2019,6104.31 216,"Indonesia","Shells nei","shells",2020,5786.8 +216,"Indonesia","Shells nei","shells",2021,4350.82 218,"Canada","Agar agar nei","seaweeds",1976, 218,"Canada","Agar agar nei","seaweeds",1977, 218,"Canada","Agar agar nei","seaweeds",1978, @@ -58409,6 +62834,7 @@ 218,"Canada","Agar agar nei","seaweeds",2018,17 218,"Canada","Agar agar nei","seaweeds",2019,17.13 218,"Canada","Agar agar nei","seaweeds",2020,3.1 +218,"Canada","Agar agar nei","seaweeds",2021,4.96 218,"Canada","Cod liver oil","fish_oil",1976,467 218,"Canada","Cod liver oil","fish_oil",1977,391 218,"Canada","Cod liver oil","fish_oil",1978,694 @@ -58454,6 +62880,7 @@ 218,"Canada","Cod liver oil","fish_oil",2018,328 218,"Canada","Cod liver oil","fish_oil",2019,489.87 218,"Canada","Cod liver oil","fish_oil",2020,209.72 +218,"Canada","Cod liver oil","fish_oil",2021,268.74 218,"Canada","Coral and the like","corals",1976, 218,"Canada","Coral and the like","corals",1977, 218,"Canada","Coral and the like","corals",1978, @@ -58499,6 +62926,7 @@ 218,"Canada","Coral and the like","corals",2018,863 218,"Canada","Coral and the like","corals",2019,1297.12 218,"Canada","Coral and the like","corals",2020,1020.54 +218,"Canada","Coral and the like","corals",2021,1057.95 218,"Canada","Fish body oils, nei","fish_oil",1976,1056 218,"Canada","Fish body oils, nei","fish_oil",1977,1946 218,"Canada","Fish body oils, nei","fish_oil",1978,1790 @@ -58544,6 +62972,7 @@ 218,"Canada","Fish body oils, nei","fish_oil",2018,20353 218,"Canada","Fish body oils, nei","fish_oil",2019,22192.26 218,"Canada","Fish body oils, nei","fish_oil",2020,23615 +218,"Canada","Fish body oils, nei","fish_oil",2021,23856.25 218,"Canada","Fish liver oils, nei","fish_oil",1976, 218,"Canada","Fish liver oils, nei","fish_oil",1977, 218,"Canada","Fish liver oils, nei","fish_oil",1978, @@ -58589,6 +63018,7 @@ 218,"Canada","Fish liver oils, nei","fish_oil",2018,281 218,"Canada","Fish liver oils, nei","fish_oil",2019,646.14 218,"Canada","Fish liver oils, nei","fish_oil",2020,75.23 +218,"Canada","Fish liver oils, nei","fish_oil",2021,117.53 218,"Canada","Herring oil","fish_oil",1976,1509 218,"Canada","Herring oil","fish_oil",1977,1361 218,"Canada","Herring oil","fish_oil",1978,1565 @@ -58634,6 +63064,7 @@ 218,"Canada","Herring oil","fish_oil",2018,450 218,"Canada","Herring oil","fish_oil",2019,673.64 218,"Canada","Herring oil","fish_oil",2020,571.94 +218,"Canada","Herring oil","fish_oil",2021,1012.99 218,"Canada","Natural sponges raw","sponges",1976, 218,"Canada","Natural sponges raw","sponges",1977, 218,"Canada","Natural sponges raw","sponges",1978, @@ -58679,6 +63110,7 @@ 218,"Canada","Natural sponges raw","sponges",2018, 218,"Canada","Natural sponges raw","sponges",2019, 218,"Canada","Natural sponges raw","sponges",2020, +218,"Canada","Natural sponges raw","sponges",2021, 218,"Canada","Ornamental fish nei","ornamentals",1976, 218,"Canada","Ornamental fish nei","ornamentals",1977, 218,"Canada","Ornamental fish nei","ornamentals",1978, @@ -58724,6 +63156,7 @@ 218,"Canada","Ornamental fish nei","ornamentals",2018, 218,"Canada","Ornamental fish nei","ornamentals",2019, 218,"Canada","Ornamental fish nei","ornamentals",2020, +218,"Canada","Ornamental fish nei","ornamentals",2021, 218,"Canada","Ornamental saltwater fish","ornamentals",1976, 218,"Canada","Ornamental saltwater fish","ornamentals",1977, 218,"Canada","Ornamental saltwater fish","ornamentals",1978, @@ -58769,6 +63202,7 @@ 218,"Canada","Ornamental saltwater fish","ornamentals",2018,6 218,"Canada","Ornamental saltwater fish","ornamentals",2019, 218,"Canada","Ornamental saltwater fish","ornamentals",2020, +218,"Canada","Ornamental saltwater fish","ornamentals",2021,9.49 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -58814,6 +63248,7 @@ 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +218,"Canada","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -58859,6 +63294,7 @@ 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,4582 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,7366.09 218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,6373.18 +218,"Canada","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,6692.54 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -58904,6 +63340,7 @@ 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,9585 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,10319.11 218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,12397.04 +218,"Canada","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,11844.98 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",1976, 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",1977, 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",1978, @@ -58949,6 +63386,7 @@ 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",2018, 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",2019, 219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",2020, +219,"Saint Pierre and Miquelon","Ornamental fish nei","ornamentals",2021, 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -58994,6 +63432,7 @@ 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +219,"Saint Pierre and Miquelon","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 220,"Sint Maarten","Coral and the like","corals",1976, 220,"Sint Maarten","Coral and the like","corals",1977, 220,"Sint Maarten","Coral and the like","corals",1978, @@ -59039,6 +63478,7 @@ 220,"Sint Maarten","Coral and the like","corals",2018, 220,"Sint Maarten","Coral and the like","corals",2019, 220,"Sint Maarten","Coral and the like","corals",2020, +220,"Sint Maarten","Coral and the like","corals",2021, 220,"Sint Maarten","Fish body oils, nei","fish_oil",1976, 220,"Sint Maarten","Fish body oils, nei","fish_oil",1977, 220,"Sint Maarten","Fish body oils, nei","fish_oil",1978, @@ -59084,6 +63524,7 @@ 220,"Sint Maarten","Fish body oils, nei","fish_oil",2018, 220,"Sint Maarten","Fish body oils, nei","fish_oil",2019, 220,"Sint Maarten","Fish body oils, nei","fish_oil",2020, +220,"Sint Maarten","Fish body oils, nei","fish_oil",2021, 220,"Sint Maarten","Fish liver oils, nei","fish_oil",1976, 220,"Sint Maarten","Fish liver oils, nei","fish_oil",1977, 220,"Sint Maarten","Fish liver oils, nei","fish_oil",1978, @@ -59129,6 +63570,7 @@ 220,"Sint Maarten","Fish liver oils, nei","fish_oil",2018, 220,"Sint Maarten","Fish liver oils, nei","fish_oil",2019, 220,"Sint Maarten","Fish liver oils, nei","fish_oil",2020, +220,"Sint Maarten","Fish liver oils, nei","fish_oil",2021, 220,"Sint Maarten","Miscellaneous corals and shells","shells",1976, 220,"Sint Maarten","Miscellaneous corals and shells","shells",1977, 220,"Sint Maarten","Miscellaneous corals and shells","shells",1978, @@ -59174,6 +63616,7 @@ 220,"Sint Maarten","Miscellaneous corals and shells","shells",2018, 220,"Sint Maarten","Miscellaneous corals and shells","shells",2019, 220,"Sint Maarten","Miscellaneous corals and shells","shells",2020, +220,"Sint Maarten","Miscellaneous corals and shells","shells",2021, 220,"Sint Maarten","Natural sponges nei","sponges",1976, 220,"Sint Maarten","Natural sponges nei","sponges",1977, 220,"Sint Maarten","Natural sponges nei","sponges",1978, @@ -59219,6 +63662,7 @@ 220,"Sint Maarten","Natural sponges nei","sponges",2018, 220,"Sint Maarten","Natural sponges nei","sponges",2019, 220,"Sint Maarten","Natural sponges nei","sponges",2020, +220,"Sint Maarten","Natural sponges nei","sponges",2021, 220,"Sint Maarten","Ornamental fish nei","ornamentals",1976, 220,"Sint Maarten","Ornamental fish nei","ornamentals",1977, 220,"Sint Maarten","Ornamental fish nei","ornamentals",1978, @@ -59264,6 +63708,7 @@ 220,"Sint Maarten","Ornamental fish nei","ornamentals",2018, 220,"Sint Maarten","Ornamental fish nei","ornamentals",2019, 220,"Sint Maarten","Ornamental fish nei","ornamentals",2020, +220,"Sint Maarten","Ornamental fish nei","ornamentals",2021, 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",1976, 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",1977, 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",1978, @@ -59309,6 +63754,7 @@ 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",2018, 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",2019, 220,"Sint Maarten","Ornamental saltwater fish","ornamentals",2020, +220,"Sint Maarten","Ornamental saltwater fish","ornamentals",2021, 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -59354,6 +63800,7 @@ 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +220,"Sint Maarten","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 222,"Sweden","Agar agar nei","seaweeds",1976, 222,"Sweden","Agar agar nei","seaweeds",1977, 222,"Sweden","Agar agar nei","seaweeds",1978, @@ -59399,6 +63846,53 @@ 222,"Sweden","Agar agar nei","seaweeds",2018,12 222,"Sweden","Agar agar nei","seaweeds",2019,10.73 222,"Sweden","Agar agar nei","seaweeds",2020,9.75 +222,"Sweden","Agar agar nei","seaweeds",2021,11.43 +222,"Sweden","Coral and the like","corals",1976, +222,"Sweden","Coral and the like","corals",1977, +222,"Sweden","Coral and the like","corals",1978, +222,"Sweden","Coral and the like","corals",1979, +222,"Sweden","Coral and the like","corals",1980, +222,"Sweden","Coral and the like","corals",1981, +222,"Sweden","Coral and the like","corals",1982, +222,"Sweden","Coral and the like","corals",1983, +222,"Sweden","Coral and the like","corals",1984, +222,"Sweden","Coral and the like","corals",1985, +222,"Sweden","Coral and the like","corals",1986, +222,"Sweden","Coral and the like","corals",1987, +222,"Sweden","Coral and the like","corals",1988, +222,"Sweden","Coral and the like","corals",1989, +222,"Sweden","Coral and the like","corals",1990, +222,"Sweden","Coral and the like","corals",1991, +222,"Sweden","Coral and the like","corals",1992, +222,"Sweden","Coral and the like","corals",1993, +222,"Sweden","Coral and the like","corals",1994, +222,"Sweden","Coral and the like","corals",1995, +222,"Sweden","Coral and the like","corals",1996, +222,"Sweden","Coral and the like","corals",1997, +222,"Sweden","Coral and the like","corals",1998, +222,"Sweden","Coral and the like","corals",1999, +222,"Sweden","Coral and the like","corals",2000, +222,"Sweden","Coral and the like","corals",2001, +222,"Sweden","Coral and the like","corals",2002, +222,"Sweden","Coral and the like","corals",2003, +222,"Sweden","Coral and the like","corals",2004, +222,"Sweden","Coral and the like","corals",2005, +222,"Sweden","Coral and the like","corals",2006, +222,"Sweden","Coral and the like","corals",2007, +222,"Sweden","Coral and the like","corals",2008, +222,"Sweden","Coral and the like","corals",2009, +222,"Sweden","Coral and the like","corals",2010, +222,"Sweden","Coral and the like","corals",2011, +222,"Sweden","Coral and the like","corals",2012, +222,"Sweden","Coral and the like","corals",2013, +222,"Sweden","Coral and the like","corals",2014, +222,"Sweden","Coral and the like","corals",2015, +222,"Sweden","Coral and the like","corals",2016, +222,"Sweden","Coral and the like","corals",2017, +222,"Sweden","Coral and the like","corals",2018, +222,"Sweden","Coral and the like","corals",2019, +222,"Sweden","Coral and the like","corals",2020, +222,"Sweden","Coral and the like","corals",2021,0.05 222,"Sweden","Fish body oils, nei","fish_oil",1976,1557 222,"Sweden","Fish body oils, nei","fish_oil",1977,1178 222,"Sweden","Fish body oils, nei","fish_oil",1978,926 @@ -59444,6 +63938,7 @@ 222,"Sweden","Fish body oils, nei","fish_oil",2018,5373 222,"Sweden","Fish body oils, nei","fish_oil",2019,4513.74 222,"Sweden","Fish body oils, nei","fish_oil",2020,4838.33 +222,"Sweden","Fish body oils, nei","fish_oil",2021,5587.48 222,"Sweden","Fish liver oils, nei","fish_oil",1976, 222,"Sweden","Fish liver oils, nei","fish_oil",1977,0.1 222,"Sweden","Fish liver oils, nei","fish_oil",1978,8 @@ -59489,6 +63984,7 @@ 222,"Sweden","Fish liver oils, nei","fish_oil",2018,1538 222,"Sweden","Fish liver oils, nei","fish_oil",2019,668.31 222,"Sweden","Fish liver oils, nei","fish_oil",2020,228.73 +222,"Sweden","Fish liver oils, nei","fish_oil",2021,637.2 222,"Sweden","Halibuts, liver oils","fish_oil",1976, 222,"Sweden","Halibuts, liver oils","fish_oil",1977, 222,"Sweden","Halibuts, liver oils","fish_oil",1978, @@ -59534,6 +64030,7 @@ 222,"Sweden","Halibuts, liver oils","fish_oil",2018, 222,"Sweden","Halibuts, liver oils","fish_oil",2019,0.04 222,"Sweden","Halibuts, liver oils","fish_oil",2020,3.12 +222,"Sweden","Halibuts, liver oils","fish_oil",2021,2.79 222,"Sweden","Miscellaneous corals and shells","shells",1976, 222,"Sweden","Miscellaneous corals and shells","shells",1977, 222,"Sweden","Miscellaneous corals and shells","shells",1978, @@ -59579,6 +64076,7 @@ 222,"Sweden","Miscellaneous corals and shells","shells",2018,13 222,"Sweden","Miscellaneous corals and shells","shells",2019,39.23 222,"Sweden","Miscellaneous corals and shells","shells",2020,38.42 +222,"Sweden","Miscellaneous corals and shells","shells",2021,10.3 222,"Sweden","Natural sponges nei","sponges",1976, 222,"Sweden","Natural sponges nei","sponges",1977, 222,"Sweden","Natural sponges nei","sponges",1978, @@ -59624,6 +64122,7 @@ 222,"Sweden","Natural sponges nei","sponges",2018, 222,"Sweden","Natural sponges nei","sponges",2019, 222,"Sweden","Natural sponges nei","sponges",2020, +222,"Sweden","Natural sponges nei","sponges",2021, 222,"Sweden","Natural sponges other than raw","sponges",1976, 222,"Sweden","Natural sponges other than raw","sponges",1977, 222,"Sweden","Natural sponges other than raw","sponges",1978, @@ -59669,6 +64168,7 @@ 222,"Sweden","Natural sponges other than raw","sponges",2018,14 222,"Sweden","Natural sponges other than raw","sponges",2019,9.92 222,"Sweden","Natural sponges other than raw","sponges",2020,4.03 +222,"Sweden","Natural sponges other than raw","sponges",2021,47.28 222,"Sweden","Natural sponges raw","sponges",1976, 222,"Sweden","Natural sponges raw","sponges",1977, 222,"Sweden","Natural sponges raw","sponges",1978, @@ -59714,6 +64214,7 @@ 222,"Sweden","Natural sponges raw","sponges",2018,300 222,"Sweden","Natural sponges raw","sponges",2019,338.03 222,"Sweden","Natural sponges raw","sponges",2020,244.14 +222,"Sweden","Natural sponges raw","sponges",2021,232.89 222,"Sweden","Ornamental fish nei","ornamentals",1976,86 222,"Sweden","Ornamental fish nei","ornamentals",1977,77 222,"Sweden","Ornamental fish nei","ornamentals",1978,72 @@ -59759,6 +64260,7 @@ 222,"Sweden","Ornamental fish nei","ornamentals",2018, 222,"Sweden","Ornamental fish nei","ornamentals",2019, 222,"Sweden","Ornamental fish nei","ornamentals",2020, +222,"Sweden","Ornamental fish nei","ornamentals",2021, 222,"Sweden","Ornamental saltwater fish","ornamentals",1976, 222,"Sweden","Ornamental saltwater fish","ornamentals",1977, 222,"Sweden","Ornamental saltwater fish","ornamentals",1978, @@ -59804,6 +64306,7 @@ 222,"Sweden","Ornamental saltwater fish","ornamentals",2018,619 222,"Sweden","Ornamental saltwater fish","ornamentals",2019,41.59 222,"Sweden","Ornamental saltwater fish","ornamentals",2020,39.54 +222,"Sweden","Ornamental saltwater fish","ornamentals",2021,57.45 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -59849,6 +64352,7 @@ 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +222,"Sweden","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -59894,6 +64398,7 @@ 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,1711 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,1435.26 222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,876.28 +222,"Sweden","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1359.17 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -59939,6 +64444,7 @@ 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,232 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,441.6 222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,166.46 +222,"Sweden","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,127.48 223,"Norway","Agar agar nei","seaweeds",1976, 223,"Norway","Agar agar nei","seaweeds",1977, 223,"Norway","Agar agar nei","seaweeds",1978, @@ -59984,6 +64490,7 @@ 223,"Norway","Agar agar nei","seaweeds",2018, 223,"Norway","Agar agar nei","seaweeds",2019, 223,"Norway","Agar agar nei","seaweeds",2020, +223,"Norway","Agar agar nei","seaweeds",2021,0.41 223,"Norway","Cod liver oil","fish_oil",1976,760 223,"Norway","Cod liver oil","fish_oil",1977,1101 223,"Norway","Cod liver oil","fish_oil",1978,1640 @@ -60029,6 +64536,7 @@ 223,"Norway","Cod liver oil","fish_oil",2018,11799 223,"Norway","Cod liver oil","fish_oil",2019,8700.14 223,"Norway","Cod liver oil","fish_oil",2020,17082.29 +223,"Norway","Cod liver oil","fish_oil",2021,20863.98 223,"Norway","Coral and the like","corals",1976, 223,"Norway","Coral and the like","corals",1977, 223,"Norway","Coral and the like","corals",1978, @@ -60074,6 +64582,7 @@ 223,"Norway","Coral and the like","corals",2018,1 223,"Norway","Coral and the like","corals",2019,11.43 223,"Norway","Coral and the like","corals",2020, +223,"Norway","Coral and the like","corals",2021,1.93 223,"Norway","Fish body oils, nei","fish_oil",1976,43845 223,"Norway","Fish body oils, nei","fish_oil",1977,49720 223,"Norway","Fish body oils, nei","fish_oil",1978,27807 @@ -60119,6 +64628,7 @@ 223,"Norway","Fish body oils, nei","fish_oil",2018,50016 223,"Norway","Fish body oils, nei","fish_oil",2019,62173.14 223,"Norway","Fish body oils, nei","fish_oil",2020,84566.46 +223,"Norway","Fish body oils, nei","fish_oil",2021,70282.16 223,"Norway","Fish liver oils, nei","fish_oil",1976,7151 223,"Norway","Fish liver oils, nei","fish_oil",1977,10118 223,"Norway","Fish liver oils, nei","fish_oil",1978,11167 @@ -60164,6 +64674,7 @@ 223,"Norway","Fish liver oils, nei","fish_oil",2018,9317 223,"Norway","Fish liver oils, nei","fish_oil",2019,6564.86 223,"Norway","Fish liver oils, nei","fish_oil",2020,11251.15 +223,"Norway","Fish liver oils, nei","fish_oil",2021,9249.54 223,"Norway","Herring oil","fish_oil",1976, 223,"Norway","Herring oil","fish_oil",1977, 223,"Norway","Herring oil","fish_oil",1978, @@ -60209,6 +64720,53 @@ 223,"Norway","Herring oil","fish_oil",2018,79775 223,"Norway","Herring oil","fish_oil",2019,81697.19 223,"Norway","Herring oil","fish_oil",2020,88511.9 +223,"Norway","Herring oil","fish_oil",2021,102428.11 +223,"Norway","Natural sponges nei","sponges",1976, +223,"Norway","Natural sponges nei","sponges",1977, +223,"Norway","Natural sponges nei","sponges",1978, +223,"Norway","Natural sponges nei","sponges",1979, +223,"Norway","Natural sponges nei","sponges",1980, +223,"Norway","Natural sponges nei","sponges",1981, +223,"Norway","Natural sponges nei","sponges",1982, +223,"Norway","Natural sponges nei","sponges",1983, +223,"Norway","Natural sponges nei","sponges",1984, +223,"Norway","Natural sponges nei","sponges",1985, +223,"Norway","Natural sponges nei","sponges",1986, +223,"Norway","Natural sponges nei","sponges",1987, +223,"Norway","Natural sponges nei","sponges",1988, +223,"Norway","Natural sponges nei","sponges",1989, +223,"Norway","Natural sponges nei","sponges",1990, +223,"Norway","Natural sponges nei","sponges",1991, +223,"Norway","Natural sponges nei","sponges",1992, +223,"Norway","Natural sponges nei","sponges",1993, +223,"Norway","Natural sponges nei","sponges",1994, +223,"Norway","Natural sponges nei","sponges",1995, +223,"Norway","Natural sponges nei","sponges",1996, +223,"Norway","Natural sponges nei","sponges",1997, +223,"Norway","Natural sponges nei","sponges",1998, +223,"Norway","Natural sponges nei","sponges",1999, +223,"Norway","Natural sponges nei","sponges",2000, +223,"Norway","Natural sponges nei","sponges",2001, +223,"Norway","Natural sponges nei","sponges",2002, +223,"Norway","Natural sponges nei","sponges",2003, +223,"Norway","Natural sponges nei","sponges",2004, +223,"Norway","Natural sponges nei","sponges",2005, +223,"Norway","Natural sponges nei","sponges",2006, +223,"Norway","Natural sponges nei","sponges",2007, +223,"Norway","Natural sponges nei","sponges",2008, +223,"Norway","Natural sponges nei","sponges",2009, +223,"Norway","Natural sponges nei","sponges",2010, +223,"Norway","Natural sponges nei","sponges",2011, +223,"Norway","Natural sponges nei","sponges",2012, +223,"Norway","Natural sponges nei","sponges",2013, +223,"Norway","Natural sponges nei","sponges",2014, +223,"Norway","Natural sponges nei","sponges",2015, +223,"Norway","Natural sponges nei","sponges",2016, +223,"Norway","Natural sponges nei","sponges",2017, +223,"Norway","Natural sponges nei","sponges",2018, +223,"Norway","Natural sponges nei","sponges",2019, +223,"Norway","Natural sponges nei","sponges",2020, +223,"Norway","Natural sponges nei","sponges",2021,14.61 223,"Norway","Natural sponges raw","sponges",1976, 223,"Norway","Natural sponges raw","sponges",1977, 223,"Norway","Natural sponges raw","sponges",1978, @@ -60254,6 +64812,7 @@ 223,"Norway","Natural sponges raw","sponges",2018, 223,"Norway","Natural sponges raw","sponges",2019, 223,"Norway","Natural sponges raw","sponges",2020, +223,"Norway","Natural sponges raw","sponges",2021, 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",1976, 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",1977, 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",1978, @@ -60299,6 +64858,7 @@ 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",2018,378 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",2019,160.82 223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",2020,4343.19 +223,"Norway","Oils and fats of aquatic animals, nei","fish_oil",2021,1779.5 223,"Norway","Ornamental fish nei","ornamentals",1976, 223,"Norway","Ornamental fish nei","ornamentals",1977, 223,"Norway","Ornamental fish nei","ornamentals",1978, @@ -60344,6 +64904,53 @@ 223,"Norway","Ornamental fish nei","ornamentals",2018, 223,"Norway","Ornamental fish nei","ornamentals",2019, 223,"Norway","Ornamental fish nei","ornamentals",2020, +223,"Norway","Ornamental fish nei","ornamentals",2021, +223,"Norway","Ornamental saltwater fish","ornamentals",1976, +223,"Norway","Ornamental saltwater fish","ornamentals",1977, +223,"Norway","Ornamental saltwater fish","ornamentals",1978, +223,"Norway","Ornamental saltwater fish","ornamentals",1979, +223,"Norway","Ornamental saltwater fish","ornamentals",1980, +223,"Norway","Ornamental saltwater fish","ornamentals",1981, +223,"Norway","Ornamental saltwater fish","ornamentals",1982, +223,"Norway","Ornamental saltwater fish","ornamentals",1983, +223,"Norway","Ornamental saltwater fish","ornamentals",1984, +223,"Norway","Ornamental saltwater fish","ornamentals",1985, +223,"Norway","Ornamental saltwater fish","ornamentals",1986, +223,"Norway","Ornamental saltwater fish","ornamentals",1987, +223,"Norway","Ornamental saltwater fish","ornamentals",1988, +223,"Norway","Ornamental saltwater fish","ornamentals",1989, +223,"Norway","Ornamental saltwater fish","ornamentals",1990, +223,"Norway","Ornamental saltwater fish","ornamentals",1991, +223,"Norway","Ornamental saltwater fish","ornamentals",1992, +223,"Norway","Ornamental saltwater fish","ornamentals",1993, +223,"Norway","Ornamental saltwater fish","ornamentals",1994, +223,"Norway","Ornamental saltwater fish","ornamentals",1995, +223,"Norway","Ornamental saltwater fish","ornamentals",1996, +223,"Norway","Ornamental saltwater fish","ornamentals",1997, +223,"Norway","Ornamental saltwater fish","ornamentals",1998, +223,"Norway","Ornamental saltwater fish","ornamentals",1999, +223,"Norway","Ornamental saltwater fish","ornamentals",2000, +223,"Norway","Ornamental saltwater fish","ornamentals",2001, +223,"Norway","Ornamental saltwater fish","ornamentals",2002, +223,"Norway","Ornamental saltwater fish","ornamentals",2003, +223,"Norway","Ornamental saltwater fish","ornamentals",2004, +223,"Norway","Ornamental saltwater fish","ornamentals",2005, +223,"Norway","Ornamental saltwater fish","ornamentals",2006, +223,"Norway","Ornamental saltwater fish","ornamentals",2007, +223,"Norway","Ornamental saltwater fish","ornamentals",2008, +223,"Norway","Ornamental saltwater fish","ornamentals",2009, +223,"Norway","Ornamental saltwater fish","ornamentals",2010, +223,"Norway","Ornamental saltwater fish","ornamentals",2011, +223,"Norway","Ornamental saltwater fish","ornamentals",2012, +223,"Norway","Ornamental saltwater fish","ornamentals",2013, +223,"Norway","Ornamental saltwater fish","ornamentals",2014, +223,"Norway","Ornamental saltwater fish","ornamentals",2015, +223,"Norway","Ornamental saltwater fish","ornamentals",2016, +223,"Norway","Ornamental saltwater fish","ornamentals",2017, +223,"Norway","Ornamental saltwater fish","ornamentals",2018, +223,"Norway","Ornamental saltwater fish","ornamentals",2019, +223,"Norway","Ornamental saltwater fish","ornamentals",2020, +223,"Norway","Ornamental saltwater fish","ornamentals",2021,2.34 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -60389,6 +64996,7 @@ 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +223,"Norway","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -60434,6 +65042,7 @@ 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,726 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,564.36 223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,996.24 +223,"Norway","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,1070.65 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -60479,6 +65088,7 @@ 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,5438 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,4760.72 223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,4487.83 +223,"Norway","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,4117.05 223,"Norway","Shark oil","fish_oil",1976, 223,"Norway","Shark oil","fish_oil",1977, 223,"Norway","Shark oil","fish_oil",1978, @@ -60524,6 +65134,7 @@ 223,"Norway","Shark oil","fish_oil",2018, 223,"Norway","Shark oil","fish_oil",2019,22.91 223,"Norway","Shark oil","fish_oil",2020,295.21 +223,"Norway","Shark oil","fish_oil",2021,16.14 224,"Chile","Agar agar nei","seaweeds",1976, 224,"Chile","Agar agar nei","seaweeds",1977, 224,"Chile","Agar agar nei","seaweeds",1978, @@ -60569,6 +65180,7 @@ 224,"Chile","Agar agar nei","seaweeds",2018,34286 224,"Chile","Agar agar nei","seaweeds",2019,30143.9 224,"Chile","Agar agar nei","seaweeds",2020,31031.02 +224,"Chile","Agar agar nei","seaweeds",2021,27485.98 224,"Chile","Coral and the like","corals",1976, 224,"Chile","Coral and the like","corals",1977, 224,"Chile","Coral and the like","corals",1978, @@ -60614,6 +65226,7 @@ 224,"Chile","Coral and the like","corals",2018, 224,"Chile","Coral and the like","corals",2019, 224,"Chile","Coral and the like","corals",2020, +224,"Chile","Coral and the like","corals",2021, 224,"Chile","Fish body oils, nei","fish_oil",1976,10482 224,"Chile","Fish body oils, nei","fish_oil",1977,11218 224,"Chile","Fish body oils, nei","fish_oil",1978,22168 @@ -60659,6 +65272,7 @@ 224,"Chile","Fish body oils, nei","fish_oil",2018,134059 224,"Chile","Fish body oils, nei","fish_oil",2019,123825.6 224,"Chile","Fish body oils, nei","fish_oil",2020,169395.41 +224,"Chile","Fish body oils, nei","fish_oil",2021,175031.55 224,"Chile","Fish liver oils, nei","fish_oil",1976, 224,"Chile","Fish liver oils, nei","fish_oil",1977, 224,"Chile","Fish liver oils, nei","fish_oil",1978, @@ -60704,6 +65318,7 @@ 224,"Chile","Fish liver oils, nei","fish_oil",2018,43 224,"Chile","Fish liver oils, nei","fish_oil",2019, 224,"Chile","Fish liver oils, nei","fish_oil",2020, +224,"Chile","Fish liver oils, nei","fish_oil",2021, 224,"Chile","Miscellaneous corals and shells","shells",1976, 224,"Chile","Miscellaneous corals and shells","shells",1977, 224,"Chile","Miscellaneous corals and shells","shells",1978, @@ -60749,6 +65364,7 @@ 224,"Chile","Miscellaneous corals and shells","shells",2018,80 224,"Chile","Miscellaneous corals and shells","shells",2019,62.51 224,"Chile","Miscellaneous corals and shells","shells",2020,131.37 +224,"Chile","Miscellaneous corals and shells","shells",2021,225.36 224,"Chile","Natural sponges raw","sponges",1976, 224,"Chile","Natural sponges raw","sponges",1977, 224,"Chile","Natural sponges raw","sponges",1978, @@ -60794,6 +65410,7 @@ 224,"Chile","Natural sponges raw","sponges",2018, 224,"Chile","Natural sponges raw","sponges",2019, 224,"Chile","Natural sponges raw","sponges",2020, +224,"Chile","Natural sponges raw","sponges",2021, 224,"Chile","Ornamental fish nei","ornamentals",1976, 224,"Chile","Ornamental fish nei","ornamentals",1977, 224,"Chile","Ornamental fish nei","ornamentals",1978, @@ -60839,6 +65456,7 @@ 224,"Chile","Ornamental fish nei","ornamentals",2018, 224,"Chile","Ornamental fish nei","ornamentals",2019, 224,"Chile","Ornamental fish nei","ornamentals",2020, +224,"Chile","Ornamental fish nei","ornamentals",2021, 224,"Chile","Ornamental saltwater fish","ornamentals",1976, 224,"Chile","Ornamental saltwater fish","ornamentals",1977, 224,"Chile","Ornamental saltwater fish","ornamentals",1978, @@ -60884,6 +65502,7 @@ 224,"Chile","Ornamental saltwater fish","ornamentals",2018, 224,"Chile","Ornamental saltwater fish","ornamentals",2019, 224,"Chile","Ornamental saltwater fish","ornamentals",2020, +224,"Chile","Ornamental saltwater fish","ornamentals",2021, 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -60929,6 +65548,7 @@ 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +224,"Chile","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -60974,6 +65594,7 @@ 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,3290 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,5013.18 224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,3147.27 +224,"Chile","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,3508.12 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -61019,6 +65640,7 @@ 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018,98341 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,80650.96 224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,84176.44 +224,"Chile","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,102510.24 231,"East Timor","Miscellaneous corals and shells","shells",1976, 231,"East Timor","Miscellaneous corals and shells","shells",1977, 231,"East Timor","Miscellaneous corals and shells","shells",1978, @@ -61064,6 +65686,7 @@ 231,"East Timor","Miscellaneous corals and shells","shells",2018, 231,"East Timor","Miscellaneous corals and shells","shells",2019, 231,"East Timor","Miscellaneous corals and shells","shells",2020, +231,"East Timor","Miscellaneous corals and shells","shells",2021, 231,"East Timor","Ornamental fish nei","ornamentals",1976, 231,"East Timor","Ornamental fish nei","ornamentals",1977, 231,"East Timor","Ornamental fish nei","ornamentals",1978, @@ -61109,6 +65732,7 @@ 231,"East Timor","Ornamental fish nei","ornamentals",2018, 231,"East Timor","Ornamental fish nei","ornamentals",2019, 231,"East Timor","Ornamental fish nei","ornamentals",2020, +231,"East Timor","Ornamental fish nei","ornamentals",2021, 231,"East Timor","Other red algae","seaweeds",1976, 231,"East Timor","Other red algae","seaweeds",1977, 231,"East Timor","Other red algae","seaweeds",1978, @@ -61154,6 +65778,7 @@ 231,"East Timor","Other red algae","seaweeds",2018, 231,"East Timor","Other red algae","seaweeds",2019,77.57 231,"East Timor","Other red algae","seaweeds",2020,45.71 +231,"East Timor","Other red algae","seaweeds",2021, 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -61199,6 +65824,7 @@ 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",2019,64.08 231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +231,"East Timor","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -61244,6 +65870,7 @@ 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +231,"East Timor","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -61289,6 +65916,7 @@ 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +231,"East Timor","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,59.54 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",1976, 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",1977, 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",1978, @@ -61334,6 +65962,7 @@ 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",2018, 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",2019, 232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",2020, +232,"Bosnia and Herzegovina","Agar agar nei","seaweeds",2021, 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",1976, 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",1977, 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",1978, @@ -61379,6 +66008,53 @@ 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",2018,0.1 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",2019, 232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",2020, +232,"Bosnia and Herzegovina","Fish body oils, nei","fish_oil",2021, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1976, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1977, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1978, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1979, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1980, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1981, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1982, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1983, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1984, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1985, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1986, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1987, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1988, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1989, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1990, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1991, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1992, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1993, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1994, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1995, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1996, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1997, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1998, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",1999, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2000, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2001, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2002, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2003, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2004, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2005, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2006, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2007, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2008, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2009, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2010, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2011, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2012, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2013, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2014, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2015, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2016, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2017, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2018, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2019, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2020, +232,"Bosnia and Herzegovina","Fish liver oils, nei","fish_oil",2021,38.09 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",1976, 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",1977, 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",1978, @@ -61424,6 +66100,7 @@ 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",2018,125 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",2019,56.66 232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",2020,255.02 +232,"Bosnia and Herzegovina","Miscellaneous corals and shells","shells",2021,185.69 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -61469,6 +66146,7 @@ 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +232,"Bosnia and Herzegovina","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -61514,6 +66192,7 @@ 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +232,"Bosnia and Herzegovina","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, 244,"Curacao","Fish body oils, nei","fish_oil",1976, 244,"Curacao","Fish body oils, nei","fish_oil",1977, 244,"Curacao","Fish body oils, nei","fish_oil",1978, @@ -61559,6 +66238,7 @@ 244,"Curacao","Fish body oils, nei","fish_oil",2018, 244,"Curacao","Fish body oils, nei","fish_oil",2019, 244,"Curacao","Fish body oils, nei","fish_oil",2020, +244,"Curacao","Fish body oils, nei","fish_oil",2021, 244,"Curacao","Fish liver oils, nei","fish_oil",1976, 244,"Curacao","Fish liver oils, nei","fish_oil",1977, 244,"Curacao","Fish liver oils, nei","fish_oil",1978, @@ -61604,6 +66284,7 @@ 244,"Curacao","Fish liver oils, nei","fish_oil",2018,15 244,"Curacao","Fish liver oils, nei","fish_oil",2019, 244,"Curacao","Fish liver oils, nei","fish_oil",2020, +244,"Curacao","Fish liver oils, nei","fish_oil",2021, 244,"Curacao","Miscellaneous corals and shells","shells",1976, 244,"Curacao","Miscellaneous corals and shells","shells",1977, 244,"Curacao","Miscellaneous corals and shells","shells",1978, @@ -61649,6 +66330,7 @@ 244,"Curacao","Miscellaneous corals and shells","shells",2018, 244,"Curacao","Miscellaneous corals and shells","shells",2019, 244,"Curacao","Miscellaneous corals and shells","shells",2020, +244,"Curacao","Miscellaneous corals and shells","shells",2021, 244,"Curacao","Ornamental saltwater fish","ornamentals",1976, 244,"Curacao","Ornamental saltwater fish","ornamentals",1977, 244,"Curacao","Ornamental saltwater fish","ornamentals",1978, @@ -61694,6 +66376,7 @@ 244,"Curacao","Ornamental saltwater fish","ornamentals",2018, 244,"Curacao","Ornamental saltwater fish","ornamentals",2019,5.83 244,"Curacao","Ornamental saltwater fish","ornamentals",2020,11.57 +244,"Curacao","Ornamental saltwater fish","ornamentals",2021,14.24 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -61739,6 +66422,7 @@ 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018, 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019, 244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020, +244,"Curacao","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021, 245,"Bonaire","Coral and the like","corals",1976, 245,"Bonaire","Coral and the like","corals",1977, 245,"Bonaire","Coral and the like","corals",1978, @@ -61784,6 +66468,7 @@ 245,"Bonaire","Coral and the like","corals",2018, 245,"Bonaire","Coral and the like","corals",2019, 245,"Bonaire","Coral and the like","corals",2020, +245,"Bonaire","Coral and the like","corals",2021, 245,"Bonaire","Fish body oils, nei","fish_oil",1976, 245,"Bonaire","Fish body oils, nei","fish_oil",1977, 245,"Bonaire","Fish body oils, nei","fish_oil",1978, @@ -61829,6 +66514,7 @@ 245,"Bonaire","Fish body oils, nei","fish_oil",2018, 245,"Bonaire","Fish body oils, nei","fish_oil",2019, 245,"Bonaire","Fish body oils, nei","fish_oil",2020, +245,"Bonaire","Fish body oils, nei","fish_oil",2021, 245,"Bonaire","Fish liver oils, nei","fish_oil",1976, 245,"Bonaire","Fish liver oils, nei","fish_oil",1977, 245,"Bonaire","Fish liver oils, nei","fish_oil",1978, @@ -61874,6 +66560,7 @@ 245,"Bonaire","Fish liver oils, nei","fish_oil",2018, 245,"Bonaire","Fish liver oils, nei","fish_oil",2019, 245,"Bonaire","Fish liver oils, nei","fish_oil",2020, +245,"Bonaire","Fish liver oils, nei","fish_oil",2021, 245,"Bonaire","Miscellaneous corals and shells","shells",1976, 245,"Bonaire","Miscellaneous corals and shells","shells",1977, 245,"Bonaire","Miscellaneous corals and shells","shells",1978, @@ -61919,6 +66606,7 @@ 245,"Bonaire","Miscellaneous corals and shells","shells",2018, 245,"Bonaire","Miscellaneous corals and shells","shells",2019, 245,"Bonaire","Miscellaneous corals and shells","shells",2020, +245,"Bonaire","Miscellaneous corals and shells","shells",2021, 245,"Bonaire","Natural sponges nei","sponges",1976, 245,"Bonaire","Natural sponges nei","sponges",1977, 245,"Bonaire","Natural sponges nei","sponges",1978, @@ -61964,6 +66652,7 @@ 245,"Bonaire","Natural sponges nei","sponges",2018, 245,"Bonaire","Natural sponges nei","sponges",2019, 245,"Bonaire","Natural sponges nei","sponges",2020, +245,"Bonaire","Natural sponges nei","sponges",2021, 245,"Bonaire","Ornamental fish nei","ornamentals",1976, 245,"Bonaire","Ornamental fish nei","ornamentals",1977, 245,"Bonaire","Ornamental fish nei","ornamentals",1978, @@ -62009,6 +66698,7 @@ 245,"Bonaire","Ornamental fish nei","ornamentals",2018, 245,"Bonaire","Ornamental fish nei","ornamentals",2019, 245,"Bonaire","Ornamental fish nei","ornamentals",2020, +245,"Bonaire","Ornamental fish nei","ornamentals",2021, 245,"Bonaire","Ornamental saltwater fish","ornamentals",1976, 245,"Bonaire","Ornamental saltwater fish","ornamentals",1977, 245,"Bonaire","Ornamental saltwater fish","ornamentals",1978, @@ -62054,6 +66744,7 @@ 245,"Bonaire","Ornamental saltwater fish","ornamentals",2018, 245,"Bonaire","Ornamental saltwater fish","ornamentals",2019, 245,"Bonaire","Ornamental saltwater fish","ornamentals",2020, +245,"Bonaire","Ornamental saltwater fish","ornamentals",2021, 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -62099,6 +66790,7 @@ 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +245,"Bonaire","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 247,"Brunei","Agar agar nei","seaweeds",1976, 247,"Brunei","Agar agar nei","seaweeds",1977, 247,"Brunei","Agar agar nei","seaweeds",1978, @@ -62144,6 +66836,7 @@ 247,"Brunei","Agar agar nei","seaweeds",2018, 247,"Brunei","Agar agar nei","seaweeds",2019, 247,"Brunei","Agar agar nei","seaweeds",2020, +247,"Brunei","Agar agar nei","seaweeds",2021, 247,"Brunei","Fish body oils, nei","fish_oil",1976, 247,"Brunei","Fish body oils, nei","fish_oil",1977, 247,"Brunei","Fish body oils, nei","fish_oil",1978, @@ -62189,6 +66882,53 @@ 247,"Brunei","Fish body oils, nei","fish_oil",2018, 247,"Brunei","Fish body oils, nei","fish_oil",2019,44.05 247,"Brunei","Fish body oils, nei","fish_oil",2020, +247,"Brunei","Fish body oils, nei","fish_oil",2021,132.42 +247,"Brunei","Fish liver oils, nei","fish_oil",1976, +247,"Brunei","Fish liver oils, nei","fish_oil",1977, +247,"Brunei","Fish liver oils, nei","fish_oil",1978, +247,"Brunei","Fish liver oils, nei","fish_oil",1979, +247,"Brunei","Fish liver oils, nei","fish_oil",1980, +247,"Brunei","Fish liver oils, nei","fish_oil",1981, +247,"Brunei","Fish liver oils, nei","fish_oil",1982, +247,"Brunei","Fish liver oils, nei","fish_oil",1983, +247,"Brunei","Fish liver oils, nei","fish_oil",1984, +247,"Brunei","Fish liver oils, nei","fish_oil",1985, +247,"Brunei","Fish liver oils, nei","fish_oil",1986, +247,"Brunei","Fish liver oils, nei","fish_oil",1987, +247,"Brunei","Fish liver oils, nei","fish_oil",1988, +247,"Brunei","Fish liver oils, nei","fish_oil",1989, +247,"Brunei","Fish liver oils, nei","fish_oil",1990, +247,"Brunei","Fish liver oils, nei","fish_oil",1991, +247,"Brunei","Fish liver oils, nei","fish_oil",1992, +247,"Brunei","Fish liver oils, nei","fish_oil",1993, +247,"Brunei","Fish liver oils, nei","fish_oil",1994, +247,"Brunei","Fish liver oils, nei","fish_oil",1995, +247,"Brunei","Fish liver oils, nei","fish_oil",1996, +247,"Brunei","Fish liver oils, nei","fish_oil",1997, +247,"Brunei","Fish liver oils, nei","fish_oil",1998, +247,"Brunei","Fish liver oils, nei","fish_oil",1999, +247,"Brunei","Fish liver oils, nei","fish_oil",2000, +247,"Brunei","Fish liver oils, nei","fish_oil",2001, +247,"Brunei","Fish liver oils, nei","fish_oil",2002, +247,"Brunei","Fish liver oils, nei","fish_oil",2003, +247,"Brunei","Fish liver oils, nei","fish_oil",2004, +247,"Brunei","Fish liver oils, nei","fish_oil",2005, +247,"Brunei","Fish liver oils, nei","fish_oil",2006, +247,"Brunei","Fish liver oils, nei","fish_oil",2007, +247,"Brunei","Fish liver oils, nei","fish_oil",2008, +247,"Brunei","Fish liver oils, nei","fish_oil",2009, +247,"Brunei","Fish liver oils, nei","fish_oil",2010, +247,"Brunei","Fish liver oils, nei","fish_oil",2011, +247,"Brunei","Fish liver oils, nei","fish_oil",2012, +247,"Brunei","Fish liver oils, nei","fish_oil",2013, +247,"Brunei","Fish liver oils, nei","fish_oil",2014, +247,"Brunei","Fish liver oils, nei","fish_oil",2015, +247,"Brunei","Fish liver oils, nei","fish_oil",2016, +247,"Brunei","Fish liver oils, nei","fish_oil",2017, +247,"Brunei","Fish liver oils, nei","fish_oil",2018, +247,"Brunei","Fish liver oils, nei","fish_oil",2019, +247,"Brunei","Fish liver oils, nei","fish_oil",2020, +247,"Brunei","Fish liver oils, nei","fish_oil",2021,236.1 247,"Brunei","Miscellaneous corals and shells","shells",1976, 247,"Brunei","Miscellaneous corals and shells","shells",1977, 247,"Brunei","Miscellaneous corals and shells","shells",1978, @@ -62234,6 +66974,7 @@ 247,"Brunei","Miscellaneous corals and shells","shells",2018, 247,"Brunei","Miscellaneous corals and shells","shells",2019, 247,"Brunei","Miscellaneous corals and shells","shells",2020, +247,"Brunei","Miscellaneous corals and shells","shells",2021, 247,"Brunei","Natural sponges nei","sponges",1976, 247,"Brunei","Natural sponges nei","sponges",1977, 247,"Brunei","Natural sponges nei","sponges",1978, @@ -62279,6 +67020,7 @@ 247,"Brunei","Natural sponges nei","sponges",2018, 247,"Brunei","Natural sponges nei","sponges",2019,0.36 247,"Brunei","Natural sponges nei","sponges",2020,0.02 +247,"Brunei","Natural sponges nei","sponges",2021,0.09 247,"Brunei","Ornamental fish nei","ornamentals",1976, 247,"Brunei","Ornamental fish nei","ornamentals",1977, 247,"Brunei","Ornamental fish nei","ornamentals",1978, @@ -62324,6 +67066,7 @@ 247,"Brunei","Ornamental fish nei","ornamentals",2018, 247,"Brunei","Ornamental fish nei","ornamentals",2019, 247,"Brunei","Ornamental fish nei","ornamentals",2020, +247,"Brunei","Ornamental fish nei","ornamentals",2021, 247,"Brunei","Ornamental saltwater fish","ornamentals",1976, 247,"Brunei","Ornamental saltwater fish","ornamentals",1977, 247,"Brunei","Ornamental saltwater fish","ornamentals",1978, @@ -62369,6 +67112,7 @@ 247,"Brunei","Ornamental saltwater fish","ornamentals",2018, 247,"Brunei","Ornamental saltwater fish","ornamentals",2019, 247,"Brunei","Ornamental saltwater fish","ornamentals",2020, +247,"Brunei","Ornamental saltwater fish","ornamentals",2021, 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -62414,6 +67158,7 @@ 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +247,"Brunei","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1976, 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1977, 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",1978, @@ -62459,6 +67204,7 @@ 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2018,3 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2019,46.67 247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2020,65.17 +247,"Brunei","Seaweeds and other algae, fit for human consumption, nei","seaweeds",2021,137.75 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -62504,6 +67250,7 @@ 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019, 247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020,421.1 +247,"Brunei","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021,823.98 248,"Saba","Coral and the like","corals",1976, 248,"Saba","Coral and the like","corals",1977, 248,"Saba","Coral and the like","corals",1978, @@ -62549,6 +67296,7 @@ 248,"Saba","Coral and the like","corals",2018, 248,"Saba","Coral and the like","corals",2019, 248,"Saba","Coral and the like","corals",2020, +248,"Saba","Coral and the like","corals",2021, 248,"Saba","Fish body oils, nei","fish_oil",1976, 248,"Saba","Fish body oils, nei","fish_oil",1977, 248,"Saba","Fish body oils, nei","fish_oil",1978, @@ -62594,6 +67342,7 @@ 248,"Saba","Fish body oils, nei","fish_oil",2018, 248,"Saba","Fish body oils, nei","fish_oil",2019, 248,"Saba","Fish body oils, nei","fish_oil",2020, +248,"Saba","Fish body oils, nei","fish_oil",2021, 248,"Saba","Fish liver oils, nei","fish_oil",1976, 248,"Saba","Fish liver oils, nei","fish_oil",1977, 248,"Saba","Fish liver oils, nei","fish_oil",1978, @@ -62639,6 +67388,7 @@ 248,"Saba","Fish liver oils, nei","fish_oil",2018, 248,"Saba","Fish liver oils, nei","fish_oil",2019, 248,"Saba","Fish liver oils, nei","fish_oil",2020, +248,"Saba","Fish liver oils, nei","fish_oil",2021, 248,"Saba","Miscellaneous corals and shells","shells",1976, 248,"Saba","Miscellaneous corals and shells","shells",1977, 248,"Saba","Miscellaneous corals and shells","shells",1978, @@ -62684,6 +67434,7 @@ 248,"Saba","Miscellaneous corals and shells","shells",2018, 248,"Saba","Miscellaneous corals and shells","shells",2019, 248,"Saba","Miscellaneous corals and shells","shells",2020, +248,"Saba","Miscellaneous corals and shells","shells",2021, 248,"Saba","Natural sponges nei","sponges",1976, 248,"Saba","Natural sponges nei","sponges",1977, 248,"Saba","Natural sponges nei","sponges",1978, @@ -62729,6 +67480,7 @@ 248,"Saba","Natural sponges nei","sponges",2018, 248,"Saba","Natural sponges nei","sponges",2019, 248,"Saba","Natural sponges nei","sponges",2020, +248,"Saba","Natural sponges nei","sponges",2021, 248,"Saba","Ornamental fish nei","ornamentals",1976, 248,"Saba","Ornamental fish nei","ornamentals",1977, 248,"Saba","Ornamental fish nei","ornamentals",1978, @@ -62774,6 +67526,7 @@ 248,"Saba","Ornamental fish nei","ornamentals",2018, 248,"Saba","Ornamental fish nei","ornamentals",2019, 248,"Saba","Ornamental fish nei","ornamentals",2020, +248,"Saba","Ornamental fish nei","ornamentals",2021, 248,"Saba","Ornamental saltwater fish","ornamentals",1976, 248,"Saba","Ornamental saltwater fish","ornamentals",1977, 248,"Saba","Ornamental saltwater fish","ornamentals",1978, @@ -62819,6 +67572,7 @@ 248,"Saba","Ornamental saltwater fish","ornamentals",2018, 248,"Saba","Ornamental saltwater fish","ornamentals",2019, 248,"Saba","Ornamental saltwater fish","ornamentals",2020, +248,"Saba","Ornamental saltwater fish","ornamentals",2021, 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -62864,6 +67618,7 @@ 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +248,"Saba","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 249,"Sint Eustatius","Coral and the like","corals",1976, 249,"Sint Eustatius","Coral and the like","corals",1977, 249,"Sint Eustatius","Coral and the like","corals",1978, @@ -62909,6 +67664,7 @@ 249,"Sint Eustatius","Coral and the like","corals",2018, 249,"Sint Eustatius","Coral and the like","corals",2019, 249,"Sint Eustatius","Coral and the like","corals",2020, +249,"Sint Eustatius","Coral and the like","corals",2021, 249,"Sint Eustatius","Fish body oils, nei","fish_oil",1976, 249,"Sint Eustatius","Fish body oils, nei","fish_oil",1977, 249,"Sint Eustatius","Fish body oils, nei","fish_oil",1978, @@ -62954,6 +67710,7 @@ 249,"Sint Eustatius","Fish body oils, nei","fish_oil",2018, 249,"Sint Eustatius","Fish body oils, nei","fish_oil",2019, 249,"Sint Eustatius","Fish body oils, nei","fish_oil",2020, +249,"Sint Eustatius","Fish body oils, nei","fish_oil",2021, 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",1976, 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",1977, 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",1978, @@ -62999,6 +67756,7 @@ 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",2018, 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",2019, 249,"Sint Eustatius","Fish liver oils, nei","fish_oil",2020, +249,"Sint Eustatius","Fish liver oils, nei","fish_oil",2021, 249,"Sint Eustatius","Miscellaneous corals and shells","shells",1976, 249,"Sint Eustatius","Miscellaneous corals and shells","shells",1977, 249,"Sint Eustatius","Miscellaneous corals and shells","shells",1978, @@ -63044,6 +67802,7 @@ 249,"Sint Eustatius","Miscellaneous corals and shells","shells",2018, 249,"Sint Eustatius","Miscellaneous corals and shells","shells",2019, 249,"Sint Eustatius","Miscellaneous corals and shells","shells",2020, +249,"Sint Eustatius","Miscellaneous corals and shells","shells",2021, 249,"Sint Eustatius","Natural sponges nei","sponges",1976, 249,"Sint Eustatius","Natural sponges nei","sponges",1977, 249,"Sint Eustatius","Natural sponges nei","sponges",1978, @@ -63089,6 +67848,7 @@ 249,"Sint Eustatius","Natural sponges nei","sponges",2018, 249,"Sint Eustatius","Natural sponges nei","sponges",2019, 249,"Sint Eustatius","Natural sponges nei","sponges",2020, +249,"Sint Eustatius","Natural sponges nei","sponges",2021, 249,"Sint Eustatius","Ornamental fish nei","ornamentals",1976, 249,"Sint Eustatius","Ornamental fish nei","ornamentals",1977, 249,"Sint Eustatius","Ornamental fish nei","ornamentals",1978, @@ -63134,6 +67894,7 @@ 249,"Sint Eustatius","Ornamental fish nei","ornamentals",2018, 249,"Sint Eustatius","Ornamental fish nei","ornamentals",2019, 249,"Sint Eustatius","Ornamental fish nei","ornamentals",2020, +249,"Sint Eustatius","Ornamental fish nei","ornamentals",2021, 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",1976, 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",1977, 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",1978, @@ -63179,6 +67940,7 @@ 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",2018, 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",2019, 249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",2020, +249,"Sint Eustatius","Ornamental saltwater fish","ornamentals",2021, 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -63224,6 +67986,7 @@ 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +249,"Sint Eustatius","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 250,"Aruba","Fish liver oils, nei","fish_oil",1976, 250,"Aruba","Fish liver oils, nei","fish_oil",1977, 250,"Aruba","Fish liver oils, nei","fish_oil",1978, @@ -63269,6 +68032,7 @@ 250,"Aruba","Fish liver oils, nei","fish_oil",2018, 250,"Aruba","Fish liver oils, nei","fish_oil",2019, 250,"Aruba","Fish liver oils, nei","fish_oil",2020, +250,"Aruba","Fish liver oils, nei","fish_oil",2021, 250,"Aruba","Miscellaneous corals and shells","shells",1976, 250,"Aruba","Miscellaneous corals and shells","shells",1977, 250,"Aruba","Miscellaneous corals and shells","shells",1978, @@ -63314,6 +68078,7 @@ 250,"Aruba","Miscellaneous corals and shells","shells",2018, 250,"Aruba","Miscellaneous corals and shells","shells",2019, 250,"Aruba","Miscellaneous corals and shells","shells",2020,0.67 +250,"Aruba","Miscellaneous corals and shells","shells",2021,0.02 250,"Aruba","Ornamental fish nei","ornamentals",1976, 250,"Aruba","Ornamental fish nei","ornamentals",1977, 250,"Aruba","Ornamental fish nei","ornamentals",1978, @@ -63359,6 +68124,7 @@ 250,"Aruba","Ornamental fish nei","ornamentals",2018, 250,"Aruba","Ornamental fish nei","ornamentals",2019, 250,"Aruba","Ornamental fish nei","ornamentals",2020, +250,"Aruba","Ornamental fish nei","ornamentals",2021, 250,"Aruba","Ornamental saltwater fish","ornamentals",1976, 250,"Aruba","Ornamental saltwater fish","ornamentals",1977, 250,"Aruba","Ornamental saltwater fish","ornamentals",1978, @@ -63404,6 +68170,7 @@ 250,"Aruba","Ornamental saltwater fish","ornamentals",2018,2 250,"Aruba","Ornamental saltwater fish","ornamentals",2019,5.63 250,"Aruba","Ornamental saltwater fish","ornamentals",2020, +250,"Aruba","Ornamental saltwater fish","ornamentals",2021, 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",1976, 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",1977, 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",1978, @@ -63449,6 +68216,7 @@ 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",2018, 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",2019, 250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",2020, +250,"Aruba","Other seaweeds and aquatic plants and products thereof","seaweeds",2021, 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1976, 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1977, 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",1978, @@ -63494,3 +68262,4 @@ 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2018, 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2019,0.48 250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2020, +250,"Aruba","Seaweeds and other algae, unfit for human consumption, nei","seaweeds",2021, diff --git a/globalprep/prs_coral_harvest/v2023/output/prs_coral_gf.csv b/globalprep/prs_coral_harvest/v2023/output/prs_coral_gf.csv index f06226d8..d8c7d026 100644 --- a/globalprep/prs_coral_harvest/v2023/output/prs_coral_gf.csv +++ b/globalprep/prs_coral_harvest/v2023/output/prs_coral_gf.csv @@ -22,6 +22,7 @@ 6,"Coral and the like","corals",2018,"zerofill" 6,"Coral and the like","corals",2019,"none" 6,"Coral and the like","corals",2020,"none" +6,"Coral and the like","corals",2021,"endfill" 7,"Coral and the like","corals",1998,"none" 7,"Coral and the like","corals",1999,"none" 7,"Coral and the like","corals",2000,"none" @@ -45,6 +46,7 @@ 7,"Coral and the like","corals",2018,"zerofill" 7,"Coral and the like","corals",2019,"none" 7,"Coral and the like","corals",2020,"none" +7,"Coral and the like","corals",2021,"none" 8,"Coral and the like","corals",1998,"none" 8,"Coral and the like","corals",1999,"none" 8,"Coral and the like","corals",2000,"none" @@ -68,6 +70,31 @@ 8,"Coral and the like","corals",2018,"zerofill" 8,"Coral and the like","corals",2019,"none" 8,"Coral and the like","corals",2020,"none" +8,"Coral and the like","corals",2021,"none" +9,"Coral and the like","corals",1998,"none" +9,"Coral and the like","corals",1999,"none" +9,"Coral and the like","corals",2000,"none" +9,"Coral and the like","corals",2001,"zerofill" +9,"Coral and the like","corals",2002,"none" +9,"Coral and the like","corals",2003,"none" +9,"Coral and the like","corals",2004,"none" +9,"Coral and the like","corals",2005,"none" +9,"Coral and the like","corals",2006,"none" +9,"Coral and the like","corals",2007,"none" +9,"Coral and the like","corals",2008,"none" +9,"Coral and the like","corals",2009,"none" +9,"Coral and the like","corals",2010,"none" +9,"Coral and the like","corals",2011,"none" +9,"Coral and the like","corals",2012,"none" +9,"Coral and the like","corals",2013,"none" +9,"Coral and the like","corals",2014,"none" +9,"Coral and the like","corals",2015,"none" +9,"Coral and the like","corals",2016,"none" +9,"Coral and the like","corals",2017,"none" +9,"Coral and the like","corals",2018,"none" +9,"Coral and the like","corals",2019,"none" +9,"Coral and the like","corals",2020,"none" +9,"Coral and the like","corals",2021,"none" 11,"Coral and the like","corals",1998,"none" 11,"Coral and the like","corals",1999,"zerofill" 11,"Coral and the like","corals",2000,"zerofill" @@ -91,6 +118,7 @@ 11,"Coral and the like","corals",2018,"none" 11,"Coral and the like","corals",2019,"none" 11,"Coral and the like","corals",2020,"none" +11,"Coral and the like","corals",2021,"endfill" 14,"Coral and the like","corals",1976,"none" 14,"Coral and the like","corals",1977,"none" 14,"Coral and the like","corals",1978,"none" @@ -105,10 +133,10 @@ 14,"Coral and the like","corals",1987,"none" 14,"Coral and the like","corals",1988,"none" 14,"Coral and the like","corals",1989,"none" -14,"Coral and the like","corals",1990,"zerofill" -14,"Coral and the like","corals",1991,"zerofill" -14,"Coral and the like","corals",1992,"zerofill" -14,"Coral and the like","corals",1993,"zerofill" +14,"Coral and the like","corals",1990,"none" +14,"Coral and the like","corals",1991,"none" +14,"Coral and the like","corals",1992,"none" +14,"Coral and the like","corals",1993,"none" 14,"Coral and the like","corals",1994,"none" 14,"Coral and the like","corals",1995,"none" 14,"Coral and the like","corals",1996,"none" @@ -135,7 +163,8 @@ 14,"Coral and the like","corals",2017,"none" 14,"Coral and the like","corals",2018,"none" 14,"Coral and the like","corals",2019,"zerofill" -14,"Coral and the like","corals",2020,"endfill" +14,"Coral and the like","corals",2020,"zerofill" +14,"Coral and the like","corals",2021,"endfill" 15,"Coral and the like","corals",1991,"none" 15,"Coral and the like","corals",1992,"none" 15,"Coral and the like","corals",1993,"none" @@ -165,7 +194,8 @@ 15,"Coral and the like","corals",2017,"zerofill" 15,"Coral and the like","corals",2018,"zerofill" 15,"Coral and the like","corals",2019,"zerofill" -15,"Coral and the like","corals",2020,"endfill" +15,"Coral and the like","corals",2020,"zerofill" +15,"Coral and the like","corals",2021,"endfill" 16,"Coral and the like","corals",1976,"none" 16,"Coral and the like","corals",1977,"none" 16,"Coral and the like","corals",1978,"none" @@ -210,7 +240,8 @@ 16,"Coral and the like","corals",2017,"none" 16,"Coral and the like","corals",2018,"zerofill" 16,"Coral and the like","corals",2019,"zerofill" -16,"Coral and the like","corals",2020,"endfill" +16,"Coral and the like","corals",2020,"zerofill" +16,"Coral and the like","corals",2021,"endfill" 17,"Coral and the like","corals",1996,"none" 17,"Coral and the like","corals",1997,"zerofill" 17,"Coral and the like","corals",1998,"r2_t_gr" @@ -235,7 +266,8 @@ 17,"Coral and the like","corals",2017,"none" 17,"Coral and the like","corals",2018,"zerofill" 17,"Coral and the like","corals",2019,"zerofill" -17,"Coral and the like","corals",2020,"endfill" +17,"Coral and the like","corals",2020,"zerofill" +17,"Coral and the like","corals",2021,"endfill" 18,"Coral and the like","corals",1990,"none" 18,"Coral and the like","corals",1991,"none" 18,"Coral and the like","corals",1992,"none" @@ -267,6 +299,7 @@ 18,"Coral and the like","corals",2018,"none" 18,"Coral and the like","corals",2019,"none" 18,"Coral and the like","corals",2020,"none" +18,"Coral and the like","corals",2021,"none" 20,"Coral and the like","corals",1988,"none" 20,"Coral and the like","corals",1989,"none" 20,"Coral and the like","corals",1990,"none" @@ -300,6 +333,7 @@ 20,"Coral and the like","corals",2018,"zerofill" 20,"Coral and the like","corals",2019,"none" 20,"Coral and the like","corals",2020,"none" +20,"Coral and the like","corals",2021,"none" 21,"Coral and the like","corals",1990,"none" 21,"Coral and the like","corals",1991,"zerofill" 21,"Coral and the like","corals",1992,"zerofill" @@ -331,6 +365,7 @@ 21,"Coral and the like","corals",2018,"none" 21,"Coral and the like","corals",2019,"none" 21,"Coral and the like","corals",2020,"none" +21,"Coral and the like","corals",2021,"endfill" 25,"Coral and the like","corals",1994,"none" 25,"Coral and the like","corals",1995,"zerofill" 25,"Coral and the like","corals",1996,"zerofill" @@ -357,7 +392,8 @@ 25,"Coral and the like","corals",2017,"zerofill" 25,"Coral and the like","corals",2018,"zerofill" 25,"Coral and the like","corals",2019,"zerofill" -25,"Coral and the like","corals",2020,"endfill" +25,"Coral and the like","corals",2020,"zerofill" +25,"Coral and the like","corals",2021,"endfill" 37,"Coral and the like","corals",1994,"none" 37,"Coral and the like","corals",1995,"none" 37,"Coral and the like","corals",1996,"none" @@ -384,7 +420,8 @@ 37,"Coral and the like","corals",2017,"none" 37,"Coral and the like","corals",2018,"zerofill" 37,"Coral and the like","corals",2019,"zerofill" -37,"Coral and the like","corals",2020,"endfill" +37,"Coral and the like","corals",2020,"zerofill" +37,"Coral and the like","corals",2021,"endfill" 39,"Coral and the like","corals",1996,"none" 39,"Coral and the like","corals",1997,"none" 39,"Coral and the like","corals",1998,"none" @@ -409,7 +446,8 @@ 39,"Coral and the like","corals",2017,"zerofill" 39,"Coral and the like","corals",2018,"zerofill" 39,"Coral and the like","corals",2019,"zerofill" -39,"Coral and the like","corals",2020,"endfill" +39,"Coral and the like","corals",2020,"zerofill" +39,"Coral and the like","corals",2021,"endfill" 40,"Coral and the like","corals",1990,"r2_t_gr" 40,"Coral and the like","corals",1991,"r2_t_gr" 40,"Coral and the like","corals",1992,"r2_t_gr" @@ -441,6 +479,7 @@ 40,"Coral and the like","corals",2018,"none" 40,"Coral and the like","corals",2019,"none" 40,"Coral and the like","corals",2020,"none" +40,"Coral and the like","corals",2021,"none" 42,"Coral and the like","corals",1990,"none" 42,"Coral and the like","corals",1991,"none" 42,"Coral and the like","corals",1992,"none" @@ -472,6 +511,7 @@ 42,"Coral and the like","corals",2018,"none" 42,"Coral and the like","corals",2019,"none" 42,"Coral and the like","corals",2020,"none" +42,"Coral and the like","corals",2021,"none" 44,"Coral and the like","corals",2001,"r2_t_gr" 44,"Coral and the like","corals",2002,"zerofill" 44,"Coral and the like","corals",2003,"none" @@ -491,7 +531,8 @@ 44,"Coral and the like","corals",2017,"zerofill" 44,"Coral and the like","corals",2018,"zerofill" 44,"Coral and the like","corals",2019,"zerofill" -44,"Coral and the like","corals",2020,"endfill" +44,"Coral and the like","corals",2020,"zerofill" +44,"Coral and the like","corals",2021,"endfill" 48,"Coral and the like","corals",1995,"none" 48,"Coral and the like","corals",1996,"none" 48,"Coral and the like","corals",1997,"zerofill" @@ -517,7 +558,8 @@ 48,"Coral and the like","corals",2017,"zerofill" 48,"Coral and the like","corals",2018,"zerofill" 48,"Coral and the like","corals",2019,"zerofill" -48,"Coral and the like","corals",2020,"endfill" +48,"Coral and the like","corals",2020,"zerofill" +48,"Coral and the like","corals",2021,"endfill" 49,"Coral and the like","corals",1995,"none" 49,"Coral and the like","corals",1996,"none" 49,"Coral and the like","corals",1997,"none" @@ -543,7 +585,8 @@ 49,"Coral and the like","corals",2017,"zerofill" 49,"Coral and the like","corals",2018,"zerofill" 49,"Coral and the like","corals",2019,"zerofill" -49,"Coral and the like","corals",2020,"endfill" +49,"Coral and the like","corals",2020,"zerofill" +49,"Coral and the like","corals",2021,"endfill" 53,"Coral and the like","corals",2002,"none" 53,"Coral and the like","corals",2003,"zerofill" 53,"Coral and the like","corals",2004,"zerofill" @@ -563,6 +606,7 @@ 53,"Coral and the like","corals",2018,"none" 53,"Coral and the like","corals",2019,"none" 53,"Coral and the like","corals",2020,"none" +53,"Coral and the like","corals",2021,"none" 61,"Coral and the like","corals",1990,"none" 61,"Coral and the like","corals",1991,"none" 61,"Coral and the like","corals",1992,"none" @@ -594,6 +638,7 @@ 61,"Coral and the like","corals",2018,"none" 61,"Coral and the like","corals",2019,"none" 61,"Coral and the like","corals",2020,"none" +61,"Coral and the like","corals",2021,"none" 62,"Coral and the like","corals",1994,"none" 62,"Coral and the like","corals",1995,"none" 62,"Coral and the like","corals",1996,"none" @@ -620,7 +665,8 @@ 62,"Coral and the like","corals",2017,"zerofill" 62,"Coral and the like","corals",2018,"zerofill" 62,"Coral and the like","corals",2019,"zerofill" -62,"Coral and the like","corals",2020,"endfill" +62,"Coral and the like","corals",2020,"zerofill" +62,"Coral and the like","corals",2021,"endfill" 66,"Coral and the like","corals",1998,"none" 66,"Coral and the like","corals",1999,"none" 66,"Coral and the like","corals",2000,"zerofill" @@ -644,6 +690,7 @@ 66,"Coral and the like","corals",2018,"zerofill" 66,"Coral and the like","corals",2019,"none" 66,"Coral and the like","corals",2020,"none" +66,"Coral and the like","corals",2021,"none" 72,"Coral and the like","corals",1992,"none" 72,"Coral and the like","corals",1993,"none" 72,"Coral and the like","corals",1994,"none" @@ -673,6 +720,7 @@ 72,"Coral and the like","corals",2018,"none" 72,"Coral and the like","corals",2019,"none" 72,"Coral and the like","corals",2020,"none" +72,"Coral and the like","corals",2021,"none" 73,"Coral and the like","corals",2000,"none" 73,"Coral and the like","corals",2001,"none" 73,"Coral and the like","corals",2002,"none" @@ -694,6 +742,39 @@ 73,"Coral and the like","corals",2018,"none" 73,"Coral and the like","corals",2019,"none" 73,"Coral and the like","corals",2020,"none" +73,"Coral and the like","corals",2021,"none" +76,"Coral and the like","corals",1990,"none" +76,"Coral and the like","corals",1991,"none" +76,"Coral and the like","corals",1992,"none" +76,"Coral and the like","corals",1993,"none" +76,"Coral and the like","corals",1994,"none" +76,"Coral and the like","corals",1995,"none" +76,"Coral and the like","corals",1996,"none" +76,"Coral and the like","corals",1997,"none" +76,"Coral and the like","corals",1998,"none" +76,"Coral and the like","corals",1999,"none" +76,"Coral and the like","corals",2000,"none" +76,"Coral and the like","corals",2001,"none" +76,"Coral and the like","corals",2002,"none" +76,"Coral and the like","corals",2003,"none" +76,"Coral and the like","corals",2004,"none" +76,"Coral and the like","corals",2005,"none" +76,"Coral and the like","corals",2006,"none" +76,"Coral and the like","corals",2007,"none" +76,"Coral and the like","corals",2008,"none" +76,"Coral and the like","corals",2009,"none" +76,"Coral and the like","corals",2010,"none" +76,"Coral and the like","corals",2011,"none" +76,"Coral and the like","corals",2012,"none" +76,"Coral and the like","corals",2013,"none" +76,"Coral and the like","corals",2014,"none" +76,"Coral and the like","corals",2015,"none" +76,"Coral and the like","corals",2016,"none" +76,"Coral and the like","corals",2017,"zerofill" +76,"Coral and the like","corals",2018,"zerofill" +76,"Coral and the like","corals",2019,"zerofill" +76,"Coral and the like","corals",2020,"zerofill" +76,"Coral and the like","corals",2021,"endfill" 77,"Coral and the like","corals",1998,"none" 77,"Coral and the like","corals",1999,"zerofill" 77,"Coral and the like","corals",2000,"none" @@ -717,6 +798,7 @@ 77,"Coral and the like","corals",2018,"zerofill" 77,"Coral and the like","corals",2019,"zerofill" 77,"Coral and the like","corals",2020,"none" +77,"Coral and the like","corals",2021,"endfill" 82,"Coral and the like","corals",1996,"none" 82,"Coral and the like","corals",1997,"none" 82,"Coral and the like","corals",1998,"none" @@ -742,6 +824,7 @@ 82,"Coral and the like","corals",2018,"none" 82,"Coral and the like","corals",2019,"none" 82,"Coral and the like","corals",2020,"none" +82,"Coral and the like","corals",2021,"endfill" 102,"Coral and the like","corals",1994,"none" 102,"Coral and the like","corals",1995,"zerofill" 102,"Coral and the like","corals",1996,"zerofill" @@ -769,6 +852,7 @@ 102,"Coral and the like","corals",2018,"none" 102,"Coral and the like","corals",2019,"none" 102,"Coral and the like","corals",2020,"none" +102,"Coral and the like","corals",2021,"none" 114,"Coral and the like","corals",1998,"none" 114,"Coral and the like","corals",1999,"none" 114,"Coral and the like","corals",2000,"none" @@ -792,6 +876,7 @@ 114,"Coral and the like","corals",2018,"none" 114,"Coral and the like","corals",2019,"none" 114,"Coral and the like","corals",2020,"none" +114,"Coral and the like","corals",2021,"none" 115,"Coral and the like","corals",1997,"none" 115,"Coral and the like","corals",1998,"r2_t_gr" 115,"Coral and the like","corals",1999,"none" @@ -813,9 +898,10 @@ 115,"Coral and the like","corals",2015,"zerofill" 115,"Coral and the like","corals",2016,"zerofill" 115,"Coral and the like","corals",2017,"zerofill" -115,"Coral and the like","corals",2018,"none" +115,"Coral and the like","corals",2018,"zerofill" 115,"Coral and the like","corals",2019,"zerofill" -115,"Coral and the like","corals",2020,"endfill" +115,"Coral and the like","corals",2020,"zerofill" +115,"Coral and the like","corals",2021,"endfill" 127,"Coral and the like","corals",1999,"none" 127,"Coral and the like","corals",2000,"zerofill" 127,"Coral and the like","corals",2001,"none" @@ -837,7 +923,8 @@ 127,"Coral and the like","corals",2017,"zerofill" 127,"Coral and the like","corals",2018,"zerofill" 127,"Coral and the like","corals",2019,"zerofill" -127,"Coral and the like","corals",2020,"endfill" +127,"Coral and the like","corals",2020,"zerofill" +127,"Coral and the like","corals",2021,"none" 131,"Coral and the like","corals",1997,"none" 131,"Coral and the like","corals",1998,"zerofill" 131,"Coral and the like","corals",1999,"zerofill" @@ -862,6 +949,7 @@ 131,"Coral and the like","corals",2018,"none" 131,"Coral and the like","corals",2019,"none" 131,"Coral and the like","corals",2020,"none" +131,"Coral and the like","corals",2021,"none" 132,"Coral and the like","corals",1995,"none" 132,"Coral and the like","corals",1996,"none" 132,"Coral and the like","corals",1997,"none" @@ -887,7 +975,8 @@ 132,"Coral and the like","corals",2017,"zerofill" 132,"Coral and the like","corals",2018,"zerofill" 132,"Coral and the like","corals",2019,"zerofill" -132,"Coral and the like","corals",2020,"endfill" +132,"Coral and the like","corals",2020,"zerofill" +132,"Coral and the like","corals",2021,"endfill" 133,"Coral and the like","corals",1992,"none" 133,"Coral and the like","corals",1993,"none" 133,"Coral and the like","corals",1994,"none" @@ -917,6 +1006,7 @@ 133,"Coral and the like","corals",2018,"zerofill" 133,"Coral and the like","corals",2019,"zerofill" 133,"Coral and the like","corals",2020,"none" +133,"Coral and the like","corals",2021,"none" 134,"Coral and the like","corals",1995,"none" 134,"Coral and the like","corals",1996,"none" 134,"Coral and the like","corals",1997,"zerofill" @@ -942,7 +1032,8 @@ 134,"Coral and the like","corals",2017,"zerofill" 134,"Coral and the like","corals",2018,"zerofill" 134,"Coral and the like","corals",2019,"zerofill" -134,"Coral and the like","corals",2020,"endfill" +134,"Coral and the like","corals",2020,"zerofill" +134,"Coral and the like","corals",2021,"endfill" 135,"Coral and the like","corals",2002,"none" 135,"Coral and the like","corals",2003,"none" 135,"Coral and the like","corals",2004,"zerofill" @@ -961,7 +1052,8 @@ 135,"Coral and the like","corals",2017,"zerofill" 135,"Coral and the like","corals",2018,"zerofill" 135,"Coral and the like","corals",2019,"zerofill" -135,"Coral and the like","corals",2020,"endfill" +135,"Coral and the like","corals",2020,"zerofill" +135,"Coral and the like","corals",2021,"endfill" 137,"Coral and the like","corals",1994,"none" 137,"Coral and the like","corals",1995,"none" 137,"Coral and the like","corals",1996,"none" @@ -989,6 +1081,7 @@ 137,"Coral and the like","corals",2018,"zerofill" 137,"Coral and the like","corals",2019,"zerofill" 137,"Coral and the like","corals",2020,"none" +137,"Coral and the like","corals",2021,"none" 138,"Coral and the like","corals",1994,"none" 138,"Coral and the like","corals",1995,"zerofill" 138,"Coral and the like","corals",1996,"none" @@ -1016,6 +1109,35 @@ 138,"Coral and the like","corals",2018,"none" 138,"Coral and the like","corals",2019,"none" 138,"Coral and the like","corals",2020,"none" +138,"Coral and the like","corals",2021,"none" +139,"Coral and the like","corals",1994,"none" +139,"Coral and the like","corals",1995,"none" +139,"Coral and the like","corals",1996,"zerofill" +139,"Coral and the like","corals",1997,"zerofill" +139,"Coral and the like","corals",1998,"zerofill" +139,"Coral and the like","corals",1999,"none" +139,"Coral and the like","corals",2000,"none" +139,"Coral and the like","corals",2001,"none" +139,"Coral and the like","corals",2002,"none" +139,"Coral and the like","corals",2003,"zerofill" +139,"Coral and the like","corals",2004,"zerofill" +139,"Coral and the like","corals",2005,"zerofill" +139,"Coral and the like","corals",2006,"zerofill" +139,"Coral and the like","corals",2007,"zerofill" +139,"Coral and the like","corals",2008,"none" +139,"Coral and the like","corals",2009,"zerofill" +139,"Coral and the like","corals",2010,"zerofill" +139,"Coral and the like","corals",2011,"zerofill" +139,"Coral and the like","corals",2012,"zerofill" +139,"Coral and the like","corals",2013,"none" +139,"Coral and the like","corals",2014,"none" +139,"Coral and the like","corals",2015,"none" +139,"Coral and the like","corals",2016,"none" +139,"Coral and the like","corals",2017,"none" +139,"Coral and the like","corals",2018,"none" +139,"Coral and the like","corals",2019,"zerofill" +139,"Coral and the like","corals",2020,"zerofill" +139,"Coral and the like","corals",2021,"endfill" 143,"Coral and the like","corals",1998,"none" 143,"Coral and the like","corals",1999,"zerofill" 143,"Coral and the like","corals",2000,"none" @@ -1038,7 +1160,8 @@ 143,"Coral and the like","corals",2017,"zerofill" 143,"Coral and the like","corals",2018,"zerofill" 143,"Coral and the like","corals",2019,"zerofill" -143,"Coral and the like","corals",2020,"endfill" +143,"Coral and the like","corals",2020,"zerofill" +143,"Coral and the like","corals",2021,"endfill" 145,"Coral and the like","corals",1994,"none" 145,"Coral and the like","corals",1995,"zerofill" 145,"Coral and the like","corals",1996,"zerofill" @@ -1065,7 +1188,8 @@ 145,"Coral and the like","corals",2017,"zerofill" 145,"Coral and the like","corals",2018,"zerofill" 145,"Coral and the like","corals",2019,"zerofill" -145,"Coral and the like","corals",2020,"endfill" +145,"Coral and the like","corals",2020,"zerofill" +145,"Coral and the like","corals",2021,"endfill" 147,"Coral and the like","corals",1997,"none" 147,"Coral and the like","corals",1998,"none" 147,"Coral and the like","corals",1999,"zerofill" @@ -1090,6 +1214,7 @@ 147,"Coral and the like","corals",2018,"none" 147,"Coral and the like","corals",2019,"none" 147,"Coral and the like","corals",2020,"none" +147,"Coral and the like","corals",2021,"none" 155,"Coral and the like","corals",2000,"none" 155,"Coral and the like","corals",2001,"zerofill" 155,"Coral and the like","corals",2002,"none" @@ -1111,6 +1236,7 @@ 155,"Coral and the like","corals",2018,"none" 155,"Coral and the like","corals",2019,"none" 155,"Coral and the like","corals",2020,"none" +155,"Coral and the like","corals",2021,"none" 162,"Coral and the like","corals",1990,"r2_t_gr" 162,"Coral and the like","corals",1991,"r2_t_gr" 162,"Coral and the like","corals",1992,"r2_t_gr" @@ -1142,6 +1268,7 @@ 162,"Coral and the like","corals",2018,"none" 162,"Coral and the like","corals",2019,"none" 162,"Coral and the like","corals",2020,"none" +162,"Coral and the like","corals",2021,"none" 163,"Coral and the like","corals",1990,"none" 163,"Coral and the like","corals",1991,"none" 163,"Coral and the like","corals",1992,"none" @@ -1173,6 +1300,7 @@ 163,"Coral and the like","corals",2018,"none" 163,"Coral and the like","corals",2019,"none" 163,"Coral and the like","corals",2020,"none" +163,"Coral and the like","corals",2021,"none" 166,"Coral and the like","corals",1991,"none" 166,"Coral and the like","corals",1992,"none" 166,"Coral and the like","corals",1993,"none" @@ -1202,7 +1330,8 @@ 166,"Coral and the like","corals",2017,"none" 166,"Coral and the like","corals",2018,"zerofill" 166,"Coral and the like","corals",2019,"zerofill" -166,"Coral and the like","corals",2020,"endfill" +166,"Coral and the like","corals",2020,"zerofill" +166,"Coral and the like","corals",2021,"endfill" 171,"Coral and the like","corals",1994,"none" 171,"Coral and the like","corals",1995,"none" 171,"Coral and the like","corals",1996,"none" @@ -1229,7 +1358,8 @@ 171,"Coral and the like","corals",2017,"none" 171,"Coral and the like","corals",2018,"none" 171,"Coral and the like","corals",2019,"none" -171,"Coral and the like","corals",2020,"endfill" +171,"Coral and the like","corals",2020,"zerofill" +171,"Coral and the like","corals",2021,"none" 179,"Coral and the like","corals",1976,"none" 179,"Coral and the like","corals",1977,"none" 179,"Coral and the like","corals",1978,"none" @@ -1274,7 +1404,8 @@ 179,"Coral and the like","corals",2017,"zerofill" 179,"Coral and the like","corals",2018,"zerofill" 179,"Coral and the like","corals",2019,"zerofill" -179,"Coral and the like","corals",2020,"endfill" +179,"Coral and the like","corals",2020,"zerofill" +179,"Coral and the like","corals",2021,"none" 182,"Coral and the like","corals",1981,"none" 182,"Coral and the like","corals",1982,"none" 182,"Coral and the like","corals",1983,"none" @@ -1314,7 +1445,8 @@ 182,"Coral and the like","corals",2017,"zerofill" 182,"Coral and the like","corals",2018,"zerofill" 182,"Coral and the like","corals",2019,"zerofill" -182,"Coral and the like","corals",2020,"endfill" +182,"Coral and the like","corals",2020,"zerofill" +182,"Coral and the like","corals",2021,"none" 186,"Coral and the like","corals",1996,"none" 186,"Coral and the like","corals",1997,"none" 186,"Coral and the like","corals",1998,"none" @@ -1339,7 +1471,8 @@ 186,"Coral and the like","corals",2017,"zerofill" 186,"Coral and the like","corals",2018,"zerofill" 186,"Coral and the like","corals",2019,"zerofill" -186,"Coral and the like","corals",2020,"endfill" +186,"Coral and the like","corals",2020,"zerofill" +186,"Coral and the like","corals",2021,"endfill" 187,"Coral and the like","corals",1994,"none" 187,"Coral and the like","corals",1995,"none" 187,"Coral and the like","corals",1996,"none" @@ -1366,7 +1499,8 @@ 187,"Coral and the like","corals",2017,"zerofill" 187,"Coral and the like","corals",2018,"zerofill" 187,"Coral and the like","corals",2019,"zerofill" -187,"Coral and the like","corals",2020,"endfill" +187,"Coral and the like","corals",2020,"zerofill" +187,"Coral and the like","corals",2021,"endfill" 195,"Coral and the like","corals",2013,"none" 195,"Coral and the like","corals",2014,"none" 195,"Coral and the like","corals",2015,"none" @@ -1375,6 +1509,7 @@ 195,"Coral and the like","corals",2018,"none" 195,"Coral and the like","corals",2019,"none" 195,"Coral and the like","corals",2020,"none" +195,"Coral and the like","corals",2021,"none" 203,"Coral and the like","corals",2000,"none" 203,"Coral and the like","corals",2001,"none" 203,"Coral and the like","corals",2002,"none" @@ -1396,6 +1531,7 @@ 203,"Coral and the like","corals",2018,"none" 203,"Coral and the like","corals",2019,"none" 203,"Coral and the like","corals",2020,"none" +203,"Coral and the like","corals",2021,"none" 206,"Coral and the like","corals",1990,"none" 206,"Coral and the like","corals",1991,"none" 206,"Coral and the like","corals",1992,"none" @@ -1426,7 +1562,8 @@ 206,"Coral and the like","corals",2017,"none" 206,"Coral and the like","corals",2018,"zerofill" 206,"Coral and the like","corals",2019,"zerofill" -206,"Coral and the like","corals",2020,"endfill" +206,"Coral and the like","corals",2020,"zerofill" +206,"Coral and the like","corals",2021,"endfill" 207,"Coral and the like","corals",1998,"none" 207,"Coral and the like","corals",1999,"none" 207,"Coral and the like","corals",2000,"none" @@ -1450,6 +1587,7 @@ 207,"Coral and the like","corals",2018,"none" 207,"Coral and the like","corals",2019,"none" 207,"Coral and the like","corals",2020,"none" +207,"Coral and the like","corals",2021,"none" 208,"Coral and the like","corals",1990,"none" 208,"Coral and the like","corals",1991,"none" 208,"Coral and the like","corals",1992,"none" @@ -1480,7 +1618,8 @@ 208,"Coral and the like","corals",2017,"zerofill" 208,"Coral and the like","corals",2018,"zerofill" 208,"Coral and the like","corals",2019,"zerofill" -208,"Coral and the like","corals",2020,"endfill" +208,"Coral and the like","corals",2020,"zerofill" +208,"Coral and the like","corals",2021,"endfill" 209,"Coral and the like","corals",1990,"r2_t_gr" 209,"Coral and the like","corals",1991,"r2_t_gr" 209,"Coral and the like","corals",1992,"r2_t_gr" @@ -1512,6 +1651,7 @@ 209,"Coral and the like","corals",2018,"none" 209,"Coral and the like","corals",2019,"none" 209,"Coral and the like","corals",2020,"none" +209,"Coral and the like","corals",2021,"none" 210,"Coral and the like","corals",1976,"none" 210,"Coral and the like","corals",1977,"none" 210,"Coral and the like","corals",1978,"none" @@ -1523,9 +1663,9 @@ 210,"Coral and the like","corals",1984,"none" 210,"Coral and the like","corals",1985,"none" 210,"Coral and the like","corals",1986,"none" -210,"Coral and the like","corals",1987,"zerofill" -210,"Coral and the like","corals",1988,"zerofill" -210,"Coral and the like","corals",1989,"zerofill" +210,"Coral and the like","corals",1987,"none" +210,"Coral and the like","corals",1988,"none" +210,"Coral and the like","corals",1989,"none" 210,"Coral and the like","corals",1990,"none" 210,"Coral and the like","corals",1991,"none" 210,"Coral and the like","corals",1992,"none" @@ -1557,13 +1697,15 @@ 210,"Coral and the like","corals",2018,"none" 210,"Coral and the like","corals",2019,"none" 210,"Coral and the like","corals",2020,"none" +210,"Coral and the like","corals",2021,"none" 212,"Coral and the like","corals",2014,"none" 212,"Coral and the like","corals",2015,"none" 212,"Coral and the like","corals",2016,"zerofill" 212,"Coral and the like","corals",2017,"zerofill" 212,"Coral and the like","corals",2018,"none" 212,"Coral and the like","corals",2019,"none" -212,"Coral and the like","corals",2020,"endfill" +212,"Coral and the like","corals",2020,"zerofill" +212,"Coral and the like","corals",2021,"endfill" 214,"Coral and the like","corals",1994,"none" 214,"Coral and the like","corals",1995,"none" 214,"Coral and the like","corals",1996,"zerofill" @@ -1591,6 +1733,7 @@ 214,"Coral and the like","corals",2018,"zerofill" 214,"Coral and the like","corals",2019,"zerofill" 214,"Coral and the like","corals",2020,"none" +214,"Coral and the like","corals",2021,"endfill" 216,"Coral and the like","corals",1994,"none" 216,"Coral and the like","corals",1995,"none" 216,"Coral and the like","corals",1996,"zerofill" @@ -1617,7 +1760,8 @@ 216,"Coral and the like","corals",2017,"none" 216,"Coral and the like","corals",2018,"zerofill" 216,"Coral and the like","corals",2019,"zerofill" -216,"Coral and the like","corals",2020,"endfill" +216,"Coral and the like","corals",2020,"zerofill" +216,"Coral and the like","corals",2021,"endfill" 218,"Coral and the like","corals",1990,"none" 218,"Coral and the like","corals",1991,"none" 218,"Coral and the like","corals",1992,"none" @@ -1649,6 +1793,7 @@ 218,"Coral and the like","corals",2018,"none" 218,"Coral and the like","corals",2019,"none" 218,"Coral and the like","corals",2020,"none" +218,"Coral and the like","corals",2021,"none" 220,"Coral and the like","corals",2000,"r2_t_gr" 220,"Coral and the like","corals",2001,"none" 220,"Coral and the like","corals",2002,"none" @@ -1669,7 +1814,8 @@ 220,"Coral and the like","corals",2017,"zerofill" 220,"Coral and the like","corals",2018,"zerofill" 220,"Coral and the like","corals",2019,"zerofill" -220,"Coral and the like","corals",2020,"endfill" +220,"Coral and the like","corals",2020,"zerofill" +220,"Coral and the like","corals",2021,"endfill" 223,"Coral and the like","corals",1995,"none" 223,"Coral and the like","corals",1996,"none" 223,"Coral and the like","corals",1997,"none" @@ -1695,7 +1841,8 @@ 223,"Coral and the like","corals",2017,"none" 223,"Coral and the like","corals",2018,"none" 223,"Coral and the like","corals",2019,"none" -223,"Coral and the like","corals",2020,"endfill" +223,"Coral and the like","corals",2020,"zerofill" +223,"Coral and the like","corals",2021,"none" 224,"Coral and the like","corals",1994,"none" 224,"Coral and the like","corals",1995,"none" 224,"Coral and the like","corals",1996,"none" @@ -1722,7 +1869,8 @@ 224,"Coral and the like","corals",2017,"zerofill" 224,"Coral and the like","corals",2018,"zerofill" 224,"Coral and the like","corals",2019,"zerofill" -224,"Coral and the like","corals",2020,"endfill" +224,"Coral and the like","corals",2020,"zerofill" +224,"Coral and the like","corals",2021,"endfill" 245,"Coral and the like","corals",2000,"r2_t_gr" 245,"Coral and the like","corals",2001,"none" 245,"Coral and the like","corals",2002,"none" @@ -1743,7 +1891,8 @@ 245,"Coral and the like","corals",2017,"zerofill" 245,"Coral and the like","corals",2018,"zerofill" 245,"Coral and the like","corals",2019,"zerofill" -245,"Coral and the like","corals",2020,"endfill" +245,"Coral and the like","corals",2020,"zerofill" +245,"Coral and the like","corals",2021,"endfill" 248,"Coral and the like","corals",2000,"r2_t_gr" 248,"Coral and the like","corals",2001,"none" 248,"Coral and the like","corals",2002,"none" @@ -1764,7 +1913,8 @@ 248,"Coral and the like","corals",2017,"zerofill" 248,"Coral and the like","corals",2018,"zerofill" 248,"Coral and the like","corals",2019,"zerofill" -248,"Coral and the like","corals",2020,"endfill" +248,"Coral and the like","corals",2020,"zerofill" +248,"Coral and the like","corals",2021,"endfill" 249,"Coral and the like","corals",2000,"r2_t_gr" 249,"Coral and the like","corals",2001,"none" 249,"Coral and the like","corals",2002,"none" @@ -1785,4 +1935,5 @@ 249,"Coral and the like","corals",2017,"zerofill" 249,"Coral and the like","corals",2018,"zerofill" 249,"Coral and the like","corals",2019,"zerofill" -249,"Coral and the like","corals",2020,"endfill" +249,"Coral and the like","corals",2020,"zerofill" +249,"Coral and the like","corals",2021,"endfill" diff --git a/globalprep/prs_coral_harvest/v2023/output/prs_coral_harvest.csv b/globalprep/prs_coral_harvest/v2023/output/prs_coral_harvest.csv index f319e12f..5f1a3950 100644 --- a/globalprep/prs_coral_harvest/v2023/output/prs_coral_harvest.csv +++ b/globalprep/prs_coral_harvest/v2023/output/prs_coral_harvest.csv @@ -1,160 +1,189 @@ "rgn_id","year","pressure_score" -6,1998,0.00486820432892753 -6,1999,0.0071075783202342 -6,2000,0.00473838554682279 -6,2001,0.00496556841550608 -6,2002,0.00662075788734144 -6,2003,0.00735098853668058 -6,2004,0.00910354209509449 -6,2005,0.00924958822496231 -6,2006,0.00637734767089507 -6,2007,0.00331037894367072 -6,2008,0.00155782538525681 +6,1998,0.0051098795048645 +6,1999,0.00746042407710217 +6,2000,0.00497361605140144 +6,2001,0.00521207709496179 +6,2002,0.00694943612661572 +6,2003,0.00771591805234539 +6,2004,0.00955547467409661 +6,2005,0.00970877105924254 +6,2006,0.00669394215137249 +6,2007,0.00347471806330786 +6,2008,0.00163516144155664 6,2009,0 6,2010,0 6,2011,0 -6,2012,0.000924958822496231 -6,2013,0.000924958822496231 -6,2014,0.00306696872722435 -6,2015,0.00467347615577043 -6,2016,0.00550107089168811 -6,2017,0.00550107089168811 -6,2018,0.00335906098696 -6,2019,0.00250907251112925 -6,2020,0.00157535092084095 -7,1998,0.0140223711854883 -7,1999,0.0112788637796319 -7,2000,0.00953951594716084 -7,2001,0.00843673355853228 -7,2002,0.00731601974895041 -7,2003,0.00649117438509816 -7,2004,0.00689463135654763 -7,2005,0.00814086511280267 -7,2006,0.00914502468618802 -7,2007,0.0113954180158284 -7,2008,0.0121664691168207 -7,2009,0.0121485376958674 -7,2010,0.0108933382291357 -7,2011,0.0105436755205462 -7,2012,0.00906433329189812 -7,2013,0.00796155090326957 -7,2014,0.00730705403847376 -7,2015,0.00441112955451422 -7,2016,0.00320075864016581 -7,2017,0.00179314209533098 -7,2018,0.000313799866682922 -7,2019,0.000833631760119374 -7,2020,0.00487743615640504 -8,1998,0.0137821168696286 -8,1999,0.0121282628452732 -8,2000,0.00992312414613261 -8,2001,0.00744234310959946 -8,2002,0.0039968138921923 -8,2003,0.00137821168696286 +6,2012,0.000970877105924254 +6,2013,0.000970877105924254 +6,2014,0.00321922408806463 +6,2015,0.00490548432466992 +6,2016,0.00577416384049688 +6,2017,0.00577416384049688 +6,2018,0.0035258168583565 +6,2019,0.00263363189680716 +6,2020,0.00165355700777415 +6,2021,0.00251303874049236 +7,1998,0.0147184921357059 +7,1999,0.011838787152633 +7,2000,0.0100130918365672 +7,2001,0.00885556336297904 +7,2002,0.00767921328819436 +7,2003,0.00681341963315284 +7,2004,0.00723690566007532 +7,2005,0.00854500694323588 +7,2006,0.00959901661024295 +7,2007,0.0119611275604106 +7,2008,0.0127704564118624 +7,2009,0.0127516348106659 +7,2010,0.011434122726907 +7,2011,0.0110671015035742 +7,2012,0.00951431940485845 +7,2013,0.00835679093127033 +7,2014,0.00766980248759608 +7,2015,0.00463011389435248 +7,2016,0.00335965581358503 +7,2017,0.00188216011965548 +7,2018,0.000329378020939709 +7,2019,0.000875016239627833 +7,2020,0.00511956963346889 +7,2021,0.00949013364732088 +8,1998,0.0144663107313076 +8,1999,0.0127303534435507 +8,2000,0.0104157437265415 +8,2001,0.00781180779490611 +8,2002,0.00419523011207921 +8,2003,0.00144663107313076 8,2004,0 -8,2005,0.00379008213914787 -8,2006,0.00475483032002187 -8,2007,0.00482374090437002 -8,2008,0.0114391570017918 -8,2009,0.00764907486264388 -8,2010,0.00668432668176988 -8,2011,0.00882055479656232 -8,2012,0.00220513869914058 -8,2013,0.00220513869914058 -8,2014,0.00220513869914058 +8,2005,0.00397823545110959 +8,2006,0.00499087720230112 +8,2007,0.00506320875595766 +8,2008,0.0120070379069853 +8,2009,0.00802880245587572 +8,2010,0.00701616070468419 +8,2011,0.00925843886803687 +8,2012,0.00231460971700922 +8,2013,0.00231460971700922 +8,2014,0.00231460971700922 8,2015,0 8,2016,0 8,2017,0 8,2018,0 8,2019,0 -8,2020,3.44552921740716e-05 -11,1998,0.00222966725389853 -11,1999,0.00111483362694927 -11,2000,0.000743222417966178 -11,2001,0.000557416813474633 -11,2002,0.000118239930130983 -11,2003,0.000320936953212668 -11,2004,0.000624982487835195 -11,2005,0.00119929071989997 -11,2006,0.00179049037055488 -11,2007,0.00179049037055488 -11,2008,0.00160468476606334 -11,2009,0.00130063923144081 -11,2010,0.000591199650654914 -11,2011,0.00042228546475351 -11,2012,0.000456068301933791 -11,2013,0.000287154116032387 -11,2014,0.000337828371802808 -11,2015,0.000591199650654914 -11,2016,0.000506742557704212 -11,2017,0.000472959720523931 -11,2018,0.000489851139114072 -11,2019,0.000265195271865204 -11,2020,0.000209453590517741 -14,1976,0.0232069402227632 -14,1977,0.0300216766373842 -14,1978,0.0477645489241001 -14,1979,0.0554388016432677 -14,1980,0.050742158979137 -14,1981,0.0454008790865963 -14,1982,0.0279956739195239 -14,1983,0.014274110057652 -14,1984,0.0203521182112328 -14,1985,0.0276273097890038 -14,1986,0.0306663138657943 -14,1987,0.0343499551709948 -14,1988,0.0370205951172651 -14,1989,0.0380335964761953 -14,1990,0.0315872241920944 -14,1991,0.0220097567985731 -14,1992,0.0121560163071617 -14,1993,0 -14,1994,9.20910326300128e-05 -14,1995,0.000368364130520051 -14,1996,0.000920910326300128 -14,1997,0.00110509239156015 -14,1998,0.00119718342419017 -14,1999,0.00128927445682018 -14,2000,0.000920910326300128 -14,2001,0.00101300135893014 -14,2002,0.00368364130520051 -14,2003,0.00478873369676066 -14,2004,0.00598591712095083 -14,2005,0.00745937364303104 -14,2006,0.00801191983881111 -14,2007,0.00902492119774125 -14,2008,0.00985374049141137 -14,2009,0.00856446603459119 -14,2010,0.00534127989254074 -14,2011,0.00313109510942043 -14,2012,0.00119718342419017 -14,2013,0.000920910326300128 -14,2014,0.000828819293670115 -14,2015,0.00377573233783052 -14,2016,0.00405200543572056 -14,2017,0.00414409646835058 -14,2018,0.0043282785336106 -14,2019,0.00110509239156015 -14,2020,0.000552546195780077 -15,1991,0.0208291985166833 -15,1992,0.0286648891828252 -15,1993,0.0255368224780652 -15,1994,0.02573087128109 -15,1995,0.0257192283529085 -15,1996,0.0221972425780082 -15,1997,0.0227095314179937 -15,1998,0.0211493790416742 -15,1999,0.0196037803255816 -15,2000,0.0176070181424563 -15,2001,0.0175284283772312 -15,2002,0.0189022939026469 -15,2003,0.0245869535872588 -15,2004,0.0347308547653808 -15,2005,0.040363121273176 -15,2006,0.0418359516881343 -15,2007,0.0325012340186257 -15,2008,0.0187509358362876 -15,2009,0.00786479798659562 +8,2020,3.6165776828269e-05 +8,2021,0.000240140758139706 +9,1998,0.00117423812697313 +9,1999,0.00158070517092537 +9,2000,0.00129467280666268 +9,2001,0.000971004604997012 +9,2002,0.000812934087904475 +9,2003,0.00035001328784776 +9,2004,0.000169361268313432 +9,2005,0.000620991317149252 +9,2006,0.00219040573685372 +9,2007,0.00242751151249253 +9,2008,0.00259687278080596 +9,2009,0.00216782423441193 +9,2010,0.00226944099539999 +9,2011,0.00311624733696715 +9,2012,0.0029920490735373 +9,2013,0.00342109761993133 +9,2014,0.00289043231254924 +9,2015,0.00182910169778507 +9,2016,0.00185168320022686 +9,2017,0.00144521615627462 +9,2018,0.00022581502441791 +9,2019,0.000236767053102178 +9,2020,0.000196346163731373 +9,2021,0.000181668187144208 +11,1998,0.00234035595746524 +11,1999,0.00117017797873262 +11,2000,0.000780118652488413 +11,2001,0.00058508898936631 +11,2002,0.000124109785623157 +11,2003,0.000336869418119997 +11,2004,0.000656008866865256 +11,2005,0.0012588278256063 +11,2006,0.00187937675372209 +11,2007,0.00187937675372209 +11,2008,0.00168434709059998 +11,2009,0.00136520764185472 +11,2010,0.000620548928115783 +11,2011,0.000443249234368416 +11,2012,0.00047870917311789 +11,2013,0.000301409479370523 +11,2014,0.000354599387494733 +11,2015,0.000620548928115783 +11,2016,0.0005318990812421 +11,2017,0.000496439142492626 +11,2018,0.000514169111867363 +11,2019,0.000278360519183366 +11,2020,0.000219851620246735 +11,2021,0.000161342721310104 +14,1976,0.0243590162208819 +14,1977,0.0315120606666964 +14,1978,0.050135752962556 +14,1979,0.058190983194329 +14,1980,0.0532611822924839 +14,1981,0.0476547420511698 +14,1982,0.0293854798855083 +14,1983,0.014982728231098 +14,1984,0.0213624705746623 +14,1985,0.0289988288343832 +14,1986,0.0321887000061654 +14,1987,0.0360552105174165 +14,1988,0.0388584306380735 +14,1989,0.0399217210286676 +14,1990,0.037988465773042 +14,1991,0.0308354213272275 +14,1992,0.0214591333374436 +14,1993,0.00918296246422136 +14,1994,0.00444648708793876 +14,1995,0.00183659249284427 +14,1996,0.00144994144171916 +14,1997,0.00115995315337533 +14,1998,0.00125661591615661 +14,1999,0.00135327867893788 +14,2000,0.000966627627812774 +14,2001,0.00106329039059405 +14,2002,0.0038665105112511 +14,2003,0.00502646366462643 +14,2004,0.00628307958078303 +14,2005,0.00782968378528347 +14,2006,0.00840966036197114 +14,2007,0.00947295075256519 +14,2008,0.0103429156175967 +14,2009,0.0089896369386588 +14,2010,0.00560644024131409 +14,2011,0.00328653393456343 +14,2012,0.00125661591615661 +14,2013,0.000966627627812774 +14,2014,0.000869964865031497 +14,2015,0.00396317327403237 +14,2016,0.00425316156237621 +14,2017,0.00434982432515748 +14,2018,0.00454314985072004 +14,2019,0.00115995315337533 +14,2020,0.000579976576687664 +14,2021,0.000289988288343832 +15,1991,0.0218632348627408 +15,1992,0.0300879174019384 +15,1993,0.0268045622129372 +15,1994,0.0270082442966222 +15,1995,0.0269960233716011 +15,1996,0.0232991935527195 +15,1997,0.0238369142536478 +15,1998,0.0221993103008209 +15,1999,0.0205769825042704 +15,2000,0.0184810938631524 +15,2001,0.01839860261926 +15,2002,0.0198406717717494 +15,2003,0.0258075384132995 +15,2004,0.0364550193379294 +15,2005,0.0423668918168846 +15,2006,0.0439128388320532 +15,2007,0.0341147121963895 +15,2008,0.0196817997464751 +15,2009,0.00825523485175036 15,2010,0 15,2011,0 15,2012,0 @@ -166,178 +195,184 @@ 15,2018,0 15,2019,0 15,2020,0 -16,1976,0.00148830598389399 -16,1977,0.00158453266388714 -16,1978,0.0018101307692044 -16,1979,0.00214425118584727 -16,1980,0.00297901763478782 -16,1981,0.00309048020577988 -16,1982,0.00311774443177794 -16,1983,0.00282264927979896 -16,1984,0.00204481694985436 -16,1985,0.00188844859486549 -16,1986,0.0012958526239077 -16,1987,0.000804294666942714 -16,1988,0.00037528405197327 +15,2021,0 +16,1976,0.00156219084701864 +16,1977,0.00166319456557588 +16,1978,0.00189999217241563 +16,1979,0.00225069952851716 +16,1980,0.00312690678700121 +16,1981,0.00324390276099668 +16,1982,0.00327252048125456 +16,1983,0.0029627757443457 +16,1984,0.00214632901934134 +16,1985,0.00198219797668583 +16,1986,0.00136018340990416 +16,1987,0.000844222747607595 +16,1988,0.000393914502373235 16,1989,0 -16,1990,0.00129745640190759 -16,1991,0.00243613878182649 -16,1992,0.00347859448175224 -16,1993,0.00457638052267405 -16,1994,0.00470628654066479 -16,1995,0.00452024829267804 -16,1996,0.00419468135870123 -16,1997,0.0038201991957279 -16,1998,0.00349703792875092 -16,1999,0.0032348202257696 -16,2000,0.00330538645776457 -16,2001,0.00324684856076874 -16,2002,0.00327491467576674 -16,2003,0.00333906579576217 -16,2004,0.0031786879957736 -16,2005,0.00308085753778056 -16,2006,0.00329255623376549 -16,2007,0.00303194230878405 -16,2008,0.00276250760480324 -16,2009,0.00243132744782683 -16,2010,0.00137042830090239 -16,2011,0.00121806939091324 -16,2012,0.00175693879887486 -16,2013,0.00225571375683934 -16,2014,0.00253717679581929 -16,2015,0.00292689484979153 -16,2016,0.00278736616380147 -16,2017,0.00281543227879947 -16,2018,0.00225090242283968 -16,2019,0.00151957965489177 -16,2020,0.000762596438945684 -17,1996,7.27576295720359e-05 -17,1997,3.6378814786018e-05 -17,1998,0.000401416577505294 -17,1999,0.00030106243312897 -17,2000,0.000283327760920787 -17,2001,0.0006152844458432 -17,2002,0.000332866155292064 -17,2003,0.000332866155292064 -17,2004,0.000350600827500248 -17,2005,0.000173254105418411 -17,2006,0.000241009647957369 -17,2007,0.000241009647957369 -17,2008,0.000245556999805621 -17,2009,9.09470369650449e-05 -17,2010,0.000595703092121044 -17,2011,0.000595703092121044 -17,2012,0.000572966332879783 -17,2013,0.00106862768433928 -17,2014,0.000641176610603567 -17,2015,0.000718481592023855 -17,2016,0.000718481592023855 -17,2017,0.000450187832976972 -17,2018,0.0003046725738329 -17,2019,0.000227367592412612 -17,2020,0.000227367592412612 -18,1990,0.0247686386225046 -18,1991,0.0219932054322069 -18,1992,0.0195822230648777 -18,1993,0.0158325847901069 -18,1994,0.0128679175186526 -18,1995,0.0080634744581753 -18,1996,0.0100083802922854 -18,1997,0.0212678081211064 -18,1998,0.0314969615080746 -18,1999,0.0402227552502982 -18,2000,0.0475713454018817 -18,2001,0.035166000081612 -18,2002,0.0324956969364014 -18,2003,0.0386142655604666 -18,2004,0.04345024763447 -18,2005,0.0629203319845882 -18,2006,0.0714463786411465 -18,2007,0.0756726064536451 -18,2008,0.07093124142022 -18,2009,0.0596823265959077 -18,2010,0.0511983319573842 -18,2011,0.0439758978599052 -18,2012,0.0440494888914661 -18,2013,0.0472664682711293 -18,2014,0.0467513310502028 -18,2015,0.0443648790267272 -18,2016,0.0363224305775693 -18,2017,0.0284692162095681 -18,2018,0.0191967462328919 -18,2019,0.0108399589489238 -18,2020,0.00635805486677348 -25,1994,0.0016510269234591 -25,1995,0.00082551346172955 -25,1996,0.0005503423078197 -25,1997,0.000433394567408014 -25,1998,0.000227016201975626 -25,1999,0.000247654038518865 -25,2000,0.000247654038518865 -25,2001,0.000227016201975626 -25,2002,4.12756730864775e-05 -25,2003,4.12756730864775e-05 -25,2004,6.19135096297163e-05 -25,2005,0.00439585918370986 -25,2006,0.0163451665422451 -25,2007,0.0497578239057487 -25,2008,0.0499435644346378 -25,2009,0.0456302565971009 -25,2010,0.0353113383254815 -25,2011,0.00189868096197797 -25,2012,0.00231143769284274 -25,2013,0.0136416099550808 -25,2014,0.0183883123600257 -25,2015,0.0210505932741035 -25,2016,0.0257972956790485 -25,2017,0.0144464855802671 -25,2018,0.00804875625186312 -25,2019,0.00536583750124208 +16,1990,0.00136186680521345 +16,1991,0.00255707747480745 +16,1992,0.00365128442584421 +16,1993,0.00480356851505139 +16,1994,0.00493992353510366 +16,1995,0.00474464967922633 +16,1996,0.00440292043144101 +16,1997,0.00400984762672241 +16,1998,0.00367064347190102 +16,1999,0.00339540833883254 +16,2000,0.00346947773244118 +16,2001,0.00340803380365219 +16,2002,0.00343749322156472 +16,2003,0.00350482903393622 +16,2004,0.00333648950300748 +16,2005,0.00323380238914096 +16,2006,0.00345601056996688 +16,2007,0.00318245883220769 +16,2008,0.00289964842024742 +16,2009,0.00255202728887959 +16,2010,0.00143846129178602 +16,2011,0.00127853873740373 +16,2012,0.00184415956132427 +16,2013,0.00236769550251263 +16,2014,0.00266313137929255 +16,2015,0.00307219643944937 +16,2016,0.00292574104754138 +16,2017,0.0029552004654539 +16,2018,0.00236264531658476 +16,2019,0.00159501705554974 +16,2020,0.000800454469566124 +16,2021,0 +17,1996,7.63695800448403e-05 +17,1997,3.81847900224202e-05 +17,1998,0.00041344835081092 +17,1999,0.000310086263108189 +17,2000,0.00029147117797226 +17,2001,0.000639907386926843 +17,2002,0.000349390828705145 +17,2003,0.000349390828705145 +17,2004,0.000368005913841074 +17,2005,0.000181855062481776 +17,2006,0.000252974233898534 +17,2007,0.000252974233898534 +17,2008,0.000257747332651336 +17,2009,9.54619750560504e-05 +17,2010,0.00062527593661713 +17,2011,0.00062527593661713 +17,2012,0.000601410442853118 +17,2013,0.00112167820690859 +17,2014,0.000673006924145155 +17,2015,0.000754149602942798 +17,2016,0.000754149602942798 +17,2017,0.00047253677652745 +17,2018,0.000319797616437769 +17,2019,0.000238654937640126 +17,2020,0.000238654937640126 +17,2021,0 +18,1990,0.025998242947295 +18,1991,0.0230850272689903 +18,1992,0.0205543550635943 +18,1993,0.0166185712557837 +18,1994,0.0135067272357764 +18,1995,0.00846377433810496 +18,1996,0.0105052322944927 +18,1997,0.022323618625797 +18,1998,0.0330605839856095 +18,1999,0.0422195575196735 +18,2000,0.0499329581224575 +18,2001,0.0369117668330653 +18,2002,0.0341089002334843 +18,2003,0.0405312166152015 +18,2004,0.0456072742364899 +18,2005,0.0660439236161123 +18,2006,0.0749932339006014 +18,2007,0.0794292668652927 +18,2008,0.0744525234148555 +18,2009,0.0626451719914235 +18,2010,0.0537400013384239 +18,2011,0.0461590196301083 +18,2012,0.0462362639852148 +18,2013,0.0496129457941589 +18,2014,0.049072235308413 +18,2015,0.0465673112213858 +18,2016,0.0381256066990256 +18,2017,0.029882530518368 +18,2018,0.0201497417749409 +18,2019,0.0113780935071969 +18,2020,0.00697163409560358 +18,2021,0.00391827508731983 +25,1994,0.00173298983940177 +25,1995,0.000866494919700887 +25,1996,0.000577663279800591 +25,1997,0.000454909832842966 +25,1998,0.000238286102917744 +25,1999,0.000259948475910266 +25,2000,0.000259948475910266 +25,2001,0.000238286102917744 +25,2002,4.33247459850443e-05 +25,2003,4.33247459850443e-05 +25,2004,6.49871189775665e-05 +25,2005,0.00461408544740722 +25,2006,0.0171565994100776 +25,2007,0.0522279812849709 +25,2008,0.0524229426419037 +25,2009,0.0478955066864665 +25,2010,0.0370643201902054 +25,2011,0.00199293831531204 +25,2012,0.00242618577516248 +25,2013,0.0143188285480572 +25,2014,0.0193011743363373 +25,2015,0.0220956204523726 +25,2016,0.0270779662406527 +25,2017,0.0151636610947655 +25,2018,0.00844832546708365 +25,2019,0.00563221697805576 25,2020,0 -37,1994,1.6418821094068e-05 -37,1995,0.00189637383636485 -37,1996,0.00126972216460792 -37,1997,0.000952291623455941 -37,1998,0.000952291623455941 -37,1999,8.20941054703398e-06 -37,2000,4.10470527351699e-06 -37,2001,4.10470527351699e-06 +25,2021,0 +37,1994,1.72339104388204e-05 +37,1995,0.00199051665568375 +37,1996,0.00133275574060211 +37,1997,0.000999566805451581 +37,1998,0.000999566805451581 +37,1999,8.61695521941019e-06 +37,2000,4.30847760970509e-06 +37,2001,4.30847760970509e-06 37,2002,0 37,2003,0 -37,2004,0.000205235263675849 -37,2005,0.000205235263675849 -37,2006,0.000205235263675849 -37,2007,0.000205235263675849 +37,2004,0.000215423880485255 +37,2005,0.000215423880485255 +37,2006,0.000215423880485255 +37,2007,0.000215423880485255 37,2008,0 37,2009,0 -37,2010,4.10470527351699e-06 -37,2011,8.20941054703398e-06 -37,2012,0.00103438572892628 -37,2013,0.00103438572892628 -37,2014,0.00103028102365276 -37,2015,0.00102617631837925 +37,2010,4.30847760970509e-06 +37,2011,8.61695521941019e-06 +37,2012,0.00108573635764568 +37,2013,0.00108573635764568 +37,2014,0.00108142788003598 +37,2015,0.00107711940242627 37,2016,0 -37,2017,4.10470527351699e-06 -37,2018,4.10470527351699e-06 -37,2019,4.10470527351699e-06 -37,2020,4.10470527351699e-06 -39,1996,0.000409085451174745 -39,1997,0.00081817090234949 -39,1998,0.00068180908529124 -39,1999,0.000677547778508172 -39,2000,0.000920442265143177 -39,2001,0.000984361866889231 -39,2002,0.00135509555701634 -39,2003,0.00155963828260372 -39,2004,0.00139344731806398 -39,2005,0.00102271362793686 -39,2006,0.000549708575016064 -39,2007,0.000178974884888951 +37,2017,4.30847760970509e-06 +37,2018,4.30847760970509e-06 +37,2019,4.30847760970509e-06 +37,2020,4.30847760970509e-06 +37,2021,0 +39,1996,0.00042939392462941 +39,1997,0.00085878784925882 +39,1998,0.000715656541049015 +39,1999,0.00071118368766746 +39,2000,0.000966136330416172 +39,2001,0.00103322913113952 +39,2002,0.00142236737533492 +39,2003,0.00163706433764963 +39,2004,0.00146262305576893 +39,2005,0.00107348481157352 +39,2006,0.00057699808622077 +39,2007,0.000187859842025367 39,2008,0 -39,2009,1.27839203492108e-05 -39,2010,1.27839203492108e-05 -39,2011,1.27839203492108e-05 -39,2012,1.27839203492108e-05 +39,2009,1.34185601446691e-05 +39,2010,1.34185601446691e-05 +39,2011,1.34185601446691e-05 +39,2012,1.34185601446691e-05 39,2013,0 39,2014,0 39,2015,0 @@ -346,104 +381,108 @@ 39,2018,0 39,2019,0 39,2020,0 -40,1990,0.245260505897575 -40,1991,0.247838681512426 -40,1992,0.250232837635128 -40,1993,0.263898187651979 -40,1994,0.246690245437794 -40,1995,0.318017335186976 -40,1996,0.470934566016998 -40,1997,0.538300818124603 -40,1998,0.688329634659331 -40,1999,0.764631843926993 -40,2000,0.547959325626839 -40,2001,0.564700738630714 -40,2002,0.474876618859922 -40,2003,0.484535126362158 -40,2004,0.674807724156201 -40,2005,0.693802788910598 -40,2006,0.742095326421777 -40,2007,0.707002749163654 -40,2008,0.676739425656648 -40,2009,0.502886290616406 -40,2010,0.355433076082274 -40,2011,0.191560398794341 -40,2012,0.0325169752575269 -40,2013,0.0315511245073033 -40,2014,0.0470047365108804 -40,2015,0.041209632009539 -40,2016,0.0544095922625945 -40,2017,0.0518339902619983 -40,2018,0.0328389255076014 -40,2019,0.0212036434699081 -40,2020,0.0101188963598423 -42,1990,0.00222333236243302 -42,1991,0.00220153498633074 -42,1992,0.00164206899970544 -42,1993,0.00125334912588136 -42,1994,0.000817401603835671 -42,1995,0.00192906778505218 -42,1996,0.00231052186684216 -42,1997,0.00228872449073988 -42,1998,0.00392352769841122 -42,1999,0.00392352769841122 -42,2000,0.00469733455004232 -42,2001,0.00469733455004232 -42,2002,0.00294264577380841 -42,2003,0.00263748250837643 -42,2004,0.00332409985559839 -42,2005,0.00580900073125883 -42,2006,0.0115199132700574 -42,2007,0.0122501253694839 -42,2008,0.0118795699757451 -42,2009,0.011105763124114 -42,2010,0.00893692420193666 -42,2011,0.0114218250775971 -42,2012,0.0123046188097396 -42,2013,0.0144625590438658 -42,2014,0.0161300583156906 -42,2015,0.0151600750791389 -42,2016,0.015476137032622 -42,2017,0.0153671501521106 -42,2018,0.0135688666236721 -42,2019,0.014860470144613 -42,2020,0.0156836480531158 -44,2001,0.000499586302626154 -44,2002,0.000249793151313078 -44,2003,0.000233824639280417 -44,2004,0.000175368479460313 -44,2005,0.0016110758457706 -44,2006,0.0016110758457706 -44,2007,0.00418514293976306 -44,2008,0.00484127768921212 -44,2009,0.0032806737472453 -44,2010,0.00434058372712455 -44,2011,0.00171604472932831 -44,2012,0.00105990997987925 -44,2013,0.00105990997987925 +39,2021,0 +40,1990,0.261466664241277 +40,1991,0.264007418118056 +40,1992,0.266356211799491 +40,1993,0.280462567445609 +40,1994,0.261392724944907 +40,1995,0.33533581771847 +40,1996,0.49500128950177 +40,1997,0.565024007238552 +40,1998,0.722500793944991 +40,1999,0.802590919372943 +40,2000,0.575161997799053 +40,2001,0.592734514770586 +40,2002,0.498451202557933 +40,2003,0.508589193118434 +40,2004,0.70830760716029 +40,2005,0.728245655262608 +40,2006,0.778935608065109 +40,2007,0.742100909028625 +40,2008,0.71033520527239 +40,2009,0.527851375183384 +40,2010,0.373078052626412 +40,2011,0.20107014611659 +40,2012,0.0341312348870178 +40,2013,0.0331174358309678 +40,2014,0.0493382207277683 +40,2015,0.0432554263914681 +40,2016,0.0571106801574852 +40,2017,0.0544072160080185 +40,2018,0.0344691679057011 +40,2019,0.0222562686104851 +40,2020,0.0106212347772175 +40,2021,0.0159234038403592 +42,1990,0.00233370657919802 +42,1991,0.00231082710293137 +42,1992,0.00172358721208743 +42,1993,0.00131556988533222 +42,1994,0.000857980359999273 +42,1995,0.00202483364959828 +42,1996,0.00242522448426461 +42,1997,0.00240234500799796 +42,1998,0.00411830572799651 +42,1999,0.00411830572799651 +42,2000,0.00493052713546249 +42,2001,0.00493052713546249 +42,2002,0.00308872929599738 +42,2003,0.00276841662826432 +42,2004,0.00348912013066371 +42,2005,0.0060973804250615 +42,2006,0.0120918032069231 +42,2007,0.0128582656618558 +42,2008,0.0124693145653228 +42,2009,0.0116570931578568 +42,2010,0.00938058526932538 +42,2011,0.0119888455637232 +42,2012,0.0129154643525224 +42,2013,0.0151805325029205 +42,2014,0.016930812437319 +42,2015,0.0159126757434532 +42,2016,0.0162444281493196 +42,2017,0.0161300307679863 +42,2018,0.0142424739759879 +42,2019,0.0155981973421681 +42,2020,0.016462240763378 +42,2021,0.017324911416012 +44,2001,0 +44,2002,0 +44,2003,7.06366809039868e-05 +44,2004,5.29775106779902e-05 +44,2005,0.00153005460125484 +44,2006,0.00153005460125484 +44,2007,0.00423190764583235 +44,2008,0.00492061528464622 +44,2009,0.00344353819406936 +44,2010,0.00455606591830715 +44,2011,0.00180123536305167 +44,2012,0.00111252772423779 +44,2013,0.00111252772423779 44,2014,0 -44,2015,5.04719038037738e-05 -44,2016,5.04719038037738e-05 -44,2017,5.04719038037738e-05 -44,2018,5.04719038037738e-05 +44,2015,5.29775106779902e-05 +44,2016,5.29775106779902e-05 +44,2017,5.29775106779902e-05 +44,2018,5.29775106779902e-05 44,2019,0 44,2020,0 -48,1995,0.00675514878947611 -48,1996,0.00857384269433506 -48,1997,0.00571589512955671 -48,1998,0.00545608171457686 -48,1999,0.00376729451720783 -48,2000,0.00662524208198619 -48,2001,0.0105224433066839 -48,2002,0.00935328293927462 -48,2003,0.0113018835516235 -48,2004,0.00584580183704664 -48,2005,0.00194860061234888 -48,2006,0.00584580183704664 -48,2007,0.0111719768441336 -48,2008,0.0111719768441336 -48,2009,0.0111719768441336 -48,2010,0.00727477561943581 +44,2021,0 +48,1995,0.00709049867659489 +48,1996,0.00899947908952429 +48,1997,0.00599965272634952 +48,1998,0.00572694123878818 +48,1999,0.00395431656963946 +48,2000,0.00695414293281422 +48,2001,0.0110448152462344 +48,2002,0.00981761355220831 +48,2003,0.0118629497089184 +48,2004,0.00613600847013019 +48,2005,0.00204533615671007 +48,2006,0.00613600847013019 +48,2007,0.0117265939651377 +48,2008,0.0117265939651377 +48,2009,0.0117265939651377 +48,2010,0.00763592165171758 48,2011,0 48,2012,0 48,2013,0 @@ -454,32 +493,34 @@ 48,2018,0 48,2019,0 48,2020,0 -49,1995,0.0142681466813726 -49,1996,0.0308411478266593 -49,1997,0.0546579772871044 -49,1998,0.0636030077065804 -49,1999,0.0746333826410261 -49,2000,0.0850601052158753 -49,2001,0.0807796612114636 -49,2002,0.0771028695666483 -49,2003,0.0824808633157811 -49,2004,0.0802308863391031 -49,2005,0.0781455418241332 -49,2006,0.0768833596177041 -49,2007,0.0576762390850871 -49,2008,0.057621361597851 -49,2009,0.0484019437421949 -49,2010,0.0391825258865387 -49,2011,0.0527921427210788 -49,2012,0.0328167373671571 -49,2013,0.0294143331585221 -49,2014,0.0242558493583335 -49,2015,0.00987794770248875 -49,2016,0.00987794770248875 -49,2017,0.00329264923416292 +48,2021,0 +49,1995,0.0149764688113673 +49,1996,0.0323722133538016 +49,1997,0.0573713959081609 +49,1998,0.0667604898168257 +49,1999,0.0783384522440751 +49,2000,0.0892827948369973 +49,2001,0.0847898541935871 +49,2002,0.080930533384504 +49,2003,0.0865755100903271 +49,2004,0.0842138361623807 +49,2005,0.0820249676437962 +49,2006,0.0807001261720214 +49,2007,0.0605394950797963 +49,2008,0.0604818932766756 +49,2009,0.0508047903524075 +49,2010,0.0411276874281394 +49,2011,0.055412934602059 +49,2012,0.0344458782661448 +49,2013,0.0308745664726649 +49,2014,0.0254599969793244 +49,2015,0.0103683245617158 +49,2016,0.0103683245617158 +49,2017,0.00345610818723861 49,2018,0 49,2019,0 49,2020,0 +49,2021,0 102,1994,0.755307777337641 102,1995,0.755307777337641 102,1996,0.755307777337641 @@ -497,146 +538,152 @@ 102,2008,0.755307777337641 102,2009,0.755307777337641 102,2010,0.755307777337641 -102,2011,0.638325260467352 -102,2012,0.516739496568809 -102,2013,0.547135937543445 -102,2014,0.562334158030763 +102,2011,0.670014022730632 +102,2012,0.542392304115274 +102,2013,0.574297733769114 +102,2014,0.590250448596033 102,2015,0.755307777337641 102,2016,0.755307777337641 102,2017,0.755307777337641 102,2018,0.755307777337641 102,2019,0.755307777337641 102,2020,0.755307777337641 -114,1998,0.0166230676811214 -114,1999,0.0199130498263434 -114,2000,0.0252231964467017 -114,2001,0.027748402040622 -114,2002,0.0374451915212762 -114,2003,0.0431593710366617 -114,2004,0.043505684946685 -114,2005,0.0409516198602627 -114,2006,0.0339387631822896 -114,2007,0.0273155096530928 -114,2008,0.0213848839439427 -114,2009,0.016839513874886 -114,2010,0.0116880944632885 -114,2011,0.00831153384056072 -114,2012,0.00554102256037382 -114,2013,0.00584404723164426 -114,2014,0.00580075799289134 -114,2015,0.00597391494790302 -114,2016,0.0059306257091501 -114,2017,0.00519470865035045 -114,2018,0.00515141941159753 -114,2019,0.00402157028014631 -114,2020,0.00366486695282224 -115,1997,0.0160109667375772 -115,1998,0.0100859227822072 -115,1999,0.00946456444952524 -115,2000,0.00731478775251657 -115,2001,0.00331204606812228 -115,2002,0.00228264458218161 -115,2003,0.00249900899755428 -115,2004,0.00229346280295025 -115,2005,0.00391619591824523 -115,2006,0.00790811938187089 -115,2007,0.00564711124122655 -115,2008,0.00564711124122655 -115,2009,0.00402437812593156 -115,2010,0.000346183064596264 -115,2011,0.00141718692069095 -115,2012,0.00141718692069095 -115,2013,0.00141718692069095 -115,2014,0.00109264029763196 -115,2015,1.08182207686332e-05 +102,2021,0.746267999603309 +114,1998,0.017448296561219 +114,1999,0.020901605255627 +114,2000,0.0264753666571275 +114,2001,0.0291259325409932 +114,2002,0.0393041055350377 +114,2003,0.0453019574779567 +114,2004,0.0456654636563154 +114,2005,0.0429846055909198 +114,2006,0.0356236054791555 +114,2007,0.0286715498180448 +114,2008,0.0224465065136516 +114,2009,0.0176754879226932 +114,2010,0.0122683335196071 +114,2011,0.00872414828060952 +114,2012,0.00581609885373968 +114,2013,0.00613416675980357 +114,2014,0.00608872848750872 +114,2015,0.00627048157668809 +114,2016,0.00622504330439325 +114,2017,0.00545259267538095 +114,2018,0.00540715440308611 +114,2019,0.00422121549619075 +114,2020,0.00384680413248126 +114,2021,0.00400720123368205 +115,1997,0.0168058087248438 +115,1998,0.0105580032960951 +115,1999,0.00991533882597356 +115,2000,0.00766360964278887 +115,2001,0.00346215746157792 +115,2002,0.00239596327090679 +115,2003,0.00262306879421549 +115,2004,0.00240731854707222 +115,2005,0.00411060997188748 +115,2006,0.008300706876933 +115,2007,0.00592745415835708 +115,2008,0.00592745415835708 +115,2009,0.00422416273354183 +115,2010,0.000363368837293921 +115,2011,0.00148754117767199 +115,2012,0.00148754117767199 +115,2013,0.00148754117767199 +115,2014,0.00114688289270894 +115,2015,1.1355276165435e-05 115,2016,0 115,2017,0 115,2018,0 115,2019,0 115,2020,0 -127,1999,0.00622321419951329 -127,2000,0.00311160709975665 -127,2001,0.00217812496982965 -127,2002,0.00163359372737224 -127,2003,7.77901774939162e-05 -127,2004,0.000155580354987832 -127,2005,7.77901774939162e-05 -127,2006,7.77901774939162e-05 -127,2007,7.77901774939162e-05 -127,2008,7.77901774939162e-05 -127,2009,7.77901774939162e-05 -127,2010,7.77901774939162e-05 -127,2011,0.000155580354987832 -127,2012,7.77901774939162e-05 -127,2013,7.77901774939162e-05 -127,2014,7.77901774939162e-05 +115,2021,0 +127,1999,0.00653215693998617 +127,2000,0.00326607846999308 +127,2001,0.00228625492899516 +127,2002,0.00171469119674637 +127,2003,8.16519617498271e-05 +127,2004,0.000163303923499654 +127,2005,8.16519617498271e-05 +127,2006,8.16519617498271e-05 +127,2007,8.16519617498271e-05 +127,2008,8.16519617498271e-05 +127,2009,8.16519617498271e-05 +127,2010,8.16519617498271e-05 +127,2011,0.000163303923499654 +127,2012,8.16519617498271e-05 +127,2013,8.16519617498271e-05 +127,2014,8.16519617498271e-05 127,2015,0 127,2016,0 127,2017,0 127,2018,0 127,2019,0 127,2020,0 -131,1997,3.00888084181799e-05 -131,1998,1.50444042090899e-05 -131,1999,1.00296028060599e-05 -131,2000,7.52220210454496e-06 +127,2021,0.000489911770498963 +131,1997,3.1582525110593e-05 +131,1998,1.57912625552965e-05 +131,1999,1.05275083701977e-05 +131,2000,7.89563127764826e-06 131,2001,0 131,2002,0 131,2003,0 131,2004,0 -131,2005,0.00135399637881809 -131,2006,0.00661953785199957 -131,2007,0.0100045287990448 -131,2008,0.0100120510011493 -131,2009,0.00880849866442215 -131,2010,0.00519784165424057 -131,2011,0.00309162506496798 -131,2012,0.00308410286286343 -131,2013,0.00294118102287708 -131,2014,0.00128629655987719 -131,2015,8.27442231499946e-05 -131,2016,0.00128629655987719 -131,2017,0.00128629655987719 -131,2018,0.00136151858092264 -131,2019,0.00167594662889262 -131,2020,0.00117572018894038 -132,1995,0.000124977545522092 -132,1996,0.000124977545522092 -132,1997,0.000166636727362788 -132,1998,0.000156221931902615 -132,1999,0.000156221931902615 -132,2000,0.000128101984160144 -132,2001,9.6857597779621e-05 -132,2002,6.87376500371504e-05 -132,2003,0.000412425900222902 -132,2004,0.000503034620726419 -132,2005,0.000752989711770602 -132,2006,0.000752989711770602 -132,2007,0.000381181513842379 -132,2008,0.000287448354700811 -132,2009,9.37331591415687e-06 -132,2010,6.24887727610458e-06 -132,2011,3.12443863805229e-06 -132,2012,3.12443863805229e-06 -132,2013,3.12443863805229e-06 -132,2014,3.12443863805229e-06 -132,2015,3.12443863805229e-06 -132,2016,3.12443863805229e-06 +131,2005,0.00142121362997669 +131,2006,0.00694815552433047 +131,2007,0.0105011895992722 +131,2008,0.0105090852305498 +131,2009,0.00924578422612611 +131,2010,0.00545588121285495 +131,2011,0.00324510445511344 +131,2012,0.00323720882383579 +131,2013,0.00308719182956047 +131,2014,0.00135015294847785 +131,2015,8.68519440541309e-05 +131,2016,0.00135015294847785 +131,2017,0.00135015294847785 +131,2018,0.00142910926125434 +131,2019,0.00175914664866003 +131,2020,0.00123408716869642 +131,2021,0.0025163376881865 +132,1995,0.000131181880480414 +132,1996,0.000131181880480414 +132,1997,0.000174909173973885 +132,1998,0.000163977350600518 +132,1999,0.000163977350600518 +132,2000,0.000134461427492424 +132,2001,0.000101665957372321 +132,2002,7.21500342642277e-05 +132,2003,0.000432900205585366 +132,2004,0.000528007068933666 +132,2005,0.000790370829894494 +132,2006,0.000790370829894494 +132,2007,0.000400104735465263 +132,2008,0.000301718325104952 +132,2009,9.83864103603105e-06 +132,2010,6.5590940240207e-06 +132,2011,3.27954701201035e-06 +132,2012,3.27954701201035e-06 +132,2013,3.27954701201035e-06 +132,2014,3.27954701201035e-06 +132,2015,3.27954701201035e-06 +132,2016,3.27954701201035e-06 132,2017,0 132,2018,0 132,2019,0 132,2020,0 -133,1992,0.208226181470888 -133,1993,0.188501631077649 -133,1994,0.130751401060333 -133,1995,0.108230844812383 -133,1996,0.0563776453250036 -133,1997,0.0141833751539008 -133,1998,0.0103757235444844 -133,1999,0.000360938937608229 -133,2000,0.000157593057265565 -133,2001,0.000157593057265565 -133,2002,0.000152509410256998 +132,2021,0 +133,1992,0.218563278199271 +133,1993,0.197859530166723 +133,1994,0.137242370978644 +133,1995,0.113603813302307 +133,1996,0.0591764344538554 +133,1997,0.0148874889203117 +133,1998,0.0108908117872244 +133,1999,0.000378857244925495 +133,2000,0.000165416543559019 +133,2001,0.000165416543559019 +133,2002,0.000160080526024857 133,2003,0 133,2004,0 133,2005,0 @@ -654,17 +701,18 @@ 133,2017,0 133,2018,0 133,2019,0 -133,2020,5.0836470085666e-07 -135,2002,0.00601986924401995 -135,2003,0.00430967911787792 -135,2004,0.00287311941191861 -135,2005,0.00311254602957849 -135,2006,0.00194961674380191 -135,2007,0.0025310813866902 -135,2008,0.00256528518921304 -135,2009,0.00160757871857351 -135,2010,0.0012655406933451 -135,2011,3.42038025228406e-05 +133,2020,5.3360175341619e-07 +133,2021,1.65416543559019e-05 +135,2002,0.00631871720938186 +135,2003,0.00452362709308019 +135,2004,0.0030157513953868 +135,2005,0.00326706401166903 +135,2006,0.0020464027325839 +135,2007,0.00265673337212646 +135,2008,0.0026926351744525 +135,2009,0.00168738470932356 +135,2010,0.00132836668606323 +135,2011,3.59018023260333e-05 135,2012,0 135,2013,0 135,2014,0 @@ -674,38 +722,68 @@ 135,2018,0 135,2019,0 135,2020,0 -137,1994,0.0524918885991071 -137,1995,0.0443264837059126 -137,1996,0.0567690054479233 -137,1997,0.0545332398224057 -137,1998,0.0431599972925992 -137,1999,0.0370359436227033 -137,2000,0.017205674596374 -137,2001,0.00670729687655257 -137,2002,0.00524918885991071 -137,2003,0.00262459442995535 -137,2004,0.00408270244659722 -137,2005,0.00265375659028819 -137,2006,0.00239129714729266 -137,2007,0.0960018318157003 -137,2008,0.0951269670057152 -137,2009,0.0950978048453823 -137,2010,0.0950686426850495 -137,2011,0.00119564857364633 -137,2012,2.91621603328373e-05 -137,2013,2.91621603328373e-05 -137,2014,2.91621603328373e-05 +135,2021,0 +137,1994,0.0550977747853279 +137,1995,0.0465270098187213 +137,1996,0.0595872231011695 +137,1997,0.0572404660269796 +137,1998,0.0453026148234918 +137,1999,0.0388745410985369 +137,2000,0.0180598261796353 +137,2001,0.00704027122256968 +137,2002,0.00550977747853279 +137,2003,0.0027548887392664 +137,2004,0.00428538248330328 +137,2005,0.00278549861414713 +137,2006,0.00251000974022049 +137,2007,0.100767708107389 +137,2008,0.0998494118609665 +137,2009,0.0998188019860857 +137,2010,0.099788192111205 +137,2011,0.00125500487011025 +137,2012,3.06098748807377e-05 +137,2013,3.06098748807377e-05 +137,2014,3.06098748807377e-05 137,2015,0 137,2016,0 137,2017,0 137,2018,0 137,2019,0 137,2020,0 -147,1997,4.67271770790312e-06 -147,1998,4.67271770790312e-06 -147,1999,3.11514513860208e-06 -147,2000,2.33635885395156e-06 -147,2001,1.16817942697578e-06 +137,2021,0.000318342698759672 +139,1994,0.000238450080793578 +139,1995,0.00345752617150688 +139,1996,0.00230501744767125 +139,1997,0.00172876308575344 +139,1998,0.00166915056555505 +139,1999,0.000417287641388761 +139,2000,0.000596125201983945 +139,2001,0.00160953804535665 +139,2002,0.00244411332813417 +139,2003,0.00202682568674541 +139,2004,0.00184798812615023 +139,2005,0.000834575282777523 +139,2006,0 +139,2007,0 +139,2008,5.96125201983945e-06 +139,2009,5.96125201983945e-06 +139,2010,5.96125201983945e-06 +139,2011,5.96125201983945e-06 +139,2012,0 +139,2013,0.0320715358667362 +139,2014,0.0704619988745023 +139,2015,0.154634877394635 +139,2016,0.207928470452 +139,2017,0.246199708419369 +139,2018,0.249001496868694 +139,2019,0.164828618348561 +139,2020,0.111535025291196 +139,2021,0.0411922514570906 +147,1997,4.90468822472201e-06 +147,1998,4.90468822472201e-06 +147,1999,3.26979214981467e-06 +147,2000,2.452344112361e-06 +147,2001,1.2261720561805e-06 147,2002,0 147,2003,0 147,2004,0 @@ -718,75 +796,78 @@ 147,2011,0 147,2012,0 147,2013,0 -147,2014,1.16817942697578e-06 -147,2015,2.45317679664914e-05 -147,2016,2.64008550496526e-05 -147,2017,2.65176729923502e-05 -147,2018,2.59335832788623e-05 -147,2019,3.38772033822976e-06 -147,2020,1.63545119776609e-06 -155,2000,1.38532809842739e-05 -155,2001,6.92664049213695e-06 -155,2002,0.000928169825946352 -155,2003,0.000696127369459764 -155,2004,0.000692664049213695 -155,2005,0.000692664049213695 -155,2006,3.46332024606848e-06 -155,2007,3.46332024606848e-06 -155,2008,0.00294728552940427 -155,2009,0.00398628160322482 -155,2010,0.00557594559617025 -155,2011,0.00609544363308052 -155,2012,0.00439841671250697 -155,2013,0.00578374481093436 -155,2014,0.00640714245522668 -155,2015,0.00588764441831641 -155,2016,0.0056798452035523 -155,2017,0.00360185305591122 -155,2018,0.00138532809842739 -155,2019,0.00493557768267219 -155,2020,0.00655398723365999 -163,1990,0.373922636932741 -163,1991,0.356995737822556 -163,1992,0.352199054095381 -163,1993,0.357090505130236 -163,1994,0.350577075175477 -163,1995,0.358614071846011 -163,1996,0.342762417188346 -163,1997,0.322314548108213 -163,1998,0.309050769929496 -163,1999,0.29062946327513 -163,2000,0.307611035832053 -163,2001,0.33468897155332 -163,2002,0.359386789893246 -163,2003,0.346746289007345 -163,2004,0.30603279566954 -163,2005,0.255729579773834 -163,2006,0.201096226896452 -163,2007,0.179529374606408 -163,2008,0.161290312774503 -163,2009,0.13784633881311 -163,2010,0.121054300871546 -163,2011,0.113133940887388 -163,2012,0.113013659304564 -163,2013,0.10788164510406 -163,2014,0.102592900356239 -163,2015,0.0911479255056835 -163,2016,0.0832858838647126 -163,2017,0.0818097008027779 -163,2018,0.076827127356692 -163,2019,0.0710400523663339 -163,2020,0.0668402204327184 -166,1991,0.00129935885349109 -166,1992,0.000757959331203133 -166,1993,0.000577492823773816 -166,1994,0.000433119617830362 -166,1995,0.00010827990445759 -166,1996,0.00292355742035494 -166,1997,0.00288746411886908 -166,1998,0.00288746411886908 -166,1999,0.00288746411886908 -166,2000,1.80466507429317e-05 +147,2014,1.2261720561805e-06 +147,2015,2.57496131797905e-05 +147,2016,2.77114884696793e-05 +147,2017,2.78341056752974e-05 +147,2018,2.72210196472071e-05 +147,2019,3.55589896292345e-06 +147,2020,1.7166408786527e-06 +147,2021,2.57496131797905e-06 +155,2000,1.45410076886122e-05 +155,2001,7.27050384430608e-06 +155,2002,0.000974247515137015 +155,2003,0.000730685636352762 +155,2004,0.000727050384430608 +155,2005,0.000727050384430608 +155,2006,3.63525192215304e-06 +155,2007,3.63525192215304e-06 +155,2008,0.00309359938575224 +155,2009,0.00418417496239815 +155,2010,0.0058527555946664 +155,2011,0.00639804338298935 +155,2012,0.00461676994113436 +155,2013,0.00607087070999558 +155,2014,0.00672521605598313 +155,2015,0.00617992826766017 +155,2016,0.00596181315233099 +155,2017,0.00378066199903916 +155,2018,0.00145410076886122 +155,2019,0.0051805975142603 +155,2020,0.00687935073748242 +155,2021,0.00856392647820814 +163,1990,0.392485501792492 +163,1991,0.374718290517057 +163,1992,0.369683482153906 +163,1993,0.374817762414809 +163,1994,0.367980982365454 +163,1995,0.376416964463287 +163,1996,0.359778376643117 +163,1997,0.338315401781965 +163,1998,0.324393161938876 +163,1999,0.305057355352732 +163,2000,0.322881954261486 +163,2001,0.351304136123072 +163,2002,0.377228043014189 +163,2003,0.363960022190932 +163,2004,0.321225364579689 +163,2005,0.268424916084367 +163,2006,0.211079367030212 +163,2007,0.188441858607139 +163,2008,0.169297344132058 +163,2009,0.144689526965047 +163,2010,0.127063871851798 +163,2011,0.118750316705045 +163,2012,0.118624063911744 +163,2013,0.113237278064239 +163,2014,0.107685981001221 +163,2015,0.0956728364265298 +163,2016,0.0874204947553167 +163,2017,0.0858710286557148 +163,2018,0.0806411023392808 +163,2019,0.0745667361277748 +163,2020,0.0701584094283519 +163,2021,0.0599637641782601 +166,1991,0.0013638637013375 +166,1992,0.00079558715911354 +166,1993,0.000606161645038887 +166,1994,0.000454621233779166 +166,1995,0.000113655308444791 +166,1996,0.00306869332800937 +166,1997,0.00303080822519444 +166,1998,0.00303080822519444 +166,1999,0.00303080822519444 +166,2000,1.89425514074652e-05 166,2001,0 166,2002,0 166,2003,0 @@ -800,115 +881,120 @@ 166,2011,0 166,2012,0 166,2013,0 -166,2014,1.80466507429318e-06 -166,2015,3.60933014858635e-06 -166,2016,5.41399522287953e-06 -166,2017,7.2186602971727e-06 -166,2018,5.41399522287953e-06 -166,2019,3.60933014858635e-06 -166,2020,1.80466507429318e-06 -171,1994,0.00128600995913491 -171,1995,0.00220458850137413 -171,1996,0.0041642227248178 -171,1997,0.00463882163830806 -171,1998,0.00454696378408413 -171,1999,0.00377076491589199 -171,2000,0.00179582105007767 -171,2001,0.000326095382494923 -171,2002,0.000509811090942767 -171,2003,0.0240667578066675 -171,2004,0.0474445817066557 -171,2005,0.0490061652284623 -171,2006,0.0493276677182461 -171,2007,0.0262713463080417 -171,2008,0.00298538026227746 -171,2009,0.00142379674047079 -171,2010,0.000734862833791375 -171,2011,0.000275573562671766 -171,2012,0.000229644635559805 -171,2013,0.000688933906679414 -171,2014,0.000647597872278649 -171,2015,0.000606261837877885 -171,2016,0.000518996876365159 -171,2017,1.83715708447844e-05 -171,2018,1.83715708447844e-05 -171,2019,1.56158352180667e-05 -171,2020,1.28600995913491e-05 -203,2000,0.000796906559590408 -203,2001,0.00313070434124803 -203,2002,0.0036809493466795 -203,2003,0.00600526014548486 -203,2004,0.00637525247672326 -203,2005,0.00634679152816646 -203,2006,0.00515143168878085 -203,2007,0.00409837659217924 -203,2008,0.00352915762104323 -203,2009,0.0021943391337293 -203,2010,0.0100495609354062 -203,2011,0.00819959927921416 -203,2012,0.00845574781622536 -203,2013,0.00845574781622536 -203,2014,0.000600526014548486 -203,2015,0.000287455580423683 -203,2016,3.13070434124803e-05 -203,2017,2.84609485568003e-05 -203,2018,0.00145150837639681 -203,2019,0.00176457881052162 -203,2020,0.00244764157588482 -206,1990,0.00033020538469182 -206,1991,0.000247654038518865 -206,1992,0.000192619807736895 -206,1993,0.000146528639456995 -206,1994,6.6041076938364e-05 -206,1995,2.68291875062104e-05 -206,1996,0.000501499428000702 -206,1997,0.00103601939447059 -206,1998,0.0013228853224216 -206,1999,0.00134145937531052 -206,2000,0.000887426971359267 -206,2001,0.000454032403951253 -206,2002,0.00185740528889149 -206,2003,0.00231143769284274 -206,2004,0.00324014033728849 -206,2005,0.00363225923161002 -206,2006,0.0020225079812374 -206,2007,0.00181612961580501 -206,2008,0.00111444317333489 -206,2009,0.00173357826963206 -206,2010,0.0026622809140778 -206,2011,0.00421011865482071 -206,2012,0.00866789134816028 -206,2013,0.0172532313501476 -206,2014,0.0214633500049683 -206,2015,0.0203282689950902 -206,2016,0.0158498584652074 -206,2017,0.00617071312642839 -206,2018,0.000949340480988983 -206,2019,0.000268291875062104 -206,2020,2.06378365432388e-05 -207,1998,0.660130502467622 -207,1999,0.816634096253849 -207,2000,0.817462157596633 -207,2001,0.870044052863435 -207,2002,0.783263224139643 -207,2003,0.63338412109569 -207,2004,0.62071478255109 -207,2005,0.631727998410121 -207,2006,0.812493789539928 -207,2007,0.917823192342087 -207,2008,0.941008909940047 -207,2009,0.962869729389551 -207,2010,0.952270544201913 +166,2014,1.89425514074652e-06 +166,2015,3.78851028149305e-06 +166,2016,5.68276542223957e-06 +166,2017,7.57702056298609e-06 +166,2018,5.68276542223957e-06 +166,2019,3.78851028149305e-06 +166,2020,1.89425514074652e-06 +166,2021,0 +171,1994,0.0013498521198437 +171,1995,0.00231403220544634 +171,1996,0.00437094972139864 +171,1997,0.00486910943229333 +171,1998,0.00477269142373307 +171,1999,0.00395795925139884 +171,2000,0.00188497206735316 +171,2001,0.000342283930388937 +171,2002,0.000535119947509465 +171,2003,0.0252615182427892 +171,2004,0.0497999014213764 +171,2005,0.0514390075669008 +171,2006,0.0517764705968618 +171,2007,0.0275755504482355 +171,2008,0.00313358527820858 +171,2009,0.00149447913268409 +171,2010,0.000771344068482112 +171,2011,0.000289254025680792 +171,2012,0.00024104502140066 +171,2013,0.00072313506420198 +171,2014,0.000679746960349861 +171,2015,0.000636358856497742 +171,2016,0.000544761748365492 +171,2017,1.92836017120528e-05 +171,2018,1.92836017120528e-05 +171,2019,1.63910614552449e-05 +171,2020,1.15701610272317e-05 +171,2021,6.74926059921848e-06 +203,2000,0.000836467868028084 +203,2001,0.00328612376725319 +203,2002,0.00386368491422496 +203,2003,0.0063033828626402 +203,2004,0.00669174294422467 +203,2005,0.0066618690917951 +203,2006,0.00540716728975297 +203,2007,0.00430183474985872 +203,2008,0.00370435770126723 +203,2009,0.00230327402232019 +203,2010,0.0105484572928827 +203,2011,0.00860665688496039 +203,2012,0.00887552155682656 +203,2013,0.00887552155682656 +203,2014,0.000630338286264021 +203,2015,0.000301725909538702 +203,2016,3.28612376725319e-05 +203,2017,2.98738524295744e-05 +203,2018,0.0015235664739083 +203,2019,0.00185217885063361 +203,2020,0.0025691513089434 +203,2021,0.00266385142114515 +206,1990,0.000346597967880355 +206,1991,0.000259948475910266 +206,1992,0.000202182147930207 +206,1993,0.000153802848246907 +206,1994,6.93195935760709e-05 +206,1995,2.81610848902788e-05 +206,1996,0.000526395663718289 +206,1997,0.00108745112422461 +206,1998,0.00138855810882067 +206,1999,0.00140805424451394 +206,2000,0.000931482038678453 +206,2001,0.000476572205835488 +206,2002,0.001949613569327 +206,2003,0.00242618577516248 +206,2004,0.00340099255982598 +206,2005,0.0038125776466839 +206,2006,0.00212291255326717 +206,2007,0.00190628882334195 +206,2008,0.0011697681415962 +206,2009,0.00181963933137186 +206,2010,0.00279444611603536 +206,2011,0.00441912409047452 +206,2012,0.00909819665685931 +206,2013,0.0181097438217485 +206,2014,0.0225288679122231 +206,2015,0.0213374373976343 +206,2016,0.016636702458257 +206,2017,0.00647704952476413 +206,2018,0.00099646915765602 +206,2019,0.000281610848902788 +206,2020,2.16623729925222e-05 +206,2021,0 +207,1998,0.692901755386737 +207,1999,0.857174750580031 +207,2000,0.858043919866768 +207,2001,0.913236169574567 +207,2002,0.82214722832453 +207,2003,0.664827587425132 +207,2004,0.651529297338056 +207,2005,0.663089248851658 +207,2006,0.852828904146346 +207,2007,0.963387237419292 +207,2008,0.987723977447928 +207,2009,1 +207,2010,0.999544679747551 207,2011,1 207,2012,1 -207,2013,0.865324103209564 -207,2014,0.81025802391441 -207,2015,0.81025802391441 -207,2016,0.790467357821866 -207,2017,0.853565632142028 -207,2018,0.801894604352289 -207,2019,0.612207280315325 -207,2020,0.502068497234274 +207,2013,0.908281904640166 +207,2014,0.850482147072156 +207,2015,0.850482147072156 +207,2016,0.829709001119141 +207,2017,0.895939700768501 +207,2018,0.841703537276112 +207,2019,0.64259945208612 +207,2020,0.526992983595805 +207,2021,0.411981896066905 208,1990,1 208,1991,1 208,1992,1 @@ -929,32 +1015,33 @@ 208,2007,0 208,2008,0 208,2009,0 -208,2010,0.00134145937531052 -208,2011,0.0147560531284157 -208,2012,0.0147560531284157 -208,2013,0.0147560531284157 -208,2014,0.0134145937531052 +208,2010,0.00140805424451394 +208,2011,0.0154885966896533 +208,2012,0.0154885966896533 +208,2013,0.0154885966896533 +208,2014,0.0140805424451394 208,2015,0 208,2016,0 208,2017,0 208,2018,0 208,2019,0 208,2020,0 +208,2021,0 209,1990,0 209,1991,0 209,1992,0 209,1993,0 -209,1994,0.147441550532189 -209,1995,0.409970469919682 -209,1996,0.541800562160227 -209,1997,0.775067424460001 -209,1998,0.735397728511187 -209,1999,0.595045439232209 -209,2000,0.516543183503843 -209,2001,0.425363216959896 -209,2002,0.491730769117608 -209,2003,0.537584714244754 -209,2004,0.727101784491473 +209,1994,0.154761079512012 +209,1995,0.430322878888642 +209,1996,0.568697491158206 +209,1997,0.811450896179176 +209,1998,0.771905517300065 +209,1999,0.624585635473029 +209,2000,0.542186245363539 +209,2001,0.446479777266341 +209,2002,0.516142053466122 +209,2003,0.56427235338597 +209,2004,0.763197732775092 209,2005,0.811450896179176 209,2006,0.811450896179176 209,2007,0.811450896179176 @@ -971,43 +1058,44 @@ 209,2018,0.811450896179176 209,2019,0.811450896179176 209,2020,0.811450896179176 -210,1976,0.00200217817210525 -210,1977,0.00153500326528069 -210,1978,0.00129029259980116 -210,1979,0.00106782835845613 -210,1980,0.000767501632640347 -210,1981,0.00063402308783333 -210,1982,0.000700762360236838 -210,1983,0.00176859071869297 -210,1984,0.00220239598931578 -210,1985,0.00243598344272806 -210,1986,0.00246935307892981 -210,1987,0.00130141581186841 -210,1988,0.000667392724035084 -210,1989,0.000300326725815788 -210,1990,0.124668960849754 -210,1991,0.231685384148779 -210,1992,0.338201262904779 -210,1993,0.508386407533725 -210,1994,0.788324285630241 -210,1995,0.933782529833688 +209,2021,0.811450896179176 +210,1976,0.00210157349927454 +210,1977,0.00161120634944381 +210,1978,0.00135434736619915 +210,1979,0.00112083919961309 +210,1980,0.000805603174721906 +210,1981,0.00066549827477027 +210,1982,0.000735550724746088 +210,1983,0.00185638992435918 +210,1984,0.00231173084920199 +210,1985,0.00255691442411735 +210,1986,0.00259194064910526 +210,1987,0.120455187733419 +210,1988,0.24238147691633 +210,1989,0.368090598397935 +210,1990,0.498633338927872 +210,1991,0.491873277505206 +210,1992,0.48108520020893 +210,1993,0.533624537690793 +210,1994,0.827459539114361 +210,1995,0.980138853836657 210,1996,1 210,1997,1 -210,1998,0.846687779347109 -210,1999,0.701162795871259 -210,2000,0.643366585969821 -210,2001,0.776644912959627 -210,2002,0.892637768396925 -210,2003,0.867410323428399 -210,2004,0.744476583661136 -210,2005,0.523669700914129 -210,2006,0.416686647251305 -210,2007,0.455929339424568 -210,2008,0.463904682476787 -210,2009,0.436508211155147 -210,2010,0.416686647251305 -210,2011,0.521767631650629 -210,2012,0.933415463835469 +210,1998,0.888720406618214 +210,1999,0.735971039445943 +210,2000,0.675305617766885 +210,2001,0.815200360368593 +210,2002,0.936951518426565 +210,2003,0.910471692335706 +210,2004,0.781435079480249 +210,2005,0.549666548735255 +210,2006,0.437372471424019 +210,2007,0.4785633120098 +210,2008,0.48693457978191 +210,2009,0.458178049066837 +210,2010,0.437372471424019 +210,2011,0.547670053910945 +210,2012,0.97975356536179 210,2013,1 210,2014,1 210,2015,1 @@ -1016,45 +1104,48 @@ 210,2018,1 210,2019,1 210,2020,1 +210,2021,1 212,2014,0 212,2015,0 212,2016,0 212,2017,0 212,2018,0 -212,2019,8.76637585689247e-06 -212,2020,1.75327517137849e-05 -214,1994,0.000179553832859942 -214,1995,0.000149628194049952 -214,1996,9.97521293666347e-05 -214,1997,0.000359107665719884 -214,1998,0.000508735859769836 -214,1999,0.000643401234414792 -214,2000,0.000763103789654754 -214,2001,0.000703252512034773 -214,2002,0.000568587137389816 -214,2003,0.00040399612393487 -214,2004,0.000284293568694908 -214,2005,6.13475595604802e-05 -214,2006,4.6384740155485e-05 -214,2007,4.78810220959845e-05 -214,2008,4.78810220959845e-05 -214,2009,4.78810220959845e-05 -214,2010,2.99256388099903e-06 -214,2011,2.99256388099903e-06 -214,2012,2.99256388099903e-06 -214,2013,1.49628194049952e-06 -214,2014,1.49628194049952e-06 +212,2019,9.20157029089659e-06 +212,2020,9.20157029089659e-06 +212,2021,9.20157029089659e-06 +214,1994,0.000188467531056366 +214,1995,0.000157056275880305 +214,1996,0.000104704183920203 +214,1997,0.000376935062112731 +214,1998,0.000533991337993036 +214,1999,0.00067534198628531 +214,2000,0.000800987006989554 +214,2001,0.000738164496637432 +214,2002,0.000596813848345158 +214,2003,0.000424051944876823 +214,2004,0.000298406924172579 +214,2005,6.43930731109249e-05 +214,2006,4.86874455228944e-05 +214,2007,5.02580082816975e-05 +214,2008,5.02580082816975e-05 +214,2009,5.02580082816975e-05 +214,2010,3.14112551760609e-06 +214,2011,3.14112551760609e-06 +214,2012,3.14112551760609e-06 +214,2013,1.57056275880305e-06 +214,2014,1.57056275880305e-06 214,2015,0 214,2016,0 214,2017,0 214,2018,0 214,2019,0 214,2020,0 -216,1994,0.00791853107242274 -216,1995,0.0080585581470898 -216,1996,0.00537237209805987 -216,1997,0.0040292790735449 -216,1998,0.00204964630543922 +214,2021,0 +216,1994,0.00831163544125922 +216,1995,0.00845861396365107 +216,1996,0.00563907597576738 +216,1997,0.00422930698182553 +216,1998,0.00215139812151073 216,1999,0 216,2000,0 216,2001,0 @@ -1065,25 +1156,26 @@ 216,2006,0 216,2007,0 216,2008,0 -216,2009,0.000122523690333685 -216,2010,0.00120773351900347 -216,2011,0.00325913016287602 -216,2012,0.00553457012621589 -216,2013,0.00743018664952133 -216,2014,0.0080218010399897 -216,2015,0.00744068868012136 -216,2016,0.00676680838328609 -216,2017,0.00499721622718101 -216,2018,0.00332039200804287 -216,2019,0.00185010772403865 -216,2020,0.000248548057534047 +216,2009,0.00012860620709287 +216,2010,0.00126768975562972 +216,2011,0.00342092510867035 +216,2012,0.00580932609753794 +216,2013,0.00779904784441763 +216,2014,0.00842003210152321 +216,2015,0.00781007123359702 +216,2016,0.00710273709458624 +216,2017,0.00524529601785921 +216,2018,0.00348522821221678 +216,2019,0.00194195372710234 +216,2020,0.000260886877245537 +216,2021,0 220,2000,0 -220,2001,0.00670729687655259 -220,2002,0.0134145937531052 -220,2003,0.0134145937531052 -220,2004,0.0134145937531052 -220,2005,0.0100609453148289 -220,2006,0.00335364843827629 +220,2001,0.0070402712225697 +220,2002,0.0140805424451394 +220,2003,0.0140805424451394 +220,2004,0.0140805424451394 +220,2005,0.0105604068338545 +220,2006,0.00352013561128485 220,2007,0 220,2008,0 220,2009,0 @@ -1098,13 +1190,14 @@ 220,2018,0 220,2019,0 220,2020,0 +220,2021,0 245,2000,0 -245,2001,0.000838412109569074 -245,2002,0.00167682421913815 -245,2003,0.00167682421913815 -245,2004,0.00167682421913815 -245,2005,0.00125761816435361 -245,2006,0.000419206054784537 +245,2001,0.000880033902821212 +245,2002,0.00176006780564242 +245,2003,0.00176006780564242 +245,2004,0.00176006780564242 +245,2005,0.00132005085423182 +245,2006,0.000440016951410606 245,2007,0 245,2008,0 245,2009,0 @@ -1119,13 +1212,14 @@ 245,2018,0 245,2019,0 245,2020,0 +245,2021,0 248,2000,0 -248,2001,0.000111788281275876 -248,2002,0.000223576562551753 -248,2003,0.000223576562551753 -248,2004,0.000223576562551753 -248,2005,0.000167682421913815 -248,2006,5.58941406379382e-05 +248,2001,0.000117337853709495 +248,2002,0.00023467570741899 +248,2003,0.00023467570741899 +248,2004,0.00023467570741899 +248,2005,0.000176006780564242 +248,2006,5.86689268547475e-05 248,2007,0 248,2008,0 248,2009,0 @@ -1140,13 +1234,14 @@ 248,2018,0 248,2019,0 248,2020,0 +248,2021,0 249,2000,0 -249,2001,0.000958185268078944 -249,2002,0.00191637053615789 -249,2003,0.00191637053615789 -249,2004,0.00191637053615789 -249,2005,0.00143727790211842 -249,2006,0.000479092634039472 +249,2001,0.00100575303179567 +249,2002,0.00201150606359135 +249,2003,0.00201150606359135 +249,2004,0.00201150606359135 +249,2005,0.00150862954769351 +249,2006,0.000502876515897837 249,2007,0 249,2008,0 249,2009,0 @@ -1161,3 +1256,4 @@ 249,2018,0 249,2019,0 249,2020,0 +249,2021,0 diff --git a/globalprep/prs_coral_harvest/v2023/prs_coral_harvest.Rmd b/globalprep/prs_coral_harvest/v2023/prs_coral_harvest.Rmd index 6caed5da..0a3b9fac 100644 --- a/globalprep/prs_coral_harvest/v2023/prs_coral_harvest.Rmd +++ b/globalprep/prs_coral_harvest/v2023/prs_coral_harvest.Rmd @@ -18,13 +18,13 @@ editor_options: chunk_output_type: console --- -[REFERENCE RMD FILE: http://ohi-science.org/ohiprep_v2022/globalprep/prs_coral_harvest/v2022/prs_coral_harvest.html] +[REFERENCE RMD FILE: http://ohi-science.org/ohiprep_v2023/globalprep/prs_coral_harvest/v2023/prs_coral_harvest.html] # Summary This analysis converts FAO commodities data into data layers used to calculate OHI 2023 global coral harvest pressure. # Updates from previous assessment -- New year of FAO data (1976-2020) +- New 2 years of FAO data (1976-2021; new years 2020 and 2021) - Add/edit code for the Datacheck section - Add a tic/toc - Add more programmatic year usage @@ -35,22 +35,21 @@ This analysis converts FAO commodities data into data layers used to calculate O **Reference**: http://www.fao.org/fishery/statistics/software/fishstatj/en#downlApp - App release date: March 2023 -FAO raw commodities quantity 1976_2020 -FAO raw commodities value 1976_2020 + App release date: July 2023 +FAO raw commodities quantity 1976_2021 +FAO raw commodities value 1976_2021 FAO metadata found [here](http://www.fao.org/fishery/statistics/global-commodities-production/en) -**Downloaded**: June 29, 2023 +**Downloaded**: July 19, 2023 **Description**: Quantity (tonnes) and value (USD) of raw commodities (Exports only) for each country, taxa, year. The FAO data is subset to include commodities in these categories: shells, corals, ornamental fish, fish oil, seaweed and plants, sponges (see: raw/commodities2products.csv for details). -**Time range**: 1976-2020 +**Time range**: 1976-2021 *** # Methods ```{r setup, warning=FALSE, message=FALSE} - knitr::opts_chunk$set(eval=FALSE) ## load libraries, set directories @@ -67,7 +66,7 @@ library(tictoc) scen_year <- "2023" prev_scen_year <- as.character(as.numeric(scen_year) - 1) -common_year <- as.character(as.numeric(scen_year) - 4) # this depends on what the latest data year is; currently, there's a 3 year lag so the common year between the current and previous version year would be 4 years prior to the current version year +common_year <- as.character(as.numeric(scen_year) - 4) # this depends on what the latest data year is; there's often a 3 year lag so the common year between the current and previous version year would be 4 years prior to the current version year; this time there is a 2 year lag but the common year is still 4 years prior at the moment ## Load FAO-specific user-defined functions source(here('workflow/R/fao_fxn.R')) # function for cleaning FAO files @@ -168,15 +167,42 @@ for (f in files){ # f = files[2] mutate(country = ifelse(country == "Cura\xe7ao","Curacao", country)) %>% mutate(country = ifelse(country == "R\xe9union", "Reunion", country)) %>% mutate(country = ifelse(country == "Réunion", "Reunion", country)) %>% - mutate(country = ifelse(country == "Runion", "Reunion", country)) %>% + mutate(country = ifelse(country == "Runion", "Reunion", country)) %>% + mutate(country = ifelse(country == "Micronesia (Fed. States)", "Micronesia", country)) %>% + mutate(country = ifelse(country == "Saint Helena/Asc./Trist.", "Saint Helena", country)) %>% + mutate(country = ifelse(country == "Türkiye", "Turkey", country)) %>% + mutate(country = ifelse(country == "Venezuela (Boliv Rep of)", "Venezuela", country)) %>% + mutate(country = ifelse(country == "Netherlands (Kingdom of the)", "Netherlands", country)) %>% filter(country != "Azerbaijan") # landlocked, but not being removed by name_2_rgn? m_rgn <- name_2_rgn(df_in = m, fld_name='country', flds_unique=c('commodity', 'product', 'year')) + +# v2023 removed countries: +# These data were removed for not having any match in the lookup tables: +# +# Eswatini +# 1 (landlocked/not used) +# Micronesia (Fed. States) +# 1 (added in above - Micronesia) +# Netherlands (Kingdom of the) +# 1 (added in above - Netherlands) +# North Macedonia +# 1 (landlocked/not used) +# Palestine +# 1 (not used) +# Saint Helena/Asc./Trist. +# 1 (added in above - Saint Helena) +# Türkiye +# 1 (added in above - Turkey) +# Venezuela (Boliv Rep of) +# 1 (added in above - Venezuela) +# Yugoslavia SFR +# 1 (not used and only has data in 1984-1988) -# v2021 duplicates: [1] "China" "China, Hong Kong SAR" "China, Macao SAR" "Guadeloupe" +# v2023 duplicates: [1] "China" "China, Hong Kong SAR" "China, Macao SAR" "Guadeloupe" # [5] "Martinique" "Montenegro" "Russian Federation" "Serbia and Montenegro" # [9] "Sudan" "Sudan (former)" "Un. Sov. Soc. Rep." - these are all fixed in the group by and summarise below @@ -200,7 +226,7 @@ for (f in files){ # f = files[2] write.csv(m_rgn, harvest_out, row.names = FALSE, na = '') } toc() -# v2023: 15.383 sec elapsed +# v2023: 18.523 sec elapsed ``` # Data Wrangle @@ -419,10 +445,14 @@ previous_version_coral <- read_csv(paste0("globalprep/prs_coral_harvest/v", prev combined_coral <- previous_version_coral %>% left_join(current_version_coral, by = c("rgn_id", "year")) +# if wanting to look at highest differences +changes <- combined_coral %>% + mutate(diff = abs(old_prs-new_prs)) + # see what rows have NAs and take note if anything is odd na_regions <- combined_coral[!complete.cases(combined_coral), ] na_regions %>% select(rgn_id) %>% unique() -# v2023: region 9 and 139 have NAs (for every row) which is a change from the previous version year +# v2023: no NAs # check all data from previous version vs. all data from current version plot(combined_coral$old_prs, combined_coral$new_prs, @@ -430,6 +460,36 @@ plot(combined_coral$old_prs, combined_coral$new_prs, ylab = paste0("New Pressure All Years v", scen_year)) abline(0,1, col = "red") +# explore some deviations v2023 +previous_version_coral_latest_yr <- previous_version_coral %>% + filter(year == common_year) + +current_version_coral_latest_yr <- current_version_coral %>% + filter(year == as.character(as.numeric(scen_year) - 2)) # set to latest year of data + +combined_latest_yr <- previous_version_coral_latest_yr %>% + left_join(current_version_coral_latest_yr, by = "rgn_id") %>% + select(-year.x, -year.y) + +plot(combined_latest_yr$old_prs, combined_latest_yr$new_prs, + xlab = paste0("Old Pressure Data Year ", common_year, " v", prev_scen_year), + ylab = paste0("New Pressure Data Year ", (as.numeric(scen_year) - 2), " v", scen_year)) +abline(0,1, col = "red") + +# compare within the new data itself 2020 vs. 2021 since both years are new v2023 +current_version_coral_prior_yr <- current_version_coral %>% + filter(year == as.character(as.numeric(scen_year) - 3)) # set to 1 prior to latest year of data + +combined_two_recent_yrs <- current_version_coral_prior_yr %>% + rename(prior_prs = new_prs) %>% + left_join(current_version_coral_latest_yr, by = "rgn_id") %>% + select(-year.x, -year.y) + +plot(combined_two_recent_yrs$prior_prs, combined_two_recent_yrs$new_prs, + xlab = paste0("New Pressure Data Year ", (as.numeric(scen_year) - 3), " v", scen_year), + ylab = paste0("New Pressure Data Year ", (as.numeric(scen_year) - 2), " v", scen_year)) +abline(0,1, col = "red") + # check the most recent year in common in both versions combined_coral_common_yr <- combined_coral %>% filter(year == common_year) From c149865290d3af1ed29f2d3c2b64f8b8537d2a18 Mon Sep 17 00:00:00 2001 From: eeerika Date: Thu, 20 Jul 2023 17:30:35 -0700 Subject: [PATCH 4/4] remove a tab/space before Ivory Coast that didn't impact anything but is probably better to not have there --- .../prs_alien/v2023/prs_alien_data_prep.Rmd | 2 +- .../prs_alien/v2023/prs_alien_data_prep.html | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/globalprep/prs_alien/v2023/prs_alien_data_prep.Rmd b/globalprep/prs_alien/v2023/prs_alien_data_prep.Rmd index b0d57ecd..40d7d33c 100644 --- a/globalprep/prs_alien/v2023/prs_alien_data_prep.Rmd +++ b/globalprep/prs_alien/v2023/prs_alien_data_prep.Rmd @@ -265,7 +265,7 @@ clean_output <- binded_df %>% country = str_replace_all(country, "St. Lucia", "Saint Lucia"), country = str_replace_all(country, "&", "and"), country = str_replace_all(country, "Congo - Kinshasa", "Democratic Republic of the Congo"), - country = str_replace_all(country, "Côte d’Ivoire", " Ivory Coast"), + country = str_replace_all(country, "Côte d’Ivoire", "Ivory Coast"), country = str_replace_all(country, "Curaçao", "Curacao"), country = str_replace_all(country, "Myanmar \\(Burma\\)", "Myanmar"), country = str_replace_all(country, "Saint Martin \\(French part\\)", "Northern Saint-Martin"), diff --git a/globalprep/prs_alien/v2023/prs_alien_data_prep.html b/globalprep/prs_alien/v2023/prs_alien_data_prep.html index 852b3f7f..272102fa 100644 --- a/globalprep/prs_alien/v2023/prs_alien_data_prep.html +++ b/globalprep/prs_alien/v2023/prs_alien_data_prep.html @@ -9,7 +9,7 @@ - + OHI 2023 - Pressure: Invasive Species @@ -66,18 +66,12 @@ h6 {font-size: 12px;} code {color: inherit; background-color: rgba(0, 0, 0, 0.04);} pre:not([class]) { background-color: white } - +!function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(V){"use strict";V.ui=V.ui||{};V.ui.version="1.13.2";var n,i=0,a=Array.prototype.hasOwnProperty,r=Array.prototype.slice;V.cleanData=(n=V.cleanData,function(t){for(var e,i,s=0;null!=(i=t[s]);s++)(e=V._data(i,"events"))&&e.remove&&V(i).triggerHandler("remove");n(t)}),V.widget=function(t,i,e){var s,n,o,a={},r=t.split(".")[0],l=r+"-"+(t=t.split(".")[1]);return e||(e=i,i=V.Widget),Array.isArray(e)&&(e=V.extend.apply(null,[{}].concat(e))),V.expr.pseudos[l.toLowerCase()]=function(t){return!!V.data(t,l)},V[r]=V[r]||{},s=V[r][t],n=V[r][t]=function(t,e){if(!this||!this._createWidget)return new n(t,e);arguments.length&&this._createWidget(t,e)},V.extend(n,s,{version:e.version,_proto:V.extend({},e),_childConstructors:[]}),(o=new i).options=V.widget.extend({},o.options),V.each(e,function(e,s){function n(){return i.prototype[e].apply(this,arguments)}function o(t){return i.prototype[e].apply(this,t)}a[e]="function"==typeof s?function(){var t,e=this._super,i=this._superApply;return this._super=n,this._superApply=o,t=s.apply(this,arguments),this._super=e,this._superApply=i,t}:s}),n.prototype=V.widget.extend(o,{widgetEventPrefix:s&&o.widgetEventPrefix||t},a,{constructor:n,namespace:r,widgetName:t,widgetFullName:l}),s?(V.each(s._childConstructors,function(t,e){var i=e.prototype;V.widget(i.namespace+"."+i.widgetName,n,e._proto)}),delete s._childConstructors):i._childConstructors.push(n),V.widget.bridge(t,n),n},V.widget.extend=function(t){for(var e,i,s=r.call(arguments,1),n=0,o=s.length;n",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=V(e||this.defaultElement||this)[0],this.element=V(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=V(),this.hoverable=V(),this.focusable=V(),this.classesElementLookup={},e!==this&&(V.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=V(e.style?e.ownerDocument:e.document||e),this.window=V(this.document[0].defaultView||this.document[0].parentWindow)),this.options=V.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:V.noop,_create:V.noop,_init:V.noop,destroy:function(){var i=this;this._destroy(),V.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:V.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return V.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=V.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return V("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthx(k(s),k(n))?o.important="horizontal":o.important="vertical",u.using.call(this,t,o)}),a.offset(V.extend(h,{using:t}))})},V.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,a=s-o,r=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0")[0],w=d.each;function P(t){return null==t?t+"":"object"==typeof t?p[e.call(t)]||"object":typeof t}function M(t,e,i){var s=v[e.type]||{};return null==t?i||!e.def?null:e.def:(t=s.floor?~~t:parseFloat(t),isNaN(t)?e.def:s.mod?(t+s.mod)%s.mod:Math.min(s.max,Math.max(0,t)))}function S(s){var n=m(),o=n._rgba=[];return s=s.toLowerCase(),w(g,function(t,e){var i=e.re.exec(s),i=i&&e.parse(i),e=e.space||"rgba";if(i)return i=n[e](i),n[_[e].cache]=i[_[e].cache],o=n._rgba=i._rgba,!1}),o.length?("0,0,0,0"===o.join()&&d.extend(o,B.transparent),n):B[s]}function H(t,e,i){return 6*(i=(i+1)%1)<1?t+(e-t)*i*6:2*i<1?e:3*i<2?t+(e-t)*(2/3-i)*6:t}y.style.cssText="background-color:rgba(1,1,1,.5)",b.rgba=-1o.mod/2?s+=o.mod:s-n>o.mod/2&&(s-=o.mod)),l[i]=M((n-s)*a+s,e)))}),this[e](l)},blend:function(t){if(1===this._rgba[3])return this;var e=this._rgba.slice(),i=e.pop(),s=m(t)._rgba;return m(d.map(e,function(t,e){return(1-i)*s[e]+i*t}))},toRgbaString:function(){var t="rgba(",e=d.map(this._rgba,function(t,e){return null!=t?t:2").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}),e={width:i.width(),height:i.height()},n=document.activeElement;try{n.id}catch(t){n=document.body}return i.wrap(t),i[0]!==n&&!V.contains(i[0],n)||V(n).trigger("focus"),t=i.parent(),"static"===i.css("position")?(t.css({position:"relative"}),i.css({position:"relative"})):(V.extend(s,{position:i.css("position"),zIndex:i.css("z-index")}),V.each(["top","left","bottom","right"],function(t,e){s[e]=i.css(e),isNaN(parseInt(s[e],10))&&(s[e]="auto")}),i.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})),i.css(e),t.css(s).show()},removeWrapper:function(t){var e=document.activeElement;return t.parent().is(".ui-effects-wrapper")&&(t.parent().replaceWith(t),t[0]!==e&&!V.contains(t[0],e)||V(e).trigger("focus")),t}}),V.extend(V.effects,{version:"1.13.2",define:function(t,e,i){return i||(i=e,e="effect"),V.effects.effect[t]=i,V.effects.effect[t].mode=e,i},scaledDimensions:function(t,e,i){if(0===e)return{height:0,width:0,outerHeight:0,outerWidth:0};var s="horizontal"!==i?(e||100)/100:1,e="vertical"!==i?(e||100)/100:1;return{height:t.height()*e,width:t.width()*s,outerHeight:t.outerHeight()*e,outerWidth:t.outerWidth()*s}},clipToBox:function(t){return{width:t.clip.right-t.clip.left,height:t.clip.bottom-t.clip.top,left:t.clip.left,top:t.clip.top}},unshift:function(t,e,i){var s=t.queue();1").insertAfter(t).css({display:/^(inline|ruby)/.test(t.css("display"))?"inline-block":"block",visibility:"hidden",marginTop:t.css("marginTop"),marginBottom:t.css("marginBottom"),marginLeft:t.css("marginLeft"),marginRight:t.css("marginRight"),float:t.css("float")}).outerWidth(t.outerWidth()).outerHeight(t.outerHeight()).addClass("ui-effects-placeholder"),t.data(j+"placeholder",e)),t.css({position:i,left:s.left,top:s.top}),e},removePlaceholder:function(t){var e=j+"placeholder",i=t.data(e);i&&(i.remove(),t.removeData(e))},cleanUp:function(t){V.effects.restoreStyle(t),V.effects.removePlaceholder(t)},setTransition:function(s,t,n,o){return o=o||{},V.each(t,function(t,e){var i=s.cssUnit(e);0");l.appendTo("body").addClass(t.className).css({top:s.top-a,left:s.left-r,height:i.innerHeight(),width:i.innerWidth(),position:n?"fixed":"absolute"}).animate(o,t.duration,t.easing,function(){l.remove(),"function"==typeof e&&e()})}}),V.fx.step.clip=function(t){t.clipInit||(t.start=V(t.elem).cssClip(),"string"==typeof t.end&&(t.end=G(t.end,t.elem)),t.clipInit=!0),V(t.elem).cssClip({top:t.pos*(t.end.top-t.start.top)+t.start.top,right:t.pos*(t.end.right-t.start.right)+t.start.right,bottom:t.pos*(t.end.bottom-t.start.bottom)+t.start.bottom,left:t.pos*(t.end.left-t.start.left)+t.start.left})},Y={},V.each(["Quad","Cubic","Quart","Quint","Expo"],function(e,t){Y[t]=function(t){return Math.pow(t,e+2)}}),V.extend(Y,{Sine:function(t){return 1-Math.cos(t*Math.PI/2)},Circ:function(t){return 1-Math.sqrt(1-t*t)},Elastic:function(t){return 0===t||1===t?t:-Math.pow(2,8*(t-1))*Math.sin((80*(t-1)-7.5)*Math.PI/15)},Back:function(t){return t*t*(3*t-2)},Bounce:function(t){for(var e,i=4;t<((e=Math.pow(2,--i))-1)/11;);return 1/Math.pow(4,3-i)-7.5625*Math.pow((3*e-2)/22-t,2)}}),V.each(Y,function(t,e){V.easing["easeIn"+t]=e,V.easing["easeOut"+t]=function(t){return 1-e(1-t)},V.easing["easeInOut"+t]=function(t){return t<.5?e(2*t)/2:1-e(-2*t+2)/2}});y=V.effects,V.effects.define("blind","hide",function(t,e){var i={up:["bottom","top"],vertical:["bottom","top"],down:["top","bottom"],left:["right","left"],horizontal:["right","left"],right:["left","right"]},s=V(this),n=t.direction||"up",o=s.cssClip(),a={clip:V.extend({},o)},r=V.effects.createPlaceholder(s);a.clip[i[n][0]]=a.clip[i[n][1]],"show"===t.mode&&(s.cssClip(a.clip),r&&r.css(V.effects.clipToBox(a)),a.clip=o),r&&r.animate(V.effects.clipToBox(a),t.duration,t.easing),s.animate(a,{queue:!1,duration:t.duration,easing:t.easing,complete:e})}),V.effects.define("bounce",function(t,e){var i,s,n=V(this),o=t.mode,a="hide"===o,r="show"===o,l=t.direction||"up",h=t.distance,c=t.times||5,o=2*c+(r||a?1:0),u=t.duration/o,d=t.easing,p="up"===l||"down"===l?"top":"left",f="up"===l||"left"===l,g=0,t=n.queue().length;for(V.effects.createPlaceholder(n),l=n.css(p),h=h||n["top"==p?"outerHeight":"outerWidth"]()/3,r&&((s={opacity:1})[p]=l,n.css("opacity",0).css(p,f?2*-h:2*h).animate(s,u,d)),a&&(h/=Math.pow(2,c-1)),(s={})[p]=l;g").css({position:"absolute",visibility:"visible",left:-s*p,top:-i*f}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:p,height:f,left:n+(u?a*p:0),top:o+(u?r*f:0),opacity:u?0:1}).animate({left:n+(u?0:a*p),top:o+(u?0:r*f),opacity:u?1:0},t.duration||500,t.easing,m)}),V.effects.define("fade","toggle",function(t,e){var i="show"===t.mode;V(this).css("opacity",i?0:1).animate({opacity:i?1:0},{queue:!1,duration:t.duration,easing:t.easing,complete:e})}),V.effects.define("fold","hide",function(e,t){var i=V(this),s=e.mode,n="show"===s,o="hide"===s,a=e.size||15,r=/([0-9]+)%/.exec(a),l=!!e.horizFirst?["right","bottom"]:["bottom","right"],h=e.duration/2,c=V.effects.createPlaceholder(i),u=i.cssClip(),d={clip:V.extend({},u)},p={clip:V.extend({},u)},f=[u[l[0]],u[l[1]]],s=i.queue().length;r&&(a=parseInt(r[1],10)/100*f[o?0:1]),d.clip[l[0]]=a,p.clip[l[0]]=a,p.clip[l[1]]=0,n&&(i.cssClip(p.clip),c&&c.css(V.effects.clipToBox(p)),p.clip=u),i.queue(function(t){c&&c.animate(V.effects.clipToBox(d),h,e.easing).animate(V.effects.clipToBox(p),h,e.easing),t()}).animate(d,h,e.easing).animate(p,h,e.easing).queue(t),V.effects.unshift(i,s,4)}),V.effects.define("highlight","show",function(t,e){var i=V(this),s={backgroundColor:i.css("backgroundColor")};"hide"===t.mode&&(s.opacity=0),V.effects.saveStyle(i),i.css({backgroundImage:"none",backgroundColor:t.color||"#ffff99"}).animate(s,{queue:!1,duration:t.duration,easing:t.easing,complete:e})}),V.effects.define("size",function(s,e){var n,i=V(this),t=["fontSize"],o=["borderTopWidth","borderBottomWidth","paddingTop","paddingBottom"],a=["borderLeftWidth","borderRightWidth","paddingLeft","paddingRight"],r=s.mode,l="effect"!==r,h=s.scale||"both",c=s.origin||["middle","center"],u=i.css("position"),d=i.position(),p=V.effects.scaledDimensions(i),f=s.from||p,g=s.to||V.effects.scaledDimensions(i,0);V.effects.createPlaceholder(i),"show"===r&&(r=f,f=g,g=r),n={from:{y:f.height/p.height,x:f.width/p.width},to:{y:g.height/p.height,x:g.width/p.width}},"box"!==h&&"both"!==h||(n.from.y!==n.to.y&&(f=V.effects.setTransition(i,o,n.from.y,f),g=V.effects.setTransition(i,o,n.to.y,g)),n.from.x!==n.to.x&&(f=V.effects.setTransition(i,a,n.from.x,f),g=V.effects.setTransition(i,a,n.to.x,g))),"content"!==h&&"both"!==h||n.from.y!==n.to.y&&(f=V.effects.setTransition(i,t,n.from.y,f),g=V.effects.setTransition(i,t,n.to.y,g)),c&&(c=V.effects.getBaseline(c,p),f.top=(p.outerHeight-f.outerHeight)*c.y+d.top,f.left=(p.outerWidth-f.outerWidth)*c.x+d.left,g.top=(p.outerHeight-g.outerHeight)*c.y+d.top,g.left=(p.outerWidth-g.outerWidth)*c.x+d.left),delete f.outerHeight,delete f.outerWidth,i.css(f),"content"!==h&&"both"!==h||(o=o.concat(["marginTop","marginBottom"]).concat(t),a=a.concat(["marginLeft","marginRight"]),i.find("*[width]").each(function(){var t=V(this),e=V.effects.scaledDimensions(t),i={height:e.height*n.from.y,width:e.width*n.from.x,outerHeight:e.outerHeight*n.from.y,outerWidth:e.outerWidth*n.from.x},e={height:e.height*n.to.y,width:e.width*n.to.x,outerHeight:e.height*n.to.y,outerWidth:e.width*n.to.x};n.from.y!==n.to.y&&(i=V.effects.setTransition(t,o,n.from.y,i),e=V.effects.setTransition(t,o,n.to.y,e)),n.from.x!==n.to.x&&(i=V.effects.setTransition(t,a,n.from.x,i),e=V.effects.setTransition(t,a,n.to.x,e)),l&&V.effects.saveStyle(t),t.css(i),t.animate(e,s.duration,s.easing,function(){l&&V.effects.restoreStyle(t)})})),i.animate(g,{queue:!1,duration:s.duration,easing:s.easing,complete:function(){var t=i.offset();0===g.opacity&&i.css("opacity",f.opacity),l||(i.css("position","static"===u?"relative":u).offset(t),V.effects.saveStyle(i)),e()}})}),V.effects.define("scale",function(t,e){var i=V(this),s=t.mode,s=parseInt(t.percent,10)||(0===parseInt(t.percent,10)||"effect"!==s?0:100),s=V.extend(!0,{from:V.effects.scaledDimensions(i),to:V.effects.scaledDimensions(i,s,t.direction||"both"),origin:t.origin||["middle","center"]},t);t.fade&&(s.from.opacity=1,s.to.opacity=0),V.effects.effect.size.call(this,s,e)}),V.effects.define("puff","hide",function(t,e){t=V.extend(!0,{},t,{fade:!0,percent:parseInt(t.percent,10)||150});V.effects.effect.scale.call(this,t,e)}),V.effects.define("pulsate","show",function(t,e){var i=V(this),s=t.mode,n="show"===s,o=2*(t.times||5)+(n||"hide"===s?1:0),a=t.duration/o,r=0,l=1,s=i.queue().length;for(!n&&i.is(":visible")||(i.css("opacity",0).show(),r=1);l li > :first-child").add(t.find("> :not(li)").even())},heightStyle:"auto",icons:{activeHeader:"ui-icon-triangle-1-s",header:"ui-icon-triangle-1-e"},activate:null,beforeActivate:null},hideProps:{borderTopWidth:"hide",borderBottomWidth:"hide",paddingTop:"hide",paddingBottom:"hide",height:"hide"},showProps:{borderTopWidth:"show",borderBottomWidth:"show",paddingTop:"show",paddingBottom:"show",height:"show"},_create:function(){var t=this.options;this.prevShow=this.prevHide=V(),this._addClass("ui-accordion","ui-widget ui-helper-reset"),this.element.attr("role","tablist"),t.collapsible||!1!==t.active&&null!=t.active||(t.active=0),this._processPanels(),t.active<0&&(t.active+=this.headers.length),this._refresh()},_getCreateEventData:function(){return{header:this.active,panel:this.active.length?this.active.next():V()}},_createIcons:function(){var t,e=this.options.icons;e&&(t=V(""),this._addClass(t,"ui-accordion-header-icon","ui-icon "+e.header),t.prependTo(this.headers),t=this.active.children(".ui-accordion-header-icon"),this._removeClass(t,e.header)._addClass(t,null,e.activeHeader)._addClass(this.headers,"ui-accordion-icons"))},_destroyIcons:function(){this._removeClass(this.headers,"ui-accordion-icons"),this.headers.children(".ui-accordion-header-icon").remove()},_destroy:function(){var t;this.element.removeAttr("role"),this.headers.removeAttr("role aria-expanded aria-selected aria-controls tabIndex").removeUniqueId(),this._destroyIcons(),t=this.headers.next().css("display","").removeAttr("role aria-hidden aria-labelledby").removeUniqueId(),"content"!==this.options.heightStyle&&t.css("height","")},_setOption:function(t,e){"active"!==t?("event"===t&&(this.options.event&&this._off(this.headers,this.options.event),this._setupEvents(e)),this._super(t,e),"collapsible"!==t||e||!1!==this.options.active||this._activate(0),"icons"===t&&(this._destroyIcons(),e&&this._createIcons())):this._activate(e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",t),this._toggleClass(null,"ui-state-disabled",!!t),this._toggleClass(this.headers.add(this.headers.next()),null,"ui-state-disabled",!!t)},_keydown:function(t){if(!t.altKey&&!t.ctrlKey){var e=V.ui.keyCode,i=this.headers.length,s=this.headers.index(t.target),n=!1;switch(t.keyCode){case e.RIGHT:case e.DOWN:n=this.headers[(s+1)%i];break;case e.LEFT:case e.UP:n=this.headers[(s-1+i)%i];break;case e.SPACE:case e.ENTER:this._eventHandler(t);break;case e.HOME:n=this.headers[0];break;case e.END:n=this.headers[i-1]}n&&(V(t.target).attr("tabIndex",-1),V(n).attr("tabIndex",0),V(n).trigger("focus"),t.preventDefault())}},_panelKeyDown:function(t){t.keyCode===V.ui.keyCode.UP&&t.ctrlKey&&V(t.currentTarget).prev().trigger("focus")},refresh:function(){var t=this.options;this._processPanels(),!1===t.active&&!0===t.collapsible||!this.headers.length?(t.active=!1,this.active=V()):!1===t.active?this._activate(0):this.active.length&&!V.contains(this.element[0],this.active[0])?this.headers.length===this.headers.find(".ui-state-disabled").length?(t.active=!1,this.active=V()):this._activate(Math.max(0,t.active-1)):t.active=this.headers.index(this.active),this._destroyIcons(),this._refresh()},_processPanels:function(){var t=this.headers,e=this.panels;"function"==typeof this.options.header?this.headers=this.options.header(this.element):this.headers=this.element.find(this.options.header),this._addClass(this.headers,"ui-accordion-header ui-accordion-header-collapsed","ui-state-default"),this.panels=this.headers.next().filter(":not(.ui-accordion-content-active)").hide(),this._addClass(this.panels,"ui-accordion-content","ui-helper-reset ui-widget-content"),e&&(this._off(t.not(this.headers)),this._off(e.not(this.panels)))},_refresh:function(){var i,t=this.options,e=t.heightStyle,s=this.element.parent();this.active=this._findActive(t.active),this._addClass(this.active,"ui-accordion-header-active","ui-state-active")._removeClass(this.active,"ui-accordion-header-collapsed"),this._addClass(this.active.next(),"ui-accordion-content-active"),this.active.next().show(),this.headers.attr("role","tab").each(function(){var t=V(this),e=t.uniqueId().attr("id"),i=t.next(),s=i.uniqueId().attr("id");t.attr("aria-controls",s),i.attr("aria-labelledby",e)}).next().attr("role","tabpanel"),this.headers.not(this.active).attr({"aria-selected":"false","aria-expanded":"false",tabIndex:-1}).next().attr({"aria-hidden":"true"}).hide(),this.active.length?this.active.attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0}).next().attr({"aria-hidden":"false"}):this.headers.eq(0).attr("tabIndex",0),this._createIcons(),this._setupEvents(t.event),"fill"===e?(i=s.height(),this.element.siblings(":visible").each(function(){var t=V(this),e=t.css("position");"absolute"!==e&&"fixed"!==e&&(i-=t.outerHeight(!0))}),this.headers.each(function(){i-=V(this).outerHeight(!0)}),this.headers.next().each(function(){V(this).height(Math.max(0,i-V(this).innerHeight()+V(this).height()))}).css("overflow","auto")):"auto"===e&&(i=0,this.headers.next().each(function(){var t=V(this).is(":visible");t||V(this).show(),i=Math.max(i,V(this).css("height","").height()),t||V(this).hide()}).height(i))},_activate:function(t){t=this._findActive(t)[0];t!==this.active[0]&&(t=t||this.active[0],this._eventHandler({target:t,currentTarget:t,preventDefault:V.noop}))},_findActive:function(t){return"number"==typeof t?this.headers.eq(t):V()},_setupEvents:function(t){var i={keydown:"_keydown"};t&&V.each(t.split(" "),function(t,e){i[e]="_eventHandler"}),this._off(this.headers.add(this.headers.next())),this._on(this.headers,i),this._on(this.headers.next(),{keydown:"_panelKeyDown"}),this._hoverable(this.headers),this._focusable(this.headers)},_eventHandler:function(t){var e=this.options,i=this.active,s=V(t.currentTarget),n=s[0]===i[0],o=n&&e.collapsible,a=o?V():s.next(),r=i.next(),a={oldHeader:i,oldPanel:r,newHeader:o?V():s,newPanel:a};t.preventDefault(),n&&!e.collapsible||!1===this._trigger("beforeActivate",t,a)||(e.active=!o&&this.headers.index(s),this.active=n?V():s,this._toggle(a),this._removeClass(i,"ui-accordion-header-active","ui-state-active"),e.icons&&(i=i.children(".ui-accordion-header-icon"),this._removeClass(i,null,e.icons.activeHeader)._addClass(i,null,e.icons.header)),n||(this._removeClass(s,"ui-accordion-header-collapsed")._addClass(s,"ui-accordion-header-active","ui-state-active"),e.icons&&(n=s.children(".ui-accordion-header-icon"),this._removeClass(n,null,e.icons.header)._addClass(n,null,e.icons.activeHeader)),this._addClass(s.next(),"ui-accordion-content-active")))},_toggle:function(t){var e=t.newPanel,i=this.prevShow.length?this.prevShow:t.oldPanel;this.prevShow.add(this.prevHide).stop(!0,!0),this.prevShow=e,this.prevHide=i,this.options.animate?this._animate(e,i,t):(i.hide(),e.show(),this._toggleComplete(t)),i.attr({"aria-hidden":"true"}),i.prev().attr({"aria-selected":"false","aria-expanded":"false"}),e.length&&i.length?i.prev().attr({tabIndex:-1,"aria-expanded":"false"}):e.length&&this.headers.filter(function(){return 0===parseInt(V(this).attr("tabIndex"),10)}).attr("tabIndex",-1),e.attr("aria-hidden","false").prev().attr({"aria-selected":"true","aria-expanded":"true",tabIndex:0})},_animate:function(t,i,e){var s,n,o,a=this,r=0,l=t.css("box-sizing"),h=t.length&&(!i.length||t.index()",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=V(t.target),i=V(V.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){V.contains(this.element[0],V.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=V(t.target).closest(".ui-menu-item"),i=V(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=V(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case V.ui.keyCode.PAGE_UP:this.previousPage(t);break;case V.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case V.ui.keyCode.HOME:this._move("first","first",t);break;case V.ui.keyCode.END:this._move("last","last",t);break;case V.ui.keyCode.UP:this.previous(t);break;case V.ui.keyCode.DOWN:this.next(t);break;case V.ui.keyCode.LEFT:this.collapse(t);break;case V.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case V.ui.keyCode.ENTER:case V.ui.keyCode.SPACE:this._activate(t);break;case V.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=V(this),e=t.prev(),i=V("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=V(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!V.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(V.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(V.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=V.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=V.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=V("